:root{--nrep-primary:#054653;--nrep-secondary:#ffb803;--nrep-primary-light:#0b7186;--status-draft:#6b7280;--status-pending:#f59e0b;--status-approved:#10b981;--status-rejected:#ef4444;--status-completed:#8b5cf6}.general-requests-container{max-width:1200px;margin:0 auto;padding:20px}.page-header{margin-bottom:30px}.header-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;display:flex}.page-title{color:var(--nrep-primary);margin-bottom:8px;font-size:2rem;font-weight:600}.page-subtitle{color:#6c757d;margin-bottom:0;font-size:1rem}.btn-create-request{background-color:var(--nrep-primary);border-color:var(--nrep-primary);border-radius:8px;padding:12px 24px;font-weight:500;transition:all .3s}.btn-create-request:hover{background-color:var(--nrep-primary-light);border-color:var(--nrep-primary-light);transform:translateY(-2px);box-shadow:0 4px 12px #05465340}.metrics-row{margin-bottom:30px}.metric-card{border:none;border-radius:12px;height:100%;transition:all .3s;box-shadow:0 2px 8px #00000014}.metric-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001f}.metric-card-body{padding:24px}.metric-content{align-items:center;gap:16px;display:flex}.metric-icon-container{flex-shrink:0}.metric-icon{border-radius:12px;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.5rem;display:flex}.metric-details{flex:1}.metric-value{color:var(--nrep-primary);margin-bottom:4px;font-size:2rem;font-weight:700;line-height:1}.metric-title{color:#6c757d;font-size:.9rem;font-weight:500}.filters-card{border:none;border-radius:12px;margin-bottom:24px;box-shadow:0 2px 8px #00000014}.filters-card .card-body{padding:20px}.requests-list-card{border:none;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014}.list-header{background:linear-gradient(135deg, var(--nrep-primary) 0%, var(--nrep-primary-light) 100%);color:#fff;border-bottom:none;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.list-header-left h5{margin:0;font-weight:600}.list-header-right{align-items:center;gap:12px;display:flex}.view-mode-toggle{border-radius:6px;display:flex;overflow:hidden}.view-mode-toggle .btn{border-color:#fff3;border-radius:0}.view-mode-toggle .btn:first-child{border-top-left-radius:6px;border-bottom-left-radius:6px}.view-mode-toggle .btn:last-child{border-top-right-radius:6px;border-bottom-right-radius:6px}.table thead th{color:var(--nrep-primary);background-color:#f8f9fa;border-bottom:2px solid #dee2e6;padding:16px 12px;font-size:.875rem;font-weight:600}.table tbody td{vertical-align:middle;border-color:#f1f3f4;padding:16px 12px}.request-id{color:var(--nrep-primary);background:#0546531a;border-radius:4px;padding:4px 8px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.8rem}.request-type{align-items:center;gap:8px;display:flex}.type-label{font-size:.875rem;font-weight:500}.request-subject{max-width:200px}.subject-text{color:#212529;font-weight:500;line-height:1.3;display:block}.category-text{color:#6c757d;text-transform:capitalize;margin-top:2px;font-size:.75rem;display:block}.action-buttons{gap:4px;display:flex}.action-buttons .btn{border-radius:6px;padding:6px 8px}.requests-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:20px;padding:20px;display:grid}.request-card{border:1px solid #e9ecef;border-radius:12px;height:fit-content;transition:all .3s}.request-card:hover{border-color:var(--nrep-primary);transform:translateY(-2px);box-shadow:0 4px 12px #05465326}.request-card-header{background:#05465305;border-bottom:1px solid #e9ecef;justify-content:space-between;align-items:center;padding:16px;display:flex}.card-header-left{flex-direction:column;gap:8px;display:flex}.request-card .card-body{padding:16px}.request-card .request-subject{color:var(--nrep-primary);margin-bottom:12px;font-weight:600;line-height:1.3}.request-meta{flex-direction:column;gap:6px;margin-bottom:16px;display:flex}.meta-item{color:#6c757d;align-items:center;font-size:.875rem;display:flex}.request-status-section{margin-top:16px}.request-card-footer{background:0 0;border-top:1px solid #e9ecef;gap:8px;padding:12px 16px;display:flex}.request-card-footer .btn{flex:1;font-size:.875rem}.status-badge{text-transform:uppercase;letter-spacing:.5px;font-weight:500}.status-badge-large{padding:8px 16px;font-size:.9rem}.error-card{background:#f8d7da;border:1px solid #f5c2c7;border-radius:12px;margin-bottom:24px}.error-card .card-body{padding:32px}.empty-state-card{background:#fafbfc;border:2px dashed #dee2e6;border-radius:12px}.empty-state-icon{margin-bottom:24px}.empty-state-actions{margin-top:24px}.loading-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;animation:1.5s infinite loading}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:.5s ease-out fadeInUp}@media (max-width:768px){.general-requests-container{padding:16px}.header-content{text-align:center;flex-direction:column;align-items:stretch}.page-title{font-size:1.75rem}.requests-grid{grid-template-columns:1fr;padding:16px}.list-header{flex-direction:column;align-items:stretch;gap:16px}.list-header-right{justify-content:center}.filters-card .row{gap:12px}.filters-card .col-md-2,.filters-card .col-md-4{margin-bottom:12px}.metric-content{text-align:center;flex-direction:column}.metric-icon{width:48px;height:48px;font-size:1.25rem}.metric-value{font-size:1.75rem}}@media (max-width:576px){.metrics-row .col{margin-bottom:16px}.table-responsive{font-size:.8rem}.request-subject{max-width:150px}.action-buttons{flex-direction:column}.empty-state-actions{flex-direction:column;align-items:center;gap:12px;display:flex}.empty-state-actions .btn{width:100%;max-width:200px}}@media (prefers-contrast:high){.metric-card{border:2px solid var(--nrep-primary)}.request-card{border:2px solid #dee2e6}.request-card:hover{border:2px solid var(--nrep-primary)}}@media (prefers-reduced-motion:reduce){.metric-card,.request-card,.request-row,.btn-create-request{transition:none}.loading-skeleton{animation:none}}@media print{.list-header-right,.action-buttons,.filters-card,.btn-create-request{display:none}.metric-card,.requests-list-card{box-shadow:none;border:1px solid #000}}.request-wizard{max-width:1200px;margin:0 auto;padding:0;position:relative}.wizard-header{background:linear-gradient(135deg, var(--nrep-primary) 0%, var(--nrep-primary-light) 100%);color:#fff;border-radius:12px 12px 0 0;margin-bottom:0;padding:2rem}.progress-section{margin-bottom:2rem}.progress-title{margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.progress-description{opacity:.9;margin-bottom:1rem;font-size:1rem}.wizard-progress{background:#fff3;border-radius:4px;height:8px}.wizard-progress .progress-bar{background:var(--nrep-secondary);border-radius:4px}.step-navigation{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.step-item{cursor:pointer;background:#ffffff1a;border-radius:8px;flex:1;align-items:center;gap:.75rem;min-width:160px;padding:.75rem 1rem;transition:all .3s;display:flex}.step-item.active{background:#fff3;box-shadow:0 2px 8px #0000001a}.step-item.completed{background:#ffb80333}.step-item:hover:not(.pending){background:#ffffff26}.step-number{background:#fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;font-weight:600;display:flex}.step-item.active .step-number,.step-item.completed .step-number{background:var(--nrep-secondary);color:var(--nrep-primary)}.step-info{flex:1}.step-title{font-size:.9rem;font-weight:500;line-height:1.2}.step-connector{background:#ffffff4d;flex-shrink:0;width:40px;height:2px}.wizard-content{background:#fff;border-radius:0;min-height:500px;padding:2rem}.request-type-step{max-width:100%}.step-header{text-align:center;border-bottom:2px solid #f1f3f4;margin-bottom:2rem;padding-bottom:1rem}.step-header h3{color:var(--nrep-primary);margin-bottom:.5rem;font-size:2rem;font-weight:600}.section-title{color:var(--nrep-primary);align-items:center;margin-bottom:1.5rem;font-size:1.25rem;font-weight:600;display:flex}.request-type-card{cursor:pointer;border:2px solid #e9ecef;border-radius:12px;height:100%;min-height:140px;transition:all .3s}.request-type-card:hover{border-color:var(--nrep-primary);transform:translateY(-2px);box-shadow:0 4px 12px #05465326}.request-type-card.selected{border-color:var(--nrep-primary);background:linear-gradient(135deg, var(--nrep-primary) 0%, var(--nrep-primary-light) 100%);color:#fff;box-shadow:0 6px 20px #05465340}.request-type-card .card-body{flex-direction:column;height:100%;padding:1.5rem;display:flex}.type-header{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.type-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;display:flex}.type-info{flex:1}.type-name{margin-bottom:.25rem;font-size:1.1rem;font-weight:600;line-height:1.2}.type-sla{opacity:.8;font-size:.85rem}.type-description{opacity:.9;flex:1;margin-bottom:1rem;font-size:.9rem;line-height:1.4}.selection-indicator{font-size:1.25rem;position:absolute;top:1rem;right:1rem}.request-type-card{position:relative}.category-selection-section{border-top:2px solid #f1f3f4;margin-top:2rem;padding-top:2rem}.category-card{cursor:pointer;border:2px solid #e9ecef;border-radius:8px;height:100%;transition:all .3s}.category-card:hover{border-color:var(--nrep-primary);box-shadow:0 2px 8px #0546531a}.category-card.selected{border-color:var(--nrep-primary);background:#0546530d;box-shadow:0 4px 12px #05465326}.category-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.category-name{color:var(--nrep-primary);font-size:1rem;font-weight:600}.category-description{margin-bottom:1rem;font-size:.875rem;line-height:1.4}.category-info{border-top:1px solid #f1f3f4;gap:1rem;margin-top:1rem;padding-top:.75rem;display:flex}.category-fields-preview{border-top:1px solid #f1f3f4;padding-top:.5rem;font-size:.8rem}.priority-selection-section{border-top:2px solid #f1f3f4;margin-top:2rem;padding-top:2rem}.priority-select{border:2px solid #e9ecef;border-radius:8px;padding:.75rem;font-size:1rem}.priority-select:focus{border-color:var(--nrep-primary);box-shadow:0 0 0 .2rem #05465340}.priority-info{margin-top:.5rem}.selection-summary{border-top:2px solid #f1f3f4;margin-top:2rem;padding-top:2rem}.summary-card{border:2px solid var(--nrep-primary);background:linear-gradient(135deg,#0546530d 0%,#0b71860d 100%);border-radius:12px}.summary-title{color:var(--nrep-primary);margin-bottom:1rem;font-size:1.1rem;font-weight:600}.summary-content{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.summary-item{flex-direction:column;gap:.25rem;display:flex}.summary-item strong{color:var(--nrep-primary);font-size:.9rem;font-weight:600}.wizard-footer{background:#f8f9fa;border-top:1px solid #e9ecef;border-radius:0 0 12px 12px;padding:1.5rem 2rem}.wizard-actions{justify-content:space-between;align-items:center;gap:1rem;display:flex}.navigation-buttons{gap:1rem;display:flex}.navigation-buttons .btn{min-width:120px;padding:.75rem 1.5rem;font-weight:500}@media (max-width:768px){.wizard-header{padding:1.5rem}.step-navigation{flex-direction:column;gap:.5rem}.step-item{width:100%;min-width:auto}.step-connector{display:none}.wizard-content{padding:1.5rem}.summary-content{grid-template-columns:1fr}.wizard-actions{flex-direction:column;gap:1rem}.navigation-buttons{justify-content:space-between;width:100%}.navigation-buttons .btn{flex:1}}.approval-tabs{border-bottom:2px solid #e9ecef;margin-bottom:0}.approval-tabs .nav-link{color:#6c757d;border:none;border-bottom:3px solid #0000;border-radius:8px 8px 0 0;margin:0 .25rem;padding:1rem 1.5rem;font-weight:500;transition:all .3s}.approval-tabs .nav-link:hover{color:var(--nrep-primary);background-color:#0546530d}.approval-tabs .nav-link.active{color:var(--nrep-primary);border-bottom-color:var(--nrep-primary);background-color:#0546531a;font-weight:600}.approval-tabs .badge{padding:.25em .6em;font-size:.75rem}.approval-actions-section{border-left:4px solid var(--nrep-primary);background:linear-gradient(135deg,#0546530d 0%,#0b71860d 100%);border-radius:8px;margin:1rem 0;padding:1.5rem}.approval-actions h6{color:var(--nrep-primary);margin-bottom:1rem;font-weight:600}.approval-actions .btn{margin-bottom:.5rem;margin-right:.5rem}.request-row{transition:all .2s}.request-row:hover{background-color:#05465305}.request-row.urgent{border-left:4px solid #dc3545}.request-row.high{border-left:4px solid #ffc107}.priority-urgent{color:#dc3545;font-weight:600}.priority-high{color:#fd7e14;font-weight:600}.priority-normal{color:#0d6efd;font-weight:500}.priority-low{color:#6c757d;font-weight:400}.approval-level{color:var(--nrep-primary);background:#0546531a;border-radius:4px;padding:.25rem .5rem;font-size:.75rem;font-weight:500}.approval-level-l1{color:#0d6efd;background:#0d6efd1a}.approval-level-l2{color:#664d03;background:#ffc1071a}.approval-level-dept{color:#842029;background:#dc35451a}.approval-request-info,.rejection-request-info{background:#f8f9fa;border:1px solid #e9ecef}.approval-request-info h6,.rejection-request-info h6{color:var(--nrep-primary);border-bottom:1px solid #e9ecef;margin-bottom:.75rem;padding-bottom:.5rem;font-weight:600}.approval-status-pending{color:#000;background-color:#ffc107}.approval-status-l1-review{color:#fff;background-color:#17a2b8}.approval-status-l2-review{color:#fff;background-color:#fd7e14}.approval-status-dept-review{color:#fff;background-color:#6f42c1}.approval-status-approved{color:#fff;background-color:#28a745}.approval-status-rejected{color:#fff;background-color:#dc3545}.quick-approval-actions{gap:.5rem;margin-top:1rem;display:flex}.quick-approval-actions .btn{flex:1;padding:.5rem;font-size:.875rem}.user-role-badge{background:linear-gradient(135deg, var(--nrep-primary) 0%, var(--nrep-primary-light) 100%);color:#fff;border-radius:50px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-flex}.approval-stats{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem;display:grid}.approval-stat-card{text-align:center;background:#fff;border:1px solid #e9ecef;border-radius:8px;padding:1.5rem;transition:all .3s}.approval-stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.approval-stat-number{color:var(--nrep-primary);font-size:2rem;font-weight:700;display:block}.approval-stat-label{color:#6c757d;margin-top:.5rem;font-size:.875rem}.approval-timeline{padding-left:1.5rem;position:relative}.approval-timeline:before{content:"";background:#e9ecef;width:2px;position:absolute;top:0;bottom:0;left:.5rem}.timeline-item{margin-bottom:1rem;padding-left:1rem;position:relative}.timeline-item:before{content:"";background:#fff;border:2px solid #6c757d;border-radius:50%;width:12px;height:12px;position:absolute;top:.5rem;left:-.6rem}.timeline-item.completed:before{background:#28a745;border-color:#28a745}.timeline-item.current:before{background:var(--nrep-primary);border-color:var(--nrep-primary);box-shadow:0 0 0 4px #05465333}.timeline-content{font-size:.875rem}.timeline-date{color:#6c757d;font-size:.75rem}@media (max-width:768px){.approval-tabs .nav-link{padding:.75rem 1rem;font-size:.875rem}.table th,.table td{padding:.75rem .5rem;font-size:.875rem}.action-buttons{flex-direction:column;gap:.25rem}.action-buttons .btn{width:100%;padding:.375rem;font-size:.75rem}.approval-stat-card{padding:1rem}.approval-stat-number{font-size:1.5rem}}@media print{.approval-tabs,.action-buttons,.quick-approval-actions,.header-actions{display:none!important}.approval-stat-card{box-shadow:none;border:1px solid #000}.table{font-size:.8rem}}.activity-timeline{padding-left:2rem;position:relative}.activity-timeline:before{content:"";background:linear-gradient(to bottom, var(--nrep-primary), var(--nrep-secondary));width:2px;position:absolute;top:0;bottom:0;left:1rem}.activity-timeline .timeline-item{margin-bottom:1.5rem;padding-left:1.5rem;position:relative}.activity-timeline .timeline-marker{border:2px solid var(--nrep-primary);background:#fff;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.75rem;display:flex;position:absolute;top:.25rem;left:-2.25rem}.activity-timeline .timeline-content{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:1rem;position:relative}.activity-timeline .timeline-content:before{content:"";border-top:8px solid #0000;border-bottom:8px solid #0000;border-right:8px solid #e9ecef;width:0;height:0;position:absolute;top:15px;left:-8px}.activity-timeline .timeline-content:after{content:"";border-top:7px solid #0000;border-bottom:7px solid #0000;border-right:7px solid #f8f9fa;width:0;height:0;position:absolute;top:16px;left:-7px}.activity-timeline .timeline-header{border-bottom:1px solid #e9ecef;margin-bottom:.5rem;padding-bottom:.5rem}.activity-timeline .event-type{color:var(--nrep-primary);font-size:1rem}.activity-timeline .timeline-description{color:#495057;margin-bottom:.5rem;line-height:1.5}.activity-timeline .status-change{background:#fff3cd;border:1px solid #ffeeba;border-radius:4px;margin-top:.5rem;padding:.5rem}.activity-timeline .metadata-details{margin-top:.75rem}.activity-timeline .metadata-details summary{color:var(--nrep-primary);font-weight:500}.activity-timeline .metadata-details summary:hover{color:var(--nrep-primary-light)}.timeline-timestamp{text-align:right}.tab-content-padding{padding:1.5rem 0}.details-tabs-card{border:none;margin-top:1.5rem;box-shadow:0 2px 8px #0000001a}.request-overview-card{border:none;box-shadow:0 2px 8px #0000001a}.detail-section{margin-bottom:1.5rem}.detail-section h6{color:var(--nrep-primary);border-bottom:2px solid var(--nrep-secondary);margin-bottom:1rem;padding-bottom:.5rem;font-weight:600}
