.form-module__3I3HkW__formContainer{background-color:var(--bg-card);border-radius:var(--radius-lg);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);max-width:800px;padding:2.5rem}.form-module__3I3HkW__formGroup{flex-direction:column;gap:.5rem;margin-bottom:1.5rem;display:flex}.form-module__3I3HkW__label{color:var(--text-primary);font-size:.9rem;font-weight:600}.form-module__3I3HkW__input,.form-module__3I3HkW__select,.form-module__3I3HkW__textarea{border-radius:var(--radius-md);border:1.5px solid var(--border-color);background-color:var(--bg-main);color:var(--text-primary);outline:none;padding:.75rem 1rem;font-family:inherit;font-size:.95rem;transition:all .2s}.form-module__3I3HkW__input:focus,.form-module__3I3HkW__select:focus,.form-module__3I3HkW__textarea:focus{border-color:var(--accent-primary);box-shadow:0 0 0 4px #00798c1a}.form-module__3I3HkW__row{gap:1.5rem;width:100%;display:flex}.form-module__3I3HkW__col{flex:1}.form-module__3I3HkW__actions{border-top:1px solid var(--border-color);justify-content:flex-end;gap:1rem;margin-top:2.5rem;padding-top:1.5rem;display:flex}.form-module__3I3HkW__btnCancel{border-radius:var(--radius-md);border:1px solid var(--border-color);color:var(--text-muted);cursor:pointer;background-color:#0000;padding:.75rem 1.5rem;font-weight:600;transition:all .2s}.form-module__3I3HkW__btnCancel:hover{background-color:var(--bg-main);color:var(--text-primary)}.form-module__3I3HkW__tagContainer{border:1.5px solid var(--border-color);border-radius:var(--radius-md);background-color:var(--bg-main);flex-wrap:wrap;align-items:center;gap:.5rem;min-height:48px;padding:.5rem;transition:all .2s;display:flex}.form-module__3I3HkW__tagContainer:focus-within{border-color:var(--accent-primary);box-shadow:0 0 0 4px #00798c1a}.form-module__3I3HkW__tag{background-color:var(--accent-primary);color:#fff;border-radius:20px;align-items:center;gap:.4rem;padding:.25rem .75rem;font-size:.85rem;font-weight:500;display:flex}.form-module__3I3HkW__tagRemove{color:#fff;cursor:pointer;opacity:.8;background:0 0;border:none;justify-content:center;align-items:center;padding:0;font-size:1.2rem;line-height:1;display:flex}.form-module__3I3HkW__tagRemove:hover{opacity:1}.form-module__3I3HkW__tagInput{color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;min-width:120px;padding:.25rem}.form-module__3I3HkW__select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:1.2rem;padding-right:3rem}.form-module__3I3HkW__input[type=date]{cursor:pointer;position:relative}.form-module__3I3HkW__input[type=date]::-webkit-calendar-picker-indicator{color:#0000;cursor:pointer;background:0 0;width:auto;height:auto;position:absolute;inset:0}.form-module__3I3HkW__inputDateWrapper{align-items:center;display:flex;position:relative}.form-module__3I3HkW__calendarIconBtn{color:var(--accent-primary);cursor:pointer;border-radius:var(--radius-sm);z-index:2;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex;position:absolute;right:.5rem}.form-module__3I3HkW__calendarIconBtn:hover{background-color:var(--bg-hover);color:var(--accent-primary-hover)}
.page-module__ygPKLG__container{width:100%;max-width:1200px;margin:0 auto;padding:2rem}.page-module__ygPKLG__header{margin-bottom:2rem}.page-module__ygPKLG__headerFlex{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.page-module__ygPKLG__title{color:var(--text-primary);margin-bottom:.5rem;font-size:1.8rem;font-weight:700}.page-module__ygPKLG__subtitle{color:var(--text-secondary);font-size:.95rem}.page-module__ygPKLG__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2.5rem;display:grid}.page-module__ygPKLG__card{background-color:var(--bg-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--border-color);padding:1.5rem;transition:transform .2s}.page-module__ygPKLG__card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.page-module__ygPKLG__cardAlert{border-left:4px solid var(--accent-danger)}.page-module__ygPKLG__cardLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:.5rem;font-size:.75rem;font-weight:700}.page-module__ygPKLG__cardValue{color:var(--text-primary);font-size:2.5rem;font-weight:700}.page-module__ygPKLG__cardValueAlert{color:var(--accent-danger)}.page-module__ygPKLG__actions{flex-wrap:wrap;gap:1rem;display:flex}.page-module__ygPKLG__btnPrimary{background-color:var(--accent-primary);color:#fff;border-radius:var(--radius-md);padding:.75rem 1.5rem;font-size:.95rem;font-weight:500;transition:background-color .2s}.page-module__ygPKLG__btnPrimary:hover{background-color:var(--accent-primary-hover)}.page-module__ygPKLG__btnSecondary{background-color:var(--bg-card);color:var(--accent-primary);border:1px solid var(--accent-primary);border-radius:var(--radius-md);padding:.75rem 1.5rem;font-size:.95rem;font-weight:500;transition:background-color .2s}.page-module__ygPKLG__btnSecondary:hover{background-color:var(--bg-hover)}.page-module__ygPKLG__searchInput{border-radius:var(--radius-md);border:1.5px solid var(--border-color);background-color:var(--bg-card);width:100%;color:var(--text-primary);outline:none;padding:.85rem 1rem .85rem 3rem;font-size:.95rem;transition:all .2s}.page-module__ygPKLG__searchInput:focus{border-color:var(--accent-primary);box-shadow:0 0 0 4px #00798c1a}.page-module__ygPKLG__label{color:var(--text-primary);margin:0;font-size:.9rem;font-weight:700;display:block}
.DatePicker-module__XO33Ra__container{flex-direction:column;gap:.8rem;width:100%;display:flex;position:relative}.DatePicker-module__XO33Ra__label{color:var(--text-primary);margin:0;font-size:.9rem;font-weight:700;display:block}.DatePicker-module__XO33Ra__inputWrapper{cursor:pointer;align-items:center;display:flex;position:relative}.DatePicker-module__XO33Ra__input{border:2px solid var(--border-color);background-color:var(--bg-main);width:100%;height:55px;color:var(--text-primary);cursor:pointer;border-radius:16px;outline:none;padding:0 3rem 0 1.2rem;font-family:inherit;font-size:1rem;font-weight:600;transition:all .2s}.DatePicker-module__XO33Ra__inputWrapper:hover .DatePicker-module__XO33Ra__input{border-color:var(--accent-primary)}.DatePicker-module__XO33Ra__icon{color:var(--accent-primary);opacity:.8;position:absolute;right:1rem}.DatePicker-module__XO33Ra__popover{z-index:100;border:1px solid var(--border-color);background:#fff;border-radius:1rem;width:320px;padding:1.5rem;animation:.2s ease-out DatePicker-module__XO33Ra__slideIn;position:absolute;top:calc(100% + .5rem);left:0;box-shadow:0 10px 25px #0000001a}@keyframes DatePicker-module__XO33Ra__slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.DatePicker-module__XO33Ra__header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.DatePicker-module__XO33Ra__monthName{color:#1e293b;font-size:1.1rem;font-weight:700}.DatePicker-module__XO33Ra__navBtn{cursor:pointer;color:#64748b;background:0 0;border:none;border-radius:50%;align-items:center;padding:.4rem;transition:all .2s;display:flex}.DatePicker-module__XO33Ra__navBtn:hover{color:var(--accent-primary);background-color:#f1f5f9}.DatePicker-module__XO33Ra__weekdays{grid-template-columns:repeat(7,1fr);margin-bottom:.5rem;display:grid}.DatePicker-module__XO33Ra__weekday{text-align:center;color:#64748b;padding:.5rem 0;font-size:.8rem;font-weight:600}.DatePicker-module__XO33Ra__daysGrid{grid-template-columns:repeat(7,1fr);gap:2px;display:grid}.DatePicker-module__XO33Ra__day{aspect-ratio:1;color:#1e293b;cursor:pointer;background:0 0;border:none;border-radius:.5rem;justify-content:center;align-items:center;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.DatePicker-module__XO33Ra__day:hover:not(.DatePicker-module__XO33Ra__selectedDay){color:var(--accent-primary);background-color:#f1f5f9}.DatePicker-module__XO33Ra__emptyDay{aspect-ratio:1}.DatePicker-module__XO33Ra__selectedDay{font-weight:700;background-color:var(--accent-primary)!important;color:#fff!important}.DatePicker-module__XO33Ra__today{color:var(--accent-primary);font-weight:700;text-decoration:underline}.DatePicker-module__XO33Ra__footer{border-top:1px solid #f1f5f9;justify-content:space-between;margin-top:1.5rem;padding-top:1rem;display:flex}.DatePicker-module__XO33Ra__todayBtn,.DatePicker-module__XO33Ra__closeBtn{color:var(--accent-primary);cursor:pointer;background:0 0;border:none;border-radius:.5rem;padding:.5rem;font-size:.9rem;font-weight:600;transition:all .2s}.DatePicker-module__XO33Ra__todayBtn:hover,.DatePicker-module__XO33Ra__closeBtn:hover{background-color:#f0fdfa}.DatePicker-module__XO33Ra__closeBtn{color:#64748b}.DatePicker-module__XO33Ra__disabledDay{opacity:.3;cursor:not-allowed;pointer-events:none}
