:root{--navy:#0a1628;--navy2:#10233d;--gold:#f59e0b;--paper:#f4f7fb;--muted:#64748b;--line:#dce4ef;--white:#fff}*{box-sizing:border-box}body{margin:0;font-family:Montserrat,Arial,sans-serif;color:var(--navy)}.auth-page{min-height:100vh;background:var(--navy)}.auth-shell{min-height:100vh;display:grid;grid-template-columns:1.15fr .85fr}.auth-brand{padding:52px clamp(35px,6vw,100px);display:flex;flex-direction:column;justify-content:space-between;color:white;background:linear-gradient(145deg,rgba(10,22,40,.88),rgba(16,35,61,.9)),url('img/paneles.jpeg') center/cover}.auth-logo,.dash-logo{display:flex;align-items:center;gap:12px;color:inherit;text-decoration:none;font-weight:800;font-size:22px}.auth-logo img,.dash-logo img{width:48px;height:48px;border-radius:12px;object-fit:cover}.auth-brand>div{max-width:620px;margin-bottom:12vh}.auth-eyebrow{color:var(--gold);font-weight:700;text-transform:uppercase;letter-spacing:2px;font-size:12px}.auth-brand h1{font-size:clamp(36px,5vw,64px);line-height:1.08;margin:20px 0}.auth-brand p{font-size:18px;line-height:1.7;color:#cbd5e1}.auth-panel{background:var(--paper);display:grid;place-items:center;padding:35px}.login-card{width:min(100%,430px);background:white;padding:42px;border-radius:24px;box-shadow:0 24px 70px rgba(0,0,0,.16)}.back-link{color:var(--muted);text-decoration:none;font-size:13px}.login-icon{width:56px;height:56px;display:grid;place-items:center;background:#fff7e6;color:var(--gold);border-radius:16px;font-size:24px;margin-top:35px}.login-card h2{font-size:32px;margin:18px 0 6px}.login-subtitle,.auth-help{color:var(--muted);font-size:14px}.login-card label{display:block;font-size:13px;font-weight:700;margin:22px 0 8px}.input-wrap{position:relative}.input-wrap>i{position:absolute;left:15px;top:50%;transform:translateY(-50%);color:#94a3b8}.input-wrap input{width:100%;height:52px;border:1px solid var(--line);border-radius:12px;padding:0 46px;font:inherit;outline:none}.input-wrap input:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(245,158,11,.14)}.show-password{position:absolute;right:8px;top:7px;width:38px;height:38px;border:0;background:transparent;color:#64748b;cursor:pointer}.login-button{width:100%;height:52px;margin-top:28px;border:0;border-radius:12px;background:var(--gold);color:white;font-weight:800;font-size:15px;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:10px}.login-button:hover{background:#d97706}.auth-alert{background:#fff1f2;color:#be123c;border:1px solid #fecdd3;padding:12px 14px;border-radius:10px;font-size:13px;margin:18px 0}.auth-alert i{margin-right:7px}.auth-help{text-align:center;margin:22px 0 0}.dashboard-page{background:var(--paper);min-height:100vh}.dash-header{height:78px;background:var(--navy);color:white;padding:0 clamp(20px,5vw,70px);display:flex;align-items:center;justify-content:space-between}.dash-user{display:flex;align-items:center;gap:20px}.dash-user>span{display:flex;flex-direction:column;text-align:right;font-size:14px}.dash-user small{color:#94a3b8;margin-top:3px}.dash-user button{border:1px solid #334155;color:white;background:transparent;border-radius:9px;padding:10px 13px;cursor:pointer}.dash-user button span{margin-left:7px}.dash-main{max-width:1200px;margin:auto;padding:55px 25px}.dash-title{display:flex;justify-content:space-between;align-items:end;margin-bottom:30px}.dash-title span{color:var(--gold);font-size:12px;text-transform:uppercase;font-weight:800;letter-spacing:1px}.dash-title h1{font-size:36px;margin:8px 0}.dash-title p{color:var(--muted);margin:0}.date-chip{background:white;border:1px solid var(--line);padding:12px 16px;border-radius:10px;color:var(--muted)}.date-chip i{margin-right:9px}.summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.summary-grid article{background:white;border:1px solid #e7edf5;padding:24px;border-radius:16px;display:flex;align-items:center;gap:16px;box-shadow:0 6px 20px rgba(15,23,42,.04)}.summary-grid article>i{width:48px;height:48px;border-radius:13px;display:grid;place-items:center}.blue{background:#eaf3ff;color:#2563eb}.green{background:#eafaf1;color:#16a34a}.amber{background:#fff7e6;color:#d97706}.purple{background:#f4eefe;color:#7c3aed}.summary-grid article span{display:block;color:var(--muted);font-size:12px;margin-bottom:7px}.summary-grid article strong{font-size:22px}.coming-card{margin-top:24px;background:var(--navy2);color:white;padding:30px;border-radius:18px;display:flex;gap:20px;align-items:center}.coming-card>i{color:var(--gold);font-size:34px}.coming-card h2{margin:0 0 8px}.coming-card p{color:#cbd5e1;margin:0;line-height:1.6}@media(max-width:900px){.auth-shell{grid-template-columns:1fr}.auth-brand{display:none}.summary-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.auth-panel{padding:18px}.login-card{padding:28px 22px}.summary-grid{grid-template-columns:1fr}.dash-user>span{display:none}.dash-user button span{display:none}.dash-title{align-items:start;gap:20px;flex-direction:column}.dash-title h1{font-size:28px}}
