html,body,#root{height:100%}body{margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f7fa;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial}.panel-section{background:#fff;border:1px solid #dde3ea;border-radius:8px;padding:16px;margin-bottom:20px;box-shadow:0 2px 4px #0000000f}.panel-section h4,.panel-section h5{margin-top:0;font-weight:600}.child-list{display:flex;flex-direction:column;gap:4px}.child-row{display:flex;justify-content:space-between;align-items:center;background:#f7fafc;border:1px solid #e2e8f0;border-radius:6px;padding:6px 10px;transition:background .15s ease}.child-row:hover{background:#edf2f7}.indicator-card{border:1px solid #e2e8f0;border-radius:8px;padding:12px;background:#fff;margin-bottom:12px;box-shadow:0 1px 1px #0000000a}.indicator-card .indicator-actions button{min-width:48px}.evaluation-header{background:#2b6cb0;color:#fff;padding:10px 14px;border-radius:8px;margin-bottom:16px;font-weight:500;box-shadow:0 2px 4px #2b6cb040}.video-row{display:flex;justify-content:space-between;align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:8px 10px;margin-bottom:6px}.video-row:hover{background:#f8fafc}.video-player{background:#111;border:1px solid #2d3748;border-radius:6px;margin-left:auto;margin-right:auto;overflow:hidden}.video-player video{display:block;width:100%;height:auto;max-height:80vh;object-fit:contain}.video-progress-bar{position:relative;width:100%;height:6px;background:#e2e8f0;border-radius:4px;overflow:hidden}.video-progress-fill{position:absolute;top:0;left:0;height:100%;background:linear-gradient(90deg,#3182ce,#63b3ed);transition:width .25s ease}.separator-label{text-transform:uppercase;font-size:10px;letter-spacing:.5px;font-weight:600;color:#718096;margin:12px 0 4px}.dash-card{background:#fff;border:1px solid #e1e7ef;border-radius:12px;padding:18px 20px;box-shadow:0 2px 4px #0000000a,0 1px 2px #0000000f;position:relative;transition:box-shadow .15s ease,transform .15s ease}.dash-card:hover{box-shadow:0 6px 14px -6px #0000001f,0 4px 6px #00000012;transform:translateY(-2px)}.dash-card h3,.dash-card h4,.dash-card h5{margin-top:0;font-weight:600}.dash-metric-value{font-size:clamp(1.8rem,4.5vw,2.8rem);font-weight:700;letter-spacing:-1px}.dash-subtle{font-size:.75rem;text-transform:uppercase;letter-spacing:.6px;font-weight:600;color:#5a6b85}.dash-list-item{border:1px solid #e3e9f1;border-radius:8px;padding:10px 12px;background:#fafbfd;display:flex;flex-direction:column;gap:4px;transition:background .15s ease,border-color .15s ease}.dash-list-item:hover{background:#f2f6fb;border-color:#d0dae6}.dash-list-item .item-title{font-weight:600;font-size:.9rem;line-height:1.25rem}.dash-divider{height:1px;background:linear-gradient(90deg,#0000000d,#0000);margin:14px 0}.dash-grid{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.modal-overlay{position:fixed;inset:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:1200}.modal-card{width:min(900px,92vw);max-height:86vh;overflow:auto;background:#fff;border-radius:10px;box-shadow:0 10px 30px #00000040}.modal-card .modal-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid #e2e8f0}.modal-card .modal-body{padding:14px 16px}.modal-card .modal-actions{display:flex;justify-content:flex-end;gap:8px;padding:12px 16px;border-top:1px solid #e2e8f0}.sidebar{width:240px;background:linear-gradient(180deg,#15324a,#0f2740);color:#fff;padding:20px;box-sizing:border-box;min-height:100vh;position:fixed;left:0;top:0;z-index:1040;transition:transform .25s ease,width .2s ease}.sidebar.collapsed{width:64px}.sidebar .nav-link{color:#ffffffe6;padding:8px 6px;border-radius:6px;display:flex;align-items:center}.sidebar .nav-link:hover{background:#ffffff08;color:#fff}.sidebar .nav-link.active{background:#ffffff0f;color:#fff}.main-content{margin-left:240px;padding:28px}.main-content.collapsed{margin-left:64px}.video-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px}@media(max-width:767px){.sidebar{transform:translate(-110%);position:fixed;width:280px}.sidebar.show{transform:translate(0);box-shadow:0 20px 40px #0006;z-index:1111}.main-content{margin-left:0;padding:18px}.dash-grid,.video-gallery{grid-template-columns:1fr}.modal-card{width:95vw!important;height:auto!important;max-height:92vh;border-radius:8px}.modal-card .modal-body{padding:0}.panel-section{padding:12px}}@media(max-width:767px){.responsive-filters{flex-direction:column;align-items:stretch;gap:.75rem}.responsive-filters .filter-item{width:100%;min-width:0!important}.responsive-filters .filter-item .form-label{display:block;margin-bottom:6px}.responsive-filters .filter-item-auto{width:100%;display:flex;justify-content:flex-end}.responsive-filters .filter-item-auto .btn{width:auto}}.modal-card-video{width:min(960px,96vw);max-width:96vw;padding:.5rem .5rem .75rem}.modal-card-video .modal-header{padding:.75rem 1rem}.modal-card-video .modal-body{padding:.5rem 1rem}.modal-card-video .responsive-video{display:block;width:100%;height:auto;max-height:calc(100vh - 160px);background:#000}@media(orientation:landscape)and (max-height:700px){.modal-card-video .responsive-video{max-height:calc(100vh - 120px)}}@media(max-width:480px){.modal-card-video{width:98vw;margin:0 1vw}.modal-card-video .responsive-video{max-height:calc(100vh - 140px)}}@media(max-width:767px){.modal-card-video{width:calc(100vw - 12px);max-width:98vw;margin:3vh auto;max-height:97vh;border-radius:10px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 14px 44px #00000073}.modal-card-video .modal-header{padding:10px 12px;z-index:2}.modal-card-video .modal-body{padding:0;display:flex;align-items:center;justify-content:center;background:#000;flex:1 1 auto;min-height:40vh}.modal-card-video .responsive-video{width:100%;height:auto;max-height:calc(100vh - 100px);object-fit:contain;display:block}.modal-card-video .modal-actions{padding:8px 12px}}@media(max-width:767px){.panel-section{padding:16px;border-radius:10px}.panel-section .d-flex.justify-content-between{flex-direction:column;align-items:flex-start;gap:8px}.panel-section .form-label{margin-bottom:6px;display:block}.panel-section .text-muted{margin-bottom:8px}.panel-section .btn{min-width:120px}.panel-section input.form-control,.panel-section .form-select{width:100%;box-sizing:border-box}.video-row,.child-row{padding:10px;border-radius:8px}.indicator-card{padding:10px}.modal-card{width:95vw!important}.panel-section .small{line-height:1.4}.panel-section .d-flex.flex-wrap.gap-2{gap:.5rem}}@media(max-width:767px){.panel-section input[type=file].form-control{padding:.5rem .6rem;border-radius:.5rem;background:#fff;margin-bottom:.5rem}.panel-section>.d-flex.flex-wrap.gap-2,.panel-section .d-flex.flex-wrap.gap-2{flex-direction:column!important;align-items:stretch}.panel-section .d-flex.flex-wrap.gap-2 .btn{width:100%}.panel-section .progress{height:12px;border-radius:8px;overflow:hidden;margin-top:.5rem;margin-bottom:.5rem}.panel-section .progress .progress-bar{height:100%}.panel-section>div[style]>div>.video-row,.panel-section .video-row{display:flex;flex-direction:column;gap:.5rem;padding:.75rem;background:#fff;border-radius:8px;margin-bottom:.6rem}.panel-section .video-row .fw-semibold{font-size:.95rem}.panel-section .video-row .d-flex{justify-content:flex-end}.panel-section .small.text-muted{display:block;margin-top:.35rem}}@media(max-width:767px){.table td .mobile-meta{display:block;color:#6c757d;font-size:.9rem;white-space:normal;overflow:visible;margin-top:.18rem}.table td{white-space:normal}}@media(max-width:767px){.indicadores-table thead{display:table-header-group}.indicadores-table tbody tr{display:table-row;border:none;margin:0;padding:0;background:transparent}.indicadores-table tbody tr td{display:table-cell;padding:.6rem .75rem;vertical-align:top}.indicadores-table tbody tr td .btn-group{display:inline-flex;gap:6px;justify-content:flex-end}.indicadores-table tbody tr td .fw-semibold{display:block;margin-bottom:4px}.indicadores-table tbody tr.d-lg-none{display:none}.indicadores-table .d-none.d-md-table-cell,.indicadores-table .d-none.d-lg-table-cell{display:table-cell!important}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:767px){.indicator-details summary{cursor:pointer;list-style:none;font-weight:600;color:#0d6efd;padding:6px 0}.indicator-details summary::-webkit-details-marker{display:none}.indicator-details summary:after{content:" ▾";font-weight:600;color:#0d6efd}.indicator-details[open] summary:after{content:" ▴"}.indicator-details{padding-top:6px}}@media(min-width:768px)and (max-width:1024px){.dash-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.panel-section{padding:14px}}input.form-control,.form-select,.btn{font-size:.95rem}.sidebar-backdrop{position:fixed;inset:0;background:#00000047;z-index:1105}.filters-row{width:100%}.filters-controls{display:flex;gap:.5rem;align-items:center;flex:1 1 auto;flex-wrap:wrap}.filters-controls .input-group{flex:1 1 220px;min-width:0}.filters-controls .form-select{flex:0 1 170px;min-width:120px}.filters-controls .form-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23666' stroke-width='1.4' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .85rem center;padding-right:2.2rem;border-radius:.375rem}.filters-controls .form-select:focus{box-shadow:0 0 0 .18rem #0d6efd1f;border-color:#4c51bf;outline:none}.filters-controls .btn{flex:0 0 auto}@media(max-width:767px){.filters-controls{flex-direction:column;gap:.5rem}.filters-controls .input-group,.filters-controls .form-select,.filters-controls .btn{flex:1 1 100%;width:100%}.filters-row>div:last-child{margin-top:.5rem}.filters-row .btn.btn-primary{width:100%}}@media(max-width:991.98px){.main-content header .h2{padding-left:3.25rem}.dash-subtle,.panel-section h4,.panel-section h5{padding-left:3.25rem}}@media(max-width:480px){.main-content header .h2{padding-left:3.5rem;font-size:1.15rem}}
