.ahndm-app{--b:#1D64F2;--b2:#63A1F2;--t:#04BFAD;--bg:#12131b;--panel:#f7fbff;--panel2:#ffffff;--ink:#17304b;--muted:#718198;--line:#dce7f2;--soft:#eef5fb;--white:#fff;--shadow:0 14px 34px rgba(4,18,39,.08);font-family:'Exo 2',Arial,sans-serif;color:var(--ink);background:var(--bg);min-height:100vh;padding:0 0 58px;box-sizing:border-box}.ahndm-app *{box-sizing:border-box}.ahndm-navmenu{background:#12131b;border-bottom:1px solid rgba(255,255,255,.06);position:relative;z-index:3}.ahndm-navinner{max-width:1240px;margin:0 auto;padding:0 24px;display:flex;gap:24px;align-items:center;min-height:42px}.ahndm-navinner a{color:#c9d2df!important;text-decoration:none!important;font-size:10px;font-weight:700;padding:12px 0;border-bottom:2px solid transparent;letter-spacing:.03em}.ahndm-navinner a:hover,.ahndm-navinner a.active{color:#fff!important;border-bottom-color:var(--t)}.ahndm-topbar{height:50px;background:#12131b;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100% - 1240px)/2));color:#e9eef5;font-size:10px}.ahndm-brandmark{display:inline-flex;width:25px;height:25px;align-items:center;justify-content:center;border-radius:7px;background:var(--t);color:#10201f;font-weight:900;margin-right:8px}.ahndm-brandtext{letter-spacing:.05em;color:#dfe6ef}.ahndm-brandtext strong{color:#fff}.ahndm-toplabel{font-weight:800;color:#52e5d5;letter-spacing:.14em;font-size:8px}.ahndm-hero{max-width:1240px;margin:0 auto;padding:38px 24px 22px;display:flex;justify-content:space-between;align-items:end;gap:28px}.ahndm-eyebrow{font-size:8px;font-weight:900;letter-spacing:.15em;color:var(--b);text-transform:uppercase;margin-bottom:7px}.ahndm-hero .ahndm-eyebrow{color:#61a2ff}.ahndm-hero h1{font-size:35px;line-height:1;margin:0;font-weight:800;letter-spacing:-.025em;color:#fff}.ahndm-hero h1 span{color:#5aa0ff}.ahndm-hero p{margin:9px 0 0;color:#9aa7b8;font-size:11px;max-width:590px;line-height:1.55}.ahndm-hero-actions{display:flex;gap:7px}.ahndm-btn{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:0 12px;border-radius:7px;text-decoration:none!important;font-size:8px;font-weight:900;letter-spacing:.09em;text-transform:uppercase;transition:.16s ease;border:1px solid transparent}.ahndm-btn.primary{background:var(--b);color:#fff!important;box-shadow:0 7px 18px rgba(29,100,242,.2)}.ahndm-btn.secondary{background:#edf4ff;color:var(--b)!important}.ahndm-btn:hover{transform:translateY(-1px)}.ahndm-btn.wide{width:100%;margin-top:11px}.ahndm-metrics{max-width:1240px;margin:0 auto;padding:0 24px 14px;display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.ahndm-metrics>div{background:var(--panel);border:1px solid #d9e6f2;border-radius:9px;padding:13px 14px;box-shadow:0 5px 18px rgba(0,0,0,.06);position:relative;overflow:hidden}.ahndm-metrics>div:after{content:'';position:absolute;left:0;bottom:0;height:2px;width:38%;background:var(--b)}.ahndm-metrics .metric-teal:after{background:var(--t)}.ahndm-metrics span,.ahndm-metrics small{display:block;color:#78899d;font-size:7px;text-transform:uppercase;letter-spacing:.09em}.ahndm-metrics b{display:block;font-size:22px;line-height:1.05;margin:5px 0 3px;color:#17304b}.ahndm-layout{max-width:1240px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:12px}.ahndm-calendar-card,.ahndm-panel,.ahndm-section{background:var(--panel);border:1px solid #d9e6f2;border-radius:10px;box-shadow:var(--shadow)}.ahndm-calendar-card{padding:14px}.ahndm-cardhead{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.ahndm-cardhead h2{font-size:18px;margin:0;font-weight:800;text-transform:capitalize}.ahndm-month-caption{display:flex;align-items:baseline;justify-content:center;gap:7px;background:linear-gradient(90deg,#1D64F2,#4e91f5);color:#fff;border-radius:7px 7px 0 0;padding:10px 12px 9px;margin-top:1px}.ahndm-month-caption span{font-size:15px;font-weight:900;letter-spacing:.08em}.ahndm-month-caption b{font-size:10px;font-weight:700;opacity:.92}.ahndm-nav{display:flex;gap:5px}.ahndm-nav a{width:29px;height:29px;border:1px solid #d9e6f2;border-radius:6px;display:flex;align-items:center;justify-content:center;text-decoration:none;color:var(--b);font-size:18px;background:#fff}.ahndm-week,.ahndm-grid{display:grid;grid-template-columns:repeat(7,1fr)}.ahndm-week{border:1px solid var(--line);border-top:0;background:#eef4fa}.ahndm-week span{text-align:center;padding:7px 2px;color:#77889d;font-size:7px;font-weight:900;letter-spacing:.1em}.ahndm-grid{border:1px solid var(--line);border-radius:0 0 7px 7px;overflow:hidden}.ahndm-cell{min-height:108px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);padding:7px;text-decoration:none;color:inherit;background:#fff;transition:.13s ease;display:block}.ahndm-cell:nth-child(7n){border-right:0}.ahndm-cell:hover{background:#f5f9ff}.ahndm-cell.blank{background:#f7fafc}.ahndm-cell.today{background:#f0f6ff}.ahndm-cell.selected{box-shadow:inset 0 0 0 2px var(--t);background:#effdfa}.ahndm-date{font-size:10px;font-weight:900;display:flex;justify-content:space-between;align-items:center;margin-bottom:6px;color:#17304b}.ahndm-date i{font-size:6px;font-style:normal;color:var(--b);letter-spacing:.08em}.ahndm-pill{font-size:7px;line-height:1.3;border-radius:5px;padding:5px 5px 5px 6px;margin-bottom:3px;border-left:2px solid}.ahndm-pill span{display:block;font-size:5px;letter-spacing:.1em;font-weight:900;margin-bottom:2px}.ahndm-pill.efem{background:#e8faf7;border-color:var(--t);color:#116b63}.ahndm-pill.agenda{background:#eaf2ff;border-color:var(--b);color:#1c4fa9}.ahndm-count{font-size:7px;color:var(--b);font-weight:900}.ahndm-legend{display:flex;gap:14px;flex-wrap:wrap;padding-top:9px;color:#77889d;font-size:7px}.dot{display:inline-block;width:6px;height:6px;border-radius:50%;margin-right:4px}.dot.efem{background:var(--t)}.dot.agenda{background:var(--b)}.dot.today{background:var(--b2)}.ahndm-side{display:flex;flex-direction:column;gap:12px}.ahndm-panel{padding:14px}.ahndm-panel h3{font-size:17px;margin:0 0 9px;font-weight:800}.muted{font-size:9px;color:var(--muted);line-height:1.5}.mini-item{padding:8px 9px;background:#fff;border:1px solid #e2eaf2;border-radius:7px;margin-top:6px;border-left:3px solid var(--b)}.mini-item.efem{border-left-color:var(--t)}.mini-item b{display:block;font-size:9px;line-height:1.35}.mini-item span{display:block;color:var(--muted);font-size:7px;margin-top:3px}.side-ref{display:grid;grid-template-columns:31px 1fr;gap:7px;align-items:start;padding:7px 0;border-bottom:1px solid var(--line)}.side-ref:last-child{border-bottom:0}.side-ref strong{color:var(--t);font-size:15px}.side-ref span{font-size:8px;line-height:1.4;color:var(--ink)}.ahndm-section{max-width:1240px;margin:12px auto 0;padding:15px}.section-title{display:flex;justify-content:space-between;align-items:end;margin-bottom:8px}.section-title h2{font-size:18px;margin:0;font-weight:800}.section-title>span{font-size:7px;color:var(--muted);font-weight:800;text-transform:uppercase}.agenda-list article{display:flex;align-items:center;gap:10px;padding:9px 3px;border-top:1px solid var(--line)}.agenda-date{width:42px;height:42px;border-radius:7px;background:#eaf2ff;display:flex;flex-direction:column;justify-content:center;align-items:center;color:var(--b);flex:none}.agenda-date b{font-size:16px;line-height:1}.agenda-date small{font-size:6px;font-weight:900;letter-spacing:.1em;margin-top:2px}.agenda-info{flex:1;min-width:0}.agenda-info h3{font-size:9px;margin:0 0 3px;font-weight:900}.agenda-info p{font-size:8px;color:var(--muted);margin:0;line-height:1.4}.status{font-size:6px;font-weight:900;text-transform:uppercase;letter-spacing:.07em;padding:5px 7px;border-radius:99px;background:#eef3f8;color:#68798d}.status.pendiente,.status.proceso{background:#eaf2ff;color:var(--b)}.status.cubierto,.status.completada{background:#e8faf7;color:#087d73}.status.cancelada{background:#fff0f0;color:#c44848}.pending-grid,.special-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:7px}.pending-grid article,.special-grid article{border:1px solid var(--line);border-radius:7px;padding:9px;display:flex;gap:8px}.pending-dot{width:7px;height:7px;background:var(--b2);border-radius:50%;margin-top:3px;flex:none}.pending-grid h3,.special-grid p{font-size:8px;margin:0;line-height:1.4}.pending-grid p{font-size:7px;color:var(--muted);margin:3px 0 0;line-height:1.4}.special-grid article{background:#f1fffd;border-color:#cceee9}.special-grid article>span{color:var(--t);font-size:13px}.ahndm-footer{max-width:1240px;margin:12px auto 0;padding:14px 24px;display:flex;justify-content:space-between;color:#788596;font-size:7px}.ahndm-footer b{color:#e5edf7;display:block;font-size:9px}.ahndm-footer span{display:block;margin-top:3px}
@media(max-width:980px){.ahndm-layout{grid-template-columns:1fr}.ahndm-side{display:grid;grid-template-columns:1fr 1fr}.ahndm-hero{align-items:flex-start}.ahndm-hero-actions{padding-top:8px}.ahndm-cell{min-height:96px}}
@media(max-width:700px){.ahndm-navinner{gap:15px;padding:0 14px;overflow:auto;white-space:nowrap}.ahndm-navinner a{font-size:9px}.ahndm-topbar{min-height:46px;padding:0 14px}.ahndm-toplabel{display:none}.ahndm-hero{display:block;padding:28px 16px 18px}.ahndm-hero h1{font-size:30px}.ahndm-hero p{font-size:10px}.ahndm-hero-actions{padding-top:14px}.ahndm-hero-actions .ahndm-btn{flex:1}.ahndm-metrics{grid-template-columns:1fr 1fr;padding:0 16px 12px}.ahndm-layout{padding:0 16px;display:block}.ahndm-calendar-card{padding:10px}.ahndm-month-caption{padding:9px 10px}.ahndm-month-caption span{font-size:13px}.ahndm-month-caption b{font-size:9px}.ahndm-week span{font-size:6px}.ahndm-cell{min-height:80px;padding:5px}.ahndm-date{font-size:9px;margin-bottom:4px}.ahndm-pill{font-size:6px;padding:4px;margin-bottom:2px}.ahndm-pill span{font-size:4px}.ahndm-pill:nth-of-type(n+3){display:none}.ahndm-side{display:block;margin-top:10px}.ahndm-panel{margin-bottom:10px}.ahndm-section{margin:10px 16px 0;padding:12px}.pending-grid,.special-grid{grid-template-columns:1fr}.agenda-info p{font-size:7px}.status{display:none}.ahndm-footer{display:block;padding:14px}.ahndm-footer>span{margin-top:9px}.ahndm-eyebrow{font-size:7px}}

/* 2.4.0 - Tipografia ampliada para mejor lectura */
.ahndm-navinner a{font-size:12px}
.ahndm-topbar{font-size:12px}
.ahndm-toplabel{font-size:9px}
.ahndm-eyebrow{font-size:10px}
.ahndm-hero{padding-top:42px;padding-bottom:24px}
.ahndm-hero h1{font-size:42px}
.ahndm-hero p{font-size:14px;line-height:1.6}
.ahndm-btn{min-height:36px;padding:0 14px;font-size:10px}
.ahndm-metrics{gap:11px;padding-bottom:16px}
.ahndm-metrics>div{padding:15px 16px}
.ahndm-metrics span,.ahndm-metrics small{font-size:9px}
.ahndm-metrics b{font-size:28px}
.ahndm-layout{gap:14px}
.ahndm-calendar-card{padding:16px}
.ahndm-cardhead h2{font-size:21px}
.ahndm-month-caption{padding:12px 14px 11px}
.ahndm-month-caption span{font-size:18px}
.ahndm-month-caption b{font-size:12px}
.ahndm-nav a{width:32px;height:32px;font-size:20px}
.ahndm-week span{padding:9px 3px;font-size:10px}
.ahndm-cell{min-height:124px;padding:9px}
.ahndm-date{font-size:13px;margin-bottom:7px}
.ahndm-date i{font-size:8px}
.ahndm-pill{font-size:9px;line-height:1.35;padding:6px 6px 6px 7px;margin-bottom:4px}
.ahndm-pill span{font-size:7px;margin-bottom:3px}
.ahndm-count{font-size:9px}
.ahndm-legend{padding-top:10px;font-size:9px}
.ahndm-panel{padding:16px}
.ahndm-panel h3{font-size:20px;margin-bottom:10px}
.muted{font-size:11px;line-height:1.55}
.mini-item{padding:10px 11px;margin-top:7px}
.mini-item b{font-size:11px}
.mini-item span{font-size:9px}
.side-ref{grid-template-columns:38px 1fr;gap:9px;padding:9px 0}
.side-ref strong{font-size:17px}
.side-ref span{font-size:10px;line-height:1.45}
.ahndm-section{margin-top:14px;padding:17px}
.section-title{margin-bottom:10px}
.section-title h2{font-size:21px}
.section-title>span{font-size:9px}
.agenda-list article{gap:12px;padding:11px 3px}
.agenda-date{width:48px;height:48px}
.agenda-date b{font-size:18px}
.agenda-date small{font-size:7px}
.agenda-info h3{font-size:12px;margin-bottom:4px}
.agenda-info p{font-size:10px;line-height:1.45}
.status{font-size:8px;padding:6px 8px}
.pending-grid,.special-grid{gap:9px}
.pending-grid article,.special-grid article{padding:11px;gap:9px}
.pending-grid h3,.special-grid p{font-size:10px;line-height:1.45}
.pending-grid p{font-size:9px;line-height:1.45}
.special-grid article>span{font-size:15px}
.ahndm-footer{font-size:9px}
.ahndm-footer b{font-size:11px}
@media(max-width:700px){
 .ahndm-navinner a{font-size:10px}
 .ahndm-topbar{font-size:10px}
 .ahndm-hero{padding-top:30px}
 .ahndm-hero h1{font-size:34px}
 .ahndm-hero p{font-size:12px}
 .ahndm-btn{font-size:9px}
 .ahndm-metrics span,.ahndm-metrics small{font-size:8px}
 .ahndm-metrics b{font-size:23px}
 .ahndm-month-caption span{font-size:15px}
 .ahndm-month-caption b{font-size:10px}
 .ahndm-week span{font-size:8px}
 .ahndm-cell{min-height:92px;padding:6px}
 .ahndm-date{font-size:11px}
 .ahndm-date i{font-size:7px}
 .ahndm-pill{font-size:7px;padding:5px}
 .ahndm-pill span{font-size:5px}
 .ahndm-panel h3{font-size:18px}
 .side-ref span{font-size:9px}
 .agenda-info h3{font-size:11px}
 .agenda-info p{font-size:9px}
}

/* 2.5.0 - Lectura grande y cómoda / layout sin espacio muerto */
.ahndm-app{font-size:16px}
.ahndm-navinner{max-width:1400px;padding:0 28px;gap:28px}
.ahndm-navinner a{font-size:14px;padding:14px 0}
.ahndm-topbar{font-size:14px;padding-left:max(28px,calc((100% - 1400px)/2));padding-right:max(28px,calc((100% - 1400px)/2))}
.ahndm-brandmark{width:29px;height:29px}
.ahndm-toplabel{font-size:10px}
.ahndm-hero{max-width:1400px;padding:48px 28px 28px;gap:36px}
.ahndm-eyebrow{font-size:11px;margin-bottom:9px}
.ahndm-hero h1{font-size:50px}
.ahndm-hero p{font-size:15px;max-width:760px}
.ahndm-btn{min-height:42px;padding:0 17px;font-size:11px;border-radius:8px}
.ahndm-metrics{max-width:1400px;padding:0 28px 18px;gap:14px}
.ahndm-metrics>div{padding:18px 19px;border-radius:11px}
.ahndm-metrics span,.ahndm-metrics small{font-size:10px}
.ahndm-metrics b{font-size:34px;margin:7px 0 4px}
.ahndm-layout{max-width:1400px;padding:0 28px;grid-template-columns:minmax(0,1fr) 370px;gap:16px;align-items:start}
.ahndm-calendar-card{padding:18px;align-self:start}
.ahndm-cardhead{margin-bottom:10px}
.ahndm-cardhead h2{font-size:23px}
.ahndm-month-caption{padding:15px 16px 14px}
.ahndm-month-caption span{font-size:22px}
.ahndm-month-caption b{font-size:14px}
.ahndm-nav a{width:36px;height:36px;font-size:23px}
.ahndm-week span{padding:11px 3px;font-size:11px}
.ahndm-cell{min-height:145px;padding:11px}
.ahndm-date{font-size:15px;margin-bottom:9px}
.ahndm-date i{font-size:9px}
.ahndm-pill{font-size:11px;line-height:1.4;padding:7px 7px 7px 8px;margin-bottom:5px;border-left-width:3px}
.ahndm-pill span{font-size:8px;margin-bottom:3px}
.ahndm-count{font-size:10px}
.ahndm-legend{padding-top:12px;font-size:10px}
.ahndm-panel{padding:18px}
.ahndm-panel h3{font-size:22px;margin-bottom:11px}
.muted{font-size:12px}
.mini-item{padding:11px 12px;margin-top:8px}
.mini-item b{font-size:12px}
.mini-item span{font-size:10px}
.side-ref{grid-template-columns:43px 1fr;gap:10px;padding:10px 0}
.side-ref strong{font-size:19px}
.side-ref span{font-size:11px;line-height:1.5}
.ahndm-section{max-width:1400px;margin-top:16px;padding:19px}
.section-title{margin-bottom:11px}
.section-title h2{font-size:23px}
.section-title>span{font-size:10px}
.agenda-list article{gap:14px;padding:13px 4px}
.agenda-date{width:54px;height:54px;border-radius:8px}
.agenda-date b{font-size:20px}.agenda-date small{font-size:8px}
.agenda-info h3{font-size:14px;margin-bottom:5px}.agenda-info p{font-size:11px}
.status{font-size:9px;padding:7px 9px}
.pending-grid,.special-grid{gap:10px}
.pending-grid article,.special-grid article{padding:12px;gap:10px}
.pending-grid h3,.special-grid p{font-size:11px}.pending-grid p{font-size:10px}
.special-grid article>span{font-size:16px}
.ahndm-footer{max-width:1400px;padding:16px 28px;font-size:10px}.ahndm-footer b{font-size:12px}

@media(max-width:1100px){
 .ahndm-layout{grid-template-columns:minmax(0,1fr) 320px}
 .ahndm-cell{min-height:130px}
}
@media(max-width:700px){
 .ahndm-navinner{gap:16px;padding:0 14px}.ahndm-navinner a{font-size:10px}
 .ahndm-topbar{font-size:10px;padding:0 14px}.ahndm-toplabel{display:none}
 .ahndm-hero{padding:30px 16px 20px}.ahndm-hero h1{font-size:36px}.ahndm-hero p{font-size:12px}
 .ahndm-metrics{padding:0 16px 14px;gap:9px}.ahndm-metrics>div{padding:13px}.ahndm-metrics b{font-size:24px}
 .ahndm-layout{padding:0 16px;display:block}.ahndm-calendar-card{padding:10px}
 .ahndm-month-caption span{font-size:16px}.ahndm-month-caption b{font-size:10px}
 .ahndm-week span{font-size:8px}.ahndm-cell{min-height:96px;padding:7px}.ahndm-date{font-size:11px}
 .ahndm-pill{font-size:7.5px;padding:5px}.ahndm-pill span{font-size:5px}
 .ahndm-side{display:block;margin-top:10px}.ahndm-panel{margin-bottom:10px}.side-ref span{font-size:10px}
 .ahndm-section{margin:10px 16px 0;padding:13px}.section-title h2{font-size:19px}
 .agenda-info h3{font-size:11px}.agenda-info p{font-size:9px}
}
