: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{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.page-title{font-size:2rem;font-weight:600;color:var(--nrep-primary);margin-bottom:8px}.page-subtitle{color:#6c757d;margin-bottom:0;font-size:1rem}.btn-create-request{background-color:var(--nrep-primary);border-color:var(--nrep-primary);padding:12px 24px;font-weight:500;border-radius:8px;transition:all .3s ease}.btn-create-request:hover{background-color:var(--nrep-primary-light);border-color:var(--nrep-primary-light);transform:translateY(-2px);box-shadow:0 4px 12px rgba(5,70,83,.25)}.metrics-row{margin-bottom:30px}.metric-card{border:none;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:all .3s ease;height:100%}.metric-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.12);transform:translateY(-2px)}.metric-card-body{padding:24px}.metric-content{display:flex;align-items:center;gap:16px}.metric-icon-container{flex-shrink:0}.metric-icon{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.metric-details{flex:1}.metric-value{font-size:2rem;font-weight:700;color:var(--nrep-primary);line-height:1;margin-bottom:4px}.metric-title{font-size:.9rem;color:#6c757d;font-weight:500}.filters-card{border:none;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.08);margin-bottom:24px}.filters-card .card-body{padding:20px}.requests-list-card{border:none;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.08);overflow:hidden}.list-header{background:linear-gradient(135deg,var(--nrep-primary) 0,var(--nrep-primary-light) 100%);color:white;border-bottom:none;padding:16px 20px;display:flex;justify-content:space-between;align-items:center}.list-header-left h5{margin:0;font-weight:600}.list-header-right{display:flex;align-items:center;gap:12px}.view-mode-toggle{display:flex;border-radius:6px;overflow:hidden}.view-mode-toggle .btn{border-radius:0;border-color:rgba(255,255,255,.2)}.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{background-color:#f8f9fa;border-bottom:2px solid #dee2e6;font-weight:600;color:var(--nrep-primary);font-size:.875rem;padding:16px 12px}.table tbody td{padding:16px 12px;vertical-align:middle;border-color:#f1f3f4}.request-id{background:rgba(5,70,83,.1);color:var(--nrep-primary);padding:4px 8px;border-radius:4px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.8rem}.request-type{display:flex;align-items:center;gap:8px}.type-label{font-weight:500;font-size:.875rem}.request-subject{max-width:200px}.subject-text{font-weight:500;color:#212529;display:block;line-height:1.3}.category-text{color:#6c757d;display:block;text-transform:capitalize;font-size:.75rem;margin-top:2px}.action-buttons{display:flex;gap:4px}.action-buttons .btn{padding:6px 8px;border-radius:6px}.requests-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:20px;padding:20px}.request-card{border:1px solid #e9ecef;border-radius:12px;transition:all .3s ease;height:fit-content}.request-card:hover{border-color:var(--nrep-primary);box-shadow:0 4px 12px rgba(5,70,83,.15);transform:translateY(-2px)}.request-card-header{background:rgba(5,70,83,.02);border-bottom:1px solid #e9ecef;padding:16px;display:flex;justify-content:space-between;align-items:center}.card-header-left{display:flex;flex-direction:column;gap:8px}.request-card .card-body{padding:16px}.request-card .request-subject{font-weight:600;color:var(--nrep-primary);margin-bottom:12px;line-height:1.3}.request-meta{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.meta-item{display:flex;align-items:center;font-size:.875rem;color:#6c757d}.request-status-section{margin-top:16px}.request-card-footer{background:transparent;border-top:1px solid #e9ecef;padding:12px 16px;display:flex;gap:8px}.request-card-footer .btn{flex:1;font-size:.875rem}.status-badge{font-weight:500;text-transform:uppercase;letter-spacing:.5px}.status-badge-large{font-size:.9rem;padding:8px 16px}.error-card{border:1px solid #f5c2c7;background:#f8d7da;border-radius:12px;margin-bottom:24px}.error-card .card-body{padding:32px}.empty-state-card{border:2px dashed #dee2e6;border-radius:12px;background:#fafbfc}.empty-state-icon{margin-bottom:24px}.empty-state-actions{margin-top:24px}.loading-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}@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:fadeInUp .5s ease-out}@media (max-width:768px){.general-requests-container{padding:16px}.header-content{flex-direction:column;align-items:stretch;text-align:center}.page-title{font-size:1.75rem}.requests-grid{grid-template-columns:1fr;padding:16px}.list-header{flex-direction:column;gap:16px;align-items:stretch}.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{flex-direction:column;text-align:center}.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,.empty-state-actions{flex-direction:column}.empty-state-actions{display:flex;gap:12px;align-items:center}.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){.btn-create-request,.metric-card,.request-card,.request-row{transition:none}.loading-skeleton{animation:none}}@media print{.action-buttons,.btn-create-request,.filters-card,.list-header-right{display:none}.metric-card,.requests-list-card{box-shadow:none;border:1px solid #000}}.request-wizard{max-width:1200px;margin:0 auto;padding:0}.wizard-header{background:linear-gradient(135deg,var(--nrep-primary) 0,var(--nrep-primary-light) 100%);color:white;padding:2rem;border-radius:12px 12px 0 0;margin-bottom:0}.progress-section{margin-bottom:2rem}.progress-title{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.progress-description{font-size:1rem;opacity:.9;margin-bottom:1rem}.wizard-progress{height:8px;background:rgba(255,255,255,.2);border-radius:4px}.wizard-progress .progress-bar{background:var(--nrep-secondary);border-radius:4px}.step-navigation{justify-content:space-between;gap:1rem;flex-wrap:wrap}.step-item,.step-navigation{display:flex;align-items:center}.step-item{gap:.75rem;padding:.75rem 1rem;border-radius:8px;background:rgba(255,255,255,.1);transition:all .3s ease;cursor:pointer;flex:1;min-width:160px}.step-item.active{background:rgba(255,255,255,.2);box-shadow:0 2px 8px rgba(0,0,0,.1)}.step-item.completed{background:rgba(255,184,3,.2)}.step-item:hover:not(.pending){background:rgba(255,255,255,.15)}.step-number{width:32px;height:32px;border-radius:50%;background:rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem;flex-shrink:0}.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-weight:500;font-size:.9rem;line-height:1.2}.step-connector{width:40px;height:2px;background:rgba(255,255,255,.3);flex-shrink:0}.wizard-content{background:white;min-height:500px;padding:2rem;border-radius:0}.request-type-step{max-width:100%}.step-header{text-align:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #f1f3f4}.step-header h3{font-size:2rem;margin-bottom:.5rem}.section-title,.step-header h3{color:var(--nrep-primary);font-weight:600}.section-title{font-size:1.25rem;margin-bottom:1.5rem;display:flex;align-items:center}.request-type-card{border:2px solid #e9ecef;border-radius:12px;transition:all .3s ease;cursor:pointer;height:100%;min-height:140px}.request-type-card:hover{border-color:var(--nrep-primary);box-shadow:0 4px 12px rgba(5,70,83,.15);transform:translateY(-2px)}.request-type-card.selected{border-color:var(--nrep-primary);background:linear-gradient(135deg,var(--nrep-primary) 0,var(--nrep-primary-light) 100%);color:white;box-shadow:0 6px 20px rgba(5,70,83,.25)}.request-type-card .card-body{padding:1.5rem;display:flex;flex-direction:column;height:100%}.type-header{gap:1rem;margin-bottom:1rem}.type-header,.type-icon{display:flex;align-items:center}.type-icon{width:48px;height:48px;border-radius:8px;justify-content:center;font-size:1.5rem;flex-shrink:0}.type-info{flex:1}.type-name{font-size:1.1rem;font-weight:600;margin-bottom:.25rem;line-height:1.2}.type-sla{opacity:.8;font-size:.85rem}.type-description{font-size:.9rem;opacity:.9;flex:1;margin-bottom:1rem;line-height:1.4}.selection-indicator{position:absolute;top:1rem;right:1rem;font-size:1.25rem}.request-type-card{position:relative}.category-selection-section{margin-top:2rem;padding-top:2rem;border-top:2px solid #f1f3f4}.category-card{border:2px solid #e9ecef;border-radius:8px;transition:all .3s ease;cursor:pointer;height:100%}.category-card:hover{border-color:var(--nrep-primary);box-shadow:0 2px 8px rgba(5,70,83,.1)}.category-card.selected{border-color:var(--nrep-primary);background:rgba(5,70,83,.05);box-shadow:0 4px 12px rgba(5,70,83,.15)}.category-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.category-name{font-size:1rem;font-weight:600;color:var(--nrep-primary)}.category-description{font-size:.875rem;line-height:1.4;margin-bottom:1rem}.category-info{display:flex;gap:1rem;margin-top:1rem;padding-top:.75rem;border-top:1px solid #f1f3f4}.category-fields-preview{font-size:.8rem;padding-top:.5rem;border-top:1px solid #f1f3f4}.priority-selection-section{margin-top:2rem;padding-top:2rem;border-top:2px solid #f1f3f4}.priority-select{font-size:1rem;padding:.75rem;border-radius:8px;border:2px solid #e9ecef}.priority-select:focus{border-color:var(--nrep-primary);box-shadow:0 0 0 .2rem rgba(5,70,83,.25)}.priority-info{margin-top:.5rem}.selection-summary{margin-top:2rem;padding-top:2rem;border-top:2px solid #f1f3f4}.summary-card{border:2px solid var(--nrep-primary);border-radius:12px;background:linear-gradient(135deg,rgba(5,70,83,.05),rgba(11,113,134,.05))}.summary-title{color:var(--nrep-primary);font-size:1.1rem;font-weight:600;margin-bottom:1rem}.summary-content{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.summary-item{display:flex;flex-direction:column;gap:.25rem}.summary-item strong{color:var(--nrep-primary);font-weight:600;font-size:.9rem}.wizard-footer{background:#f8f9fa;padding:1.5rem 2rem;border-radius:0 0 12px 12px;border-top:1px solid #e9ecef}.wizard-actions{justify-content:space-between;align-items:center}.navigation-buttons,.wizard-actions{display:flex;gap:1rem}.navigation-buttons .btn{min-width:120px;font-weight:500;padding:.75rem 1.5rem}@media (max-width:768px){.wizard-header{padding:1.5rem}.step-navigation{flex-direction:column;gap:.5rem}.step-item{min-width:auto;width:100%}.step-connector{display:none}.wizard-content{padding:1.5rem}.summary-content{grid-template-columns:1fr}.wizard-actions{flex-direction:column;gap:1rem}.navigation-buttons{width:100%;justify-content:space-between}.navigation-buttons .btn{flex:1}}.approval-tabs{border-bottom:2px solid #e9ecef;margin-bottom:0}.approval-tabs .nav-link{color:#6c757d;font-weight:500;border:none;border-bottom:3px solid transparent;padding:1rem 1.5rem;margin:0 .25rem;border-radius:8px 8px 0 0;transition:all .3s ease}.approval-tabs .nav-link:hover{background-color:rgba(5,70,83,.05);color:var(--nrep-primary)}.approval-tabs .nav-link.active{color:var(--nrep-primary);background-color:rgba(5,70,83,.1);border-bottom-color:var(--nrep-primary);font-weight:600}.approval-tabs .badge{font-size:.75rem;padding:.25em .6em}.approval-actions-section{background:linear-gradient(135deg,rgba(5,70,83,.05),rgba(11,113,134,.05));border-left:4px solid var(--nrep-primary);padding:1.5rem;margin:1rem 0;border-radius:8px}.approval-actions h6{color:var(--nrep-primary);font-weight:600;margin-bottom:1rem}.approval-actions .btn{margin-right:.5rem;margin-bottom:.5rem}.request-row{transition:all .2s ease}.request-row:hover{background-color:rgba(5,70,83,.02)}.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{background:rgba(5,70,83,.1);color:var(--nrep-primary);padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500}.approval-level-l1{background:rgba(13,110,253,.1);color:#0d6efd}.approval-level-l2{background:rgba(255,193,7,.1);color:#664d03}.approval-level-dept{background:rgba(220,53,69,.1);color:#842029}.approval-request-info,.rejection-request-info{border:1px solid #e9ecef;background:#f8f9fa}.approval-request-info h6,.rejection-request-info h6{color:var(--nrep-primary);font-weight:600;margin-bottom:.75rem;border-bottom:1px solid #e9ecef;padding-bottom:.5rem}.approval-status-pending{background-color:#ffc107;color:#000}.approval-status-l1-review{background-color:#17a2b8;color:#fff}.approval-status-l2-review{background-color:#fd7e14;color:#fff}.approval-status-dept-review{background-color:#6f42c1;color:#fff}.approval-status-approved{background-color:#28a745;color:#fff}.approval-status-rejected{background-color:#dc3545;color:#fff}.quick-approval-actions{display:flex;gap:.5rem;margin-top:1rem}.quick-approval-actions .btn{flex:1;font-size:.875rem;padding:.5rem}.user-role-badge{background:linear-gradient(135deg,var(--nrep-primary) 0,var(--nrep-primary-light) 100%);color:white;padding:.5rem 1rem;border-radius:50px;font-size:.875rem;font-weight:500;display:inline-flex;align-items:center;gap:.5rem}.approval-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.approval-stat-card{background:white;border:1px solid #e9ecef;border-radius:8px;padding:1.5rem;text-align:center;transition:all .3s ease}.approval-stat-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.1);transform:translateY(-2px)}.approval-stat-number{font-size:2rem;font-weight:700;color:var(--nrep-primary);display:block}.approval-stat-label{color:#6c757d;font-size:.875rem;margin-top:.5rem}.approval-timeline{position:relative;padding-left:1.5rem}.approval-timeline:before{content:"";position:absolute;left:.5rem;top:0;bottom:0;width:2px;background:#e9ecef}.timeline-item{position:relative;margin-bottom:1rem;padding-left:1rem}.timeline-item:before{content:"";position:absolute;left:-.6rem;top:.5rem;width:12px;height:12px;background:#fff;border:2px solid #6c757d;border-radius:50%}.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 rgba(5,70,83,.2)}.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 td,.table th{padding:.75rem .5rem;font-size:.875rem}.action-buttons{flex-direction:column;gap:.25rem}.action-buttons .btn{width:100%;font-size:.75rem;padding:.375rem}.approval-stat-card{padding:1rem}.approval-stat-number{font-size:1.5rem}}@media print{.action-buttons,.approval-tabs,.header-actions,.quick-approval-actions{display:none!important}.approval-stat-card{border:1px solid #000;box-shadow:none}.table{font-size:.8rem}}.activity-timeline{position:relative;padding-left:2rem}.activity-timeline:before{content:"";position:absolute;left:1rem;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,var(--nrep-primary),var(--nrep-secondary))}.activity-timeline .timeline-item{position:relative;margin-bottom:1.5rem;padding-left:1.5rem}.activity-timeline .timeline-marker{position:absolute;left:-2.25rem;top:.25rem;width:2rem;height:2rem;background:white;border:2px solid var(--nrep-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem}.activity-timeline .timeline-content{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:1rem;position:relative}.activity-timeline .timeline-content:before{content:"";position:absolute;left:-8px;top:15px;width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid #e9ecef}.activity-timeline .timeline-content:after{content:"";position:absolute;left:-7px;top:16px;width:0;height:0;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:7px solid #f8f9fa}.activity-timeline .timeline-header{margin-bottom:.5rem;border-bottom:1px solid #e9ecef;padding-bottom:.5rem}.activity-timeline .event-type{color:var(--nrep-primary);font-size:1rem}.activity-timeline .timeline-description{margin-bottom:.5rem;color:#495057;line-height:1.5}.activity-timeline .status-change{background:#fff3cd;border:1px solid #ffeeba;border-radius:4px;padding:.5rem;margin-top:.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{margin-top:1.5rem}.details-tabs-card,.request-overview-card{box-shadow:0 2px 8px rgba(0,0,0,.1);border:none}.detail-section{margin-bottom:1.5rem}.detail-section h6{color:var(--nrep-primary);font-weight:600;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--nrep-secondary)}