@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700&display=swap";:root{--bg-color: #ffffff;--card-bg: #f8f9fa;--text-primary: #ffffff;--text-secondary: #000;--accent-yellow: #e6b43c;--status-red: #ff0000;--status-yellow: #ffcc00;--status-green: #44bb22;--container-bg: #0B3C5D;--font-family: "Outfit", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--bg-color);color:var(--text-primary);min-height:100vh;padding:3rem}.dashboard-container{max-width:1800px;margin:0 auto;display:flex;gap:3rem}.main-content{flex:5;background-color:var(--container-bg);padding:4rem;border-radius:60px;box-shadow:0 30px 60px #00000080;border:1px solid rgba(255,255,255,.05)}.side-content{flex:1;display:flex;flex-direction:column;gap:2rem;align-items:center}h1{font-size:3rem;font-weight:800;margin-bottom:.5rem;text-align:center;color:#fff;letter-spacing:1px}.last-update{font-size:1.6rem;color:var(--accent-yellow);text-align:center;margin-bottom:2rem;font-weight:600}.modules-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3.5rem;margin-top:3rem}.module-card.principal{grid-column:1 / -1;width:95%;justify-self:center;margin-bottom:4rem;margin-top:2rem}.module-card.principal .module-details{column-count:2;column-gap:3rem}.module-cerebro-icon{position:absolute;top:-2rem;left:-2rem;width:100px;height:100px;z-index:10}.module-card{position:relative}.module-indicador-icon{position:absolute;top:50%;transform:translateY(-50%);right:-30px;width:60px;height:60px;z-index:30;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00000026}.module-indicador-icon img{width:80%;height:80%;object-fit:contain}.module-cerebro-icon img{width:100%;height:100%;object-fit:contain}.module-card{background:var(--card-bg);border-radius:60px;padding:2rem 4rem;color:#000;position:relative;box-shadow:0 15px 45px #0006;display:flex;flex-direction:column;transition:all .3s ease;border:1px solid rgba(255,255,255,.8)}.module-card:hover{transform:translateY(-10px);box-shadow:0 25px 60px #0009}.module-card-body{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem}.module-info{flex:1.3}.module-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.module-icon{width:50px;height:50px;flex-shrink:0}.module-icon img{width:100%;height:100%;object-fit:contain}.module-title{font-size:1.3rem;font-weight:900;margin-bottom:0;color:#000;line-height:1.1;border-bottom:none;padding-bottom:0}.module-details{list-style:none;font-size:1.1rem;padding-bottom:4rem;display:flex;flex-direction:column;gap:.5rem}.module-details li{margin-bottom:0;padding-left:0;position:relative;font-weight:400}.module-details li:before{display:none}.status-indicators{flex:1;display:flex;flex-direction:column;gap:.2rem;font-size:1rem;align-items:flex-end;color:#000}.status-row{display:flex;align-items:center;gap:1rem;width:100%;justify-content:flex-end}.status-label{font-weight:500;min-width:80px;text-align:right}.status-value{font-weight:500;min-width:50px}.dots{display:flex;gap:8px}.dot{width:32px;height:32px;border-radius:50%;background:#ccc;border:1px solid #999}.dot.active.red{background-color:red;border:none}.dot.active.yellow{background-color:#fc0;border:none}.dot.active.green{background-color:#4b2;border:none}.tests-date{font-size:1.1rem;font-weight:600;margin-top:1rem;text-align:right}.benefit-box{background-color:#e6b43c;color:#000;padding:1rem 2rem;border-radius:4px;font-size:1.1rem;font-weight:400;box-shadow:0 10px 20px #0000004d;position:absolute;bottom:-25px;right:15px;max-width:45%;z-index:20;transition:transform .3s ease}.module-card .benefit-box{position:absolute;bottom:-40px;right:-4%;max-width:55%;z-index:20;transition:transform .3s ease}.full-width-module .benefit-box{position:absolute;bottom:-40px;right:-10%;max-width:none;z-index:20;transition:transform .3s ease}.module-card:hover .benefit-box,.full-width-module:hover .benefit-box{transform:translateY(-5px)}.header-benefit-box{background-color:var(--accent-yellow);color:#000;padding:1rem;border-radius:10px;font-size:1rem;font-weight:600;box-shadow:0 4px 10px #0000001a;position:relative}.end-to-end-tests{font-size:.7rem;font-weight:600;color:var(--accent-yellow);text-align:left;margin-left:.5rem}.benefit-title{font-weight:800;margin-bottom:.3rem;display:block;color:#003049;text-transform:uppercase;letter-spacing:.5px}.bottom-modules{margin-top:4rem;display:flex;flex-direction:column;gap:3.5rem}.full-width-module{background:linear-gradient(135deg,#01497c,#013a63);border-radius:20px;padding:2rem 3rem;display:flex;justify-content:space-between;align-items:flex-start;color:#fff;transition:all .3s ease;border:1px solid rgba(255,255,255,.1);position:relative}.full-width-module:hover{background:linear-gradient(135deg,#014f86,#014472);transform:translate(10px)}.full-width-module .module-title-voyager{display:flex;align-items:center;gap:1.5rem}.full-width-module .voyager-status{display:flex;align-items:center;gap:1rem;padding:.75rem 1.5rem;background:#ffffff1a;border-radius:10px;width:fit-content}.full-width-module .voyager-label{font-size:1rem;font-weight:600;color:#fffc;text-transform:uppercase;letter-spacing:1px}.full-width-module .voyager-value{font-size:1.5rem;font-weight:800;color:#e6b43c}.full-width-module .voyager-dots{display:flex;gap:8px}.full-width-module .voyager-dots .dot{width:32px;height:32px;border-radius:50%;background:#ccc;border:1px solid #999}.full-width-module .voyager-dots .dot.active.red{background-color:red;border:none}.full-width-module .voyager-dots .dot.active.yellow{background-color:#fc0;border:none}.full-width-module .voyager-dots .dot.active.green{background-color:#4b2;border:none}.fenix-logo-container{display:flex;justify-content:center;align-items:center;padding:2rem 0}.fenix-logo{max-width:400px;height:auto;object-fit:contain}.side-content{padding-top:15vh}.side-content-inner{display:flex;flex-direction:column;gap:2rem}.logo{max-width:250px;margin-bottom:2rem}.side-card{background:#2196f3;color:#fff;padding:2.5rem;border-radius:20px;width:100%;font-size:1.2rem}.database-container{display:flex;align-items:center}.migration-db-row{display:flex;flex-direction:row;gap:2rem;align-items:center;justify-content:center}.migration-btn{background-color:#2196f3;color:#fff;border:none;padding:1rem 2rem;border-radius:10px;font-weight:700;cursor:pointer;box-shadow:0 4px 10px #0000004d;transition:transform .2s ease;white-space:nowrap}.migration-btn:hover{transform:scale(1.02)}.db-icon{width:130px;height:160px;background:linear-gradient(135deg,#001219,#003049);border-radius:40%/10%;position:relative;display:flex;justify-content:center;align-items:center;flex-direction:column;color:#fff;box-shadow:0 10px 20px #0006}.db-icon:before{content:"";position:absolute;top:0;width:100%;height:30px;background:#003049;border-radius:50%;border:4px solid #0d1b2a}.percentage-float-btn{position:fixed;top:20px;right:20px;z-index:1001;background:linear-gradient(135deg,#e6b43c,#c49a33);color:#0d1b2a;border:none;width:50px;height:50px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 4px 20px #e6b43c66}.percentage-float-btn:hover{transform:scale(1.1);box-shadow:0 6px 30px #e6b43c99}.float-btn-icon{font-size:1.5rem;line-height:1;font-weight:700}.percentage-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:998;opacity:0;animation:fadeIn .3s ease forwards}.percentage-overlay.hidden{display:none}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.percentage-side-panel{position:fixed;top:0;right:-480px;width:480px;height:100vh;z-index:999;background:linear-gradient(180deg,#1a2a3a,#0d1b2a);box-shadow:-10px 0 40px #00000080;transition:right .4s cubic-bezier(.4,0,.2,1);overflow-y:auto;overflow-x:hidden}.percentage-side-panel.visible{right:0}.percentage-panel-content{padding:1.5rem;height:100%;display:flex;flex-direction:column;max-width:100%}.panel-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem;border-bottom:2px solid rgba(230,180,60,.3);margin-bottom:1rem}.end-to-end-input-container{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#ffffff0d;border-radius:8px;margin-bottom:1rem;flex-wrap:nowrap}.end-to-end-label{font-size:.75rem;font-weight:700;color:#e6b43c;text-transform:uppercase;letter-spacing:1px;white-space:nowrap;flex-shrink:0}.end-to-end-input{flex:1;min-width:0;padding:.5rem .75rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:6px;color:#fff;font-size:.875rem;outline:none;transition:all .2s ease;box-sizing:border-box}.end-to-end-input::-webkit-calendar-picker-indicator{filter:invert(1);cursor:pointer}.end-to-end-input:focus{border-color:#e6b43c;background:#ffffff26}.end-to-end-input::placeholder{color:#fff6}.panel-title{font-size:1.25rem;font-weight:800;color:#e6b43c;margin:0;text-transform:uppercase;letter-spacing:1px}.close-panel-btn{background:#ffffff1a;border:none;color:#fff;width:36px;height:36px;border-radius:50%;font-size:1.25rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.close-panel-btn:hover{background:#e6b43c4d;transform:scale(1.1)}.save-panel-btn{background:linear-gradient(135deg,#4b2,#2e8b18);border:none;color:#fff;padding:.5rem 1.25rem;border-radius:8px;font-size:.9rem;font-weight:700;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;white-space:nowrap}.save-panel-btn:hover:not(:disabled){background:linear-gradient(135deg,#5d3,#3a9c20);transform:scale(1.05)}.save-panel-btn:disabled{opacity:.6;cursor:not-allowed}.save-status{padding:.75rem 1rem;border-radius:8px;font-size:.85rem;font-weight:600;text-align:center;margin-bottom:1rem;animation:slideDown .3s ease}.save-status.success{background:#4b23;color:#6bffb0;border:1px solid rgba(68,187,34,.3)}.save-status.error{background:#f003;color:#ff6b6b;border:1px solid rgba(255,0,0,.3)}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.loading-text{color:#888;text-align:center;padding:2rem}.percentages-list{display:flex;flex-direction:column;gap:1.25rem;padding-bottom:2rem}.percentage-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1rem;transition:all .3s ease;width:100%;box-sizing:border-box}.percentage-card:hover{background:#ffffff14;border-color:#e6b43c4d}.card-header{margin-bottom:1rem}.card-title-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;flex-wrap:nowrap}.card-id{font-size:.75rem;font-weight:700;color:#e6b43c;text-transform:uppercase;letter-spacing:1px;background:#e6b43c1a;padding:.25rem .75rem;border-radius:20px;flex-shrink:0}.card-nombre{font-size:.85rem;font-weight:600;color:#fff;line-height:1.3;margin:0;overflow-wrap:break-word;word-break:break-word}.control-row{margin-bottom:1rem;width:100%}.control-row:last-child{margin-bottom:0}.control-label-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.control-label{font-size:.7rem;font-weight:700;color:#888;text-transform:uppercase;letter-spacing:1px}.control-value{font-size:.875rem;font-weight:800;min-width:45px;text-align:right;flex-shrink:0}.progress-bar-container{margin-bottom:.5rem;width:100%}.progress-bar-bg{height:10px;background:#ffffff1a;border-radius:5px;overflow:hidden;width:100%}.progress-bar-fill{height:100%;border-radius:5px;transition:width .3s ease,background-color .3s ease}.control-buttons{display:flex;align-items:center;gap:.5rem;width:100%}.btn-decrement,.btn-increment{width:28px;height:28px;border:none;border-radius:6px;font-size:1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.btn-decrement{background:#f003;color:#ff6b6b;border:1px solid rgba(255,0,0,.3)}.btn-decrement:hover{background:#ff00004d;transform:scale(1.1)}.btn-increment{background:#4b23;color:#6bffb0;border:1px solid rgba(68,187,34,.3)}.btn-increment:hover{background:#44bb224d;transform:scale(1.1)}.range-slider{flex:1;min-width:0;height:8px;-webkit-appearance:none;appearance:none;background:#ffffff1a;border-radius:4px;outline:none;cursor:pointer}.range-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#e6b43c;cursor:pointer;box-shadow:0 2px 10px #e6b43c80;transition:all .2s ease}.range-slider::-webkit-slider-thumb:hover{transform:scale(1.2);box-shadow:0 4px 15px #e6b43ccc}.range-slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#e6b43c;cursor:pointer;border:none;box-shadow:0 2px 10px #e6b43c80}.fecha-pruebas-small{margin-top:.75rem;padding-top:.5rem;border-top:1px solid rgba(255,255,255,.1);font-size:.7rem;color:#666;text-align:center;display:flex;align-items:center;justify-content:center;gap:.5rem}.date-input{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:4px;padding:.25rem .5rem;color:#fff;font-size:.7rem;font-family:inherit;cursor:pointer;transition:all .2s ease}.date-input:hover{border-color:#e6b43c80}.date-input:focus{outline:none;border-color:#e6b43c;background:#ffffff26}.date-input::-webkit-calendar-picker-indicator{filter:invert(1);cursor:pointer}.hidden{display:none!important}.texts-float-btn{position:fixed;top:80px;right:20px;z-index:1001;background:linear-gradient(135deg,#e6b43c,#c49a33);color:#0d1b2a;border:none;width:50px;height:50px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 4px 20px #e6b43c66}.texts-float-btn:hover{transform:scale(1.1);box-shadow:0 6px 30px #e6b43c99}.texts-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:998;opacity:0;animation:fadeIn .3s ease forwards}.texts-side-panel{position:fixed;top:0;right:-480px;width:480px;height:100vh;z-index:999;background:linear-gradient(180deg,#1a2a3a,#0d1b2a);box-shadow:-10px 0 40px #00000080;transition:right .4s cubic-bezier(.4,0,.2,1);overflow-y:auto;overflow-x:hidden}.texts-side-panel.visible{right:0}.texts-panel-content{padding:1.5rem;height:100%;display:flex;flex-direction:column;max-width:100%}.texts-list{display:flex;flex-direction:column;gap:1.25rem;padding-bottom:2rem}.texts-module-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1rem;transition:all .3s ease}.texts-module-card:hover{background:#ffffff14;border-color:#e6b43c4d}.texts-input{width:100%;padding:.5rem .75rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:6px;color:#fff;font-size:.875rem;outline:none;transition:all .2s ease;box-sizing:border-box;font-family:var(--font-family)}.texts-input:focus{border-color:#e6b43c;background:#ffffff26}.items-list{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem}.item-row{display:flex;align-items:center;gap:.5rem}.item-row .texts-input{flex:1}.texts-btn-add{margin-top:.75rem;width:100%;padding:.5rem;background:#e6b43c33;border:1px solid rgba(230,180,60,.3);border-radius:6px;color:#e6b43c;font-weight:600;cursor:pointer;transition:all .2s ease}.texts-btn-add:hover{background:#e6b43c4d}.texts-btn-remove{background:#f003;border:1px solid rgba(255,0,0,.3);color:#ff6b6b;width:28px;height:36px;border-radius:6px;font-size:1.25rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;flex-shrink:0}.texts-btn-remove:hover{background:#ff00004d;transform:scale(1.1)}@media(max-width:768px){.percentage-side-panel{width:100%;right:-100%}.percentage-float-btn{right:10px;padding:.75rem .5rem;min-width:55px}.float-btn-text{font-size:.6rem}.benefit-box{bottom:-20px;right:10px;max-width:60%;padding:1rem 1.5rem;font-size:.9rem}.benefit-box:before{border-width:12px 12px 0 0;left:-8px}.module-card .benefit-box,.full-width-module .benefit-box{bottom:-20px;max-width:60%}.header-benefit-box{padding:.75rem;font-size:.85rem}.header-benefit-box:before{border-width:12px 12px 0 0;left:8px}.migration-db-row{flex-direction:column;gap:1rem}.migration-btn{width:100%}.db-icon{width:80px;height:120px}.texts-side-panel{width:100%;right:-100%}.texts-float-btn{right:10px;top:80px}}
