:root{--ve-yellow:#ffc20e;--ve-dark:#22262b;--ve-text:#34383d;--ve-muted:#7f858b;--ve-bg:#f3f4f5;--ve-white:#fff;--ve-border:#e6e8ea}
.veph-app{font-family:Arial,Helvetica,sans-serif;background:var(--ve-bg);color:var(--ve-text);margin:0;overflow:hidden;border-radius:18px;box-shadow:0 18px 60px rgba(20,24,28,.12)}
.veph-app *{box-sizing:border-box}.veph-header{background:var(--ve-dark);color:#fff}.veph-header-inner{max-width:1280px;margin:auto;padding:22px 42px;display:flex;align-items:center;gap:28px}.veph-header img{width:230px;max-height:70px;object-fit:contain;object-position:left center}.veph-client{margin-left:auto;display:flex;flex-direction:column;text-align:right}.veph-client span{font-size:11px;letter-spacing:2px;text-transform:uppercase;color:#c9cdd0}.veph-client strong{font-size:20px}.veph-pdf{margin-left:20px;background:var(--ve-yellow);color:#222!important;text-decoration:none;padding:13px 18px;border-radius:9px;font-weight:700}.veph-yellow-line{height:9px;background:var(--ve-yellow)}
.veph-main{max-width:1280px;margin:auto;padding:48px 42px 70px}.veph-intro{display:grid;grid-template-columns:1.7fr .7fr;gap:45px;align-items:center}.veph-eyebrow{color:#d99c00;font-weight:800;letter-spacing:2px;font-size:12px}.veph-intro h1{font-size:44px;line-height:1.08;margin:10px 0 16px;color:#2c3034}.veph-intro p{font-size:17px;line-height:1.7;color:#646a70}.veph-state{background:#fff;border-radius:18px;padding:27px;border-left:8px solid var(--ve-yellow);box-shadow:0 9px 28px rgba(0,0,0,.07)}.veph-state span{display:block;color:var(--ve-muted);font-size:12px;text-transform:uppercase;letter-spacing:1.5px}.veph-state strong{display:block;font-size:25px;margin:8px 0 22px}.veph-progress{height:11px;background:#eceeef;border-radius:20px;overflow:hidden}.veph-progress i{display:block;height:100%;background:var(--ve-yellow);border-radius:20px}.veph-state b{display:block;margin-top:10px;font-size:13px}
.veph-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin:36px 0}.veph-kpis article{background:#fff;padding:25px;border-radius:16px;border:1px solid var(--ve-border)}.veph-kpis span{font-size:38px;font-weight:800}.veph-kpis p{margin:4px 0 0;color:var(--ve-muted)}.veph-tabs{display:flex;gap:8px;margin:10px 0 22px;flex-wrap:wrap}.veph-tabs button{border:0;background:#e4e6e8;padding:12px 19px;border-radius:24px;font-weight:700;cursor:pointer}.veph-tabs button.active{background:var(--ve-dark);color:#fff}.veph-tab{display:none}.veph-tab.active{display:block}.veph-grid-2{display:grid;grid-template-columns:1.25fr .75fr;gap:22px;margin-bottom:22px}.veph-card{background:#fff;border-radius:18px;padding:30px;border:1px solid var(--ve-border);margin-bottom:22px}.veph-card h2{font-size:26px;margin:0 0 22px}.veph-card p{line-height:1.65}.veph-dark-card{background:var(--ve-dark);color:#fff}.veph-dark-card li{margin:14px 0;line-height:1.45}.veph-bars>div{display:grid;grid-template-columns:180px 1fr 50px;gap:16px;align-items:center;margin:18px 0}.veph-bars b{height:13px;background:#eceeef;border-radius:20px;overflow:hidden}.veph-bars i{display:block;height:100%;background:var(--ve-yellow)}.veph-bars em{font-style:normal;font-weight:700}
.veph-task-list article{display:grid;grid-template-columns:64px 1fr auto;gap:22px;padding:25px 0;border-top:1px solid var(--ve-border);align-items:start}.veph-task-list article:first-child{border-top:0}.veph-number{font-size:28px;font-weight:800;color:#c98d00}.veph-task-body h3{margin:0 0 8px;font-size:20px}.veph-task-body p{margin:0 0 13px;color:#656b71}.veph-meta{display:flex;gap:25px;flex-wrap:wrap;font-size:13px}.veph-status{padding:8px 12px;border-radius:20px;background:#eceeef;font-size:12px;font-weight:800;white-space:nowrap}.veph-status.completado{background:#dff5e7;color:#16763c}.veph-status.decision-pendiente{background:#fff2c7;color:#8b6500}.veph-status.en-planificacion,.veph-status.en-ejecucion{background:#dcecff;color:#225d9b}.veph-minute{border-left:4px solid var(--ve-yellow);padding:6px 0 6px 22px;margin:24px 0}.veph-minute>span{font-size:12px;font-weight:800;color:#b27b00;text-transform:uppercase}.veph-minute h3{margin:7px 0}.veph-timeline{position:relative;padding-left:24px}.veph-timeline:before{content:"";position:absolute;left:7px;top:5px;bottom:5px;width:2px;background:#dadde0}.veph-timeline article{position:relative;padding:0 0 30px 30px}.veph-timeline article i{position:absolute;left:-23px;top:5px;width:15px;height:15px;border-radius:50%;background:var(--ve-yellow);border:3px solid #fff;box-shadow:0 0 0 2px var(--ve-yellow)}.veph-timeline span{font-size:11px;letter-spacing:1px;color:#a47200;text-transform:uppercase;font-weight:800}.veph-timeline h3{margin:5px 0}.veph-footer{background:var(--ve-dark);color:#fff;display:flex;align-items:center;justify-content:space-between;padding:28px 42px}.veph-footer img{width:210px}.veph-footer p{font-size:13px;color:#d6d9dc}.veph-error{padding:30px;background:#fff2c7;border-left:5px solid #ffc20e}
@media(max-width:900px){.veph-intro,.veph-grid-2{grid-template-columns:1fr}.veph-kpis{grid-template-columns:repeat(2,1fr)}.veph-header-inner{flex-wrap:wrap}.veph-client{margin-left:0;text-align:left}.veph-pdf{margin-left:auto}.veph-task-list article{grid-template-columns:48px 1fr}.veph-status{grid-column:2}.veph-main{padding:35px 20px}.veph-header-inner,.veph-footer{padding:22px 20px}.veph-intro h1{font-size:34px}}@media(max-width:560px){.veph-kpis{grid-template-columns:1fr}.veph-header img{width:180px}.veph-pdf{width:100%;text-align:center;margin-left:0}.veph-bars>div{grid-template-columns:1fr}.veph-footer{display:block}.veph-footer p{margin-top:18px}}
