body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background-color: #f3f4f6; }
.glass-panel { background: white; border-radius: 12px; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06); }
.badge-premium { background-color: #4f46e5; color: white; }
.badge-gold { background-color: #d97706; color: white; }
.badge-standard { background-color: #6b7280; color: white; }
.row-sold { background-color: #ecfdf5; border-left: 4px solid #10b981; }
.row-empty { border-left: 4px solid #e5e7eb; }
.row-split-am { border-left: 4px solid #f59e0b; background-color: #fffbeb; }
.row-split-pm { border-left: 4px solid #3b82f6; background-color: #eff6ff; }
tr { transition: all 0.2s; }
.progress-bar-bg { background-color: #e5e7eb; border-radius: 9999px; height: 12px; overflow: hidden; }
.progress-bar-fill { height: 100%; transition: width 0.5s ease-in-out; }
.sidebar-item { transition: all 0.2s; cursor: pointer; border-radius: 8px; margin-bottom: 4px; }
.sidebar-item:hover { background-color: #e5e7eb; }
.sidebar-item.active { background-color: #4f46e5; color: white; }
.sidebar-item.active .text-gray-500 { color: #a5b4fc; }
.timeline-cell { min-width: 45px; height: 44px; border-right: 1px solid #f3f4f6; border-bottom: 1px solid #f3f4f6; position: relative; padding: 2px 0; }
.timeline-header { min-width: 45px; text-align: center; font-size: 10px; padding: 4px; border-right: 1px solid #e5e7eb; background: #f9fafb; color: #6b7280; line-height: 1.1; }
.sticky-col { position: sticky; left: 0; z-index: 50; background-color: white; border-right: 2px solid #e5e7eb; box-shadow: 2px 0 5px rgba(0,0,0,0.05); }
.sticky-header { position: sticky; left: 0; z-index: 60; background-color: #f9fafb; }
.timeline-bar { border-radius: 3px; position: absolute; left: 0px; right: 1px; opacity: 0.95; box-shadow: 0 1px 2px rgba(0,0,0,0.15); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding-left: 4px; font-size: 9px; color: white; font-weight: 600; transition: all 0.2s; z-index: 5; }
.timeline-bar-full { height: 32px; top: 6px; line-height: 32px; }
.timeline-bar-am { height: 15px; top: 4px; line-height: 15px; z-index: 10; border-bottom: 1px solid rgba(255,255,255,0.3); }
.timeline-bar-pm { height: 15px; top: 21px; line-height: 15px; z-index: 9; border-top: 1px solid rgba(255,255,255,0.3); }
.future-stripe { background: repeating-linear-gradient(45deg,#9333ea,#9333ea 5px,#a855f7 5px,#a855f7 10px) !important; opacity: 0.8 !important; border: 1px solid #7e22ce; }
.timeline-today { background-color: #fffbeb; }
.report-card { border: 1px solid #e5e7eb; border-radius: 8px; padding: 1.5rem; text-align: center; }
.chart-bar-container { display: flex; align-items: flex-end; height: 100px; gap: 15px; justify-content: center; }
.chart-bar { width: 40px; border-radius: 4px 4px 0 0; position: relative; transition: height 0.5s; }
.chart-label { font-size: 10px; color: #6b7280; margin-top: 5px; text-align: center; font-weight: bold; }
.chart-val { position: absolute; top: -20px; left: 0; right: 0; text-align: center; font-size: 11px; font-weight: bold; color: #374151; }
.modal-overlay { background-color: rgba(0,0,0,0.5); backdrop-filter: blur(2px); }
.custom-scroll::-webkit-scrollbar { height: 10px; }
.custom-scroll::-webkit-scrollbar-track { background: #f1f1f1; }
.custom-scroll::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 5px; border: 2px solid #f1f1f1; }
.custom-scroll::-webkit-scrollbar-thumb:hover { background: #94a3b8; }
.nav-tab { color: #6b7280; border-bottom: 2px solid transparent; }
.nav-tab:hover { color: #4f46e5; }
.nav-tab.active { color: #4f46e5; border-bottom: 2px solid #4f46e5; font-weight: bold; }
@keyframes fadeInUp { from { opacity:0; transform:translateY(24px); } to { opacity:1; transform:translateY(0); } }
.login-card { animation: fadeInUp 0.5s ease both; }
.role-admin { background:#fef2f2; color:#dc2626; border:1px solid #fecaca; }
.role-vendedor { background:#eef2ff; color:#4f46e5; border:1px solid #c7d2fe; }
.role-contenido { background:#f0fdf4; color:#16a34a; border:1px solid #bbf7d0; }
.role-gestion { background:#faf5ff; color:#9333ea; border:1px solid #e9d5ff; }
.req-row-pending { border-left: 4px solid #f59e0b; background-color: #fffbeb; }
.req-row-uploaded { border-left: 4px solid #10b981; background-color: #ecfdf5; }
