:root{--ink:#102d2c;--muted:#667b79;--green:#087f72;--deep:#073b3a;--mint:#72e6c5;--bg:#f1f6f5;--paper:#fff;--line:#d7e3e1;--red:#b93535;--orange:#b56710;--yellow:#8a6b05;--blue:#23689b;--shadow:0 16px 50px rgba(7,59,58,.09);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink)}*{box-sizing:border-box}body{margin:0;background:var(--bg);min-height:100vh}.hidden{display:none!important}button,input,select,textarea{font:inherit}button{cursor:pointer}.auth-shell{min-height:100vh;display:grid;grid-template-columns:1.15fr .85fr;background:linear-gradient(135deg,var(--deep),#0c625c 58%,#b8f2df 58%);padding:6vw;align-items:center;gap:8vw}.auth-brand{color:#fff;max-width:670px}.brand-mark{width:52px;height:52px;border-radius:15px;background:var(--mint);color:var(--deep);font-weight:900;display:grid;place-items:center;letter-spacing:-2px;box-shadow:0 10px 25px #0002}.auth-brand h1{font-size:clamp(2.7rem,6vw,5.6rem);line-height:.94;letter-spacing:-.06em;margin:.5rem 0 1.4rem}.auth-brand>p{font-size:1.15rem;max-width:580px;color:#d9f6ee;line-height:1.6}.eyebrow{font-size:.72rem!important;font-weight:900;letter-spacing:.18em;color:var(--green);margin:0 0 .45rem;text-transform:uppercase}.auth-brand .eyebrow{color:var(--mint)}.security-note{display:inline-flex;margin-top:1.5rem;padding:.75rem 1rem;border:1px solid #ffffff4d;border-radius:999px;color:#eafff9}.auth-card{background:#ffffffee;padding:clamp(1.7rem,4vw,3.2rem);border-radius:28px;box-shadow:0 35px 100px #001f1e55;display:grid;gap:1rem;max-width:500px;width:100%;justify-self:center;backdrop-filter:blur(10px)}h1,h2,h3,p{margin-top:0}h2{font-size:2rem;letter-spacing:-.04em;margin-bottom:.6rem}label{display:grid;gap:.42rem;font-size:.82rem;font-weight:800}input,select,textarea{width:100%;border:1px solid #bed0ce;border-radius:12px;padding:.78rem .9rem;background:#fff;color:var(--ink);outline:none}input:focus,select:focus,textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px #087f721c}textarea{min-height:105px;resize:vertical}.password{display:flex;position:relative}.password input{padding-right:4rem}.show-password{position:absolute;right:.3rem;top:.3rem;bottom:.3rem;border:0;background:#edf5f3;border-radius:9px;color:var(--deep);font-weight:800}.primary,.secondary,.danger{border:0;border-radius:11px;padding:.78rem 1rem;font-weight:850}.primary{background:var(--green);color:white;box-shadow:0 7px 18px #087f7230}.secondary{background:#e2efed;color:var(--deep)}.danger{background:#ffe5e5;color:var(--red)}.link{background:none;border:0;padding:0;color:inherit;text-decoration:underline}.error{color:var(--red);min-height:1.2rem;font-size:.86rem}.app{display:grid;grid-template-columns:245px 1fr;min-height:100vh}aside{background:var(--deep);color:#fff;padding:1.25rem 1rem;position:sticky;top:0;height:100vh;display:flex;flex-direction:column;z-index:10}.brand{display:flex;align-items:center;gap:.8rem;padding:.2rem .55rem 1.8rem}.brand b,.brand small{display:block}.brand b{font-size:1.2rem}.brand small{color:#9ccdc5}nav{display:grid;gap:.25rem}nav button{display:flex;gap:.7rem;align-items:center;background:none;border:0;color:#b8d3d0;border-radius:10px;padding:.72rem .8rem;text-align:left;font-weight:750}nav button:hover,nav button.active{background:#ffffff18;color:#fff}nav button.active{box-shadow:inset 3px 0 var(--mint)}.side-footer{margin-top:auto;border-top:1px solid #ffffff1f;padding:1rem .7rem;display:grid;gap:.28rem}.side-footer small{color:#9ccdc5}.side-footer .link{text-align:left;margin-top:.5rem;color:var(--mint)}main{min-width:0;padding:0 clamp(1rem,3vw,3rem) 3rem}header{height:112px;display:flex;align-items:center;gap:1rem;border-bottom:1px solid var(--line);position:sticky;top:0;background:#f1f6f5e8;backdrop-filter:blur(14px);z-index:5}header h1{font-size:clamp(1.6rem,3vw,2.3rem);letter-spacing:-.04em;margin:0}.header-actions{margin-left:auto;display:flex;gap:.55rem}.icon{border:0;background:#e2efed;color:var(--deep);width:39px;height:39px;border-radius:10px;font-size:1.25rem;display:grid;place-items:center}#menu{display:none}.notice{margin:1rem 0;padding:.85rem 1rem;border-radius:12px;border:1px solid #acd8cd;background:#e6f8f3;color:#075c54}.notice.bad{border-color:#efb6b6;background:#fff0f0;color:#8c2424}.grid{display:grid;gap:1rem}.stats{grid-template-columns:repeat(6,minmax(120px,1fr));margin:1.25rem 0}.stat,.card{background:var(--paper);border:1px solid var(--line);border-radius:17px;box-shadow:var(--shadow)}.stat{padding:1.05rem}.stat b{display:block;font-size:1.75rem;letter-spacing:-.06em}.stat small{color:var(--muted);font-weight:700}.two{grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr)}.card{padding:1.2rem}.card-head,.section-head,.row{display:flex;align-items:center;gap:.7rem}.card-head,.section-head{justify-content:space-between}.section-head{margin:1.4rem 0 .8rem}.section-head h2,.card h3{margin:0}.muted{color:var(--muted)}.warning{color:#765a06;background:#fff9d9;border:1px solid #eadc99;padding:.8rem;border-radius:10px}.filters{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:.6rem;margin-bottom:1rem}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:14px;background:#fff}table{border-collapse:collapse;width:100%;min-width:780px}th,td{text-align:left;padding:.72rem .75rem;border-bottom:1px solid #e7efed;vertical-align:top;font-size:.86rem}th{font-size:.68rem;text-transform:uppercase;letter-spacing:.09em;color:var(--muted);background:#f8fbfa;position:sticky;top:0}tr:last-child td{border-bottom:0}tbody tr:hover{background:#f7fbfa}.title-cell{max-width:480px}.title-cell b{display:block}.title-cell small{color:var(--muted)}.badge{display:inline-flex;padding:.3rem .55rem;border-radius:999px;font-weight:850;font-size:.69rem;text-transform:uppercase;letter-spacing:.04em;background:#e8efee;color:#49625f}.badge.alto,.badge.no_cumple,.badge.vencido{background:#ffe5e5;color:#a72f2f}.badge.medio,.badge.parcial,.badge.en_progreso{background:#fff0d8;color:#99600d}.badge.bajo,.badge.cumple,.badge.completada,.badge.implementada{background:#dcf5e9;color:#14754c}.badge.por_revisar,.badge.pendiente,.badge.unread{background:#dfeefa;color:#23689b}.list{display:grid;gap:.55rem}.alert-item{padding:.8rem;border:1px solid var(--line);border-radius:12px;background:#fff}.alert-item.unread{border-left:4px solid var(--orange)}.alert-item p{font-size:.86rem;margin:.35rem 0}.actions{display:flex;gap:.4rem;flex-wrap:wrap}.actions button{padding:.42rem .62rem;border-radius:8px;border:1px solid var(--line);background:#f5f9f8;color:var(--deep);font-size:.75rem;font-weight:800}.progress{height:8px;background:#e1ebe9;border-radius:999px;overflow:hidden;min-width:90px}.progress span{display:block;height:100%;background:var(--green)}.empty{text-align:center;padding:3rem 1rem;color:var(--muted)}dialog{border:0;border-radius:22px;padding:0;width:min(780px,calc(100vw - 2rem));max-height:90vh;color:var(--ink);box-shadow:0 30px 100px #001f1e55}dialog::backdrop{background:#052b2a99;backdrop-filter:blur(4px)}.modal-head{position:sticky;top:0;background:#fff;padding:1.2rem 1.4rem;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:flex-start;z-index:2}.modal-head h2{margin:0}.modal-head .icon{font-size:1.7rem}.modal-body{padding:1.4rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:.9rem}.form-grid .wide{grid-column:1/-1}.form-actions{display:flex;justify-content:flex-end;gap:.6rem;margin-top:1rem}.details-grid{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}.details-grid section{border:1px solid var(--line);border-radius:12px;padding:.9rem}.details-grid ul{padding-left:1.1rem;margin-bottom:0}.source-health{width:10px;height:10px;border-radius:50%;background:#9aadab;display:inline-block}.source-health.good{background:#22a777}.source-health.bad{background:#d04a4a}.source-health.wait{background:#cda52b}.kanban{grid-template-columns:repeat(4,minmax(220px,1fr));overflow:auto}.kanban-col{background:#e8f0ee;border-radius:14px;padding:.8rem;min-height:160px}.task{background:#fff;border:1px solid var(--line);border-radius:11px;padding:.75rem;margin-top:.6rem}.task p{font-size:.8rem;color:var(--muted)}@media(max-width:1150px){.stats{grid-template-columns:repeat(3,1fr)}.two{grid-template-columns:1fr}}@media(max-width:780px){.auth-shell{grid-template-columns:1fr;background:linear-gradient(155deg,var(--deep),#0c625c 45%,#dff7ef 45%);padding:1rem}.auth-brand{padding:2rem .5rem}.auth-brand h1{font-size:3rem}.auth-card{padding:1.5rem}.app{display:block}aside{position:fixed;left:-260px;width:245px;transition:.2s}aside.open{left:0;box-shadow:20px 0 60px #001f1e55}main{padding:0 .85rem 2rem}header{height:92px}#menu{display:grid}.header-actions .secondary{display:none}.header-actions .primary{padding:.65rem}.stats{grid-template-columns:repeat(2,1fr)}.filters,.form-grid,.details-grid{grid-template-columns:1fr}.form-grid .wide{grid-column:auto}.section-head{align-items:flex-end}.section-head p{display:none}}
