/* TimeStrip Component Styles - Scoped to prevent conflicts with main theme */

/* Blue color classes for current time indicator */
.time-strip-wrapper .bg-blue-400 {
  background-color: #60a5fa;
}
.time-strip-wrapper .text-blue-400 {
  color: #60a5fa;
}
.time-strip-wrapper .bg-blue-400\/20 {
  background-color: rgba(96, 165, 250, 0.2);
}

/* Additional utility classes for current time indicator */
.time-strip-wrapper .w-0\.5 {
  width: 0.125rem;
}
.time-strip-wrapper .top-2 {
  top: 0.5rem;
}
.time-strip-wrapper .bottom-2 {
  bottom: 0.5rem;
}
.time-strip-wrapper .-top-10 {
  top: -2.5rem;
}
.time-strip-wrapper .text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.time-strip-wrapper .font-medium {
  font-weight: 500;
}
.time-strip-wrapper .px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.time-strip-wrapper .py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.time-strip-wrapper .rounded {
  border-radius: 0.25rem;
}

/* Scoped utility classes for TimeStrip only */
.time-strip-wrapper .w-full {
  width: 100%;
}
.time-strip-wrapper .max-w-5xl {
  max-width: 64rem;
}
.time-strip-wrapper .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.time-strip-wrapper .px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.time-strip-wrapper .py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.time-strip-wrapper .py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.time-strip-wrapper .mb-8 {
  margin-bottom: 2rem;
}
.time-strip-wrapper .mb-2 {
  margin-bottom: 0.5rem;
}
.time-strip-wrapper .mt-16 {
  margin-top: 4rem;
}
.time-strip-wrapper .mt-6 {
  margin-top: 1.5rem;
}
.time-strip-wrapper .px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.time-strip-wrapper .p-8 {
  padding: 2rem;
}
.time-strip-wrapper .px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.time-strip-wrapper .py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.time-strip-wrapper .relative {
  position: relative;
}
.time-strip-wrapper .absolute {
  position: absolute;
}
.time-strip-wrapper .flex {
  display: flex;
}
.time-strip-wrapper .items-center {
  align-items: center;
}
.time-strip-wrapper .justify-between {
  justify-content: space-between;
}
.time-strip-wrapper .justify-center {
  justify-content: center;
}
.time-strip-wrapper .select-none {
  user-select: none;
}
.time-strip-wrapper .pointer-events-none {
  pointer-events: none;
}
.time-strip-wrapper .cursor-grab {
  cursor: grab;
}
.time-strip-wrapper .cursor-grabbing {
  cursor: grabbing;
}
.time-strip-wrapper .overflow-hidden {
  overflow: hidden;
}
.time-strip-wrapper .rounded-2xl {
  border-radius: 1rem;
}
.time-strip-wrapper .rounded-lg {
  border-radius: 0.5rem;
}
.time-strip-wrapper .rounded-full {
  border-radius: 9999px;
}

.time-strip-wrapper .shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.time-strip-wrapper .shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.time-strip-wrapper .shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}
.time-strip-wrapper .shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.time-strip-wrapper .border {
  border-width: 1px;
}
.time-strip-wrapper .border-4 {
  border-width: 4px;
}
.time-strip-wrapper .border-r {
  border-right-width: 1px;
}
.time-strip-wrapper .border-l {
  border-left-width: 1px;
}
.time-strip-wrapper .border-border {
  border-color: #e5e7eb;
}
.time-strip-wrapper .border-background {
  border-color: #ffffff;
}
.time-strip-wrapper .border-foreground\/5 {
  border-color: rgba(17, 24, 39, 0.05);
}

.time-strip-wrapper .inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.time-strip-wrapper .top-0 {
  top: 0;
}
.time-strip-wrapper .bottom-0 {
  bottom: 0;
}
.time-strip-wrapper .left-0 {
  left: 0;
}
.time-strip-wrapper .right-0 {
  right: 0;
}
.time-strip-wrapper .-top-16 {
  top: -4rem;
}
.time-strip-wrapper .-top-10 {
  top: -2.5rem;
}
.time-strip-wrapper .-bottom-16 {
  bottom: -4rem;
}
.time-strip-wrapper .-bottom-6 {
  bottom: -1.5rem;
}
.time-strip-wrapper .left-1\/2 {
  left: 50%;
}
.time-strip-wrapper .top-1\/2 {
  top: 50%;
}
.time-strip-wrapper .-translate-x-1\/2 {
  transform: translateX(-50%);
}
.time-strip-wrapper .-translate-y-1\/2 {
  transform: translateY(-50%);
}
.time-strip-wrapper .translate-x-1\/2 {
  transform: translateX(50%);
}
.time-strip-wrapper .translate-y-1\/2 {
  transform: translateY(50%);
}

.time-strip-wrapper .w-12 {
  width: 2rem;
}
.time-strip-wrapper .h-12 {
  height: 2rem;
}
.time-strip-wrapper .h-16 {
  height: 4rem;
}
.time-strip-wrapper .w-0\.5 {
  width: 0.125rem;
}

.time-strip-wrapper .text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.time-strip-wrapper .text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.time-strip-wrapper .text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.time-strip-wrapper .text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.time-strip-wrapper .text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.time-strip-wrapper .font-medium {
  font-weight: 500;
}
.time-strip-wrapper .font-semibold {
  font-weight: 600;
}
.time-strip-wrapper .font-bold {
  font-weight: 700;
}
.time-strip-wrapper .font-black {
  font-weight: 900;
}

.time-strip-wrapper .text-center {
  text-align: center;
}
.time-strip-wrapper .whitespace-nowrap {
  white-space: nowrap;
}

.time-strip-wrapper .opacity-15 {
  opacity: 0.15;
}
.time-strip-wrapper .opacity-20 {
  opacity: 0.2;
}
.time-strip-wrapper .opacity-30 {
  opacity: 0.3;
}
.time-strip-wrapper .opacity-80 {
  opacity: 0.8;
}

.time-strip-wrapper .transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.time-strip-wrapper .duration-200 {
  transition-duration: 200ms;
}
.time-strip-wrapper .duration-300 {
  transition-duration: 300ms;
}
.time-strip-wrapper .duration-500 {
  transition-duration: 500ms;
}

.time-strip-wrapper .flex-1 {
  flex: 1 1 0%;
}

.time-strip-wrapper .bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

/* TimeStrip specific day/night colors - scoped */
.time-strip-wrapper .bg-day {
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}
.time-strip-wrapper .bg-night {
  background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
}

.time-strip-wrapper .bg-card {
  background-color: #ffffff;
}
.time-strip-wrapper .bg-primary {
  background-color: #3b82f6;
}
.time-strip-wrapper .bg-accent {
  background-color: #8b5cf6;
}
.time-strip-wrapper .bg-muted {
  background-color: #f1f5f9;
}
.time-strip-wrapper .bg-interactive-current-time {
  background-color: #ef4444;
}

.time-strip-wrapper .text-foreground {
  color: #111827;
}
.time-strip-wrapper .text-muted-foreground {
  color: #6b7280;
}
.time-strip-wrapper .text-primary {
  color: #3b82f6;
}
.time-strip-wrapper .text-primary-foreground {
  color: #ffffff;
}
.time-strip-wrapper .text-accent {
  color: #8b5cf6;
}
.time-strip-wrapper .text-accent-foreground {
  color: #ffffff;
}
.time-strip-wrapper .text-interactive-current-time {
  color: #ef4444;
}

.time-strip-wrapper .scale-110 {
  transform: scale(1.1);
}
.time-strip-wrapper .scale-125 {
  transform: scale(1.25);
}
.time-strip-wrapper .hover\:scale-110:hover {
  transform: scale(1.1);
}
.time-strip-wrapper .active\:cursor-grabbing:active {
  cursor: grabbing;
}

.time-strip-wrapper .first\:border-l:first-child {
  border-left-width: 1px;
}

.time-strip-wrapper .backdrop-blur-sm {
  backdrop-filter: blur(4px);
}
.time-strip-wrapper .border-white\/20 {
  border-color: rgba(255, 255, 255, 0.2);
}

.time-strip-wrapper .mb-1 {
  margin-bottom: 0.25rem;
}

.time-strip-wrapper .z-20 {
  z-index: 20;
}
.time-strip-wrapper .-top-20 {
  top: -3.5rem;
}
.time-strip-wrapper .-bottom-20 {
  bottom: -3.5rem;
}

.time-strip-wrapper .border-l-4 {
  border-left-width: 4px;
}
.time-strip-wrapper .border-r-4 {
  border-right-width: 4px;
}
.time-strip-wrapper .border-t-4 {
  border-top-width: 4px;
}
.time-strip-wrapper .border-b-4 {
  border-bottom-width: 4px;
}
.time-strip-wrapper .border-transparent {
  border-color: transparent;
}
.time-strip-wrapper .border-t-primary {
  border-top-color: #3b82f6;
}
.time-strip-wrapper .border-b-accent {
  border-bottom-color: #8b5cf6;
}

.time-strip-wrapper .top-full {
  top: 100%;
}
.time-strip-wrapper .bottom-full {
  bottom: 100%;
}

/* TimeStrip wrapper styles */
.time-strip-wrapper {
  margin: 0.5rem 0;
  padding: 0.5rem;
  font-family: inherit; /* Inherit from parent theme */
}

/* Fallback styles - scoped */
.time-strip-fallback {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 2rem;
  margin: 2rem 0;
  text-align: center;
  font-family: inherit; /* Inherit from parent theme */
}

.time-strip-fallback h3 {
  color: #333;
  margin-bottom: 1rem;
  font-family: inherit; /* Inherit from parent theme */
}

.time-strip-fallback p {
  color: #666;
  margin-bottom: 1rem;
  font-family: inherit; /* Inherit from parent theme */
}

.time-strip-fallback .fallback-info {
  background: white;
  padding: 1rem;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  margin-top: 1rem;
}

.time-strip-fallback .fallback-info p {
  margin: 0.5rem 0;
  font-weight: 500;
  font-family: inherit; /* Inherit from parent theme */
}
