@charset "UTF-8";:root{--primary: #7C3AED;--primary-dark: #5B21B6;--primary-light: #EDE9FE;--secondary: #EC4899;--success: #10B981;--warning: #F59E0B;--danger: #EF4444;--info: #3B82F6;--bg-light: #F8F7FF;--sidebar-width: 260px;--border-radius: 12px;--shadow-sm: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.05);--shadow-md: 0 4px 6px rgba(0,0,0,.07), 0 2px 4px rgba(0,0,0,.05);--shadow-lg: 0 10px 15px rgba(0,0,0,.1), 0 4px 6px rgba(0,0,0,.05);--font-family: "Inter", system-ui, -apple-system, sans-serif}*,*:before,*:after{box-sizing:border-box}html,body{height:100%;margin:0;padding:0}body{font-family:var(--font-family);font-size:14px;line-height:1.5;color:#1f2937;background-color:var(--bg-light);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.25;color:#111827}.card-hipets{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:var(--border-radius);box-shadow:var(--shadow-sm);overflow:hidden;transition:box-shadow .2s ease,transform .2s ease}.card-hipets:hover{box-shadow:var(--shadow-md)}.card-hipets .card-header-hipets{padding:1rem 1.5rem;border-bottom:1px solid rgba(0,0,0,.06);background:#fff;font-weight:600;color:#374151;display:flex;align-items:center;gap:.5rem}.card-hipets .card-body-hipets{padding:1.5rem}.sidebar{width:var(--sidebar-width);height:100vh;background:#1e1b4b;color:#fff;display:flex;flex-direction:column;position:fixed;top:0;left:0;z-index:1000;overflow:hidden;transition:transform .3s ease}.sidebar .sidebar-brand{padding:1.5rem 1rem 1.25rem;border-bottom:1px solid rgba(255,255,255,.1);color:#fff;text-decoration:none;display:flex;flex-direction:column;align-items:center;gap:.65rem;text-align:center}.sidebar .sidebar-brand:hover{text-decoration:none}.sidebar .brand-avatar{height:100px;background:#ffffff1a;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0;transition:border-color .2s}.sidebar .brand-avatar:hover{border-color:#ffffff80}.sidebar .brand-avatar-img{width:100%;height:100%;object-fit:contain}.sidebar .brand-avatar-emoji{font-size:2.2rem;line-height:1}.sidebar .brand-name{font-size:.9rem;font-weight:700;letter-spacing:.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:168px;color:#fff}.sidebar .sidebar-nav{flex:1;min-height:0;overflow-y:auto;padding:1rem 0}.sidebar .sidebar-nav::-webkit-scrollbar{width:4px}.sidebar .sidebar-nav::-webkit-scrollbar-track{background:transparent}.sidebar .sidebar-nav::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.sidebar .sidebar-nav::-webkit-scrollbar-thumb:hover{background:#ffffff61}.sidebar .sidebar-nav .nav-item{margin:.125rem .75rem}.sidebar .sidebar-nav .nav-link{color:#ffffffb3;padding:.625rem .875rem;border-radius:8px;display:flex;align-items:center;gap:.75rem;text-decoration:none;font-size:.875rem;font-weight:500;transition:all .15s ease}.sidebar .sidebar-nav .nav-link i{font-size:1rem;width:20px;text-align:center;flex-shrink:0}.sidebar .sidebar-nav .nav-link:hover{background:#ffffff1a;color:#fff}.sidebar .sidebar-nav .nav-link.active{background:var(--primary);color:#fff;box-shadow:0 2px 8px #7c3aed66}.sidebar .sidebar-nav .nav-section{padding:.75rem 1.5rem .25rem;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#fff6}.sidebar .sidebar-footer{padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.1)}.sidebar .sidebar-footer .user-info{font-size:.8rem;color:#ffffffb3;margin-bottom:.75rem}.sidebar .sidebar-footer .user-info .user-name{font-weight:600;color:#fff;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar .sidebar-footer .user-info .user-email{font-size:.75rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.main-wrapper{display:flex;min-height:100vh}.main-content{margin-left:var(--sidebar-width);flex:1;min-height:100vh;background:var(--bg-light)}.main-content .page-header{background:#fff;border-bottom:1px solid rgba(0,0,0,.08);padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.main-content .page-header h1{font-size:1.25rem;margin:0}.main-content .page-body{padding:1.5rem}.btn-primary{background-color:var(--primary);border-color:var(--primary);font-weight:500}.btn-primary:hover,.btn-primary:focus{background-color:var(--primary-dark);border-color:var(--primary-dark)}.btn-primary:disabled{background-color:var(--primary);border-color:var(--primary);opacity:.6}.btn-outline-primary{color:var(--primary);border-color:var(--primary)}.btn-outline-primary:hover{background-color:var(--primary);border-color:var(--primary)}.badge-pending{background-color:var(--warning);color:#1f2937}.badge-confirmed{background-color:var(--info);color:#fff}.badge-completed{background-color:var(--success);color:#fff}.badge-cancelled{background-color:var(--danger);color:#fff}.badge-rescheduled{background-color:#6366f1;color:#fff}.badge-entry{background-color:var(--success);color:#fff}.badge-output{background-color:var(--danger);color:#fff}.badge-debit{background-color:var(--warning);color:#1f2937}.badge-active{background-color:var(--success);color:#fff}.badge-inactive{background-color:#6b7280;color:#fff}.badge-suspended{background-color:var(--danger);color:#fff}.table-hipets{background:#fff;border-radius:var(--border-radius);overflow:hidden;box-shadow:var(--shadow-sm)}.table-hipets thead{background:#f9fafb}.table-hipets thead th{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#6b7280;border-bottom:1px solid #E5E7EB;padding:.75rem 1rem}.table-hipets tbody tr{border-bottom:1px solid #F3F4F6;transition:background-color .15s ease}.table-hipets tbody tr:hover{background-color:#fafafa}.table-hipets tbody tr td{padding:.875rem 1rem;vertical-align:middle;color:#374151}.form-control,.form-select{border-radius:8px;border-color:#d1d5db;font-size:.875rem;transition:border-color .15s ease,box-shadow .15s ease}.form-control:focus,.form-select:focus{border-color:var(--primary);box-shadow:0 0 0 3px #7c3aed1a}.form-label{font-weight:500;font-size:.875rem;color:#374151;margin-bottom:.375rem}.impersonation-banner{background:linear-gradient(135deg,#fee2e2,#fecaca);border:1px solid #FCA5A5;color:#991b1b;padding:.625rem 1.5rem;display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;position:sticky;top:0;z-index:100}.loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#fffc;display:flex;align-items:center;justify-content:center;z-index:9999;backdrop-filter:blur(2px)}.stat-card{background:#fff;border-radius:var(--border-radius);padding:1.5rem;box-shadow:var(--shadow-sm);border:1px solid rgba(0,0,0,.05);position:relative;overflow:hidden;transition:box-shadow .2s ease}.stat-card:hover{box-shadow:var(--shadow-md)}.stat-card .stat-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1rem}.stat-card .stat-icon.primary{background:var(--primary-light);color:var(--primary)}.stat-card .stat-icon.success{background:#d1fae5;color:var(--success)}.stat-card .stat-icon.warning{background:#fef3c7;color:var(--warning)}.stat-card .stat-icon.danger{background:#fee2e2;color:var(--danger)}.stat-card .stat-icon.info{background:#dbeafe;color:var(--info)}.stat-card .stat-value{font-size:2rem;font-weight:700;color:#111827;line-height:1;margin-bottom:.25rem}.stat-card .stat-label{font-size:.875rem;color:#6b7280;font-weight:500}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:1px;background:#e5e7eb;border:1px solid #E5E7EB;border-radius:var(--border-radius);overflow:hidden}.calendar-grid .calendar-day-header{background:#f9fafb;padding:.5rem;text-align:center;font-size:.75rem;font-weight:600;text-transform:uppercase;color:#6b7280}.calendar-grid .calendar-day{background:#fff;min-height:100px;padding:.5rem;cursor:pointer;transition:background-color .15s ease}.calendar-grid .calendar-day:hover{background:#f9fafb}.calendar-grid .calendar-day.other-month{background:#fafafa}.calendar-grid .calendar-day.other-month .day-number{color:#d1d5db}.calendar-grid .calendar-day.today .day-number{background:var(--primary);color:#fff;border-radius:50%;width:26px;height:26px;display:flex;align-items:center;justify-content:center}.calendar-grid .calendar-day .day-number{font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.25rem}.calendar-grid .calendar-day .calendar-event{font-size:.7rem;padding:.125rem .375rem;border-radius:4px;margin-bottom:.125rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;color:#fff}.empty-state{text-align:center;padding:3rem;color:#9ca3af}.empty-state i{font-size:3rem;margin-bottom:1rem;opacity:.5}.empty-state h5{color:#6b7280;margin-bottom:.5rem}.empty-state p{font-size:.875rem}@media (max-width: 768px){.sidebar{transform:translate(-100%)}.sidebar.open{transform:translate(0)}.main-content{margin-left:0}.mobile-toggle{display:flex!important}.d-md-table-cell{display:none!important}.stat-card .stat-value{font-size:1.5rem}}@media (min-width: 769px){.mobile-toggle,.sidebar-overlay{display:none!important}}.text-primary-hipets{color:var(--primary)!important}.bg-primary-hipets{background-color:var(--primary)!important}.border-primary-hipets{border-color:var(--primary)!important}.cursor-pointer{cursor:pointer}.transition{transition:all .2s ease}.min-alert{background:#fef3c7;color:#92400e;border:1px solid #FDE68A;border-radius:6px;padding:.25rem .5rem;font-size:.75rem;font-weight:600}.timer-display{font-family:Courier New,monospace;font-size:2.5rem;font-weight:700;color:var(--primary);letter-spacing:.1em}.drop-zone{border:2px dashed #D1D5DB;border-radius:var(--border-radius);padding:2rem;text-align:center;cursor:pointer;transition:all .2s ease;background:#fafafa}.drop-zone:hover,.drop-zone.drag-over{border-color:var(--primary);background:var(--primary-light);color:var(--primary)}.drop-zone i{font-size:2rem;margin-bottom:.5rem;opacity:.6}.photo-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.75rem}.photo-gallery .photo-item{aspect-ratio:1;border-radius:8px;overflow:hidden;border:1px solid #E5E7EB}.photo-gallery .photo-item img{width:100%;height:100%;object-fit:cover}.autocomplete-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #E5E7EB;border-radius:8px;box-shadow:var(--shadow-lg);z-index:1000;max-height:200px;overflow-y:auto}.autocomplete-dropdown .autocomplete-item{padding:.625rem 1rem;cursor:pointer;font-size:.875rem;border-bottom:1px solid #F3F4F6;transition:background-color .1s ease}.autocomplete-dropdown .autocomplete-item:last-child{border-bottom:none}.autocomplete-dropdown .autocomplete-item:hover{background:var(--primary-light);color:var(--primary)}.autocomplete-dropdown .autocomplete-item.selected{background:var(--primary);color:#fff}.modal-content{border-radius:var(--border-radius);border:none;box-shadow:var(--shadow-lg)}.modal-header{border-bottom:1px solid #F3F4F6;padding:1.25rem 1.5rem}.modal-header .modal-title{font-weight:600;font-size:1rem}.modal-footer{border-top:1px solid #F3F4F6;padding:1rem 1.5rem}
