/* ============================================================
   PCSO Lotto Results — Premium Dark Theme
   ============================================================ */

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --gold: #f59e0b;
  --gold-light: #fcd34d;
  --gold-dark: #d97706;
  --red: #ef4444;
  --red-dark: #dc2626;
  --blue: #3b82f6;
  --purple: #8b5cf6;
  --green: #10b981;

  --bg: #0a0b0f;
  --bg-card: rgba(255, 255, 255, 0.04);
  --bg-card-hover: rgba(255, 255, 255, 0.07);
  --border: rgba(255, 255, 255, 0.08);
  --border-hover: rgba(245, 158, 11, 0.3);
  --text: #f1f5f9;
  --text-muted: #64748b;
  --text-dim: #94a3b8;

  --radius: 16px;
  --radius-sm: 10px;
  --radius-xs: 6px;
  --shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
  --shadow-gold: 0 0 30px rgba(245, 158, 11, 0.15);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', system-ui, sans-serif;
  background-color: var(--bg);
  color: var(--text);
  min-height: 100vh;
  overflow-x: hidden;
  line-height: 1.6;
}

/* ── Animated Background ── */
.bg-orbs {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.12;
  animation: floatOrb 20s ease-in-out infinite;
}

.orb-1 {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, #f59e0b, transparent 70%);
  top: -200px;
  right: -100px;
  animation-delay: 0s;
}

.orb-2 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, #8b5cf6, transparent 70%);
  bottom: -150px;
  left: -100px;
  animation-delay: -7s;
}

.orb-3 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, #ef4444, transparent 70%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-delay: -14s;
}

@keyframes floatOrb {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(30px, -30px) scale(1.05); }
  66% { transform: translate(-20px, 20px) scale(0.95); }
}

/* ── Header ── */
.header {
  background-color: #1f1f22;
  border-bottom: 1px solid #2d2d35;
  padding: 16px 24px;
  position: sticky;
  top: 0;
  z-index: 100;
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  font-size: 24px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.header-pcso-logo {
  height: 40px;
  width: auto;
}

.history-link {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid #27272a;
  background-color: #18181b;
  transition: all 0.2s;
  font-size: 14px;
}

.history-link:hover {
  background-color: #27272a;
}

/* ── Main ── */
.main {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px 80px;
}

/* ── Hero ── */
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  padding: 80px 0 60px;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(245, 158, 11, 0.1);
  border: 1px solid rgba(245, 158, 11, 0.2);
  border-radius: 20px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 600;
  color: var(--gold);
  margin-bottom: 20px;
  letter-spacing: 0.02em;
}

.hero-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
  color: var(--text);
}

.gradient-text {
  background: linear-gradient(135deg, var(--gold) 0%, var(--red) 60%, var(--purple) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-desc {
  font-size: 17px;
  color: var(--text-dim);
  line-height: 1.7;
  margin-bottom: 28px;
  max-width: 420px;
}

.today-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 10px 16px;
  font-size: 14px;
  color: var(--text-dim);
  font-weight: 500;
}

/* ── Lottery Balls ── */
.hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.lottery-balls {
  display: grid;
  grid-template-columns: repeat(3, 80px);
  grid-template-rows: repeat(2, 80px);
  gap: 16px;
}

.ball {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: white;
  box-shadow: 0 8px 24px rgba(0,0,0,0.4), inset 0 -4px 8px rgba(0,0,0,0.2), inset 0 4px 8px rgba(255,255,255,0.15);
  animation: ballFloat 4s ease-in-out infinite;
}

.b1 { background: linear-gradient(135deg, #f59e0b, #d97706); animation-delay: 0s; }
.b2 { background: linear-gradient(135deg, #ef4444, #dc2626); animation-delay: 0.5s; }
.b3 { background: linear-gradient(135deg, #8b5cf6, #6d28d9); animation-delay: 1s; }
.b4 { background: linear-gradient(135deg, #3b82f6, #1d4ed8); animation-delay: 1.5s; }
.b5 { background: linear-gradient(135deg, #10b981, #059669); animation-delay: 2s; }
.b6 { background: linear-gradient(135deg, #f97316, #ea580c); animation-delay: 2.5s; }

@keyframes ballFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* ── Glass Card ── */
.glass-card {
  background: var(--bg-card);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: border-color 0.3s, box-shadow 0.3s;
}

.glass-card:hover {
  border-color: var(--border-hover);
  box-shadow: var(--shadow-gold);
}

/* ── Search Card ── */
.search-section {
  margin-top: 80px;
  margin-bottom: 48px;
}

.search-card {
  padding: 36px;
}

.card-header {
  margin-bottom: 28px;
}

.card-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 6px;
}

.card-desc {
  font-size: 14px;
  color: var(--text-muted);
}

.search-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.date-range-wrapper {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
  align-items: end;
}

.date-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 8px;
  color: var(--text-muted);
}

.date-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.field-label {
  font-size: 12px;
  font-weight: 600;
  color: var(--text-muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.date-input, .game-select {
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 12px 16px;
  font-size: 15px;
  font-family: 'Inter', sans-serif;
  color: var(--text);
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
  outline: none;
}

.date-input:focus, .game-select:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.15);
  background: rgba(255, 255, 255, 0.07);
}

.date-input::-webkit-calendar-picker-indicator {
  filter: invert(0.7);
  cursor: pointer;
}

.game-select-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.select-wrapper {
  position: relative;
}

.select-wrapper .game-select {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  padding-right: 40px;
}

.select-arrow {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: var(--text-muted);
}

/* ── Buttons ── */
.btn-group {
  display: flex;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 24px;
  border-radius: var(--radius-sm);
  font-size: 14px;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  cursor: pointer;
  border: none;
  transition: all 0.2s;
  text-decoration: none;
}

.btn-primary {
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: #1a0a00;
  flex: 1;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(245, 158, 11, 0.3);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(245, 158, 11, 0.4);
}

.btn-primary:active {
  transform: translateY(0);
}

.btn-primary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.07);
  color: var(--text);
  border: 1px solid var(--border);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.15);
}

/* ── Results Section ── */
.results-section {
  animation: fadeIn 0.4s ease;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.results-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 28px;
}

.results-meta {
  display: flex;
  align-items: baseline;
  gap: 14px;
}

.results-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--text);
}

.results-count {
  font-size: 14px;
  color: var(--text-muted);
  background: rgba(255,255,255,0.06);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 2px 10px;
}

.results-range {
  font-size: 13px;
  color: var(--text-muted);
}

/* ── Loading State ── */
.loading-state {
  text-align: center;
  padding: 80px 20px;
}

.spinner-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.spinner {
  width: 48px;
  height: 48px;
  border: 3px solid rgba(245, 158, 11, 0.15);
  border-top-color: var(--gold);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.loading-text {
  font-size: 18px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 6px;
}

.loading-sub {
  font-size: 14px;
  color: var(--text-muted);
}

/* ── Error / Empty States ── */
.error-state, .empty-state {
  text-align: center;
  padding: 80px 20px;
}

.error-icon, .empty-icon {
  font-size: 56px;
  margin-bottom: 16px;
  display: block;
}

.error-title, .empty-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 10px;
}

.error-msg, .empty-msg {
  font-size: 15px;
  color: var(--text-muted);
  margin-bottom: 24px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

/* ── Results Grid ── */
.results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 20px;
}

/* ── Result Card ── */
.result-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
  transition: all 0.25s ease;
  animation: cardIn 0.4s ease backwards;
  position: relative;
  overflow: hidden;
}

.result-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--card-accent, linear-gradient(90deg, var(--gold), var(--red)));
  opacity: 0;
  transition: opacity 0.25s;
}

.result-card:hover {
  transform: translateY(-4px);
  border-color: rgba(245, 158, 11, 0.2);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), var(--shadow-gold);
}

.result-card:hover::before {
  opacity: 1;
}

@keyframes cardIn {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

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

.game-name {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
}

.game-badge {
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.draw-date {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--text-muted);
  margin-bottom: 16px;
}

/* ── Number Balls ── */
.number-balls {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.num-ball {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 14px;
  font-weight: 800;
  color: white;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3), inset 0 -2px 4px rgba(0,0,0,0.2), inset 0 2px 4px rgba(255,255,255,0.15);
  transition: transform 0.2s;
}

.num-ball:hover {
  transform: scale(1.15);
}

/* Number color schemes */
.num-ball.color-0 { background: linear-gradient(135deg, #f59e0b, #d97706); }
.num-ball.color-1 { background: linear-gradient(135deg, #ef4444, #dc2626); }
.num-ball.color-2 { background: linear-gradient(135deg, #8b5cf6, #6d28d9); }
.num-ball.color-3 { background: linear-gradient(135deg, #3b82f6, #1d4ed8); }
.num-ball.color-4 { background: linear-gradient(135deg, #10b981, #059669); }
.num-ball.color-5 { background: linear-gradient(135deg, #f97316, #ea580c); }
.num-ball.color-6 { background: linear-gradient(135deg, #06b6d4, #0284c7); }
.num-ball.color-7 { background: linear-gradient(135deg, #ec4899, #be185d); }

/* ── Card Stats ── */
.card-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
}

.stat {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.stat-label {
  font-size: 11px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
}

.stat-value {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--gold);
}

.stat-value.winners {
  color: var(--green);
}

/* ── Footer ── */
.footer {
  position: relative;
  z-index: 1;
  border-top: 1px solid var(--border);
  padding: 24px;
  margin-top: 40px;
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-note {
  font-size: 12px;
  color: var(--text-muted);
}

.footer-link {
  color: var(--gold);
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-copy {
  font-size: 12px;
  color: var(--text-muted);
}

/* ── Game Color Themes ── */
.theme-ultra { --card-accent: linear-gradient(90deg, #f59e0b, #ef4444); }
.theme-grand { --card-accent: linear-gradient(90deg, #8b5cf6, #3b82f6); }
.theme-super { --card-accent: linear-gradient(90deg, #10b981, #3b82f6); }
.theme-mega  { --card-accent: linear-gradient(90deg, #f97316, #ef4444); }
.theme-lotto { --card-accent: linear-gradient(90deg, #ec4899, #8b5cf6); }
.theme-6d    { --card-accent: linear-gradient(90deg, #06b6d4, #8b5cf6); }
.theme-4d    { --card-accent: linear-gradient(90deg, #10b981, #06b6d4); }
.theme-3d    { --card-accent: linear-gradient(90deg, #f59e0b, #10b981); }
.theme-ez2   { --card-accent: linear-gradient(90deg, #ef4444, #f97316); }

/* ── Responsive ── */
@media (max-width: 768px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 48px 0 40px;
  }

  .hero-visual {
    display: none;
  }

  .hero-title {
    font-size: 42px;
  }

  .date-range-wrapper {
    grid-template-columns: 1fr;
  }

  .date-arrow {
    display: none;
  }

  .search-card {
    padding: 24px;
  }

  .results-grid {
    grid-template-columns: 1fr;
  }

  .results-header {
    flex-direction: column;
    gap: 12px;
  }

  .footer-inner {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .main {
    padding: 0 16px 60px;
  }

  .header-inner {
    padding: 0 16px;
  }

  .btn-group {
    flex-direction: column;
  }

  .btn-secondary {
    order: 2;
  }
}

/* ── Tooltip ── */
.tooltip {
  position: relative;
}

.tooltip:hover::after {
  content: attr(data-tip);
  position: absolute;
  bottom: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%);
  background: #1e293b;
  color: var(--text);
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 4px;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid var(--border);
}

/* ── Logo as link ── */
a.logo {
  text-decoration: none;
  color: inherit;
}

/* ── FAQ Section ── */
.faq-section {
  margin-top: 120px;
  padding-top: 48px;
  border-top: 1px solid var(--border);
}

.faq-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 28px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  overflow: hidden;
  transition: border-color 0.25s;
}

.faq-item[open] {
  border-color: rgba(245, 158, 11, 0.3);
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 22px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  color: var(--text);
  list-style: none;
  gap: 12px;
  user-select: none;
  transition: color 0.2s;
}

.faq-question::-webkit-details-marker { display: none; }
.faq-question::marker { display: none; }

.faq-question:hover { color: var(--gold); }

.faq-item[open] .faq-question { color: var(--gold); }

.faq-chevron {
  flex-shrink: 0;
  color: var(--text-muted);
  transition: transform 0.25s ease, color 0.2s;
}

.faq-item[open] .faq-chevron {
  transform: rotate(180deg);
  color: var(--gold);
}

.faq-answer {
  padding: 0 22px 20px;
  font-size: 14px;
  color: var(--text-dim);
  line-height: 1.8;
  border-top: 1px solid var(--border);
  padding-top: 16px;
}

.faq-answer p { margin-bottom: 10px; }
.faq-answer p:last-child { margin-bottom: 0; }
.faq-answer ul { padding-left: 18px; }
.faq-answer li { margin-bottom: 8px; }
.faq-answer strong { color: var(--text); font-weight: 600; }

/* ── Footer Nav ── */
.footer-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 8px;
}

.footer-sep {
  color: var(--text-muted);
}

/* ── Scrollbar ── */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.1); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: rgba(255,255,255,0.2); }

/* select option dark bg fix */
option {
  background: #1e293b;
  color: var(--text);
}

/* ── Skip-to-content link (accessibility) ── */
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: var(--gold);
  color: #1a0a00;
  font-weight: 700;
  padding: 8px 16px;
  z-index: 9999;
  border-radius: 0 0 8px 0;
  text-decoration: none;
  transition: top 0.2s;
}
.skip-link:focus { top: 0; }

/* ── Feedback Modal ── */
.feedback-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(4px);
}

.feedback-modal-content {
  background-color: #161618;
  border: 1px solid #27272a;
  border-radius: 16px;
  width: 90%;
  max-width: 500px;
  padding: 24px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.5);
  animation: fadeIn 0.2s ease-out;
}

.feedback-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.feedback-modal-header h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.feedback-close {
  background: none;
  border: none;
  color: #a1a1aa;
  font-size: 24px;
  cursor: pointer;
  transition: color 0.2s;
  padding: 0;
  line-height: 1;
}

.feedback-close:hover {
  color: #fff;
}

.feedback-form-group {
  margin-bottom: 16px;
}

.feedback-form-group label {
  display: block;
  margin-bottom: 6px;
  color: #d4d4d8;
  font-size: 14px;
  font-weight: 500;
}

.feedback-form-group input,
.feedback-form-group textarea {
  width: 100%;
  background-color: #0b0b0e;
  border: 1px solid #27272a;
  border-radius: 8px;
  padding: 10px 12px;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  box-sizing: border-box;
}

.feedback-form-group input:focus,
.feedback-form-group textarea:focus {
  outline: none;
  border-color: #f59e0b;
}

.feedback-submit-btn {
  background-color: #f59e0b;
  color: #0b0b0e;
  border: none;
  border-radius: 8px;
  padding: 12px;
  width: 100%;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.feedback-submit-btn:hover {
  background-color: #d97706;
}

.feedback-submit-btn:disabled {
  background-color: #52525b;
  cursor: not-allowed;
}
