/*

 */
/*

 */
/* line 7, app/assets/stylesheets/components/_header.scss */
header.position-absolute .navbar .nav-item.active .nav-link {
  color: #8b5b2e;
  position: relative;
}

/* line 11, app/assets/stylesheets/components/_header.scss */
header.position-absolute .navbar .nav-item.active .nav-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #8b5b2e;
}

/* line 26, app/assets/stylesheets/components/_header.scss */
header.position-absolute .navbar .offcanvas .nav-item {
  padding: 5px 0;
}

/* line 30, app/assets/stylesheets/components/_header.scss */
header.position-absolute .navbar .offcanvas .nav-item.active .nav-link {
  background-color: rgba(139, 91, 46, 0.1);
  border-left: 3px solid #8b5b2e;
  padding-left: 17px;
}

/* line 43, app/assets/stylesheets/components/_header.scss */
.vr {
  width: 1px;
  background-color: #dee2e6;
  opacity: 0.25;
  align-self: stretch;
}

@media (max-width: 768px) {
  /* line 4, app/assets/stylesheets/components/_footer.scss */
  .footer .container .row {
    text-align: center !important;
  }
  /* line 9, app/assets/stylesheets/components/_footer.scss */
  .footer .container .row .col-md-6.text-end {
    text-align: center !important;
    margin-top: 10px;
  }
}

/* line 18, app/assets/stylesheets/components/_footer.scss */
.footer .text-muted {
  font-size: 14px;
}

/* line 2, app/assets/stylesheets/components/_animations.scss */
.animated {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

/* line 8, app/assets/stylesheets/components/_animations.scss */
.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* line 23, app/assets/stylesheets/components/_animations.scss */
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* line 37, app/assets/stylesheets/components/_animations.scss */
.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

/* line 52, app/assets/stylesheets/components/_animations.scss */
.transition-all {
  transition: all 0.3s ease;
}

/* line 2, app/assets/stylesheets/components/_dashboard.scss */
.dashboard-container {
  padding: 20px 0;
}

/* line 6, app/assets/stylesheets/components/_dashboard.scss */
.dashboard-container .nav-tabs {
  border-bottom: 2px solid #dee2e6;
  margin-bottom: 25px;
}

/* line 10, app/assets/stylesheets/components/_dashboard.scss */
.dashboard-container .nav-tabs .nav-link {
  border: none;
  border-radius: 0;
  padding: 12px 24px;
  font-weight: 600;
  color: #64748B;
  background: transparent;
}

/* line 18, app/assets/stylesheets/components/_dashboard.scss */
.dashboard-container .nav-tabs .nav-link:hover {
  color: #8b5b2e;
  border-color: transparent;
}

/* line 23, app/assets/stylesheets/components/_dashboard.scss */
.dashboard-container .nav-tabs .nav-link.active {
  color: #8b5b2e;
  background: transparent;
  border: none;
  border-bottom: 2px solid #8b5b2e;
  margin-bottom: -2px;
}

/* line 34, app/assets/stylesheets/components/_dashboard.scss */
.dashboard-container .charts-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media (max-width: 768px) {
  /* line 34, app/assets/stylesheets/components/_dashboard.scss */
  .dashboard-container .charts-grid {
    grid-template-columns: 1fr;
  }
}

/* line 43, app/assets/stylesheets/components/_dashboard.scss */
.dashboard-container .charts-grid .chart-card {
  background: white;
  border-radius: 6px;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  min-height: 350px;
}

/* line 50, app/assets/stylesheets/components/_dashboard.scss */
.dashboard-container .charts-grid .chart-card .chart-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #343a40;
}

/* line 57, app/assets/stylesheets/components/_dashboard.scss */
.dashboard-container .charts-grid .chart-card .chart-container {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 67, app/assets/stylesheets/components/_dashboard.scss */
.dashboard-container .table-responsive {
  background: white;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* line 72, app/assets/stylesheets/components/_dashboard.scss */
.dashboard-container .table-responsive .table {
  margin-bottom: 0;
}

/* line 75, app/assets/stylesheets/components/_dashboard.scss */
.dashboard-container .table-responsive .table thead {
  background-color: #f8f9fa;
}

/* Legacy brutalist helpers (softened for identity theme) */
/* line 82, app/assets/stylesheets/components/_dashboard.scss */
.brutalist-card {
  border: 1px solid #e5e7eb;
  /* gray-200 */
  border-radius: 0.5rem;
  /* 8px */
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  background: #fff;
}

/* line 89, app/assets/stylesheets/components/_dashboard.scss */
.brutalist-tabs {
  border-radius: 0.5rem;
  border: 1px solid #e5e7eb;
  background: #fff;
}

/* line 95, app/assets/stylesheets/components/_dashboard.scss */
.brutalist-stats {
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  background: #fff;
}

/* line 101, app/assets/stylesheets/components/_dashboard.scss */
.brutalist-stats .stat + .stat {
  border-left: 1px solid #e5e7eb;
}

/* line 106, app/assets/stylesheets/components/_dashboard.scss */
.kpi-icon {
  width: 44px;
  height: 44px;
  font-size: 18px;
}

/* line 112, app/assets/stylesheets/components/_dashboard.scss */
.chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border: 1px solid #e5e7eb;
  border-radius: 50rem;
  background: #fff;
}

/* line 122, app/assets/stylesheets/components/_dashboard.scss */
.chip-success {
  border-color: #c3e6cb;
  background: #f0fff4;
}

/* line 123, app/assets/stylesheets/components/_dashboard.scss */
.chip-warning {
  border-color: #ffeeba;
  background: #fffaf0;
}

/* line 125, app/assets/stylesheets/components/_dashboard.scss */
.chip .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

/* line 132, app/assets/stylesheets/components/_dashboard.scss */
.goal-card .card-body {
  min-height: 160px;
}

/* line 9, app/assets/stylesheets/components/_auth.scss */
body.auth {
  padding: 40px 0 60px;
  background-color: #fffaf5;
}

/* line 15, app/assets/stylesheets/components/_auth.scss */
.auth-container {
  min-height: calc(100vh - 100px);
  display: flex;
  align-items: center;
}

/* line 22, app/assets/stylesheets/components/_auth.scss */
body.auth input.auth-submit[type="submit"] {
  background: #8b5b2e !important;
  color: #fff !important;
  border: 1.5px solid #8b5b2e !important;
}

/* line 28, app/assets/stylesheets/components/_auth.scss */
.auth-container {
  max-width: 1100px;
}

/* line 32, app/assets/stylesheets/components/_auth.scss */
.auth-title {
  font-weight: 600;
}

/* line 4, app/assets/stylesheets/components/_recordings.scss */
.recording-visual .card {
  border-radius: 12px;
}

/* line 7, app/assets/stylesheets/components/_recordings.scss */
.chat-bubble {
  max-width: 85%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #eee;
  background: #f9fafb;
}

/* line 14, app/assets/stylesheets/components/_recordings.scss */
.chat-bubble.left {
  align-self: flex-start;
}

/* line 15, app/assets/stylesheets/components/_recordings.scss */
.chat-bubble.right {
  align-self: flex-end;
  background: #fff7ed;
  border-color: #fde7cf;
}

/* line 21, app/assets/stylesheets/components/_recordings.scss */
.chat-bubble__author {
  font-weight: 600;
  font-size: 12px;
  color: #6b7280;
  margin-bottom: 4px;
}

/* line 27, app/assets/stylesheets/components/_recordings.scss */
.chat-bubble__text {
  color: #111827;
  line-height: 1.5;
}

/* line 20, app/assets/stylesheets/application.scss */
body {
  min-height: 100vh;
  position: relative;
  padding: 100px 0 118px;
  background-color: #fffaf5;
  font-family: 'IBM Plex Sans', sans-serif;
}

@media (max-width: 800px) {
  /* line 20, app/assets/stylesheets/application.scss */
  body {
    padding: 80px 0 0;
  }
  /* line 30, app/assets/stylesheets/application.scss */
  body .container {
    padding: 0 16px;
  }
}

/* line 36, app/assets/stylesheets/application.scss */
a {
  color: #333333;
}

/* line 38, app/assets/stylesheets/application.scss */
a:hover, a:focus {
  text-decoration: none;
  cursor: pointer;
  color: #8b5b2e;
}

@media (min-width: 1200px) {
  /* line 46, app/assets/stylesheets/application.scss */
  .container {
    width: 980px;
  }
}

/* line 52, app/assets/stylesheets/application.scss */
.page-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

/* line 58, app/assets/stylesheets/application.scss */
.page-header h1 {
  margin: 0;
  font-weight: 600;
  font-size: 24px;
}

/* line 65, app/assets/stylesheets/application.scss */
.card {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  border: none;
  margin-bottom: 25px;
}

/* line 71, app/assets/stylesheets/application.scss */
.card .card-header {
  background-color: white;
  border-bottom: 1px solid #eee;
  padding: 15px 20px;
}

/* line 76, app/assets/stylesheets/application.scss */
.card .card-header h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

/* line 83, app/assets/stylesheets/application.scss */
.card .card-body {
  padding: 20px;
}

/* line 89, app/assets/stylesheets/application.scss */
.table {
  margin-bottom: 0;
}

/* line 92, app/assets/stylesheets/application.scss */
.table th {
  font-weight: 600;
  color: #343a40;
  border-bottom-width: 1px;
}

/* line 98, app/assets/stylesheets/application.scss */
.table td,
.table th {
  padding: 12px 15px;
  vertical-align: middle;
}

/* line 106, app/assets/stylesheets/application.scss */
.alert {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

/* line 111, app/assets/stylesheets/application.scss */
.ss-deselect, .ss-arrow {
  display: none !important;
}

/* Header visibility helpers */
/* line 116, app/assets/stylesheets/application.scss */
.header-bar {
  display: flex;
  align-items: center;
}

/* line 121, app/assets/stylesheets/application.scss */
.header-bar .mobile-burger {
  margin-left: auto;
  display: block;
}

/* line 126, app/assets/stylesheets/application.scss */
.header-bar .desktop-menu {
  display: none;
}

/* Show desktop menu on large screens and hide burger */
@media (min-width: 1024px) {
  /* line 132, app/assets/stylesheets/application.scss */
  .header-bar .mobile-burger {
    display: none !important;
  }
  /* line 135, app/assets/stylesheets/application.scss */
  .header-bar .desktop-menu {
    display: flex !important;
  }
}
