
.modern-calendar-input[data-v-ccaa92c6] {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  background: #ffffff;
  cursor: pointer;
  font-size: 0.875rem;
  color: #0f172a;
  text-align: left;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.modern-calendar-input[data-v-ccaa92c6]:hover {
  border-color: #64748b;
}
.modern-calendar-input[data-v-ccaa92c6]:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.date-picker-container[data-v-ccaa92c6] {
  position: relative;
  width: 100%;
}
.date-picker-label[data-v-ccaa92c6] {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #0f172a;
  margin-bottom: 0.5rem;
  letter-spacing: -0.025em;
}
.date-picker-trigger[data-v-ccaa92c6] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.75rem 1rem;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 0.875rem;
  min-height: 2.5rem;
}
.date-picker-trigger[data-v-ccaa92c6]:hover {
  border-color: #64748b;
  background: #f8fafc;
}
.date-picker-trigger[data-v-ccaa92c6]:focus-within {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.date-picker-trigger.error[data-v-ccaa92c6] {
  border-color: #ef4444;
}
.selected-date[data-v-ccaa92c6] {
  color: #0f172a;
  font-weight: 400;
}
.calendar-icon[data-v-ccaa92c6] {
  color: #64748b;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  transition: color 0.2s ease;
}
.calendar-overlay[data-v-ccaa92c6] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  
  
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  animation: fadeIn-ccaa92c6 0.2s ease-out;
}
@keyframes fadeIn-ccaa92c6 {
from { opacity: 0;
}
to { opacity: 1;
}
}
.calendar-container[data-v-ccaa92c6] {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
  max-width: 90vw;
  max-height: 90vh;
  overflow: auto;
  animation: slideIn-ccaa92c6 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@keyframes slideIn-ccaa92c6 {
from { 
    opacity: 0;
    transform: scale(0.95) translateY(-10px);
}
to { 
    opacity: 1;
    transform: scale(1) translateY(0);
}
}
.calendar-container.dual-month[data-v-ccaa92c6] {
  padding: 2rem;
}
.dual-calendar[data-v-ccaa92c6] {
  display: flex;
  gap: 3rem;
  align-items: flex-start;
}
.calendar-month[data-v-ccaa92c6] {
  min-width: 280px;
  flex-shrink: 0;
}
.calendar-header[data-v-ccaa92c6] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  padding: 0 0.25rem;
}
.month-title[data-v-ccaa92c6] {
  font-size: 1.125rem;
  font-weight: 600;
  color: #0f172a;
  margin: 0;
  letter-spacing: -0.025em;
  text-align: center;
  flex: 1;
}
.nav-button[data-v-ccaa92c6] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border: none;
  background: none;
  border-radius: 0.5rem;
  cursor: pointer;
  color: #64748b;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-button[data-v-ccaa92c6]:hover {
  background: #f8fafc;
  color: #0f172a;
  transform: scale(1.05);
}
.nav-button[data-v-ccaa92c6]:active {
  transform: scale(0.95);
}
.nav-spacer[data-v-ccaa92c6] {
  width: 2.25rem;
  height: 2.25rem;
}
.calendar-grid[data-v-ccaa92c6] {
  width: 100%;
}
.weekdays[data-v-ccaa92c6] {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.125rem;
  margin-bottom: 0.75rem;
}
.weekday[data-v-ccaa92c6] {
  padding: 0.5rem 0.25rem;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 500;
  color: #64748b;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.days-grid[data-v-ccaa92c6] {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.125rem;
}
.day-button[data-v-ccaa92c6] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  background: none;
  border-radius: 0.5rem;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 400;
  color: #0f172a;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}
.day-button[data-v-ccaa92c6]:hover:not(.disabled):not(.other-month) {
  background: #f8fafc;
  transform: scale(1.05);
}
.day-button[data-v-ccaa92c6]:active:not(.disabled):not(.other-month) {
  transform: scale(0.95);
}
.day-button.selected[data-v-ccaa92c6] {
  background: #0f172a;
  color: #ffffff;
  font-weight: 500;
}
.day-button.today[data-v-ccaa92c6]:not(.selected) {
  background: #dbeafe;
  color: #3b82f6;
  font-weight: 600;
}
.day-button.other-month[data-v-ccaa92c6] {
  color: #cbd5e1;
  cursor: default;
  opacity: 0.4;
}
.day-button.disabled[data-v-ccaa92c6] {
  color: #cbd5e1;
  cursor: not-allowed;
  opacity: 0.3;
  position: relative;
}
.day-button.disabled[data-v-ccaa92c6]::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 20%;
  right: 20%;
  height: 1px;
  background: currentColor;
  transform: translateY(-50%);
}
.day-button.in-range[data-v-ccaa92c6] {
  background: #f1f5f9;
  color: #0f172a;
}
.day-button.range-start[data-v-ccaa92c6],
.day-button.range-end[data-v-ccaa92c6] {
  background: #0f172a;
  color: #ffffff;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
.day-button.range-middle[data-v-ccaa92c6] {
  background: #f1f5f9;
  color: #0f172a;
  border-radius: 0;
}
.day-button.range-start[data-v-ccaa92c6]:not(.range-end)::after {
  content: '';
  position: absolute;
  top: 0;
  right: -0.0625rem;
  bottom: 0;
  width: 0.0625rem;
  background: #f1f5f9;
  z-index: -1;
}
.day-button.range-end[data-v-ccaa92c6]:not(.range-start)::before {
  content: '';
  position: absolute;
  top: 0;
  left: -0.0625rem;
  bottom: 0;
  width: 0.0625rem;
  background: #f1f5f9;
  z-index: -1;
}
.disabled-message[data-v-ccaa92c6] {
  margin-top: 1.5rem;
  padding: 1rem;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  text-align: center;
  font-size: 0.875rem;
  color: #64748b;
}
@media (max-width: 768px) {
.dual-calendar[data-v-ccaa92c6] {
    flex-direction: column;
    gap: 2rem;
}
.calendar-container.dual-month[data-v-ccaa92c6] {
    padding: 1.5rem;
}
.calendar-month[data-v-ccaa92c6] {
    min-width: auto;
}
.calendar-overlay[data-v-ccaa92c6] {
    padding: 1rem;
}
}
@media (max-width: 640px) {
.calendar-container[data-v-ccaa92c6] {
    padding: 1rem;
}
.dual-calendar[data-v-ccaa92c6] {
    gap: 1.5rem;
}
.calendar-header[data-v-ccaa92c6] {
    margin-bottom: 1rem;
}
.day-button[data-v-ccaa92c6] {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 0.8125rem;
}
}
.day-button[data-v-ccaa92c6]:focus {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
  z-index: 10;
}
.nav-button[data-v-ccaa92c6]:focus {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
}
@media (prefers-contrast: high) {
.day-button.selected[data-v-ccaa92c6] {
    border: 2px solid #0f172a;
}
.day-button.in-range[data-v-ccaa92c6] {
    border: 1px solid #64748b;
}
}
@media (prefers-reduced-motion: reduce) {
.day-button[data-v-ccaa92c6],
  .nav-button[data-v-ccaa92c6],
  .date-picker-trigger[data-v-ccaa92c6],
  .calendar-overlay[data-v-ccaa92c6],
  .calendar-container[data-v-ccaa92c6] {
    transition: none;
    animation: none;
}
.day-button[data-v-ccaa92c6]:hover:not(.disabled):not(.other-month),
  .nav-button[data-v-ccaa92c6]:hover {
    transform: none;
}
}

/* Body - remove padding pois já vem do SheetSideModal */
.pipeline-filter-body[data-v-baad863a] {
  /* padding removido - já vem do componente pai */
}

/* Form */
.pipeline-filter-form[data-v-baad863a] {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Labels com erro ficam vermelhas */
.pipeline-filter-label-error[data-v-baad863a] {
  color: #ef4444 !important;
}

/* Error messages - herda do pai, só ajusta se necessário */
.pipeline-filter-error[data-v-baad863a] {
  display: block;
  font-size: 12px;
  color: #ef4444;
  margin-top: 4px;
}

/* Footer */
.pipeline-filter-footer[data-v-baad863a] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.pipeline-filter-actions[data-v-baad863a] {
  display: flex;
  gap: 12px;
}

/* Buttons */
.pipeline-filter-btn-clear[data-v-baad863a] {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 40px;
  padding: 0 16px;
  border: 1.5px solid #e2e8f0;
  border-radius: 8px;
  background: white;
  color: #64748b;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
.pipeline-filter-btn-clear[data-v-baad863a]:hover {
  border-color: #cbd5e1;
  background: #f8fafc;
}
.pipeline-filter-btn-cancel[data-v-baad863a] {
  height: 40px;
  padding: 0 20px;
  border: none;
  border-radius: 8px;
  background: #f1f5f9;
  color: #64748b;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
.pipeline-filter-btn-cancel[data-v-baad863a]:hover {
  background: #e2e8f0;
  color: #475569;
}
.pipeline-filter-btn-apply[data-v-baad863a] {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 40px;
  padding: 0 20px;
  border: none;
  border-radius: 8px;
  background: #3b82f6;
  color: white;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
.pipeline-filter-btn-apply[data-v-baad863a]:hover {
  background: #2563eb;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
}

/* Responsive */
@media (max-width: 640px) {
.pipeline-filter-footer[data-v-baad863a] {
    flex-direction: column;
    gap: 12px;
}
.pipeline-filter-actions[data-v-baad863a] {
    width: 100%;
    justify-content: flex-end;
}
}
