@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";
/* [next]/internal/font/google/geist_a71539c9.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_a71539c9-module__T19VSG__className {
  font-family: Geist, Geist Fallback;
  font-style: normal;
}

.geist_a71539c9-module__T19VSG__variable {
  --font-geist-sans: "Geist", "Geist Fallback";
}

/* [next]/internal/font/google/geist_mono_8d43a2aa.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_8d43a2aa-module__8Li5zG__className {
  font-family: Geist Mono, Geist Mono Fallback;
  font-style: normal;
}

.geist_mono_8d43a2aa-module__8Li5zG__variable {
  --font-geist-mono: "Geist Mono", "Geist Mono Fallback";
}

/* [project]/src/app/globals.css [app-client] (css) */
:root {
  --bg-dark: #090a0f;
  --bg-card: #ffffff0d;
  --bg-card-hover: #ffffff14;
  --border-card: #ffffff1a;
  --border-card-hover: #ffffff26;
  --bg-input: #0000004d;
  --bg-speed: #0000004d;
  --bg-toast: #2d3436f2;
  --text-toast: #fff;
  --text-main: #f0f0f5;
  --text-muted: #9aa0a6;
  --accent-primary: #6c5ce7;
  --accent-secondary: #00cec9;
  --accent-gradient: linear-gradient(135deg, #6c5ce7 0%, #00cec9 100%);
  --status-free: #00b894;
  --status-busy: #636e72;
}

[data-theme="light"] {
  --bg-dark: #f8f9fa;
  --bg-card: #00000008;
  --bg-card-hover: #0000000f;
  --border-card: #00000014;
  --border-card-hover: #0000001f;
  --bg-input: #fff9;
  --bg-speed: #fff9;
  --bg-toast: #fffffff2;
  --text-toast: #2d3436;
  --text-main: #2d3436;
  --text-muted: #636e72;
}

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

body {
  background-color: var(--bg-dark);
  color: var(--text-main);
  min-height: 100vh;
  font-family: Outfit, sans-serif;
  position: relative;
  overflow-x: hidden;
}

body:before, body:after {
  content: "";
  filter: blur(100px);
  z-index: -1;
  opacity: .15;
  border-radius: 50%;
  width: 50vw;
  height: 50vw;
  animation: 20s ease-in-out infinite alternate float;
  position: fixed;
}

body:before {
  background: var(--accent-primary);
  top: -10vw;
  left: -10vw;
}

body:after {
  background: var(--accent-secondary);
  animation-delay: -10s;
  bottom: -10vw;
  right: -10vw;
}

@keyframes float {
  0% {
    transform: translate(0);
  }

  100% {
    transform: translate(5vw, 5vw);
  }
}

.app-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 2rem;
}

.header {
  text-align: center;
  margin-bottom: 3rem;
}

.header h1 {
  margin-bottom: 1rem;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.header p {
  font-size: 1.2rem;
}

.search-container {
  max-width: 600px;
  margin: 0 auto 4rem;
  position: relative;
}

.search-input {
  background: var(--bg-input);
  border: 1px solid var(--border-card);
  width: 100%;
  color: var(--text-main);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 100px;
  outline: none;
  padding: 1.2rem 1.5rem;
  font-family: inherit;
  font-size: 1.1rem;
  transition: all .3s;
  box-shadow: 0 8px 32px #0000001a;
}

.search-input:focus {
  border-color: var(--accent-secondary);
  box-shadow: 0 0 0 2px #00cec933, 0 8px 32px #0003;
}

.agent-list {
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 2rem;
  display: grid;
}

.agent-card {
  background: var(--bg-card);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--border-card);
  border-radius: 20px;
  flex-direction: column;
  padding: 2rem;
  transition: all .3s cubic-bezier(.25, .8, .25, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.agent-card:hover {
  background: var(--bg-card-hover);
  border-color: var(--border-card-hover);
  transform: translateY(-5px);
  box-shadow: 0 15px 30px #0006;
}

.agent-card.clickable {
  cursor: pointer;
}

.agent-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.agent-name {
  letter-spacing: .5px;
  font-size: 1.6rem;
  font-weight: 600;
}

.agent-status {
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 20px;
  padding: .3rem .8rem;
  font-size: .8rem;
  font-weight: 600;
}

.status-on-duty {
  color: var(--status-busy);
  background: #636e7233;
  border: 1px solid #636e724d;
}

.status-off-duty {
  color: var(--status-free);
  background: #00b89426;
  border: 1px solid #00b8944d;
  box-shadow: 0 0 10px #00b89433;
}

.agent-intro {
  color: var(--text-muted);
  flex-grow: 1;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
}

.agent-stats {
  border-bottom: 1px solid var(--border-card);
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.stat-item {
  flex-direction: column;
  display: flex;
}

.stat-label {
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: .3rem;
  font-size: .85rem;
}

.stat-value {
  font-size: 1.2rem;
  font-weight: 600;
}

.agent-badges {
  flex-wrap: wrap;
  gap: .5rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.badge {
  color: #a29bfe;
  background: #6c5ce71a;
  border: 1px solid #6c5ce733;
  border-radius: 8px;
  padding: .3rem .8rem;
  font-size: .85rem;
  font-weight: 500;
}

.agent-footer {
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.speed-area {
  color: var(--accent-secondary);
  background: var(--bg-speed);
  border: 1px solid var(--border-card);
  border-radius: 8px;
  align-items: center;
  gap: .5rem;
  padding: .4rem .8rem;
  font-family: monospace;
  font-size: .95rem;
  display: flex;
}

.speed-icon {
  font-size: 1rem;
}

.say-hi-btn {
  background: var(--accent-gradient);
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 10px;
  padding: .8rem 1.5rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.say-hi-btn:before {
  content: "";
  background: linear-gradient(90deg, #0000, #fff3, #0000);
  width: 100%;
  height: 100%;
  transition: left .5s;
  position: absolute;
  top: 0;
  left: -100%;
}

.say-hi-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px #6c5ce766;
}

.say-hi-btn:hover:before {
  left: 100%;
}

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

.say-hi-btn:disabled {
  opacity: .6;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}

.greeting-toast {
  background: var(--bg-toast);
  border: 1px solid var(--border-card);
  color: var(--text-toast);
  z-index: 10;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  margin: 0 2rem;
  padding: 1rem;
  font-size: .95rem;
  animation: .3s forwards slideUpFade;
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  box-shadow: 0 10px 25px #00000080;
}

@keyframes slideUpFade {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

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

.greeting-text {
  margin-bottom: .5rem;
  line-height: 1.4;
}

.greeting-close {
  color: var(--accent-secondary);
  cursor: pointer;
  text-align: right;
  font-size: .8rem;
  font-weight: 500;
}

.theme-toggle {
  background: var(--bg-card);
  border: 1px solid var(--border-card);
  color: var(--text-main);
  cursor: pointer;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: .6rem;
  font-size: 1.2rem;
  transition: all .3s;
  display: flex;
  position: absolute;
  top: 1rem;
  right: 2rem;
}

.theme-toggle:hover {
  background: var(--bg-card-hover);
  transform: scale(1.1);
}

.profile-header-nav {
  margin-bottom: 2rem;
  animation: .5s ease-out fadeIn;
}

.back-link {
  color: var(--accent-secondary);
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.back-link:hover {
  text-shadow: 0 0 10px #00cec966;
  transform: translateX(-5px);
}

.profile-hero {
  background: var(--bg-card);
  border: 1px solid var(--border-card);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 30px;
  align-items: center;
  gap: 2.5rem;
  margin-bottom: 3rem;
  padding: 3rem;
  animation: .6s cubic-bezier(.16, 1, .3, 1) slideUp;
  display: flex;
  box-shadow: 0 20px 50px #0003;
}

.profile-avatar {
  background: var(--accent-gradient);
  color: #fff;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  font-size: 3.5rem;
  font-weight: 800;
  display: flex;
  position: relative;
  box-shadow: 0 15px 30px #6c5ce766;
}

.profile-avatar:after {
  content: "";
  background: var(--accent-gradient);
  z-index: -1;
  opacity: .5;
  filter: blur(8px);
  border-radius: 35px;
  position: absolute;
  inset: -3px;
}

.profile-name-row {
  align-items: center;
  gap: 1.5rem;
  margin-bottom: .8rem;
  display: flex;
}

.profile-name-row h1 {
  background: var(--accent-gradient);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  margin: 0;
  font-size: 3rem;
  font-weight: 800;
}

.profile-id {
  color: var(--text-muted);
  letter-spacing: -.5px;
  margin-bottom: .8rem;
  font-family: monospace;
  font-size: 1.1rem;
}

.profile-task {
  border-left: 4px solid var(--accent-secondary);
  background: #ffffff0d;
  border-radius: 12px;
  padding: .5rem 1rem;
  font-size: 1.2rem;
}

.profile-grid {
  grid-template-columns: 2fr 1fr;
  gap: 2.5rem;
  display: grid;
}

.profile-section {
  background: var(--bg-card);
  border: 1px solid var(--border-card);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 24px;
  margin-bottom: 2.5rem;
  padding: 2.5rem;
  transition: transform .3s;
}

.profile-section:hover {
  border-color: var(--border-card-hover);
  transform: translateY(-5px);
}

.profile-section h3 {
  color: var(--accent-secondary);
  text-transform: uppercase;
  letter-spacing: 1px;
  align-items: center;
  gap: .8rem;
  margin-bottom: 1.8rem;
  font-size: 1.4rem;
  font-weight: 700;
  display: flex;
}

.hardware-specs {
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  display: grid;
}

.heartbeat-item {
  background: #0000004d;
  border: 1px solid #ffffff0d;
  border-radius: 14px;
  gap: 1.5rem;
  padding: 1rem 1.5rem;
  font-size: .95rem;
  transition: all .2s;
  display: flex;
}

.heartbeat-item:hover {
  background: #ffffff0d;
}

.hb-status {
  color: var(--accent-secondary);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .8rem;
}

.stats-card {
  background: var(--bg-card);
  border: 1px solid var(--border-card);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 28px;
  padding: 2.5rem;
  position: sticky;
  top: 2rem;
  box-shadow: 0 30px 60px #0000004d;
}

.sidebar-stat {
  margin-bottom: 1.5rem;
  padding-bottom: 1.2rem;
}

.stat-value {
  color: var(--text-main);
  font-size: 1.5rem;
  font-weight: 700;
}

.hire-btn {
  background: var(--accent-gradient);
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border: none;
  border-radius: 12px;
  width: 100%;
  margin-top: 2rem;
  padding: 1.2rem;
  font-size: 1.2rem;
  font-weight: 600;
  transition: transform .2s;
  box-shadow: 0 10px 20px #6c5ce766;
}

.hire-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px #6c5ce799;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

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

@media (max-width: 768px) {
  .profile-grid {
    grid-template-columns: 1fr;
  }

  .profile-hero {
    text-align: center;
    flex-direction: column;
    padding: 2rem;
  }

  .profile-name-row {
    flex-direction: column;
    justify-content: center;
    gap: .5rem;
  }

  .hardware-specs {
    grid-template-columns: 1fr;
  }
}

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