:root {
  /* Deep Cosmos Palette */
  --bg-1: #09090b;
  /* Zinc 950 */
  --bg-2: #141726;
  /* Zinc 900 */
  --bg-depth: #000000;
  --bg-3: #0f1220;

  /* Premium Glass Effect */
  --glass: rgba(9, 9, 11, 0.60);
  --glass-border: rgba(255, 255, 255, 0.08);
  --glass-highlight: rgba(255, 255, 255, 0.05);

  --border: rgba(255, 255, 255, 0.1);
  --border-strong: rgba(255, 255, 255, 0.2);

  --text: #fafafa;
  /* Zinc 50 */
  --text-muted: #a1a1aa;
  /* Zinc 400 */

  /* Vibrant Accent: Electric Indigo */
  --accent: #6366f1;
  --accent-glow: rgba(99, 102, 241, 0.6);
  --accent-soft: rgba(99, 102, 241, 0.18);
  --accent-strong: #7c83ff;
  --accent-line: rgba(124, 131, 255, 0.35);

  --danger: #ef4444;
  --success: #10b981;
  --warning: #f59e0b;

  --radius: 1rem;
  /* More rounded for modern feel */

  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-lg: 0 20px 50px -12px rgba(0, 0, 0, 0.8);
  --shadow-glow: 0 0 24px var(--accent-glow);

  /* Standard Spacing */
  --spacing-xs: 0.25rem;
  --spacing-sm: 0.5rem;
  --spacing-md: 0.75rem;
  --spacing-lg: 1rem;
  --spacing-xl: 1.5rem;
  --spacing-2xl: 2rem;
  --spacing-3xl: 3rem;

  /* Aliases for Obsidian Slate System */
  --bg-page: var(--bg-1);
  --bg-surface: var(--bg-2);
  --bg-surface-hover: #1c2136;
  --border-subtle: var(--border);
  --text-primary: var(--text);
  --text-secondary: var(--text-muted);
  --text-tertiary: #71717a;
}

@media (max-width: 768px) {
  #mobile-menu {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.5);
  }
}

/* Focus Visibility for Accessibility */
:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

button:focus:not(:focus-visible) {
  outline: none;
}

/* Global Smoothness */
* {
  box-sizing: border-box;
}


body {
  font-family: "Sora", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 50% 0%, rgba(67, 56, 202, 0.5) 0%, rgba(30, 27, 75, 0.35) 20%, rgba(9, 9, 11, 0.96) 45%, rgba(0, 0, 0, 1) 100%),
    radial-gradient(circle at 15% 20%, rgba(56, 189, 248, 0.09) 0%, transparent 40%),
    radial-gradient(circle at 85% 15%, rgba(99, 102, 241, 0.13) 0%, transparent 42%),
    linear-gradient(180deg, #07080f 0%, #03040a 100%);

  background-attachment: fixed;
  overflow-x: hidden;
  font-feature-settings: "rlig" 1, "calt" 1;
  -webkit-font-smoothing: antialiased;
}

/* =========================================
   Component: Standard Card
   ========================================= */
.card {
  background:
    radial-gradient(125% 140% at 0% 0%, rgba(99, 102, 241, 0.16) 0%, rgba(99, 102, 241, 0) 45%),
    linear-gradient(175deg, rgba(20, 23, 38, 0.9), rgba(11, 13, 24, 0.96));
  border: 1px solid rgba(129, 140, 248, 0.22);
  border-radius: var(--radius);
  color: var(--text);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    inset 0 -1px 0 rgba(255, 255, 255, 0.02),
    0 16px 30px -24px rgba(0, 0, 0, 0.85),
    0 10px 28px -22px rgba(99, 102, 241, 0.54);
  backdrop-filter: blur(12px);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.card:hover {
  border-color: rgba(129, 140, 248, 0.38);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 0 1px rgba(129, 140, 248, 0.19),
    0 20px 40px -28px rgba(0, 0, 0, 0.88),
    0 14px 34px -22px rgba(99, 102, 241, 0.7);
}

/* =========================================
   Component: Button System (Obsidian)
   ========================================= */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.24s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  letter-spacing: 0.01em;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
  border-radius: 999px;
  font-size: 0.9rem;
  padding: 0.62rem 1.2rem;
  color: #ffffff;
  font-weight: 600;
  border: 1px solid rgba(165, 180, 252, 0.38);
  background:
    linear-gradient(135deg, var(--accent-strong) 0%, var(--accent) 45%, #4f46e5 100%);
  box-shadow:
    0 0 0 1px rgba(129, 140, 248, 0.29),
    0 10px 26px -16px rgba(99, 102, 241, 0.92),
    0 4px 12px -6px rgba(0, 0, 0, 0.6);
  transition: all 0.24s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
}

.btn-primary:hover {
  transform: translateY(-1px) scale(1.01);
  box-shadow:
    0 0 0 1px rgba(165, 180, 252, 0.45),
    0 0 22px rgba(99, 102, 241, 0.66),
    0 14px 28px -16px rgba(99, 102, 241, 0.86);
  filter: brightness(1.1);
  border-color: rgba(224, 231, 255, 0.42);
}

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

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
  border-radius: 999px;
  font-size: 0.9rem;
  padding: 0.62rem 1.15rem;
  color: var(--text);
  background: linear-gradient(180deg, rgba(24, 29, 46, 0.84), rgba(12, 14, 24, 0.94));
  border: 1px solid rgba(129, 140, 248, 0.31);
  font-weight: 500;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 8px 18px -14px rgba(99, 102, 241, 0.46);
  transition: all 0.24s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
}

.btn-secondary:hover {
  background: linear-gradient(180deg, rgba(30, 36, 58, 0.9), rgba(14, 17, 30, 0.98));
  border-color: rgba(129, 140, 248, 0.54);
  transform: translateY(-1px);
  color: #fff;
  box-shadow:
    0 0 0 1px rgba(129, 140, 248, 0.24),
    0 10px 22px -14px rgba(99, 102, 241, 0.55);
}

.btn-secondary:active {
  transform: translateY(0) scale(0.98);
}

.btn-primary .ui-icon,
.btn-secondary .ui-icon {
  width: 0.9rem;
  height: 0.9rem;
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--text-muted);
  background: rgba(18, 22, 35, 0.65);
  border: 1px solid rgba(129, 140, 248, 0.22);
  border-radius: 999px;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.btn-ghost:hover {
  color: var(--text);
  background: rgba(99, 102, 241, 0.14);
  border-color: rgba(129, 140, 248, 0.46);
  box-shadow: 0 0 14px rgba(99, 102, 241, 0.31);
}

/* =========================================
   Component: Badges
   ========================================= */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.3rem 0.7rem;
  border-radius: 9999px;
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 1;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.badge-success {
  background: rgba(16, 185, 129, 0.1);
  color: #6ee7b7;
  border-color: rgba(16, 185, 129, 0.25);
}

.badge-warning {
  background: rgba(245, 158, 11, 0.1);
  color: #fbbf24;
  border-color: rgba(245, 158, 11, 0.25);
}

.badge-neutral {
  background: rgba(255, 255, 255, 0.06);
  color: var(--text-muted);
  border-color: rgba(255, 255, 255, 0.1);
}

/* =========================================
   Utility: Text Gradient Aurora
   ========================================= */
.text-gradient-aurora {
  background: linear-gradient(135deg, #818cf8, #a78bfa, #c084fc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* =========================================
   Utility: Shadow Glow Variants
   ========================================= */
.shadow-glow {
  box-shadow: 0 0 24px var(--accent-glow);
}

.shadow-glow-emerald {
  box-shadow: 0 0 8px rgba(16, 185, 129, 0.4);
}

/* =========================================
   Utility: Shadow Gloss
   ========================================= */
.shadow-gloss {
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1),
    0 0 0 1px rgba(0, 0, 0, 0.5),
    0 10px 15px -3px rgba(0, 0, 0, 0.5);
}

/* =========================================
   Utility: Custom Scrollbar
   ========================================= */
.custom-scrollbar::-webkit-scrollbar {
  width: 4px;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 9999px;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.25);
}

/* =========================================
   Animation: Tailwind Animate Shims
   (animate-in, fade-in, zoom-in-95)
   ========================================= */
.animate-in {
  animation-duration: 150ms;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-fill-mode: both;
}

.fade-in {
  animation-name: tw-fade-in;
}

.zoom-in-95 {
  animation-name: tw-zoom-in-95;
}

.animate-in.fade-in.zoom-in-95 {
  animation-name: tw-fade-in, tw-zoom-in-95;
}

@keyframes tw-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes tw-zoom-in-95 {
  from {
    transform: scale(0.95);
  }

  to {
    transform: scale(1);
  }
}

/* =========================================
   Utility: Micro-interactions
   ========================================= */
.hover-scale {
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.hover-scale:hover {
  transform: scale(1.02);
}

.active-press:active {
  transform: scale(0.98);
}

/* =========================================
   Utility: Monospace Numbers
   ========================================= */
.font-mono-numbers {
  font-family: "Sora", sans-serif;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
}

.font-display {
  font-family: "Instrument Serif", serif;
}

/* =========================================
   Decorative: Aurora Blob (hero cards)
   ========================================= */
.aurora-blob {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.aurora-blob::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  top: -40%;
  right: -10%;
  background: radial-gradient(circle, var(--accent-glow) 0%, transparent 70%);
  filter: blur(60px);
  opacity: 0.35;
}

.aurora-blob::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  bottom: -30%;
  left: -5%;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.4) 0%, transparent 70%);
  filter: blur(50px);
  opacity: 0.25;
}

/* =========================================
   Component: Icon Base
   ========================================= */
.ui-icon {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

.ui-icon-lg {
  width: 1.3rem;
  height: 1.3rem;
}

/* =========================================
   Component: Form Inputs
   ========================================= */
.input,
.select,
.textarea {
  width: 100%;
  border-radius: 999px;
  border: 1px solid rgba(129, 140, 248, 0.26);
  background: linear-gradient(180deg, rgba(12, 14, 24, 0.84), rgba(7, 9, 16, 0.92));
  color: var(--text);
  padding: var(--spacing-sm) var(--spacing-md);
  font-size: 0.88rem;
  transition: all 0.24s ease;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.input:focus,
.select:focus,
.textarea:focus {
  outline: none;
  border-color: rgba(129, 140, 248, 0.72);
  background: linear-gradient(180deg, rgba(14, 17, 31, 0.94), rgba(9, 10, 20, 0.98));
  box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.24), 0 0 20px rgba(99, 102, 241, 0.31);
}

.textarea {
  border-radius: 0.95rem;
}

/* =========================================
   Component: Mapping Row (JS-generated)
   ========================================= */
.mapping-row {
  display: block;
  border: 1px solid rgba(129, 140, 248, 0.26);
  border-radius: 14px;
  overflow: hidden;
  background:
    radial-gradient(120% 110% at 0% 0%, rgba(99, 102, 241, 0.14) 0%, rgba(99, 102, 241, 0) 50%),
    linear-gradient(170deg, rgba(20, 23, 38, 0.86), rgba(9, 10, 19, 0.95));
  box-shadow: 0 12px 26px -22px rgba(0, 0, 0, 0.85), 0 10px 24px -20px rgba(99, 102, 241, 0.48);
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.mapping-row:hover {
  border-color: rgba(129, 140, 248, 0.5);
  transform: translateY(-1px);
  box-shadow:
    0 0 0 1px rgba(129, 140, 248, 0.22),
    0 14px 30px -20px rgba(99, 102, 241, 0.66);
}

.mapping-row:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* =========================================
   Component: Cell Index Badge (JS-generated)
   ========================================= */
.cell-index {
  font-size: 0.7rem;
  padding: 0.24rem 0.5rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.38), rgba(67, 56, 202, 0.29));
  border: 1px solid rgba(165, 180, 252, 0.62);
  color: #e8edff;
  box-shadow: 0 0 12px rgba(99, 102, 241, 0.42);
}

/* =========================================
   Component: Source Column Picker
   ========================================= */
.source-active-pill {
  display: inline-flex;
  align-items: center;
  min-height: 2.15rem;
  border-radius: 999px;
  border: 1px solid rgba(96, 165, 250, 0.55);
  background: linear-gradient(140deg, rgba(30, 64, 175, 0.5), rgba(37, 99, 235, 0.34));
  color: rgba(224, 242, 254, 0.98);
  font-size: 1.02rem;
  font-weight: 500;
  padding: 0 1rem;
  box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.16), 0 10px 20px -16px rgba(37, 99, 235, 0.72);
}

.source-option {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-height: 3.15rem;
  padding: 0 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.24);
  background: rgba(19, 31, 54, 0.54);
  cursor: pointer;
  transition: border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.source-option:hover {
  border-color: rgba(129, 140, 248, 0.48);
  background: rgba(30, 41, 67, 0.66);
}

.source-option.is-selected {
  border-color: rgba(96, 165, 250, 0.72);
  background: linear-gradient(140deg, rgba(30, 58, 138, 0.62), rgba(37, 99, 235, 0.46));
  box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.2), 0 8px 20px -14px rgba(59, 130, 246, 0.75);
}

.source-option-checkbox {
  appearance: none;
  position: relative;
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 0.36rem;
  border: 1px solid rgba(148, 163, 184, 0.68);
  background: rgba(10, 14, 26, 0.75);
  cursor: pointer;
  flex-shrink: 0;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.source-option-checkbox:checked {
  border-color: rgba(59, 130, 246, 0.92);
  background: linear-gradient(145deg, rgba(59, 130, 246, 0.95), rgba(37, 99, 235, 0.92));
  box-shadow: 0 0 0 1px rgba(96, 165, 250, 0.3), 0 0 14px rgba(59, 130, 246, 0.35);
}

.source-option-checkbox:checked::after {
  content: "";
  position: absolute;
  left: 0.48rem;
  top: 0.22rem;
  width: 0.3rem;
  height: 0.62rem;
  border-right: 2px solid rgba(255, 255, 255, 0.95);
  border-bottom: 2px solid rgba(255, 255, 255, 0.95);
  transform: rotate(45deg);
}

.source-option-checkbox:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.24);
}

.source-option-text {
  font-size: 0.92rem;
  color: rgba(203, 213, 225, 0.92);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.source-option.is-selected .source-option-text {
  color: rgba(224, 242, 254, 0.98);
  font-weight: 600;
}

/* =========================================
   Component: Assessment Card Header
   ========================================= */
.assessment-title-group {
  display: grid;
  grid-template-columns: 2.2rem minmax(0, 1fr);
  align-items: center;
  gap: 0.55rem;
  width: 100%;
  min-height: 2.65rem;
  max-width: none;
  padding: 0.3rem 0.5rem 0.3rem 0.38rem;
  border-radius: 0.9rem;
  border: 1px solid rgba(129, 140, 248, 0.36);
  background:
    radial-gradient(130% 160% at 0% 0%, rgba(99, 102, 241, 0.28) 0%, rgba(99, 102, 241, 0.03) 52%),
    rgba(15, 23, 42, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 10px 20px -16px rgba(99, 102, 241, 0.68);
}

.assessment-index-badge {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 0.66rem;
  border-color: rgba(165, 180, 252, 0.62);
  color: rgba(255, 255, 255, 0.98);
  font-size: 0.96rem;
  font-weight: 800;
  background: linear-gradient(145deg, rgba(79, 70, 229, 0.74), rgba(59, 130, 246, 0.5));
  box-shadow: 0 0 0 1px rgba(99, 102, 241, 0.32), 0 0 16px rgba(99, 102, 241, 0.42);
  text-shadow: 0 1px 0 rgba(10, 10, 15, 0.44);
}

.assessment-title-input {
  border: none;
  background: transparent;
  color: var(--text-primary);
  width: 100%;
  min-width: 0;
  font-size: clamp(1.12rem, 1.45vw, 1.4rem);
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  letter-spacing: -0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 0.28rem;
  outline: none;
  transition: color 0.2s ease, text-shadow 0.2s ease;
}

.assessment-title-input:focus {
  color: rgba(224, 231, 255, 0.98);
  text-shadow: 0 0 16px rgba(99, 102, 241, 0.34);
}

.assessment-title-input::placeholder {
  color: rgba(113, 113, 122, 0.78);
}

/* =========================================
   Component: Bucket Table (JS-generated)
   ========================================= */
.bucket-table {
  display: flex;
  flex-direction: column;
  gap: 0.38rem;
}

.bucket-table-row {
  display: grid;
  grid-template-columns: minmax(0, 2.15fr) minmax(0, 0.9fr) minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 0.45rem;
  align-items: center;
  justify-content: start;
}

.bucket-clo-cell,
.bucket-cap-cell,
.bucket-result-cell {
  min-width: 0;
}

.bucket-clo-select {
  width: 100%;
  min-height: 2.3rem;
  border-radius: 999px;
  border: 1px solid rgba(129, 140, 248, 0.3);
  background: rgba(5, 8, 20, 0.84);
  color: var(--text-primary);
  padding: 0 0.85rem;
  font-size: 0.9rem;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.bucket-clo-select:focus {
  border-color: rgba(99, 102, 241, 0.62);
  box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.2);
}

.bucket-cap-input {
  width: 100%;
  min-height: 2.3rem;
  border-radius: 999px;
  border: 1px solid rgba(129, 140, 248, 0.28);
  background: rgba(4, 7, 18, 0.92);
  color: var(--text-primary);
  font-size: 0.93rem;
  font-family: "Sora", sans-serif;
  text-align: center;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.bucket-cap-input:focus {
  border-color: rgba(99, 102, 241, 0.62);
  box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.2);
}

.bucket-result-cell {
  display: flex;
}

/* =========================================
   Component: Result Badge (JS-generated)
   ========================================= */
.result-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 2.3rem;
  border-radius: 0.95rem;
  border: 1px solid rgba(147, 197, 253, 0.54);
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.41), rgba(30, 64, 175, 0.31));
  color: #e5f4ff;
  font-size: 0.93rem;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  box-shadow: 0 0 12px rgba(59, 130, 246, 0.34);
}

.bucket-remove-btn {
  width: 100%;
  min-height: 2.3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.24);
  background: rgba(18, 24, 40, 0.78);
  color: var(--text-secondary);
  font-size: 0.92rem;
  font-weight: 600;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.bucket-remove-btn:hover {
  border-color: rgba(244, 63, 94, 0.38);
  color: #fda4af;
  background: rgba(60, 18, 32, 0.28);
}

.bucket-remove-btn svg {
  width: 14px;
  height: 14px;
}

.delay-1 {
  animation-delay: 80ms;
}

/* =========================================
   Responsive: Mobile Adjustments
   ========================================= */
@media (max-width: 920px) {
  .assessment-title-group {
    max-width: 100%;
    gap: 0.45rem;
    padding: 0.25rem 0.4rem 0.25rem 0.32rem;
    grid-template-columns: 2rem minmax(0, 1fr);
  }

  .assessment-title-input {
    font-size: 1.2rem;
    width: 100%;
  }

  .bucket-table-row {
    grid-template-columns: 1fr 1fr;
  }

  .bucket-clo-cell {
    grid-column: 1 / -1;
  }

  .bucket-remove-btn {
    grid-column: 1 / -1;
  }
}

/* =========================================
   Animation: Enter (page-level transition)
   ========================================= */
.animate-enter {
  animation: enter 0.6s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

@keyframes enter {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.99);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
