/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap'); */

:root {
  --fuzu-orange: #FE6B01;
  --fuzu-bg-light: #FFF7F0;
  --fuzu-card-shadow: 0 4px 24px 0 rgba(254, 107, 1, 0.08);
  --sf-orange: #F2591C;
  --sf-orange-dark: #CB460F;
  --sf-ink: #1f2937;
}

body {
  background: linear-gradient(135deg, #FFF7F0 0%, #FFFFFF 100%);
}

.fuzu-btn {
  background: var(--fuzu-orange);
  color: #fff;
  border-radius: 8px;
  font-weight: 700;
  box-shadow: 0 2px 8px 0 rgba(254, 107, 1, 0.10);
  transition: background 0.2s, box-shadow 0.2s;
}
.fuzu-btn:hover {
  background: #e65c00;
  box-shadow: 0 4px 16px 0 rgba(254, 107, 1, 0.18);
}

.fuzu-tab {
  padding: 0.75rem 2rem;
  font-weight: 600;
  border: none;
  border-bottom: 4px solid transparent;
  background: #fff;
  color: var(--fuzu-orange);
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}
.fuzu-tab.active {
  border-bottom: 4px solid var(--fuzu-orange);
  color: #fff;
  background: var(--fuzu-orange);
}

.fuzu-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: var(--fuzu-card-shadow);
  border-top: 4px solid var(--fuzu-orange);
  padding: 2rem 1.5rem;
  margin-bottom: 1.5rem;
  transition: box-shadow 0.2s;
}

@media (max-width: 900px) {
  .fuzu-card {
    padding: 1.25rem 0.75rem;
    margin-bottom: 1rem;
  }
}

@media (max-width: 600px) {
  .fuzu-card {
    padding: 0.75rem 0.25rem;
    border-radius: 10px;
    font-size: 0.98rem;
  }
  .fuzu-section-title, h2, h1 {
    font-size: 1.25rem !important;
  }
  section {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .fuzu-tab {
    padding: 0.5rem 0.75rem;
    font-size: 0.95rem;
  }
  .fuzu-btn {
    padding: 0.5rem 1rem;
    font-size: 1rem;
  }
}

.fuzu-card:hover {
  box-shadow: 0 8px 32px 0 rgba(254, 107, 1, 0.16);
}

.fuzu-badge {
  background: var(--fuzu-bg-light);
  color: var(--fuzu-orange);
  border-radius: 9999px;
  padding: 0.25rem 1rem;
  font-size: 0.95rem;
  font-weight: 500;
  border: 1px solid var(--fuzu-orange);
  margin-right: 0.5rem;
}

.fuzu-section-title {
  color: var(--fuzu-orange);
  font-weight: 800;
  letter-spacing: -1px;
}

.fuzu-link {
  color: var(--fuzu-orange);
  font-weight: 600;
  text-decoration: underline;
  transition: color 0.2s;
}
.fuzu-link:hover {
  color: #e65c00;
}

.sf-btn {
  background: linear-gradient(135deg, var(--sf-orange) 0%, #ff7b3d 100%);
  color: #fff;
  border-radius: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
  box-shadow: 0 10px 24px rgba(242, 89, 28, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.sf-btn:hover {
  background: linear-gradient(135deg, var(--sf-orange-dark) 0%, #f16322 100%);
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(242, 89, 28, 0.32);
}

.sf-btn-reset {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 1.1rem;
  border-radius: 10px;
  font-weight: 700;
  color: var(--sf-orange);
  border: 1px solid #fac8b3;
  background: #fff5ef;
  transition: all 0.2s ease;
}

.sf-btn-reset:hover {
  color: #fff;
  background: var(--sf-orange);
  border-color: var(--sf-orange);
}

.idea-form-page {
  background: radial-gradient(circle at 8% 12%, rgba(255, 187, 150, 0.35), transparent 36%),
              radial-gradient(circle at 92% 88%, rgba(255, 210, 182, 0.45), transparent 32%),
              linear-gradient(145deg, #fff8f3 0%, #ffffff 68%);
}

.idea-bg-orb {
  position: absolute;
  border-radius: 9999px;
  filter: blur(2px);
  pointer-events: none;
}

.idea-bg-orb-1 {
  width: 280px;
  height: 280px;
  background: rgba(255, 186, 150, 0.2);
  top: -60px;
  left: -80px;
}

.idea-bg-orb-2 {
  width: 340px;
  height: 340px;
  background: rgba(255, 207, 179, 0.24);
  right: -120px;
  bottom: -100px;
}

.idea-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.75rem;
  border-radius: 9999px;
  border: 1px solid #fbd3bf;
  color: var(--sf-orange);
  background: #fff9f6;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.idea-pill {
  border: 1px solid #fcd9c8;
  color: #8f3f1c;
  background: #fff8f4;
  border-radius: 9999px;
  font-size: 0.76rem;
  font-weight: 600;
  padding: 0.35rem 0.7rem;
}

.idea-panel-left,
.idea-panel-right {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 250, 247, 0.76));
}

.idea-section-card {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #ffe2d4;
  border-radius: 18px;
  padding: 1.25rem;
  box-shadow: 0 6px 18px rgba(242, 89, 28, 0.08);
}

.idea-field-wrap input,
.idea-field-wrap select,
.idea-field-wrap textarea {
  background: #fff;
  border-color: #f8c9b0;
  border-radius: 0.75rem;
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: var(--sf-ink);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.idea-field-wrap input:focus,
.idea-field-wrap select:focus,
.idea-field-wrap textarea:focus {
  border-color: var(--sf-orange);
  box-shadow: 0 0 0 3px rgba(242, 89, 28, 0.18);
}

@media (max-width: 768px) {
  .idea-section-card {
    padding: 1rem;
    border-radius: 14px;
  }

  .idea-bg-orb-1,
  .idea-bg-orb-2 {
    display: none;
  }
}

.ideas-list-page {
  background: radial-gradient(circle at 12% 8%, rgba(255, 194, 162, 0.28), transparent 36%),
              radial-gradient(circle at 96% 86%, rgba(255, 225, 201, 0.38), transparent 30%),
              linear-gradient(155deg, #fff8f4 0%, #ffffff 72%);
}

.ideas-hero-card {
  background: rgba(255, 255, 255, 0.93);
  border: 1px solid #ffdcca;
  border-radius: 1.1rem;
  box-shadow: 0 16px 34px rgba(242, 89, 28, 0.11);
  padding: 1.25rem;
}

.ideas-filter-card {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #ffdcca;
  border-radius: 1rem;
  box-shadow: 0 14px 30px rgba(242, 89, 28, 0.1);
  padding: 1rem;
}

.ideas-label {
  display: block;
  margin-bottom: 0.35rem;
  color: #b2491b;
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.ideas-input,
.ideas-select {
  width: 100%;
  border: 1px solid #f8c9b0;
  border-radius: 0.75rem;
  background: #fffdfb;
  color: #1f2937;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ideas-input:focus,
.ideas-select:focus {
  outline: none;
  border-color: var(--sf-orange);
  box-shadow: 0 0 0 3px rgba(242, 89, 28, 0.16);
}

.ideas-table-wrap {
  border: 1px solid #ffdcca;
  border-radius: 1rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 30px rgba(242, 89, 28, 0.1);
}

.sf-table {
  width: 100%;
}

.sf-table th,
.sf-table td {
  padding: 0.85rem 1rem;
}

.sf-table thead th {
  background: #fff5f0;
  color: #F2591C;
  border-bottom: 1px solid #ffdcca;
  letter-spacing: 0.04em;
}

.sf-table tbody td {
  border-bottom: 1px solid #ffe4d7;
  color: #2e3c54;
}

.sf-table tbody tr:nth-child(even) td {
  background: #fffaf7;
}

.sf-table tbody tr:last-child td {
  border-bottom: none;
}

.ideas-row:hover td {
  background: #fff3ed;
}

.sf-badge {
  display: inline-block;
  padding: 0.26rem 0.68rem;
  border-radius: 9999px;
  font-size: 0.78rem;
  font-weight: 700;
  background: #fff3ed;
  color: #F2591C;
}

.sf-badge.status-approved {
  background: #e3fcef;
  color: #04844b;
}

.sf-badge.status-pending-approval,
.sf-badge.status-evaluation-complete {
  background: #fff7e8;
  color: #b45309;
}

.sf-badge.status-final-approved {
  background: #e3fcef;
  color: #04844b;
}

.sf-badge.status-pending {
  background: #fff3e0;
  color: #e37800;
}

.sf-badge.status-rejected {
  background: #fde7e9;
  color: #c23934;
}

.ideas-view-link {
  color: #F2591C;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (min-width: 768px) {
  .ideas-hero-card {
    padding: 1.6rem;
  }

  .ideas-filter-card {
    padding: 1.25rem;
  }
}
