/* [next]/internal/font/google/geist_2ae47f08.module.css [app-client] (css) */
@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/8a480f0b521d4e75-s.06d3mdzz5bre_.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/7178b3e590c64307-s.11.cyxs5p-0z~.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/caa3a2e1cccd8315-s.p.16t1db8_9y2o~.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Geist Fallback;
  src: local(Arial);
  ascent-override: 95.94%;
  descent-override: 28.16%;
  line-gap-override: 0.0%;
  size-adjust: 104.76%;
}

.geist_2ae47f08-module__h69qWW__className {
  font-family: Geist, Geist Fallback;
  font-style: normal;
}

.geist_2ae47f08-module__h69qWW__variable {
  --font-geist-sans: "Geist", "Geist Fallback";
}

/* [next]/internal/font/google/geist_mono_eb58308d.module.css [app-client] (css) */
@font-face {
  font-family: Geist Mono;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/4fa387ec64143e14-s.0q3udbd2bu5yp.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Geist Mono;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/bbc41e54d2fcbd21-s.0gw~uztddq1df.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Geist Mono;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/797e433ab948586e-s.p.0.q-h669a_dqa.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Geist Mono Fallback;
  src: local(Arial);
  ascent-override: 74.67%;
  descent-override: 21.92%;
  line-gap-override: 0.0%;
  size-adjust: 134.59%;
}

.geist_mono_eb58308d-module__w_p2Lq__className {
  font-family: Geist Mono, Geist Mono Fallback;
  font-style: normal;
}

.geist_mono_eb58308d-module__w_p2Lq__variable {
  --font-geist-mono: "Geist Mono", "Geist Mono Fallback";
}

/* [project]/src/app/globals.css [app-client] (css) */
:root {
  --primary-blue: #4b6bfb;
  --primary-dark: #3a55d1;
  --bg-color: #f8f9fa;
  --surface-color: #fff;
  --sidebar-dark: #1e293b;
  --text-main: #333;
  --text-muted: #888;
  --border-color: #e5e7eb;
  --accent-green: #10b981;
  --shadow-sm: 0 1px 2px 0 #0000000d;
  --shadow-md: 0 4px 6px -1px #0000001a;
  --radius-md: 8px;
  --radius-lg: 12px;
}

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

body {
  font-family: var(--font-geist-sans), sans-serif;
  background-color: var(--bg-color);
  color: var(--text-main);
  line-height: 1.5;
}

.top-nav {
  background-color: var(--sidebar-dark);
  color: #fff;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  padding: 0 24px;
  display: flex;
}

.nav-links {
  gap: 20px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.nav-links a {
  color: #cbd5e1;
  text-decoration: none;
  transition: color .2s;
}

.nav-links a.active, .nav-links a:hover {
  color: #fff;
}

.nav-icons {
  align-items: center;
  gap: 16px;
  display: flex;
}

.nav-icons svg {
  cursor: pointer;
  opacity: .8;
  width: 20px;
  height: 20px;
  transition: opacity .2s;
}

.nav-icons svg:hover {
  opacity: 1;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 24px;
}

.page-title {
  color: #475569;
  margin-bottom: 24px;
  font-size: 22px;
  font-weight: 600;
}

.page-title span {
  color: var(--text-muted);
  font-size: 18px;
  font-weight: 400;
}

.filter-card {
  background: var(--surface-color);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  padding: 24px;
  display: flex;
}

.input-group {
  border-radius: var(--radius-md);
  color: var(--text-main);
  background: #fff;
  border: 1px solid #d1d5db;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  font-size: 14px;
  transition: border-color .2s;
  display: flex;
}

.input-group:focus-within {
  border-color: var(--primary-blue);
  outline: 2px solid #4b6bfb33;
}

.input-group select, .input-group input {
  color: inherit;
  background: none;
  border: none;
  outline: none;
  font-family: inherit;
  font-size: 14px;
}

.btn-primary {
  color: #fff;
  border-radius: var(--radius-md);
  cursor: pointer;
  background-color: #22c55e;
  border: none;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  font-weight: 500;
  transition: background-color .2s, transform .1s;
  display: flex;
}

.btn-primary:hover {
  background-color: #16a34a;
}

.btn-primary:active {
  transform: scale(.98);
}

.btn-ghost {
  color: var(--text-muted);
  cursor: pointer;
  background: none;
  border: none;
  align-items: center;
  gap: 6px;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

.btn-ghost:hover {
  color: #ef4444;
}

.data-section {
  background: var(--surface-color);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  padding: 24px;
}

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

.data-title {
  color: #475569;
  font-size: 16px;
  font-weight: 500;
}

.action-buttons {
  gap: 12px;
  display: flex;
}

.btn-action {
  background-color: var(--primary-blue);
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 6px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 500;
  transition: background-color .2s;
}

.btn-action:hover {
  background-color: var(--primary-dark);
}

.tags-grid {
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 16px;
  margin-bottom: 24px;
  display: grid;
}

.tag-item {
  cursor: pointer;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  transition: all .2s;
  display: flex;
}

.tag-item:hover {
  box-shadow: var(--shadow-sm);
  border-color: #94a3b8;
}

.tag-item input[type="checkbox"] {
  cursor: pointer;
  width: 16px;
  height: 16px;
  accent-color: var(--primary-blue);
}

.tag-info {
  flex-direction: column;
  display: flex;
}

.tag-date {
  color: var(--text-muted);
  font-size: 11px;
}

.tag-name {
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
  display: flex;
}

.badge {
  color: #64748b;
}

.results-table-container {
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  background: #fff;
  margin-top: 32px;
  overflow: hidden;
}

.results-table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}

.results-table th {
  text-transform: uppercase;
  color: #64748b;
  letter-spacing: .5px;
  background-color: #f1f5f9;
  padding: 12px 20px;
  font-size: 12px;
  font-weight: 600;
}

.results-table td {
  border-top: 1px solid var(--border-color);
  color: var(--text-main);
  vertical-align: middle;
  padding: 16px 20px;
  font-size: 14px;
}

.results-table tr:hover td {
  background-color: #f8fafc;
}

.type-badge {
  color: #4338ca;
  background: #e0e7ff;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
}

.action-row {
  gap: 12px;
  display: flex;
}

.action-icon {
  color: #94a3b8;
  cursor: pointer;
  transition: color .2s;
}

.action-icon:hover {
  color: var(--primary-blue);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }

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

.dynamic-data-row {
  animation: .4s ease-out forwards fadeIn;
}

/*# sourceMappingURL=%5Broot-of-the-server%5D__0s62aqb._.css.map*/