/* Omniva Custom Styles */

/* Sidebar */
.sidebar {
  position: fixed;
  top: 56px;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 0;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
  overflow-x: hidden;
  overflow-y: auto;
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
  padding: 0.75rem 1rem;
}

.sidebar .nav-link:hover {
  color: #0d6efd;
  background-color: rgba(13, 110, 253, 0.1);
}

.sidebar .nav-link.active {
  color: #0d6efd;
  background-color: rgba(13, 110, 253, 0.1);
  border-left: 3px solid #0d6efd;
}

.sidebar .nav-link i {
  margin-right: 0.5rem;
}

.sidebar-heading {
  font-size: 0.75rem;
  text-transform: uppercase;
}

/* Main content area */
main {
  margin-top: 56px;
}

/* Cards */
.card {
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

/* LINE brand color */
.bi-line {
  color: #00B900 !important;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
  .sidebar {
    position: static;
    height: auto;
  }
  
  main {
    margin-top: 0;
  }
}

/* -----------------------------------------------------------------------------
 * Landing page (LINE-inspired, blue tone)
 * -------------------------------------------------------------------------- */
.landing-hero {
  background: radial-gradient(1200px 600px at 20% 10%, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 60%),
    linear-gradient(135deg, #0b5ed7 0%, #0a58ca 40%, #0d6efd 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.text-white-75 {
  color: rgba(255, 255, 255, 0.78) !important;
}

.landing-badge {
  color: #0d6efd;
  background: rgba(255, 255, 255, 0.92) !important;
}

.landing-device {
  width: min(420px, 100%);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  backdrop-filter: blur(10px);
}

.landing-device-topbar {
  padding: 12px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  display: flex;
  gap: 8px;
  align-items: center;
}

.landing-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.65);
}

.landing-device-body {
  padding: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
}

.landing-bubble {
  border-radius: 18px;
  padding: 12px 14px;
  margin-bottom: 12px;
  max-width: 85%;
}

.landing-bubble-title {
  font-size: 0.75rem;
  opacity: 0.8;
  margin-bottom: 4px;
}

.landing-bubble-text {
  font-weight: 600;
  line-height: 1.25;
}

.landing-bubble-user {
  background: rgba(255, 255, 255, 0.92);
  color: #0b2f6b;
}

.landing-bubble-agent {
  background: rgba(13, 110, 253, 0.9);
  color: #fff;
  margin-left: auto;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.landing-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  margin-top: 8px;
}

.landing-card {
  border: 1px solid #e9ecef;
  box-shadow: 0 8px 24px rgba(13, 110, 253, 0.06);
}

.landing-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(13, 110, 253, 0.12);
  color: #0d6efd;
  font-size: 1.25rem;
}

.landing-steps {
  display: grid;
  gap: 12px;
}

.landing-step {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.landing-step-num {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(13, 110, 253, 0.12);
  color: #0d6efd;
  font-weight: 800;
}

.landing-step-body {
  padding-top: 3px;
}

.landing-callout {
  border: 1px solid #e9ecef;
  box-shadow: 0 12px 30px rgba(13, 110, 253, 0.08);
}
