.sidebar{width:300px;height:100vh;background:#fff;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;position:fixed;left:0;top:0;z-index:1000;box-shadow:2px 0 8px #0000000d}.sidebar-header{padding:16px 20px;border-bottom:1px solid #e5e7eb;background:#f8fafc}.sidebar-header h3{margin:0;font-size:16px;font-weight:600;color:#1f2937}.sidebar-content{flex:1;overflow-y:auto;padding:12px 0}.hierarchy-item{margin:0}.hierarchy-header{display:flex;align-items:center;padding:8px 20px;cursor:pointer;transition:all .2s;border-left:3px solid transparent;position:relative}.hierarchy-header:hover{background:#f1f5f9}.hierarchy-header.selected{background:#dbeafe;border-left-color:#3b82f6}.hierarchy-header.level-2{padding-left:40px;font-size:14px}.hierarchy-header.level-3{padding-left:60px;font-size:13px}.hierarchy-header.level-4{padding-left:80px;font-size:12px}.expand-button{background:none;border:none;cursor:pointer;font-size:12px;color:#6b7280;width:16px;height:16px;display:flex;align-items:center;justify-content:center;margin-right:8px;transition:color .2s}.expand-button:hover{color:#374151}.hierarchy-icon{margin-right:8px;font-size:16px}.hierarchy-header.level-3 .hierarchy-icon,.hierarchy-header.level-4 .hierarchy-icon{font-size:14px}.hierarchy-name{flex:1;font-weight:500;color:#374151;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hierarchy-stats{font-size:12px;color:#6b7280;background:#f3f4f6;padding:2px 6px;border-radius:4px;margin-left:8px}.hierarchy-children{background:#fafafa}.hierarchy-header.level-2+.hierarchy-children{background:#f8fafc}.hierarchy-header.level-3+.hierarchy-children{background:#f1f5f9}.hierarchy-header.level-4+.hierarchy-children{background:#e2e8f0}.status-indicator{font-size:14px;margin-left:8px;font-weight:700}.status-indicator.active{color:#22c55e}.status-indicator.inactive{color:#ef4444}.status-indicator.maintenance{color:#f59e0b}.status-indicator.abandoned{color:#6b7280}@media (max-width: 768px){.sidebar{width:280px}.hierarchy-header{padding:6px 16px}.hierarchy-header.level-2{padding-left:32px}.hierarchy-header.level-3{padding-left:48px}.hierarchy-header.level-4{padding-left:64px}.hierarchy-name{font-size:13px}.hierarchy-stats{font-size:11px;padding:1px 4px}}.sidebar-content::-webkit-scrollbar{width:6px}.sidebar-content::-webkit-scrollbar-track{background:#f1f1f1}.sidebar-content::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.sidebar-content::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.tab-navigation{background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:100;box-shadow:0 1px 3px #0000001a}.tab-list{display:flex;gap:0;align-items:center;overflow-x:auto}.tab-button{display:flex;align-items:center;gap:8px;padding:12px 20px;border:none;background:none;cursor:pointer;font-size:14px;font-weight:500;color:#6b7280;transition:all .2s;border-bottom:2px solid transparent;white-space:nowrap;position:relative}.tab-button:hover{color:#374151;background:#f9fafb}.tab-button.active{color:#3b82f6;border-bottom-color:#3b82f6;background:#f8fafc}.tab-icon{font-size:16px}.tab-label{font-weight:500}.tab-list::-webkit-scrollbar{height:4px}.tab-list::-webkit-scrollbar-track{background:#f1f1f1}.tab-list::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:2px}.tab-list::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@media (max-width: 768px){.tab-button{padding:10px 16px;font-size:13px}.tab-icon{font-size:14px}}.map-legend{transition:all .3s ease}.map-legend:hover{transform:translateY(-2px);box-shadow:0 4px 15px #0003}.well-counter{font-weight:600;transition:color .2s ease}.well-counter.active{color:#22c55e}.well-counter.inactive{color:#ef4444}.info-window{font-family:system-ui,-apple-system,sans-serif}.info-window .status-indicator{display:inline-block;animation:pulse 2s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:.7}to{opacity:1}}.parameter-card{transition:all .2s ease}.parameter-card:hover{transform:scale(1.05);box-shadow:0 2px 8px #0000001a}@media (max-width: 768px){.map-legend{position:fixed!important;bottom:10px!important;top:auto!important;left:10px!important;right:10px!important;max-width:none!important;min-width:auto!important}}.map-loading{display:flex;align-items:center;justify-content:center;height:500px;background:#f8fafc;border-radius:8px;color:#6b7280;font-size:14px}.map-loading:before{content:"";width:20px;height:20px;border:2px solid #e5e7eb;border-top:2px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-right:8px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%{transform:scale(1);box-shadow:0 2px 8px #0000004d}50%{transform:scale(1.1);box-shadow:0 4px 12px #0006}to{transform:scale(1);box-shadow:0 2px 8px #0000004d}}.dashboard{padding:20px;background:#f8fafc;min-height:100%}.dashboard-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:60vh;text-align:center;color:#6b7280}.dashboard-placeholder h3{font-size:24px;margin-bottom:12px;color:#374151}.dashboard-content{margin:0 auto}.dashboard-header{background:#fff;padding:24px;border-radius:8px;box-shadow:0 1px 3px #0000001a;margin-bottom:24px}.dashboard-header h2{margin:0 0 16px;font-size:24px;color:#1f2937}.stats-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.stat-item{display:flex;flex-direction:column;gap:4px}.stat-label{font-size:14px;color:#6b7280;font-weight:500}.stat-value{font-size:24px;font-weight:700;color:#1f2937}.stat-value.positive{color:#10b981}.stat-value.negative{color:#ef4444}.action-buttons{display:flex;gap:12px;margin-top:16px;flex-wrap:wrap}.report-btn{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.report-btn:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 8px #3b82f64d}.download-btn{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#10b981;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.download-btn:hover{background:#059669;transform:translateY(-1px);box-shadow:0 4px 8px #10b9814d}.dashboard-grid{display:flex;flex-direction:column;gap:24px;margin-bottom:24px}.map-container{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.map-header{padding:16px;border-bottom:1px solid #e5e7eb}.map-header h3{margin:0 0 8px;display:flex;align-items:center;font-size:18px;font-weight:600;color:#1f2937}.map-header p{margin:0;font-size:14px;color:#6b7280}.map-content{padding:0}.map-placeholder{padding:20px;height:500px}.map-placeholder h3{margin:0 0 16px;font-size:18px;color:#1f2937}.map-mock{width:100%;height:300px;background:#f3f4f6;border-radius:6px;position:relative;overflow:hidden;border:1px solid #e5e7eb}.field-map{position:relative;width:100%;height:100%}.map-legend{position:absolute;top:10px;left:10px;background:#fff;padding:8px 12px;border-radius:4px;box-shadow:0 2px 4px #0000001a;font-size:12px;display:flex;gap:12px}.legend-item{display:flex;align-items:center;gap:4px}.legend-color.active{color:#22c55e}.legend-color.inactive{color:#ef4444}.well-point{position:absolute;font-size:12px;transform:translate(-50%,-50%);cursor:pointer;transition:all .2s}.well-point.active{color:#22c55e}.well-point.inactive{color:#ef4444}.well-point:hover{transform:translate(-50%,-50%) scale(1.2)}.well-map{position:relative;width:100%;height:100%}.well-marker{position:absolute;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:4px}.well-name{font-size:12px;font-weight:500;color:#374151;background:#fff;padding:2px 6px;border-radius:4px;box-shadow:0 1px 2px #0000001a}.charts-container{display:flex;gap:20px}.chart-item{flex:1;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.chart-item h4{margin:0;padding:16px 20px;background:#f8fafc;border-bottom:1px solid #e5e7eb;font-size:16px;color:#1f2937}.chart-placeholder{padding:20px;height:160px}.bar-chart{display:flex;align-items:end;gap:20px;height:100%}.bar{flex:1;display:flex;align-items:end;justify-content:center;border-radius:4px 4px 0 0;position:relative;min-height:20px}.bar.oil{background:linear-gradient(to top,#0f172a,#1e293b)}.bar.gas{background:linear-gradient(to top,#075985,#0ea5e9)}.bar.water{background:linear-gradient(to top,#1e40af,#3b82f6)}.bar-label{position:absolute;bottom:4px;font-size:12px;color:#fff;font-weight:500;text-align:center;line-height:1.2}.line-chart{height:100%;position:relative;border-left:2px solid #e5e7eb;border-bottom:2px solid #e5e7eb}.chart-point{position:absolute;bottom:0;width:2px}.point{position:absolute;width:4px;height:4px;border-radius:50%;bottom:0}.point.oil{background:#0f172a}.point.gas{background:#0ea5e9}.fund-summary{padding:16px 20px;background:#f8fafc;border-top:1px solid #e5e7eb}.fund-summary p{margin:0 0 8px;font-size:14px;color:#6b7280}.fund-summary p:last-child{margin-bottom:0}.fund-summary strong{color:#1f2937;font-weight:600}.deviation-summary{padding:16px 20px;background:#f8fafc;border-top:1px solid #e5e7eb}.deviation-summary p{margin:0 0 8px;font-size:14px;color:#6b7280;display:flex;align-items:center}.deviation-summary p:last-child{margin-bottom:0}.deviation-summary span.positive{color:#10b981;font-weight:600}.deviation-summary span.negative{color:#ef4444;font-weight:600}.well-card{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.well-card-header{padding:16px 20px;background:#f8fafc;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.well-card-header h4{margin:0;font-size:18px;color:#1f2937;display:flex;align-items:center}.well-card-content{padding:20px}.well-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:24px}.info-item{display:flex;flex-direction:column;gap:4px}.info-label{font-size:14px;color:#6b7280;font-weight:500}.info-value{font-size:16px;color:#1f2937;font-weight:600}.production-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;padding-top:20px;border-top:1px solid #e5e7eb}.metric-item{display:flex;flex-direction:column;gap:4px}.metric-label{font-size:14px;color:#6b7280;font-weight:500}.metric-value{font-size:18px;font-weight:700;color:#1f2937}.metric-value.good{color:#10b981}.metric-value.warning{color:#f59e0b}.metric-value.critical{color:#ef4444}.group-card{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.group-card-header{padding:16px 20px;background:#f8fafc;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.group-card-header h4{margin:0;font-size:18px;color:#1f2937;display:flex;align-items:center}.group-badge{background:#e0e7ff;color:#3730a3;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600}.group-card-content{padding:20px}.group-description{margin:0 0 16px;font-size:14px;color:#6b7280;line-height:1.5}.group-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:24px}.detail-item{display:flex;flex-direction:column;gap:4px}.detail-label{font-size:14px;color:#6b7280;font-weight:500}.detail-value{font-size:16px;color:#1f2937;font-weight:600}.detail-value.good{color:#10b981}.detail-value.warning{color:#f59e0b}.detail-value.critical{color:#ef4444}.group-wells{padding-top:20px;border-top:1px solid #e5e7eb}.group-wells h5{margin:0 0 12px;font-size:16px;color:#1f2937}.wells-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:12px}.well-item{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:#f9fafb;border-radius:6px;border:1px solid #e5e7eb}.well-name{font-size:14px;font-weight:500;color:#1f2937}.well-status{font-size:12px;font-weight:500;padding:2px 8px;border-radius:4px}.well-status.active{background:#dcfce7;color:#166534}.well-status.inactive{background:#fef2f2;color:#991b1b}.well-status.maintenance{background:#fef3c7;color:#92400e}.well-status.abandoned{background:#f3f4f6;color:#4b5563}.development-report{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:hidden;margin-bottom:24px}.report-header{padding:16px 20px;background:#f8fafc;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.report-header h3{margin:0;font-size:18px;color:#1f2937;display:flex;align-items:center}.report-content{padding:20px}.report-section{margin-bottom:24px}.report-section:last-child{margin-bottom:0}.report-section h4{margin:0 0 16px;font-size:16px;color:#1f2937;display:flex;align-items:center}.report-section.critical{background:#fef7f7;padding:16px;border-radius:6px;border:1px solid #fee2e2}.report-section.critical h4{color:#dc2626}.report-section.critical p{color:#7f1d1d;margin-bottom:12px}.report-section.critical ul{margin:0;padding-left:20px}.report-section.critical li{color:#7f1d1d;margin-bottom:4px}.report-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px}.report-item{display:flex;flex-direction:column;gap:4px}.report-label{font-size:14px;color:#6b7280;font-weight:500}.report-value{font-size:16px;color:#1f2937;font-weight:600}.report-value.positive{color:#10b981}.report-value.negative{color:#ef4444}.wells-table{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.wells-table h4{margin:0;padding:16px 20px;background:#f8fafc;border-bottom:1px solid #e5e7eb;font-size:16px;color:#1f2937}.wells-table table{width:100%;border-collapse:collapse}.wells-table th,.wells-table td{padding:12px 16px;text-align:left;border-bottom:1px solid #f3f4f6}.wells-table th{background:#f8fafc;font-weight:600;color:#374151;font-size:14px}.wells-table td{font-size:14px;color:#6b7280}.status-badge{display:inline-block;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500}.status-badge.active{background:#dcfce7;color:#166534}.status-badge.inactive{background:#fef2f2;color:#991b1b}.status-badge.maintenance{background:#fef3c7;color:#92400e}.status-badge.abandoned{background:#f3f4f6;color:#4b5563}.parameter-value{font-weight:600}.parameter-value.good{color:#10b981}.parameter-value.warning{color:#f59e0b}.parameter-value.critical{color:#ef4444}.well-details{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:20px}.well-details h4{margin:0 0 16px;font-size:16px;color:#1f2937}.parameter-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.parameter-item{display:flex;flex-direction:column;gap:4px}.parameter-label{font-size:14px;color:#6b7280;font-weight:500}.parameter-value{font-size:16px;font-weight:600;color:#1f2937}@media (max-width: 1200px){.dashboard{padding:16px}.dashboard-grid{grid-template-columns:1fr}.stats-summary{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.charts-container{flex-direction:column}}@media (max-width: 768px){.dashboard-header{padding:16px}.dashboard-header h2,.stat-value{font-size:20px}.parameter-grid,.well-info-grid,.production-metrics,.group-details,.wells-list,.report-grid{grid-template-columns:1fr}.report-header{flex-direction:column;align-items:flex-start}.action-buttons{width:100%;justify-content:flex-start}.wells-table{overflow-x:auto}.wells-table table{min-width:800px}}.reports{padding:20px;background:#f8fafc;min-height:100vh}.reports-header{background:#fff;padding:24px;border-radius:8px;box-shadow:0 1px 3px #0000001a;margin-bottom:24px}.reports-header h2{margin:0 0 8px;font-size:24px;color:#1f2937}.reports-header p{margin:0;color:#6b7280;font-size:14px}.reports-content{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px}.report-filters{background:#fff;padding:24px;border-radius:8px;box-shadow:0 1px 3px #0000001a}.filters-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.filters-header h3{margin:0;font-size:18px;color:#1f2937}.advanced-filters-toggle{background:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;padding:8px 12px;font-size:12px;color:#374151;cursor:pointer;transition:all .2s;display:flex;align-items:center}.advanced-filters-toggle:hover{background:#e5e7eb}.filter-group{margin-bottom:20px}.filter-group label{display:block;margin-bottom:8px;font-weight:500;color:#374151;font-size:14px}.level-selector{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px}.level-option{display:flex;flex-direction:column;align-items:center;gap:4px;padding:12px 8px;background:#f9fafb;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s;font-size:12px;color:#6b7280}.level-option:hover{background:#f3f4f6;border-color:#d1d5db}.level-option.selected{background:#dbeafe;border-color:#3b82f6;color:#1e40af}.level-option svg{font-size:20px}.object-selector{width:100%}.selected-object{padding:12px;background:#f3f4f6;border-radius:6px;border:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.object-name{font-weight:500;color:#1f2937;display:flex;align-items:center}.object-type{font-size:12px;color:#6b7280;background:#e5e7eb;padding:2px 8px;border-radius:4px}.no-selection{color:#6b7280;font-style:italic}.report-type-grid{display:grid;grid-template-columns:1fr;gap:8px}.report-type-card{display:flex;align-items:center;gap:12px;padding:12px;background:#f9fafb;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s}.report-type-card:hover{background:#f3f4f6;border-color:#d1d5db}.report-type-card.selected{background:#dbeafe;border-color:#3b82f6}.report-type-icon{font-size:24px;color:#6b7280;flex-shrink:0}.report-type-card.selected .report-type-icon{color:#3b82f6}.report-type-content{flex:1}.report-type-name{font-weight:500;color:#1f2937;font-size:14px;margin-bottom:2px}.report-type-description{font-size:12px;color:#6b7280;line-height:1.4}.report-type-card.selected .report-type-name{color:#1e40af}.fund-status-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:8px}.status-checkbox{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#f9fafb;border-radius:6px;cursor:pointer;transition:background .2s;font-weight:400;margin-bottom:0;border:1px solid #e5e7eb}.status-checkbox:hover{background:#f3f4f6}.status-checkbox input[type=checkbox]{margin:0;width:16px;height:16px;accent-color:#3b82f6}.status-indicator{width:12px;height:12px;border-radius:50%;flex-shrink:0}.filter-group select{width:100%;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;color:#374151;background:#fff}.filter-group select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.date-range{display:flex;align-items:center;gap:12px}.date-range input{flex:1;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;color:#374151}.date-range input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.date-range span{color:#6b7280;font-weight:500}.parameter-checkbox{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#f9fafb;border-radius:6px;cursor:pointer;transition:background .2s;font-weight:400;margin-bottom:0;border:1px solid #e5e7eb}.parameter-name{font-weight:500;color:#374151;flex:1}.parameter-category{font-size:11px;color:#6b7280;background:#e5e7eb;padding:2px 6px;border-radius:4px;text-transform:uppercase;letter-spacing:.5px}.additional-options{display:flex;flex-direction:column;gap:8px}.option-checkbox{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#f9fafb;border-radius:6px;cursor:pointer;transition:background .2s;font-weight:400;margin-bottom:0;border:1px solid #e5e7eb}.option-checkbox:hover{background:#f3f4f6}.option-checkbox input[type=checkbox]{margin:0;width:16px;height:16px;accent-color:#3b82f6}.report-preview{background:#fff;padding:24px;border-radius:8px;box-shadow:0 1px 3px #0000001a}.report-preview h3{margin:0 0 16px;font-size:18px;color:#1f2937}.preview-card{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.preview-header{background:#f8fafc;padding:16px;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;gap:12px}.preview-icon{font-size:24px;color:#3b82f6}.preview-info{flex:1}.preview-title{font-weight:600;color:#1f2937;margin-bottom:2px}.preview-object{font-size:14px;color:#6b7280}.preview-details{padding:16px;display:flex;flex-direction:column;gap:12px}.preview-item{display:flex;justify-content:space-between;align-items:center}.preview-label{font-weight:500;color:#374151;font-size:14px}.preview-value{color:#6b7280;font-size:14px}.preview-placeholder{padding:40px 20px;text-align:center;color:#6b7280;border:2px dashed #e5e7eb;border-radius:8px}.report-actions{background:#fff;padding:24px;border-radius:8px;box-shadow:0 1px 3px #0000001a;grid-column:1 / -1}.action-buttons{display:flex;gap:12px;flex-wrap:wrap}.btn{padding:12px 16px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;text-align:center;display:flex;align-items:center;justify-content:center;min-width:140px}.btn-secondary:hover:not(:disabled){background:#e5e7eb}.report-history{background:#fff;padding:24px;border-radius:8px;box-shadow:0 1px 3px #0000001a;grid-column:1 / -1}.report-history h3{margin:0 0 20px;font-size:18px;color:#1f2937}.history-list{display:flex;flex-direction:column;gap:12px}.history-item{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#f9fafb;border-radius:6px;border:1px solid #e5e7eb;transition:all .2s}.history-item:hover{background:#f3f4f6;border-color:#d1d5db}.history-info{display:flex;flex-direction:column;gap:4px;flex:1}.history-name{font-weight:500;color:#1f2937}.history-date{font-size:12px;color:#6b7280}.history-size{font-size:11px;color:#9ca3af;background:#f3f4f6;padding:2px 6px;border-radius:4px;align-self:flex-start;margin-top:2px}.history-actions{display:flex;gap:8px;flex-shrink:0}.btn-link{background:none;border:none;color:#3b82f6;cursor:pointer;font-size:12px;text-decoration:underline;padding:4px 8px;border-radius:4px;transition:all .2s}.btn-link:hover{background:#f3f4f6;text-decoration:none}@media (max-width: 1200px){.reports{padding:16px}.reports-content{grid-template-columns:1fr}.report-preview{order:-1}.level-selector{grid-template-columns:repeat(2,1fr)}.action-buttons{justify-content:center}}@media (max-width: 768px){.reports-header{padding:16px}.reports-header h2{font-size:20px}.report-filters,.report-actions,.report-history,.report-preview{padding:16px}.filters-header{flex-direction:column;align-items:flex-start;gap:12px}.level-selector,.parameters-grid,.fund-status-grid{grid-template-columns:1fr}.date-range{flex-direction:column;align-items:stretch}.action-buttons{flex-direction:column}.btn{min-width:auto;width:100%}.history-item{flex-direction:column;align-items:stretch;gap:12px}.history-actions{justify-content:center}.selected-object{flex-direction:column;align-items:flex-start;gap:8px}.preview-item{flex-direction:column;align-items:flex-start;gap:4px}.report-type-grid{gap:12px}.report-type-card{flex-direction:column;text-align:center;padding:16px}}.recommendations{padding:20px;background:#f8fafc;min-height:100vh}.recommendations-header{background:#fff;padding:24px;border-radius:8px;box-shadow:0 1px 3px #0000001a;margin-bottom:24px}.recommendations-header h2{margin:0 0 8px;font-size:24px;color:#1f2937}.recommendations-header p{margin:0 0 12px;color:#6b7280;font-size:14px}.recommendations-content{display:flex;flex-direction:column;gap:24px}.analysis-tools{background:#fff;padding:20px;border-radius:8px;box-shadow:0 1px 3px #0000001a;display:flex;justify-content:space-between;align-items:flex-end;gap:20px;flex-wrap:wrap}.date-range-slider{flex:1;min-width:250px}.date-range-slider h4{margin:0 0 8px;font-size:16px;color:#1f2937;display:flex;align-items:center}.date-inputs{display:flex;align-items:center;gap:8px}.date-inputs input{padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;color:#374151}.date-inputs input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.date-inputs span{color:#6b7280;font-weight:500}.advanced-tools-toggle{flex-shrink:0}.toggle-btn{background:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;padding:10px 16px;font-size:14px;color:#374151;cursor:pointer;transition:all .2s;display:flex;align-items:center;white-space:nowrap}.toggle-btn:hover{background:#e5e7eb;border-color:#9ca3af}.object-statistics{background:#fff;padding:24px;border-radius:8px;box-shadow:0 1px 3px #0000001a}.object-statistics h3{margin:0 0 20px;font-size:18px;color:#1f2937}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px}.stat-card{background:#f8fafc;padding:16px;border-radius:8px;border:1px solid #e5e7eb;text-align:center;transition:all .2s}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.stat-label{font-size:12px;color:#6b7280;font-weight:500;margin-bottom:4px;text-transform:uppercase;letter-spacing:.5px}.stat-value{font-size:20px;font-weight:700;color:#1f2937}.status-overview{background:#fff;padding:24px;border-radius:8px;box-shadow:0 1px 3px #0000001a}.status-overview h3{margin:0 0 20px;font-size:18px;color:#1f2937}.status-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.status-card{display:flex;align-items:center;gap:16px;padding:20px;border-radius:8px;border:1px solid #e5e7eb;background:#fff}.status-card.good{border-left:4px solid #10b981;background:linear-gradient(135deg,#ecfdf5,#fff)}.status-card.warning{border-left:4px solid #f59e0b;background:linear-gradient(135deg,#fffbeb,#fff)}.status-card.critical{border-left:4px solid #ef4444;background:linear-gradient(135deg,#fef2f2,#fff)}.card-icon{font-size:24px}.card-content{display:flex;flex-direction:column;gap:4px}.card-number{font-size:28px;font-weight:700;color:#1f2937}.card-label{font-size:14px;color:#6b7280;font-weight:500}.card-percent{font-size:12px;color:#9ca3af;font-weight:500}.wells-analysis{background:#fff;padding:24px;border-radius:8px;box-shadow:0 1px 3px #0000001a}.wells-analysis h3{margin:0 0 20px;font-size:18px;color:#1f2937;display:flex;align-items:center}.wells-table{overflow-x:auto}.wells-table table{width:100%;border-collapse:collapse;min-width:1000px}.wells-table th,.wells-table td{padding:12px 8px;text-align:left;border-bottom:1px solid #f3f4f6;font-size:14px}.wells-table th{background:#f8fafc;font-weight:600;color:#374151;position:sticky;top:0;z-index:1}.wells-table td{color:#6b7280}.wells-table tr:hover{background:#f9fafb}.wells-table input[type=checkbox]{width:16px;height:16px;accent-color:#3b82f6}.parameter-badge{display:inline-block;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:600}.parameter-badge.good{background:#dcfce7;color:#166534}.parameter-badge.warning{background:#fef3c7;color:#92400e}.parameter-badge.critical{background:#fecaca;color:#991b1b}.status-indicator{text-align:center}.status-green,.status-yellow,.status-red{font-size:16px}.gtm-tools{background:#fff;padding:24px;border-radius:8px;box-shadow:0 1px 3px #0000001a}.gtm-tools h3{margin:0 0 20px;font-size:18px;color:#1f2937;display:flex;align-items:center}.gtm-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;margin-bottom:24px}.gtm-card{background:#f8fafc;border:2px solid #e5e7eb;border-radius:8px;padding:16px;cursor:pointer;transition:all .2s}.gtm-card:hover{border-color:#d1d5db;background:#f3f4f6}.gtm-card.selected{border-color:#3b82f6;background:#dbeafe}.gtm-name{font-weight:600;color:#1f2937;margin-bottom:4px}.gtm-effect{font-size:14px;color:#059669;font-weight:500;margin-bottom:2px}.gtm-cost{font-size:12px;color:#6b7280}.gtm-calculation{background:#f8fafc;border-radius:8px;border:1px solid #e5e7eb;padding:20px}.gtm-calculation h4{margin:0 0 16px;font-size:16px;color:#1f2937;display:flex;align-items:center}.calculation-results{background:#fff;border-radius:6px;padding:16px}.calculation-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.calc-item{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:#f9fafb;border-radius:6px;border:1px solid #e5e7eb}.calc-label{font-size:14px;color:#6b7280;font-weight:500}.calc-value{font-size:14px;color:#1f2937;font-weight:600}.calc-value.positive{color:#059669}.positive{color:#059669!important;font-weight:600}.recommendations-actions{background:#fff;padding:24px;border-radius:8px;box-shadow:0 1px 3px #0000001a}.recommendations-actions h3{margin:0 0 20px;font-size:18px;color:#1f2937}.selected-wells-info{background:#f3f4f6;padding:16px;border-radius:6px;margin-bottom:20px}.selected-wells-info p{margin:0 0 8px;font-size:14px;color:#374151}.selected-wells-info p:last-child{margin-bottom:0;font-weight:600;color:#1f2937}.recommendations-details{margin-bottom:24px}.no-selection{color:#6b7280;font-style:italic;text-align:center;padding:40px;background:#f9fafb;border-radius:6px}.wells-recommendations{display:flex;flex-direction:column;gap:16px}.well-recommendation{background:#f9fafb;padding:16px;border-radius:6px;border-left:4px solid #3b82f6}.well-recommendation h4{margin:0 0 8px;font-size:16px;color:#1f2937}.well-recommendation p{margin:0 0 8px;font-size:14px;color:#374151;line-height:1.5}.well-recommendation p:last-child{margin-bottom:0}.manual-recommendations{margin-bottom:24px}.manual-recommendations h4{margin:0 0 12px;font-size:16px;color:#1f2937}.manual-recommendations textarea{width:100%;padding:12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;color:#374151;resize:vertical;min-height:100px;box-sizing:border-box}.manual-recommendations textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.action-buttons{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}@media (max-width: 1200px){.recommendations{padding:16px}.status-cards,.action-buttons{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.gtm-grid,.calculation-grid{grid-template-columns:1fr}}@media (max-width: 768px){.recommendations-header{padding:16px}.recommendations-header h2{font-size:20px}.status-overview,.wells-analysis,.recommendations-actions,.object-statistics,.analysis-tools,.gtm-tools{padding:16px}.analysis-tools{flex-direction:column;align-items:stretch;gap:16px}.date-range-slider{min-width:auto}.date-inputs{flex-direction:column;gap:8px}.date-inputs input{width:100%;box-sizing:border-box}.wells-table{font-size:12px}.wells-table th,.wells-table td{padding:8px 4px}.status-cards{grid-template-columns:1fr}.card-number{font-size:24px}.wells-recommendations{gap:12px}.well-recommendation{padding:12px}.stats-grid,.gtm-grid,.calculation-grid{grid-template-columns:1fr}.calc-item{flex-direction:column;align-items:flex-start;gap:4px}}.forecast{padding:20px;background:#f8fafc;min-height:100vh}.forecast-header{background:#fff;padding:24px;border-radius:8px;box-shadow:0 1px 3px #0000001a;margin-bottom:24px}.forecast-header h2{margin:0 0 8px;font-size:24px;color:#1f2937}.forecast-header p{margin:0 0 12px;color:#6b7280;font-size:14px}.current-object{font-size:14px;color:#374151;padding:8px 12px;background:#f3f4f6;border-radius:6px;border:1px solid #e5e7eb}.forecast-content{display:flex;flex-direction:column;gap:24px}.forecast-settings{background:#fff;padding:24px;border-radius:8px;box-shadow:0 1px 3px #0000001a}.forecast-settings h3{margin:0 0 20px;font-size:18px;color:#1f2937;display:flex;align-items:center}.settings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.setting-group{display:flex;flex-direction:column;gap:8px}.setting-group label{font-weight:500;color:#374151;font-size:14px;display:flex;align-items:center}.setting-group select,.setting-group input{padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;color:#374151;background:#fff}.setting-group select:focus,.setting-group input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.plan-mode-buttons{display:flex;gap:8px;flex-wrap:wrap}.plan-btn{padding:8px 16px;border:1px solid #d1d5db;border-radius:6px;background:#fff;cursor:pointer;transition:all .2s;font-size:14px;color:#374151;font-weight:500}.plan-btn:hover{background:#f9fafb}.plan-btn.active{background:#dbeafe;border-color:#3b82f6;color:#1d4ed8}.parameters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:8px}.parameter-checkbox{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#f9fafb;border-radius:6px;cursor:pointer;transition:background .2s;font-weight:400}.parameter-checkbox:hover{background:#f3f4f6}.parameter-checkbox input[type=checkbox]{margin:0;width:16px;height:16px;accent-color:#3b82f6}.history-checkbox{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;transition:all .2s;font-weight:400}.history-checkbox:hover{background:#f1f5f9}.history-checkbox input[type=checkbox]{margin:0;width:16px;height:16px;accent-color:#3b82f6}.scenarios-section{background:#fff;padding:24px;border-radius:8px;box-shadow:0 1px 3px #0000001a}.scenarios-section h3{margin:0 0 20px;font-size:18px;color:#1f2937}.scenario-buttons{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.scenario-btn{display:flex;align-items:center;gap:12px;padding:16px;border:1px solid #d1d5db;border-radius:8px;background:#fff;cursor:pointer;transition:all .2s;text-align:left}.scenario-btn:hover{background:#f9fafb;transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.scenario-btn.active{background:#dbeafe;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.scenario-icon{font-size:24px;flex-shrink:0}.scenario-content{display:flex;flex-direction:column;gap:4px;min-width:0}.scenario-name{font-weight:600;color:#1f2937;font-size:14px}.scenario-desc{font-size:12px;color:#6b7280}.wells-selection{background:#fff;padding:24px;border-radius:8px;box-shadow:0 1px 3px #0000001a}.wells-selection h3{margin:0 0 20px;font-size:18px;color:#1f2937;display:flex;align-items:center}.selection-modes{display:flex;gap:12px;margin-bottom:24px;flex-wrap:wrap}.mode-btn{display:flex;align-items:center;gap:8px;padding:10px 16px;border:1px solid #d1d5db;border-radius:6px;background:#fff;cursor:pointer;transition:all .2s;font-size:14px;color:#374151;font-weight:500}.mode-btn:hover{background:#f9fafb}.mode-btn.active{background:#1f2937;border-color:#1f2937;color:#fff}.mode-icon{font-size:16px}.criteria-section{background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;padding:20px;margin-bottom:24px}.criteria-section h4{margin:0 0 16px;font-size:16px;color:#1f2937}.criteria-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:16px}.criteria-group{display:flex;flex-direction:column;gap:8px}.criteria-group label{font-weight:500;color:#374151;font-size:14px}.criteria-group input{padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;color:#374151}.criteria-group input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.status-checkboxes{display:flex;flex-wrap:wrap;gap:8px}.status-checkbox{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#fff;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;transition:all .2s;font-size:14px;font-weight:400}.status-checkbox:hover{background:#f9fafb}.status-checkbox input[type=checkbox]{margin:0;width:14px;height:14px;accent-color:#3b82f6}.apply-criteria-btn{align-self:flex-start}.wells-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px}.well-card{padding:16px;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;transition:all .2s;background:#fff}.well-card:hover{box-shadow:0 2px 8px #0000001a}.well-card.selected{border-color:#3b82f6;background:#f8fafc;box-shadow:0 0 0 3px #3b82f61a}.well-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.well-name{font-weight:500;color:#1f2937}.well-status{font-size:14px;font-weight:600}.well-status.active{color:#22c55e}.well-status.maintenance{color:#f59e0b}.well-status.inactive{color:#ef4444}.well-stats{display:flex;flex-direction:column;gap:4px}.stat{display:flex;justify-content:space-between;font-size:12px}.stat-label{color:#6b7280}.stat-value{color:#1f2937;font-weight:500}.forecast-controls{background:#fff;padding:24px;border-radius:8px;box-shadow:0 1px 3px #0000001a}.control-buttons{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.btn{padding:12px 16px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;text-align:center;display:flex;align-items:center;justify-content:center}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary:hover:not(:disabled){background:#2563eb}.btn-small{padding:6px 12px;font-size:12px;border:none;border-radius:4px;background:#f3f4f6;color:#374151;cursor:pointer;transition:all .2s;display:flex;align-items:center}.btn-small:hover{background:#e5e7eb}.forecast-results{background:#fff;padding:24px;border-radius:8px;box-shadow:0 1px 3px #0000001a}.forecast-results h3{margin:0 0 20px;font-size:18px;color:#1f2937}.results-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;margin-bottom:24px}.summary-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;padding:16px;display:flex;flex-direction:column;gap:8px}.summary-label{font-size:14px;color:#6b7280;font-weight:500}.summary-value{font-size:18px;color:#1f2937;font-weight:700}.results-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.forecast-chart{display:flex;flex-direction:column;gap:16px}.chart-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap}.chart-header h4{margin:0;font-size:16px;color:#1f2937}.chart-info{display:flex;gap:16px;font-size:12px;color:#6b7280;flex-wrap:wrap}.chart-info span{background:#f3f4f6;padding:4px 8px;border-radius:4px}.chart-container{height:300px;border:1px solid #e5e7eb;border-radius:6px;overflow:hidden;background:#f9fafb}.chart-legend{position:absolute;top:10px;right:10px;background:#fff;padding:8px 12px;border-radius:4px;box-shadow:0 2px 4px #0000001a;font-size:12px;display:flex;flex-direction:column;gap:4px;z-index:2}.legend-item{display:flex;align-items:center;gap:6px}.legend-color{width:12px;height:12px;border-radius:2px}.chart-area{height:100%;position:relative;padding:20px}.chart-bar{position:absolute;bottom:20px;width:8px;height:200px;display:flex;flex-direction:column;justify-content:end}.chart-bar.historical{opacity:.7}.chart-bar.forecast{opacity:1}.bar-group{display:flex;flex-direction:column;justify-content:end;height:100%;gap:1px}.bar{width:100%;min-height:2px;border-radius:1px;transition:all .2s}.forecast-table{display:flex;flex-direction:column;gap:12px}.table-header{display:flex;justify-content:space-between;align-items:center;gap:16px}.table-header h4{margin:0;font-size:16px;color:#1f2937}.table-controls{display:flex;gap:8px}.table-container{max-height:300px;overflow-y:auto;border:1px solid #e5e7eb;border-radius:6px}.forecast-table table{width:100%;border-collapse:collapse}.forecast-table th,.forecast-table td{padding:8px 12px;text-align:left;border-bottom:1px solid #f3f4f6;font-size:12px}.forecast-table th{background:#f8fafc;font-weight:600;color:#374151;position:sticky;top:0;z-index:1}.forecast-table td{color:#6b7280}.forecast-table td.number{text-align:right;font-weight:500;color:#1f2937}.forecast-table tr:hover{background:#f9fafb}@media (max-width: 1200px){.forecast{padding:16px}.results-grid,.settings-grid{grid-template-columns:1fr}.wells-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.scenario-buttons,.criteria-grid,.results-summary{grid-template-columns:1fr}}@media (max-width: 768px){.forecast-header{padding:16px}.forecast-header h2{font-size:20px}.forecast-settings,.scenarios-section,.wells-selection,.forecast-controls,.forecast-results{padding:16px}.scenario-buttons{grid-template-columns:1fr}.selection-modes,.plan-mode-buttons{flex-direction:column}.parameters-grid,.wells-grid,.control-buttons{grid-template-columns:1fr}.chart-header{flex-direction:column;align-items:flex-start}.chart-info{flex-direction:column;gap:8px}.table-header{flex-direction:column;align-items:flex-start;gap:12px}.criteria-section{padding:16px}.status-checkboxes{flex-direction:column}}*{box-sizing:border-box}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc}.app{display:flex;min-height:100vh;background:#f8fafc}.main-content{padding-left:300px;flex:1;min-height:100vh;display:flex;flex-direction:column}.content-area{flex:1;overflow-y:auto}.btn{display:inline-flex;align-items:center;justify-content:center;padding:8px 16px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none;gap:8px}.btn-primary{background:#3b82f6;color:#fff}.btn-primary:hover{background:#2563eb}.btn-secondary{background:#f3f4f6;color:#374151;border:1px solid #d1d5db}.btn-secondary:hover{background:#e5e7eb}.btn-success{background:#10b981;color:#fff}.btn-success:hover{background:#059669}.btn-warning{background:#f59e0b;color:#fff}.btn-warning:hover{background:#d97706}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover{background:#dc2626}.loading{display:flex;align-items:center;justify-content:center;height:200px;color:#6b7280}.error{padding:16px;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;color:#991b1b}@media (max-width: 1200px){.app{flex-direction:column}}
