/*

 */
/*

 */
/* line 7, app/assets/stylesheets/components/_header.scss */
header.position-absolute .navbar .nav-item.active .nav-link {
  color: #8f5926;
  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: #8f5926;
}

/* 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(143, 89, 38, 0.1);
  border-left: 3px solid #8f5926;
  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: #8f5926;
  border-color: transparent;
}

/* line 23, app/assets/stylesheets/components/_dashboard.scss */
.dashboard-container .nav-tabs .nav-link.active {
  color: #8f5926;
  background: transparent;
  border: none;
  border-bottom: 2px solid #8f5926;
  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: #FAFAFA;
}

/* 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: #8f5926 !important;
  color: #fff !important;
  border: 1.5px solid #8f5926 !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 5, app/assets/stylesheets/components/_forms.scss */
:root,
[data-theme="identity"],
[data-theme="brutalist"] {
  --input-color: #d4a574 !important;
  --bc: #d4a574 !important;
}

/* line 13, app/assets/stylesheets/components/_forms.scss */
.input,
.textarea,
.select,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="search"],
input[type="tel"],
input[type="url"],
textarea,
select {
  --input-color: #d4a574 !important;
  border-color: #DADADA !important;
  border-width: 1px !important;
  border-style: solid !important;
}

/* line 33, app/assets/stylesheets/components/_forms.scss */
.input:focus, .input:focus-visible, .input:focus-within,
.textarea:focus,
.textarea:focus-visible,
.textarea:focus-within,
.select:focus,
.select:focus-visible,
.select:focus-within,
input[type="text"]:focus,
input[type="text"]:focus-visible,
input[type="text"]:focus-within,
input[type="email"]:focus,
input[type="email"]:focus-visible,
input[type="email"]:focus-within,
input[type="password"]:focus,
input[type="password"]:focus-visible,
input[type="password"]:focus-within,
input[type="number"]:focus,
input[type="number"]:focus-visible,
input[type="number"]:focus-within,
input[type="date"]:focus,
input[type="date"]:focus-visible,
input[type="date"]:focus-within,
input[type="time"]:focus,
input[type="time"]:focus-visible,
input[type="time"]:focus-within,
input[type="datetime-local"]:focus,
input[type="datetime-local"]:focus-visible,
input[type="datetime-local"]:focus-within,
input[type="search"]:focus,
input[type="search"]:focus-visible,
input[type="search"]:focus-within,
input[type="tel"]:focus,
input[type="tel"]:focus-visible,
input[type="tel"]:focus-within,
input[type="url"]:focus,
input[type="url"]:focus-visible,
input[type="url"]:focus-within,
textarea:focus,
textarea:focus-visible,
textarea:focus-within,
select:focus,
select:focus-visible,
select:focus-within {
  --input-color: #8f5926 !important;
  border-color: #8f5926 !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(143, 89, 38, 0.1) !important;
}

/* line 42, app/assets/stylesheets/components/_forms.scss */
.input:disabled,
.textarea:disabled,
.select:disabled,
input[type="text"]:disabled,
input[type="email"]:disabled,
input[type="password"]:disabled,
input[type="number"]:disabled,
input[type="date"]:disabled,
input[type="time"]:disabled,
input[type="datetime-local"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="url"]:disabled,
textarea:disabled,
select:disabled {
  border-color: #94a3b8 !important;
  opacity: 0.6;
}

/* line 51, app/assets/stylesheets/components/_forms.scss */
.radio,
input[type="radio"] {
  --chkbg: #ffffff !important;
  --chkfg: #8f5926 !important;
  border-color: #d4a574 !important;
  border-width: 2px !important;
  border-style: solid !important;
}

/* line 59, app/assets/stylesheets/components/_forms.scss */
.radio:checked,
input[type="radio"]:checked {
  --chkbg: #8f5926 !important;
  border-color: #8f5926 !important;
  background-color: #8f5926 !important;
}

/* line 65, app/assets/stylesheets/components/_forms.scss */
.radio:focus, .radio:focus-visible,
input[type="radio"]:focus,
input[type="radio"]:focus-visible {
  box-shadow: 0 0 0 3px rgba(143, 89, 38, 0.1) !important;
  outline: none !important;
}

/* line 75, app/assets/stylesheets/components/_forms.scss */
[data-theme="brutalist"] .input-bordered,
[data-theme="identity"] .input-bordered {
  height: 2.625rem !important;
  --input-color: #d4a574 !important;
  border-color: #DADADA !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-radius: 1.375rem !important;
  font-size: 1rem !important;
}

/* line 84, app/assets/stylesheets/components/_forms.scss */
[data-theme="brutalist"] .input-bordered:focus, [data-theme="brutalist"] .input-bordered:focus-within, [data-theme="brutalist"] .input-bordered:focus-visible,
[data-theme="identity"] .input-bordered:focus,
[data-theme="identity"] .input-bordered:focus-within,
[data-theme="identity"] .input-bordered:focus-visible {
  --input-color: #8f5926 !important;
  border-color: #8f5926 !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(143, 89, 38, 0.1) !important;
}

/* line 92, app/assets/stylesheets/components/_forms.scss */
[data-theme="brutalist"] .input-bordered::placeholder,
[data-theme="identity"] .input-bordered::placeholder {
  color: #858585 !important;
}

/* line 96, app/assets/stylesheets/components/_forms.scss */
[data-theme="brutalist"] .textarea-bordered,
[data-theme="identity"] .textarea-bordered {
  border-color: #DADADA !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-radius: 0.75rem !important;
}

/* line 102, app/assets/stylesheets/components/_forms.scss */
[data-theme="brutalist"] .textarea-bordered:focus, [data-theme="brutalist"] .textarea-bordered:focus-within, [data-theme="brutalist"] .textarea-bordered:focus-visible,
[data-theme="identity"] .textarea-bordered:focus,
[data-theme="identity"] .textarea-bordered:focus-within,
[data-theme="identity"] .textarea-bordered:focus-visible {
  --input-color: #8f5926 !important;
  border-color: #8f5926 !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(143, 89, 38, 0.1) !important;
}

/* line 110, app/assets/stylesheets/components/_forms.scss */
[data-theme="brutalist"] .textarea-bordered::placeholder,
[data-theme="identity"] .textarea-bordered::placeholder {
  color: #858585 !important;
}

/* line 114, app/assets/stylesheets/components/_forms.scss */
[data-theme="brutalist"] .select-bordered,
[data-theme="identity"] .select-bordered {
  height: 2.625rem !important;
  --input-color: #d4a574 !important;
  border-color: #DADADA !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-radius: 1.375rem !important;
  background-image: url(/assets/icons/arrow-down-sm-7b1beedb297153bf4a2db770b4b03aeaccfea32077cd33e8cda200be266fe975.svg) !important;
  background-size: auto !important;
  cursor: pointer;
  font-size: 1rem !important;
}

/* line 126, app/assets/stylesheets/components/_forms.scss */
[data-theme="brutalist"] .select-bordered:focus, [data-theme="brutalist"] .select-bordered:focus-within, [data-theme="brutalist"] .select-bordered:focus-visible,
[data-theme="identity"] .select-bordered:focus,
[data-theme="identity"] .select-bordered:focus-within,
[data-theme="identity"] .select-bordered:focus-visible {
  --input-color: #8f5926 !important;
  border-color: #8f5926 !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(143, 89, 38, 0.1) !important;
}

/* line 137, app/assets/stylesheets/components/_forms.scss */
[data-theme="brutalist"] .radio,
[data-theme="identity"] .radio {
  --chkbg: #ffffff !important;
  --chkfg: #8f5926 !important;
  border-color: #9BA0A6 !important;
  border-width: 1px !important;
  border-style: solid !important;
}

/* line 144, app/assets/stylesheets/components/_forms.scss */
[data-theme="brutalist"] .radio:checked,
[data-theme="identity"] .radio:checked {
  --chkbg: #8f5926 !important;
  border-color: #8f5926 !important;
  background-color: #ffffff !important;
}

/* line 150, app/assets/stylesheets/components/_forms.scss */
[data-theme="brutalist"] .radio:focus, [data-theme="brutalist"] .radio:focus-visible,
[data-theme="identity"] .radio:focus,
[data-theme="identity"] .radio:focus-visible {
  box-shadow: 0 0 0 3px rgba(143, 89, 38, 0.1) !important;
  outline: none !important;
}

/* line 156, app/assets/stylesheets/components/_forms.scss */
[data-theme="brutalist"] .radio:is(.radio:checked, .radio[aria-checked=true]):before,
[data-theme="identity"] .radio:is(.radio:checked, .radio[aria-checked=true]):before {
  box-shadow: none !important;
  background-color: #8F5926 !important;
}

/* line 165, app/assets/stylesheets/components/_forms.scss */
.form-control .label {
  color: #555555;
  font-weight: 500;
}

/* line 170, app/assets/stylesheets/components/_forms.scss */
.form-control .label-text {
  color: #64748b;
}

/* line 176, app/assets/stylesheets/components/_forms.scss */
.btn-error,
.btn-outline.btn-error {
  color: #ffffff !important;
}

/* line 180, app/assets/stylesheets/components/_forms.scss */
.btn-error i, .btn-error svg,
.btn-outline.btn-error i,
.btn-outline.btn-error svg {
  color: #ffffff !important;
}

/* line 184, app/assets/stylesheets/components/_forms.scss */
.btn-error:hover,
.btn-outline.btn-error:hover {
  color: #ffffff !important;
}

/* line 187, app/assets/stylesheets/components/_forms.scss */
.btn-error:hover i, .btn-error:hover svg,
.btn-outline.btn-error:hover i,
.btn-outline.btn-error:hover svg {
  color: #ffffff !important;
}

/* line 20, app/assets/stylesheets/application.scss */
body {
  min-height: 100vh;
  position: relative;
  background-color: #FAFAFA;
  font-family: 'Inter', sans-serif;
}

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

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

@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 117, app/assets/stylesheets/application.scss */
.header-bar {
  display: flex;
  align-items: center;
}

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

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

/* line 131, app/assets/stylesheets/application.scss */
dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}

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