@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600;700;800;900&display=swap');
:root{
  --ch301-red:#ed0007;
  --ch301-red-dark:#b90006;
  --ch301-blue:#005691;
  --ch301-blue-dark:#003f6b;
  --ch301-blue-soft:#eaf4fb;
  --ch301-bg:#f4f7fb;
  --ch301-card:#ffffff;
  --ch301-text:#17202a;
  --ch301-muted:#667085;
  --ch301-border:#dce5ee;
  --ch301-shadow:0 18px 50px rgba(0,63,107,.10);
}
.ch301-shell{background:linear-gradient(135deg,#f6f9fc 0%,#eef5fb 48%,#fff 100%);padding:28px 0;min-height:70vh}.ch301-app{font-family:"Mulish",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;max-width:1180px;margin:0 auto;padding:26px;color:var(--ch301-text)}.ch301-app *{box-sizing:border-box}.ch301-header{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px;background:linear-gradient(135deg,var(--ch301-blue) 0%,var(--ch301-blue-dark) 68%,#002f52 100%);border-radius:24px;padding:26px 28px;color:#fff;box-shadow:var(--ch301-shadow);position:relative;overflow:hidden}.ch301-header:before{content:"";position:absolute;top:0;left:0;right:0;height:7px;background:var(--ch301-red)}.ch301-header h1{font-size:34px;margin:2px 0 0;line-height:1.08;color:#fff}.ch301-eyebrow{display:inline-flex;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:#dceeff}.ch301-user-pill{background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.22);border-radius:999px;padding:10px 14px;font-weight:800;color:#fff;white-space:nowrap}.ch301-nav{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 24px;background:#fff;border:1px solid var(--ch301-border);border-radius:18px;padding:10px;box-shadow:0 10px 32px rgba(0,0,0,.04)}.ch301-nav a,.ch301-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none!important;border-radius:12px;padding:12px 16px;border:0;font-weight:900;line-height:1.1;cursor:pointer;transition:.18s ease}.ch301-nav a{background:var(--ch301-blue-soft);color:var(--ch301-blue-dark)!important}.ch301-nav a:hover{background:var(--ch301-blue);color:#fff!important;transform:translateY(-1px)}.ch301-nav .ch301-nav-logout{margin-left:auto;background:#fff3f3;color:var(--ch301-red-dark)!important}.ch301-btn{background:var(--ch301-red);color:#fff!important;box-shadow:0 10px 22px rgba(237,0,7,.20)}.ch301-btn:hover{background:var(--ch301-red-dark);color:#fff!important;transform:translateY(-1px)}.ch301-btn-block{width:100%;margin-top:8px}.ch301-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:0 0 22px}.ch301-card,.ch301-panel{background:var(--ch301-card);border:1px solid var(--ch301-border);border-radius:22px;box-shadow:var(--ch301-shadow)}.ch301-card{padding:22px;position:relative;overflow:hidden}.ch301-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:6px;background:var(--ch301-red)}.ch301-card strong{display:block;font-size:36px;line-height:1;margin-bottom:8px;color:var(--ch301-blue-dark)}.ch301-card span{color:var(--ch301-muted);font-weight:700}.ch301-panel{padding:24px;margin:0 0 22px}.ch301-panel h2{font-size:22px;margin:0 0 18px;color:var(--ch301-blue-dark)}.ch301-actions{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 22px}.ch301-form label{display:block;font-weight:850;font-size:14px;margin-bottom:14px;color:#243447}.ch301-form input,.ch301-form select,.ch301-form textarea{width:100%;box-sizing:border-box;margin-top:7px;border:1px solid #cfd9e5;border-radius:13px;padding:13px;background:#fff;font:inherit;color:var(--ch301-text);outline:none;transition:.15s ease}.ch301-form input:focus,.ch301-form select:focus,.ch301-form textarea:focus{border-color:var(--ch301-blue);box-shadow:0 0 0 4px rgba(0,86,145,.10)}.ch301-form textarea{min-height:98px;resize:vertical}.ch301-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.ch301-table-wrap{overflow:auto;border-radius:16px;border:1px solid var(--ch301-border)}.ch301-table{width:100%;border-collapse:collapse;background:#fff}.ch301-table th,.ch301-table td{text-align:left;border-bottom:1px solid #edf1f5;padding:13px;vertical-align:top}.ch301-table tr:last-child td{border-bottom:0}.ch301-table th{font-size:12px;text-transform:uppercase;letter-spacing:.055em;color:var(--ch301-blue-dark);background:#f6fafe}.ch301-badge{display:inline-flex;border-radius:999px;background:#f1f4f7;padding:6px 10px;font-size:12px;font-weight:900;color:#26313d;white-space:nowrap}.ch301-status-urgente,.ch301-status-alta{background:#ffe5e7;color:#9f0005}.ch301-status-media{background:#fff4d6;color:#846000}.ch301-status-baja{background:#eaf7ec;color:#166224}.ch301-status-activo,.ch301-status-completada,.ch301-status-finalizada,.ch301-status-resuelta{background:#e9f8ee;color:#176b2c}.ch301-status-abierta,.ch301-status-pendiente,.ch301-status-nueva,.ch301-status-pendiente_seguimiento{background:#fff4d9;color:#8a6000}.ch301-status-en_proceso,.ch301-status-en_revision,.ch301-status-esperando_cliente{background:#e8f2ff;color:var(--ch301-blue-dark)}.ch301-status-pausado,.ch301-status-cancelada,.ch301-status-cerrada{background:#eef1f4;color:#4b5563}.ch301-alert,.ch301-success{padding:14px 16px;border-radius:14px;margin:0 0 18px;font-weight:700}.ch301-alert{background:#fff3f3;border:1px solid #ffcfd2;color:#7a0004}.ch301-success{background:#eefaf1;border:1px solid #ccefd5;color:#176b2c}.ch301-timeline{list-style:none;padding:0;margin:0}.ch301-timeline li{padding:14px 0;border-bottom:1px solid #edf1f5;color:#334155}.ch301-timeline li:last-child{border-bottom:0}.ch301-link{font-weight:900;color:var(--ch301-blue)!important}.ch301-link:hover{color:var(--ch301-red)!important}.ch301-link-muted{display:inline-flex;margin-top:14px;color:var(--ch301-muted)!important;text-decoration:none!important;font-weight:800}.ch301-check{display:flex!important;align-items:center;gap:9px}.ch301-check input{width:auto!important;margin:0!important}.ch301-client-head h2{font-size:30px;margin-bottom:6px}.ch301-login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;background:linear-gradient(rgba(0,26,51,.62),rgba(0,26,51,.72)),url("login-bg.png") center center/cover no-repeat;font-family:"Mulish",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;padding:32px}.ch301-login-page:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 18% 18%,rgba(237,0,7,.16),transparent 28%),radial-gradient(circle at 82% 22%,rgba(0,86,145,.22),transparent 32%),linear-gradient(135deg,rgba(0,0,0,.08),rgba(0,0,0,.18));pointer-events:none}.ch301-login-card{width:100%;max-width:480px;background:rgba(255,255,255,.94);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.62);border-radius:28px;padding:32px;box-shadow:0 24px 70px rgba(0,25,55,.28);position:relative;overflow:hidden;z-index:1}.ch301-login-card:before{content:"";position:absolute;top:0;left:0;right:0;height:8px;background:linear-gradient(90deg,var(--ch301-red) 0%,var(--ch301-red) 34%,var(--ch301-blue) 34%,var(--ch301-blue) 100%)}.ch301-brand-row{display:flex;align-items:center;gap:14px;margin-bottom:18px}.ch301-brand-mark{width:58px;height:58px;border-radius:18px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--ch301-blue),var(--ch301-blue-dark));color:#fff;font-size:20px;font-weight:950;box-shadow:0 12px 26px rgba(0,86,145,.24);border-bottom:5px solid var(--ch301-red)}.ch301-login-card h1{margin:0;color:var(--ch301-blue-dark);font-size:31px;line-height:1.08;text-shadow:none}.ch301-login-intro{margin:0 0 22px;color:#425466;font-size:15px;line-height:1.55}.ch301-login-form{margin-top:12px}.ch301-login-redirect{max-width:520px;margin:40px auto;background:#fff;border:1px solid var(--ch301-border);border-radius:22px;padding:24px;box-shadow:var(--ch301-shadow);text-align:center}@media(max-width:820px){.ch301-shell{padding:0}.ch301-app{padding:16px}.ch301-header{align-items:flex-start;flex-direction:column;border-radius:20px;padding:24px 20px}.ch301-header h1{font-size:28px}.ch301-user-pill{white-space:normal}.ch301-nav a,.ch301-btn{width:100%}.ch301-nav .ch301-nav-logout{margin-left:0}.ch301-cards,.ch301-grid{grid-template-columns:1fr}.ch301-table th,.ch301-table td{white-space:nowrap}.ch301-login-page{padding:18px}.ch301-login-card{padding:26px 20px;border-radius:24px}.ch301-brand-row{align-items:flex-start}.ch301-login-card h1{font-size:27px}}
.ch301-export-panel{display:flex;align-items:center;justify-content:space-between;gap:18px;border-top:5px solid #d50000;background:linear-gradient(135deg,#ffffff 0%,#f5f8fc 100%)}
.ch301-export-panel h2{margin-bottom:6px;color:#003b7a}.ch301-export-panel p{margin:0;color:#5d6876}.ch301-export-form{display:flex;align-items:flex-end;gap:12px;flex-wrap:wrap}.ch301-export-form label{font-weight:800;font-size:13px;color:#003b7a}.ch301-export-form input{display:block;margin-top:7px;border:1px solid #cfd8e3;border-radius:12px;padding:11px 12px;font:inherit;background:#fff}.ch301-btn-red{background:#d50000!important;color:#fff!important}.ch301-btn-red:hover{background:#b80000!important}
@media(max-width:820px){.ch301-export-panel{display:block}.ch301-export-form{margin-top:14px}.ch301-export-form,.ch301-export-form label,.ch301-export-form input,.ch301-export-form button{width:100%}}
.ch301-client-select-block{grid-column:1/-1;background:#f6fafe;border:1px solid var(--ch301-border);border-radius:18px;padding:16px;margin-bottom:4px}.ch301-quick-toggle{margin-top:10px;color:var(--ch301-blue-dark)!important}.ch301-quick-client{display:none;margin-top:16px;padding:16px;border-radius:16px;background:#fff;border:1px dashed #b8c7d7}.ch301-quick-client.is-open{display:block}.ch301-quick-client h3{margin:0 0 6px;color:var(--ch301-blue-dark);font-size:18px}.ch301-quick-client p{margin:0 0 14px;color:var(--ch301-muted)}.ch301-client-select-block .ch301-grid{margin-top:10px}.ch301-form input[type=file]{padding:14px;background:#f8fbfe;border-style:dashed}.ch301-table td:nth-child(2),.ch301-table td:nth-child(3){white-space:nowrap}.ch301-status-anotado,.ch301-status-tramitado{background:#e8f2ff;color:var(--ch301-blue-dark)}.ch301-status-cancelado{background:#fff3f3;color:var(--ch301-red-dark)}
@media(max-width:820px){.ch301-client-select-block{padding:14px}.ch301-table td:nth-child(2),.ch301-table td:nth-child(3){white-space:normal}}

/* Ajuste de legibilidad para desplegables largos */
.ch301-form select{
  min-height:52px;
  height:auto;
  line-height:1.35;
  padding-top:14px;
  padding-bottom:14px;
  white-space:normal;
}
.ch301-form select option{
  line-height:1.45;
  padding:10px 12px;
}
.ch301-export-form select{
  min-height:52px;
  line-height:1.35;
  padding-top:14px;
  padding-bottom:14px;
}
@media(max-width:820px){
  .ch301-form select,.ch301-export-form select{
    min-height:56px;
    font-size:16px;
  }
}


/* Ajustes visuales v0.2.6 */
.ch301-actions{
  display:flex;
  flex-wrap:nowrap;
  align-items:center;
  gap:10px;
  overflow-x:auto;
  padding-bottom:4px;
  scrollbar-width:thin;
}
.ch301-actions .ch301-btn{
  flex:0 0 auto;
  border-radius:10px;
  box-shadow:0 8px 18px rgba(0,63,107,.10),0 6px 16px rgba(237,0,7,.16);
}
.ch301-btn,.ch301-nav a{
  border-radius:10px;
  box-shadow:0 6px 16px rgba(0,63,107,.08);
}
.ch301-user-pill{
  background:#fff;
  color:var(--ch301-blue-dark);
  border:1px solid rgba(255,255,255,.85);
  border-radius:10px;
  box-shadow:0 8px 22px rgba(0,0,0,.10);
}
@media(max-width:820px){
  .ch301-actions{
    flex-wrap:wrap;
    overflow-x:visible;
  }
  .ch301-actions .ch301-btn{
    width:100%;
  }
}


/* Ajustes de anchura v0.2.7: modo aplicación a sangre */
.ch301-shell{
  width:100vw;
  max-width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:22px 18px;
}
.ch301-app{
  width:100%;
  max-width:none;
  margin:0;
  padding:0;
}
.ch301-header,.ch301-nav,.ch301-panel,.ch301-cards,.ch301-actions{
  width:100%;
}
.ch301-panel{
  padding:24px;
}
@media(min-width:1280px){
  .ch301-shell{padding-left:26px;padding-right:26px;}
}
@media(max-width:820px){
  .ch301-shell{
    width:100%;
    max-width:100%;
    margin-left:0;
    margin-right:0;
    padding:12px;
  }
  .ch301-app{padding:0;}
}

/* Integración Google Calendar v0.2.9 */
.ch301-calendar-note{
  background:#fff;
  border-left:4px solid var(--ch301-red);
  border-radius:10px;
  padding:14px 16px;
  color:var(--ch301-blue-dark);
  box-shadow:0 8px 18px rgba(0,63,107,.08);
}
.ch301-btn-light{
  background:#fff!important;
  color:var(--ch301-blue-dark)!important;
  border:1px solid rgba(0,86,145,.18)!important;
}
.ch301-btn-small{
  min-height:36px;
  padding:8px 12px!important;
  font-size:13px!important;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

/* Ajustes dashboard y acciones v0.3.1 */
.ch301-card-link{
  display:block;
  text-decoration:none!important;
  color:inherit!important;
  transition:.18s ease;
}
.ch301-card-link:hover{
  transform:translateY(-2px);
  border-color:rgba(0,86,145,.35);
  box-shadow:0 22px 56px rgba(0,63,107,.14);
}
.ch301-card-link:hover span{color:var(--ch301-blue-dark)}
.ch301-export-actions{
  display:flex;
  flex-wrap:wrap;
  align-items:flex-end;
  justify-content:flex-end;
  gap:10px;
}
.ch301-export-actions .ch301-export-form{margin:0}
.ch301-timeline-link{
  display:block;
  color:inherit!important;
  text-decoration:none!important;
  border-radius:10px;
  padding:2px 4px;
  transition:.15s ease;
}
.ch301-timeline-link:hover{
  background:var(--ch301-blue-soft);
  color:var(--ch301-blue-dark)!important;
}
.ch301-inline-form{margin:0!important;display:inline-flex;align-items:center;gap:8px}
.ch301-status-form select{
  min-width:190px;
  min-height:42px;
  border:1px solid #cfd9e5;
  border-radius:10px;
  padding:9px 12px;
  font:inherit;
  font-weight:800;
  color:var(--ch301-blue-dark);
  background:#fff;
  box-shadow:0 6px 16px rgba(0,63,107,.06);
}
.ch301-btn-danger{
  background:#fff3f3!important;
  color:var(--ch301-red-dark)!important;
  border:1px solid #ffcfd2!important;
  box-shadow:none!important;
}
.ch301-btn-danger:hover{
  background:var(--ch301-red)!important;
  color:#fff!important;
}
.ch301-row-highlight td{
  background:#fff8e8!important;
  animation:ch301PulseRow 1.4s ease-in-out 1;
}
@keyframes ch301PulseRow{
  0%{box-shadow:inset 0 0 0 999px rgba(237,0,7,.10)}
  100%{box-shadow:inset 0 0 0 999px rgba(237,0,7,0)}
}
@media(max-width:820px){
  .ch301-export-actions,.ch301-export-actions .ch301-export-form{width:100%}
  .ch301-status-form select{min-width:220px}
}

.ch301-priority-form select{
  min-width:145px;
  min-height:42px;
  border:1px solid #cfd9e5;
  border-radius:10px;
  padding:9px 12px;
  font:inherit;
  font-weight:800;
  color:var(--ch301-blue-dark);
  background:#fff;
  box-shadow:0 6px 16px rgba(0,63,107,.06);
}
.ch301-row-actions{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
}
.ch301-form-actions{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  margin-top:14px;
}
.ch301-edit-form{
  border:1px solid #dbe6f1;
  background:#fbfdff;
  border-radius:16px;
  padding:18px;
}
@media(max-width:820px){
  .ch301-priority-form select{min-width:180px}
  .ch301-row-actions{align-items:stretch}
  .ch301-row-actions .ch301-btn,.ch301-row-actions form{width:100%}
  .ch301-row-actions .ch301-btn{justify-content:center;text-align:center}
}

/* v0.3.3 · Ficha cliente, documentos y calendario visual */
.ch301-form-subtitle{margin:26px 0 12px;font-size:16px;color:#00386f;font-weight:800}
.ch301-client-title{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}
.ch301-client-title h2{margin:0 0 4px}.ch301-client-title p{margin:0;color:#64748b}
.ch301-detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:16px 0}
.ch301-detail-grid p{margin:0;padding:12px;border-radius:10px;background:#f7f9fc;border:1px solid #e7ecf5}
.ch301-discount-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
.ch301-discount-card{border:1px solid #e7ecf5;background:#f8fafc;border-radius:12px;padding:14px;display:flex;flex-direction:column;gap:6px}
.ch301-discount-card span{font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:#64748b;font-weight:800}
.ch301-discount-card strong{font-size:18px;color:#00386f}
.ch301-contact-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
.ch301-contact-card{border:1px solid #e7ecf5;background:#fff;border-radius:12px;padding:14px;display:flex;flex-direction:column;gap:6px;box-shadow:0 8px 24px rgba(15,23,42,.05)}
.ch301-contact-card strong{color:#00386f}.ch301-contact-card span{color:#475569;font-size:13px;word-break:break-word}
.ch301-upload-form{display:flex;align-items:flex-end;gap:14px;flex-wrap:wrap}.ch301-upload-form label{flex:1;min-width:280px}.ch301-upload-form input[type=file]{padding:13px;background:#f8fafc}
.ch301-files-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:18px}.ch301-file-card{display:flex;flex-direction:column;gap:8px;text-decoration:none;color:#0f172a;border:1px solid #e7ecf5;border-radius:14px;padding:12px;background:#fff;box-shadow:0 8px 24px rgba(15,23,42,.06)}
.ch301-file-card img{width:100%;height:120px;object-fit:cover;border-radius:10px;background:#f1f5f9}.ch301-file-card strong{font-size:14px;word-break:break-word}.ch301-file-card small{color:#64748b}.ch301-file-icon{display:flex;align-items:center;justify-content:center;height:120px;border-radius:10px;background:#eff6ff;color:#00386f;font-weight:900;letter-spacing:.06em}
.ch301-muted{color:#64748b}
.ch301-month-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.ch301-month-head h2{margin:0;color:#00386f}.ch301-calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px}.ch301-calendar-weekdays span{text-align:center;font-weight:900;color:#00386f;background:#eef5ff;border-radius:10px;padding:10px}.ch301-month-grid{margin-top:8px}.ch301-day{min-height:120px;border:1px solid #e7ecf5;border-radius:14px;background:#fff;padding:10px;box-shadow:0 8px 24px rgba(15,23,42,.04)}.ch301-day-empty{background:transparent;border:0;box-shadow:none}.ch301-day-number{font-weight:900;color:#0f172a;margin-bottom:8px}.ch301-day.has-events{border-color:#d50000;background:linear-gradient(180deg,#fff 0%,#fff7f7 100%)}.ch301-day.is-today{box-shadow:0 0 0 2px #00386f inset}.ch301-day-events{display:flex;flex-direction:column;gap:6px}.ch301-day-event{border-left:3px solid #d50000;background:#ffffff;border-radius:8px;padding:6px 8px;box-shadow:0 4px 14px rgba(15,23,42,.05)}.ch301-day-event strong{display:block;font-size:11px;color:#d50000}.ch301-day-event span{display:block;font-size:12px;color:#334155;line-height:1.25}.ch301-day-events small{color:#64748b;font-weight:700}
@media (max-width:1100px){.ch301-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ch301-discount-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.ch301-contact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ch301-files-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ch301-day{min-height:100px}}
@media (max-width:700px){.ch301-client-title,.ch301-month-head{flex-direction:column;align-items:stretch}.ch301-detail-grid,.ch301-discount-grid,.ch301-contact-grid,.ch301-files-grid{grid-template-columns:1fr}.ch301-calendar-grid{gap:4px}.ch301-calendar-weekdays span{padding:8px 4px}.ch301-day{min-height:86px;padding:7px;border-radius:10px}.ch301-day-event{padding:5px}.ch301-day-event span{display:none}}

/* v0.3.4 · Nuevo cliente como formulario por bloques y documentos más visibles */
.ch301-form-section{
  border:1px solid #dfe8f3;
  background:#ffffff;
  border-radius:18px;
  padding:18px;
  margin:18px 0;
  box-shadow:0 10px 28px rgba(15,23,42,.045);
}
.ch301-form-section-accent{
  background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%);
  border-left:4px solid var(--ch301-blue);
}
.ch301-section-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  margin-bottom:14px;
}
.ch301-section-head h2,.ch301-section-head h3{margin:0;color:var(--ch301-blue-dark);font-weight:900}
.ch301-section-head p{margin:4px 0 0;color:#64748b;font-size:14px;line-height:1.35}
.ch301-grid-discounts{grid-template-columns:repeat(5,minmax(0,1fr))}
.ch301-grid-contacts{grid-template-columns:repeat(3,minmax(0,1fr))}
.ch301-documents-panel{
  border-top:4px solid var(--ch301-red);
  scroll-margin-top:24px;
}
.ch301-documents-panel .ch301-upload-form{
  background:#f8fafc;
  border:1px dashed #b8c7d8;
  border-radius:14px;
  padding:16px;
}
.ch301-documents-panel input[type=file]{cursor:pointer}
@media(max-width:1100px){
  .ch301-grid-discounts,.ch301-grid-contacts{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:700px){
  .ch301-section-head{flex-direction:column;gap:6px}
  .ch301-grid-discounts,.ch301-grid-contacts{grid-template-columns:1fr}
  .ch301-form-section{padding:14px;border-radius:14px}
}

/* v0.3.6 · Subida de documentos por arrastre */
.ch301-dropzone{
  position:relative;
  display:flex!important;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:170px;
  padding:28px 22px!important;
  border:2px dashed #8aa7c4!important;
  border-radius:18px!important;
  background:linear-gradient(180deg,#ffffff 0%,#f2f7fc 100%);
  text-align:center;
  cursor:pointer;
  transition:all .18s ease;
  overflow:hidden;
}
.ch301-dropzone:hover{
  border-color:var(--ch301-blue)!important;
  background:#eef6ff;
  box-shadow:0 12px 30px rgba(0,63,107,.10);
}
.ch301-dropzone input[type=file]{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  opacity:0;
  cursor:pointer;
}
.ch301-dropzone-icon{
  width:44px;
  height:44px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:var(--ch301-blue);
  color:#fff;
  font-size:28px;
  font-weight:900;
  box-shadow:0 10px 24px rgba(0,63,107,.20);
}
.ch301-dropzone strong{color:var(--ch301-blue-dark);font-size:17px;font-weight:900}
.ch301-dropzone small{color:#64748b;font-weight:700;max-width:520px;line-height:1.4}
.ch301-documents-panel .ch301-upload-form{align-items:stretch}
.ch301-documents-panel .ch301-upload-form .ch301-btn{align-self:center;min-width:180px}
@media(max-width:700px){.ch301-dropzone{min-height:150px;padding:20px 16px!important}.ch301-documents-panel .ch301-upload-form .ch301-btn{width:100%}}

/* NexoProCRM v0.4.1: modo aplicación real dentro de WordPress */
body.nexopro-app-page,
body.ch301-app-page{
  margin:0!important;
  padding:0!important;
  background:#f4f7fb!important;
}
body.nexopro-app-page header#masthead,
body.nexopro-app-page #masthead,
body.nexopro-app-page .site-header,
body.nexopro-app-page .main-header-bar,
body.nexopro-app-page .ast-primary-header-bar,
body.nexopro-app-page .wp-site-blocks > header,
body.nexopro-app-page footer#colophon,
body.nexopro-app-page #colophon,
body.nexopro-app-page .site-footer,
body.nexopro-app-page .wp-site-blocks > footer,
body.nexopro-app-page .entry-header,
body.nexopro-app-page .entry-title,
body.nexopro-app-page .page-header{
  display:none!important;
}
body.nexopro-app-page .site-content,
body.nexopro-app-page #content,
body.nexopro-app-page .content-area,
body.nexopro-app-page main.site-main,
body.nexopro-app-page .entry-content,
body.nexopro-app-page .ast-container,
body.nexopro-app-page .wp-site-blocks{
  max-width:none!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
}
body.nexopro-app-page .ch301-login-page{
  min-height:100vh;
}

/* Notificaciones móviles v0.4.3 */
.ch301-notification-panel p{margin:0 0 18px;color:var(--ch301-muted);line-height:1.6;max-width:920px}.ch301-notification-actions{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:14px}.ch301-notification-status{display:inline-flex;align-items:center;border-radius:12px;background:#f3f6f9;border:1px solid var(--ch301-border);padding:12px 14px;font-weight:800;color:var(--ch301-blue-dark)}.ch301-notification-status.is-ok{background:#e9f8ee;border-color:#ccefd5;color:#176b2c}.ch301-notification-status.is-error{background:#fff3f3;border-color:#ffcfd2;color:#9f0005}.ch301-notification-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.ch301-notification-item{display:block;text-decoration:none!important;color:var(--ch301-text)!important;background:#fff;border:1px solid var(--ch301-border);border-radius:16px;padding:16px;box-shadow:0 10px 24px rgba(0,63,107,.07);transition:.16s ease}.ch301-notification-item:hover{transform:translateY(-1px);border-color:rgba(0,86,145,.28);box-shadow:0 16px 34px rgba(0,63,107,.10)}.ch301-notification-type{display:inline-flex;background:var(--ch301-blue-soft);color:var(--ch301-blue-dark);border-radius:999px;padding:5px 9px;font-weight:900;font-size:12px;margin-bottom:8px}.ch301-notification-item strong{display:block;font-size:16px;color:var(--ch301-blue-dark);margin-bottom:5px}.ch301-notification-item small{display:block;color:var(--ch301-muted);line-height:1.45}.ch301-muted-text{color:var(--ch301-muted)}@media(max-width:820px){.ch301-notification-list{grid-template-columns:1fr}.ch301-notification-actions .ch301-btn{width:100%}}

/* Configuración avanzada de notificaciones v0.4.4 */
.ch301-notification-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  margin:16px 0 20px;
}
.ch301-notification-config-card{
  background:#fbfdff;
  border:1px solid var(--ch301-border);
  border-radius:18px;
  padding:18px;
  box-shadow:0 10px 28px rgba(0,63,107,.06);
}
.ch301-notification-config-card h3,
.ch301-notification-email-box h3{
  margin:0 0 14px;
  color:var(--ch301-blue-dark);
  font-size:18px;
}
.ch301-notification-config-card .ch301-check{
  margin-bottom:10px;
  font-weight:800;
}
.ch301-notification-email-box{
  background:linear-gradient(135deg,#fff 0%,#f6fafe 100%);
  border:1px solid var(--ch301-border);
  border-left:5px solid var(--ch301-red);
  border-radius:18px;
  padding:18px;
  margin-top:10px;
}
.ch301-notification-test-email-form{
  margin-top:14px!important;
}
.ch301-muted-text{
  color:var(--ch301-muted);
  margin:8px 0 0;
}
@media(max-width:820px){
  .ch301-notification-grid{grid-template-columns:1fr;}
}

/* Notificaciones por acción v0.4.9 */
.ch301-notification-action-group{margin-top:22px}
.ch301-notification-action-group h3{margin:0 0 12px;color:var(--ch301-blue-dark);font-size:19px;text-transform:none}
.ch301-notification-rules-table td:nth-child(1){min-width:210px}
.ch301-notification-rules-table td:nth-child(2){min-width:280px;color:#475467}
.ch301-notification-rules-table td:nth-child(3){min-width:220px}
.ch301-notification-rules-table select{width:100%;min-height:48px;border:1px solid #cfd9e5;border-radius:10px;padding:10px 12px;background:#fff;font-family:"Mulish",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-weight:800;color:var(--ch301-blue-dark);box-shadow:0 6px 16px rgba(0,63,107,.06)}
.ch301-notification-email-box{background:#f6fafe;border:1px solid var(--ch301-border);border-radius:18px;padding:18px;margin:14px 0 20px}
.ch301-muted-text{color:var(--ch301-muted);font-size:14px;line-height:1.55}
.ch301-notification-actions{display:flex;gap:10px;flex-wrap:wrap;margin:14px 0}
.ch301-notification-status{margin-top:12px;padding:12px 14px;border-radius:12px;background:#eef5fb;color:var(--ch301-blue-dark);font-weight:800}
.ch301-notification-status.is-ok{background:#e9f8ee;color:#176b2c}.ch301-notification-status.is-error{background:#fff3f3;color:#9f0005}
@media(max-width:820px){.ch301-notification-rules-table td:nth-child(1),.ch301-notification-rules-table td:nth-child(2),.ch301-notification-rules-table td:nth-child(3){min-width:220px}.ch301-notification-actions .ch301-btn{width:100%}}

/* v0.5.8 Avisos automáticos sin módulo de configuración */
.ch301-notification-banner{
  display:flex;
  align-items:center;
  gap:14px;
  background:#fff;
  border:1px solid var(--ch301-border);
  border-left:6px solid var(--ch301-red);
  border-radius:18px;
  padding:14px 16px;
  margin:0 0 18px;
  box-shadow:0 12px 34px rgba(0,63,107,.08);
}
.ch301-notification-banner strong{color:var(--ch301-blue-dark);font-weight:900;white-space:nowrap}
.ch301-notification-banner span{color:var(--ch301-muted);font-weight:700;flex:1}
@media(max-width:820px){
  .ch301-notification-banner{display:block}
  .ch301-notification-banner strong,.ch301-notification-banner span{display:block;margin-bottom:8px;white-space:normal}
}

/* NexoProCRM v0.6.3 · rediseño corporativo Bosch */
:root{
  --ch301-red:#ed0007;
  --ch301-red-dark:#c90006;
  --ch301-blue:#003f6b;
  --ch301-blue-dark:#001f3f;
  --ch301-blue-deep:#001a33;
  --ch301-blue-soft:#eef6ff;
  --ch301-bg:#f3f6fb;
  --ch301-border:#e1e8f0;
  --ch301-shadow:0 18px 44px rgba(0,31,63,.10);
}
body.nexopro-app-page{background:#f3f6fb!important;}
.ch301-shell{
  background:linear-gradient(135deg,#f6f8fb 0%,#eef4fb 48%,#ffffff 100%);
  min-height:100vh;
  padding:18px;
}
.ch301-app{max-width:none;padding:0;color:#071a33;}
.ch301-layout{display:grid;grid-template-columns:238px minmax(0,1fr);gap:18px;align-items:start;}
.ch301-main{min-width:0;}
.ch301-header{
  min-height:72px;
  margin-bottom:18px;
  border-radius:18px;
  padding:16px 20px;
  background:linear-gradient(135deg,#00284f 0%,#003f6b 58%,#001a33 100%);
  box-shadow:0 18px 42px rgba(0,31,63,.20);
}
.ch301-header:before{height:4px;background:linear-gradient(90deg,#ed0007,#ff3b3f,#ed0007);}
.ch301-title-block h1{font-size:25px;margin:2px 0 0;letter-spacing:-.02em;}
.ch301-eyebrow{color:#d8e8f8;font-size:11px;letter-spacing:.12em;}
.ch301-header-right{display:flex;align-items:center;gap:12px;margin-left:auto;}
.ch301-brand-bosch{display:inline-flex;align-items:center;height:36px;background:#fff;color:#ed0007;border-radius:10px;padding:0 14px;font-weight:950;letter-spacing:.02em;box-shadow:0 10px 24px rgba(0,0,0,.14);}
.ch301-user-pill{height:36px;display:inline-flex;align-items:center;background:#fff;color:#003f6b;border-radius:10px;padding:0 14px;box-shadow:0 10px 24px rgba(0,0,0,.12);}
.ch301-nav{
  position:sticky;top:18px;
  display:flex;flex-direction:column;gap:6px;
  margin:0;background:linear-gradient(180deg,#00284f 0%,#001a33 100%);
  border:1px solid rgba(255,255,255,.10);
  border-radius:18px;padding:12px;
  min-height:calc(100vh - 126px);
  box-shadow:0 24px 60px rgba(0,31,63,.22);
}
.ch301-nav:before{content:'NEXO\A PRO CRM';white-space:pre-line;color:#fff;font-weight:950;line-height:.96;font-size:22px;padding:12px 12px 18px;letter-spacing:-.04em;}
.ch301-nav:after{content:'Gestión comercial Bosch';color:#9bbce0;font-size:11px;font-weight:800;padding:0 12px 12px;margin-top:-12px;}
.ch301-nav a{width:100%;justify-content:flex-start;background:transparent;color:#e9f4ff!important;border-radius:10px;padding:12px 13px;box-shadow:none;font-size:14px;}
.ch301-nav a:hover{background:rgba(255,255,255,.08);color:#fff!important;transform:none;}
.ch301-nav a[href*="nexo-pro-crm/"]{background:#ed0007;color:#fff!important;}
.ch301-nav .ch301-nav-logout{margin-left:0;margin-top:auto;background:rgba(255,255,255,.08);color:#fff!important;}
.ch301-cards{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:16px;}
.ch301-card{border-radius:14px;padding:18px;background:#fff;box-shadow:0 12px 30px rgba(0,31,63,.07);border:1px solid #e5edf5;}
.ch301-card:before{width:4px;background:#ed0007;}
.ch301-card strong{font-size:30px;color:#00284f;margin-bottom:6px;}
.ch301-card span{font-size:13px;color:#526174;}
.ch301-actions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:16px;overflow:visible;padding-bottom:0;}
.ch301-actions .ch301-btn,.ch301-btn{border-radius:10px;min-height:44px;box-shadow:0 10px 20px rgba(237,0,7,.14);}
.ch301-btn-light{box-shadow:0 8px 18px rgba(0,63,107,.08)!important;}
.ch301-panel{border-radius:16px;border:1px solid #e2eaf3;box-shadow:0 12px 32px rgba(0,31,63,.07);padding:20px;margin-bottom:16px;}
.ch301-panel h2{font-size:20px;color:#00284f;}
.ch301-table-wrap{border-radius:12px;}
.ch301-table th{background:#f4f8fc;color:#003f6b;}
.ch301-login-page{
  min-height:100vh!important;
  background:linear-gradient(rgba(0,26,51,.58),rgba(0,26,51,.68)),url("login-bg.png") center center/cover no-repeat!important;
}
.ch301-login-card{background:rgba(255,255,255,.94);border-radius:22px;box-shadow:0 30px 80px rgba(0,31,63,.34);}
.ch301-brand-mark{background:linear-gradient(135deg,#003f6b,#001a33);border-bottom:5px solid #ed0007;}
.ch301-notification-banner{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid #dce8f5;border-left:5px solid #ed0007;border-radius:14px;padding:14px 16px;margin:0 0 16px;box-shadow:0 12px 32px rgba(0,31,63,.08);}
.ch301-notification-banner strong{color:#00284f;}
.ch301-notification-banner span{color:#526174;flex:1;}
.ch301-toast-wrap{position:fixed;right:18px;bottom:18px;z-index:999999;display:flex;flex-direction:column;gap:10px;max-width:360px;}
.ch301-toast{background:#fff;border:1px solid #dce8f5;border-left:5px solid #ed0007;border-radius:14px;padding:14px 16px;box-shadow:0 18px 50px rgba(0,31,63,.18);cursor:pointer;animation:ch301ToastIn .25s ease-out;}
.ch301-toast strong{display:block;color:#00284f;margin-bottom:4px;font-size:14px;}
.ch301-toast span{display:block;color:#526174;font-size:13px;line-height:1.35;}
.ch301-toast.is-out{opacity:0;transform:translateY(8px);}
@keyframes ch301ToastIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
.ch301-export-panel{border-top:0;border-left:5px solid #ed0007;background:linear-gradient(135deg,#fff 0%,#f5f8fc 100%);}
.ch301-orders-export{margin-bottom:16px;}

@media(max-width:960px){
  .ch301-shell{padding:0;background:#f4f7fb;}
  .ch301-layout{display:block;}
  .ch301-app{padding:0 0 76px;}
  .ch301-header{margin:0 0 12px;border-radius:0 0 18px 18px;padding:14px 16px;min-height:58px;}
  .ch301-title-block h1{font-size:20px;}
  .ch301-eyebrow{font-size:10px;}
  .ch301-brand-bosch{display:none;}
  .ch301-user-pill{height:32px;font-size:12px;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
  .ch301-main{padding:0 12px;}
  .ch301-nav{
    position:fixed;left:0;right:0;bottom:0;top:auto;z-index:9999;
    min-height:0;height:64px;display:grid;grid-template-columns:repeat(5,1fr);gap:0;
    border-radius:18px 18px 0 0;padding:6px 8px;background:#fff;border:1px solid #e1e8f0;box-shadow:0 -12px 36px rgba(0,31,63,.14);overflow-x:auto;
  }
  .ch301-nav:before,.ch301-nav:after{display:none;}
  .ch301-nav a{background:#fff!important;color:#506070!important;justify-content:center;text-align:center;font-size:10px;line-height:1.1;padding:8px 4px;min-width:62px;border-radius:10px;box-shadow:none;}
  .ch301-nav a:hover{background:#eef6ff!important;color:#003f6b!important;}
  .ch301-nav a[href*="nexo-pro-crm/"]{color:#ed0007!important;font-weight:950;}
  .ch301-nav .ch301-nav-logout{display:none;}
  .ch301-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:10px;}
  .ch301-card{padding:13px;border-radius:12px;min-height:84px;}
  .ch301-card strong{font-size:23px;margin-bottom:4px;}
  .ch301-card span{font-size:11px;}
  .ch301-actions{display:flex;flex-wrap:nowrap;overflow-x:auto;gap:8px;margin:0 -12px 12px;padding:0 12px 6px;scroll-snap-type:x proximity;}
  .ch301-actions .ch301-btn{width:auto;min-width:136px;flex:0 0 auto;min-height:40px;font-size:12px;padding:10px 12px;scroll-snap-align:start;}
  .ch301-panel{border-radius:14px;padding:16px;margin-bottom:12px;}
  .ch301-export-panel{display:block;}
  .ch301-export-actions{justify-content:stretch;}
  .ch301-export-form{width:100%;display:grid;grid-template-columns:1fr;gap:10px;}
  .ch301-export-form button{width:100%;}
  .ch301-table th,.ch301-table td{font-size:12px;padding:10px;}
  .ch301-notification-banner{display:block;margin:0 0 12px;}
  .ch301-notification-banner span{display:block;margin:4px 0 10px;}
  .ch301-toast-wrap{left:12px;right:12px;bottom:78px;max-width:none;}
}

/* v0.6.4: Dirección arriba en datos principales */
.ch301-grid-full{grid-column:1/-1;}
.ch301-grid-full textarea{min-height:82px;}

/* v0.6.5 Dashboard: actividad + vencimientos */
.ch301-dashboard-columns{display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:start}
.ch301-dashboard-columns h3{margin:0 0 12px;color:var(--ch301-blue-dark);font-size:17px}
.ch301-due-list li{background:#fbfdff;border:1px solid #edf1f5;border-radius:14px;margin-bottom:10px;padding:0}
.ch301-due-list .ch301-timeline-link{padding:12px 14px}
.ch301-due-list span{display:inline-block;margin-top:4px;color:var(--ch301-muted);font-size:13px;line-height:1.35}
@media(max-width:820px){.ch301-dashboard-columns{grid-template-columns:1fr;gap:16px}.ch301-dashboard-activity{padding:18px}}


/* Migas de pan v0.6.7 */
.ch301-breadcrumbs{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
  margin:0 0 18px;
  padding:12px 16px;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(0,86,145,.12);
  border-radius:16px;
  box-shadow:0 10px 26px rgba(0,63,107,.06);
  color:var(--ch301-muted);
  font-size:14px;
  font-weight:800;
}
.ch301-breadcrumbs a{
  color:var(--ch301-blue-dark)!important;
  text-decoration:none!important;
}
.ch301-breadcrumbs a:hover{
  color:var(--ch301-red)!important;
}
.ch301-breadcrumbs span[aria-current="page"]{
  color:var(--ch301-text);
}
.ch301-breadcrumb-sep{
  color:#9aa8b7;
  font-weight:900;
}
@media(max-width:820px){
  .ch301-breadcrumbs{
    margin:0 0 12px;
    padding:10px 12px;
    border-radius:14px;
    font-size:13px;
  }
}

/* Módulo Gastos v0.6.9 */
.ch301-filters .ch301-grid{margin-bottom:12px}
.ch301-dropzone{border:2px dashed rgba(0,86,145,.25)!important;background:#f7fbff!important;border-radius:18px!important;padding:22px!important;text-align:center;cursor:pointer;transition:.18s ease;display:block!important}
.ch301-dropzone:hover{border-color:#005691!important;background:#eef7ff!important}
.ch301-dropzone input[type=file]{display:none!important}
.ch301-dropzone-icon{width:42px;height:42px;border-radius:14px;background:#005691;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:28px;font-weight:900;margin-bottom:8px}
.ch301-dropzone strong{display:block;color:#003f6b;font-size:16px;margin-bottom:4px}
.ch301-dropzone small{display:block;color:#667085;font-weight:700}

/* v0.7.0 · Ajuste menú móvil + botón refrescar */
.ch301-refresh-button{
  height:36px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  border:0;
  border-radius:10px;
  padding:0 13px;
  background:#ffffff;
  color:#003f6b;
  font-family:"Mulish",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:13px;
  font-weight:950;
  cursor:pointer;
  box-shadow:0 10px 24px rgba(0,0,0,.12);
  transition:.16s ease;
}
.ch301-refresh-button:hover{transform:translateY(-1px);color:#ed0007;}
.ch301-refresh-button span[aria-hidden="true"]{font-size:18px;line-height:1;}
@media(max-width:960px){
  .ch301-app{padding-bottom:104px;}
  .ch301-header-right{gap:8px;}
  .ch301-refresh-button{
    width:38px;
    min-width:38px;
    padding:0;
    border-radius:12px;
  }
  .ch301-refresh-label{display:none;}
  .ch301-nav{
    display:flex!important;
    flex-direction:row!important;
    align-items:stretch;
    gap:8px!important;
    height:auto!important;
    min-height:76px!important;
    max-height:88px;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    overscroll-behavior-x:contain;
    -webkit-overflow-scrolling:touch;
    scroll-snap-type:x proximity;
    padding:8px 10px calc(8px + env(safe-area-inset-bottom))!important;
    border-radius:20px 20px 0 0!important;
  }
  .ch301-nav::-webkit-scrollbar{display:none;}
  .ch301-nav{scrollbar-width:none;}
  .ch301-nav a{
    flex:0 0 76px!important;
    width:76px!important;
    min-width:76px!important;
    max-width:76px;
    min-height:58px;
    display:flex!important;
    flex-direction:column;
    align-items:center;
    justify-content:center!important;
    gap:4px;
    padding:7px 5px!important;
    white-space:normal!important;
    overflow:visible!important;
    text-overflow:clip!important;
    line-height:1.05!important;
    scroll-snap-align:start;
    font-size:9.5px!important;
  }
  .ch301-nav a::before{
    content:'•';
    width:24px;
    height:24px;
    border-radius:9px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#eef6ff;
    color:#003f6b;
    font-size:15px;
    font-weight:950;
    line-height:1;
  }
  .ch301-nav a[href$="/panel/"]::before,.ch301-nav a[href*="/nexo-pro-crm/"]::before{content:'⌂';}
  .ch301-nav a[href*="clientes"]::before{content:'☰';}
  .ch301-nav a[href*="llamadas"]::before{content:'☎';}
  .ch301-nav a[href*="solicitudes"]::before{content:'✎';}
  .ch301-nav a[href*="incidencias"]::before{content:'!';}
  .ch301-nav a[href*="tareas"]::before{content:'✓';}
  .ch301-nav a[href*="pedidos"]::before{content:'#';}
  .ch301-nav a[href*="gastos"]::before{content:'€';}
  .ch301-nav a[href*="importar-clientes"]::before{content:'⇪';}
  .ch301-nav a[href*="calendario"]::before{content:'◷';}
  .ch301-nav a:hover::before,.ch301-nav a[href*="nexo-pro-crm/"]::before{background:#ed0007;color:#fff;}
  .ch301-nav .ch301-nav-logout{display:none!important;}
}
@media(max-width:420px){
  .ch301-nav a{flex-basis:72px!important;width:72px!important;min-width:72px!important;font-size:9px!important;}
  .ch301-nav{min-height:78px!important;}
}


/* v0.7.1 · Acceso visible a Gastos en móvil */
@media(max-width:960px){
  .ch301-nav a[href*="gastos"]{
    order:2;
    background:linear-gradient(135deg,#fff 0%,#eaf4fb 100%)!important;
    border:1px solid rgba(237,0,7,.18)!important;
  }
  .ch301-nav a[href*="gastos"]::before{
    content:'€'!important;
    background:#ed0007!important;
    color:#fff!important;
  }
  .ch301-nav a[href$="/panel/"],.ch301-nav a[href*="/nexo-pro-crm/"]{order:1;}
  .ch301-nav a[href*="clientes"]{order:3;}
  .ch301-nav a[href*="incidencias"]{order:4;}
  .ch301-nav a[href*="pedidos"]{order:5;}
  .ch301-nav a[href*="llamadas"]{order:6;}
  .ch301-nav a[href*="solicitudes"]{order:7;}
  .ch301-nav a[href*="tareas"]{order:8;}
  .ch301-nav a[href*="calendario"]{order:9;}
  .ch301-nav a[href*="importar-clientes"]{order:10;}
}


/* v0.7.2 · Menú inferior móvil desplazable completo */
@media(max-width:960px){
  .ch301-app{
    padding-bottom:calc(108px + env(safe-area-inset-bottom))!important;
  }
  .ch301-nav{
    position:fixed!important;
    left:0!important;
    right:0!important;
    bottom:0!important;
    top:auto!important;
    z-index:99999!important;
    display:flex!important;
    flex-direction:row!important;
    flex-wrap:nowrap!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:8px!important;
    width:100vw!important;
    max-width:100vw!important;
    min-height:82px!important;
    height:auto!important;
    max-height:none!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    -webkit-overflow-scrolling:touch!important;
    overscroll-behavior-x:contain!important;
    scroll-snap-type:x proximity!important;
    padding:9px 12px calc(10px + env(safe-area-inset-bottom))!important;
    border-radius:20px 20px 0 0!important;
    background:#ffffff!important;
    border:1px solid #dbe6f1!important;
    box-shadow:0 -14px 36px rgba(0,31,63,.18)!important;
    touch-action:pan-x!important;
  }
  .ch301-nav::before,
  .ch301-nav::after{display:none!important;content:none!important;}
  .ch301-nav::-webkit-scrollbar{height:0!important;display:none!important;}
  .ch301-nav{scrollbar-width:none!important;}
  .ch301-nav a{
    flex:0 0 76px!important;
    width:76px!important;
    min-width:76px!important;
    max-width:76px!important;
    min-height:60px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:4px!important;
    padding:7px 5px!important;
    margin:0!important;
    white-space:normal!important;
    text-align:center!important;
    overflow:visible!important;
    color:#506070!important;
    background:#fff!important;
    border:1px solid #e9eff6!important;
    border-radius:13px!important;
    box-shadow:0 8px 18px rgba(0,31,63,.06)!important;
    font-size:9px!important;
    line-height:1.05!important;
    scroll-snap-align:start!important;
  }
  .ch301-nav a:hover,
  .ch301-nav a:focus{
    background:#eef6ff!important;
    color:#003f6b!important;
  }
  .ch301-nav a[href*="gastos"]{
    background:linear-gradient(135deg,#fff 0%,#eaf4fb 100%)!important;
    border-color:rgba(237,0,7,.22)!important;
  }
  .ch301-nav a[href*="gastos"]::before{
    content:'€'!important;
    background:#ed0007!important;
    color:#fff!important;
  }
  .ch301-nav .ch301-nav-logout{display:none!important;}
  .ch301-actions{
    display:flex!important;
    flex-wrap:nowrap!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    -webkit-overflow-scrolling:touch!important;
    scroll-snap-type:x proximity!important;
  }
  .ch301-actions::-webkit-scrollbar{display:none!important;}
  .ch301-actions{scrollbar-width:none!important;}
  .ch301-actions .ch301-btn{
    flex:0 0 auto!important;
    min-width:132px!important;
    width:auto!important;
    scroll-snap-align:start!important;
  }
}


/* v0.7.3 · Corrección de márgenes en exportación de gastos en móvil */
@media(max-width:820px){
  .ch301-export-panel{padding:18px!important; overflow:hidden;}
  .ch301-export-actions{display:flex!important; flex-direction:column!important; align-items:stretch!important; justify-content:flex-start!important; gap:12px!important; width:100%!important; max-width:100%!important;}
  .ch301-export-actions .ch301-export-form{display:block!important; width:100%!important; max-width:100%!important; margin:0!important;}
  .ch301-export-actions .ch301-export-form label{display:block!important; width:100%!important; max-width:100%!important;}
  .ch301-export-actions .ch301-export-form input,
  .ch301-export-actions .ch301-export-form select,
  .ch301-export-actions .ch301-export-form button{display:flex!important; width:100%!important; max-width:100%!important; margin:0!important;}
  .ch301-export-actions .ch301-btn{justify-content:center!important;}
}

/* v0.7.4 · Área clientes simplificada */
.ch301-panel-intro{margin-top:-8px;margin-bottom:18px;color:#667085;font-weight:700;}
.ch301-client-access-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;align-items:stretch;}
.ch301-client-access-box{border:1px solid var(--ch301-border);border-radius:18px;background:#f8fbff;padding:18px;box-shadow:0 10px 26px rgba(0,63,107,.05);}
.ch301-client-access-box h3{margin:0 0 14px;color:var(--ch301-blue-dark);font-size:18px;}
.ch301-client-access-box .ch301-btn{margin-top:10px;width:100%;}
.ch301-client-search-form label{margin-bottom:0;}
.ch301-client-result-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;}
.ch301-client-result-card{border:1px solid var(--ch301-border);border-radius:18px;background:#fff;padding:16px;box-shadow:0 12px 28px rgba(0,63,107,.06);}
.ch301-client-result-card strong{display:block;font-size:17px;color:var(--ch301-blue-dark);}
.ch301-client-result-card span{display:block;margin-top:4px;color:#667085;font-weight:800;font-size:13px;}
.ch301-client-result-card p{margin:10px 0 0;color:#344054;}
.ch301-client-result-card .ch301-row-actions{margin-top:14px;}
@media(max-width:820px){
  .ch301-client-access-grid,.ch301-client-result-grid{grid-template-columns:1fr;}
  .ch301-client-access-box{padding:16px;}
}

/* v0.7.5 · Edición de cliente desde la ficha */
.ch301-edit-client-form .ch301-form-section{
  margin-bottom:20px;
}
.ch301-client-title .ch301-btn{margin-left:auto;}
@media(max-width:820px){
  .ch301-client-title{display:block;}
  .ch301-client-title .ch301-btn{width:100%;margin-top:12px;}
}

/* v0.7.6 · Edición cliente */
.ch301-edit-client-form .ch301-form-section{margin-bottom:22px;padding:18px;border:1px solid var(--ch301-border);border-radius:18px;background:#fff}.ch301-edit-client-form .ch301-form-section-accent{background:#f8fbff}.ch301-grid-full{grid-column:1/-1}

/* v0.8.0 · Módulo Visitas comerciales */
.ch301-visit-objective{
  border:1px solid rgba(0,86,145,.18);
  background:linear-gradient(135deg,#f6fbff,#fff);
  border-radius:16px;
  padding:16px 18px;
  margin:18px 0;
  box-shadow:0 12px 30px rgba(0,63,107,.06);
}
.ch301-visit-objective strong{display:block;color:var(--ch301-blue-dark);font-size:14px;text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px}
.ch301-visit-objective p{margin:0;color:#24364a;font-weight:700;line-height:1.45}
.ch301-opportunity-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:18px 0}
.ch301-opportunity-card{border:1px solid #e7ecf5;background:#fff;border-radius:14px;padding:14px 16px;box-shadow:0 10px 24px rgba(0,63,107,.05);position:relative;overflow:hidden}
.ch301-opportunity-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:#8ac926}
.ch301-opportunity-card strong{display:block;color:var(--ch301-blue-dark);margin-bottom:6px}
.ch301-opportunity-card p{margin:0;color:#526171;line-height:1.4}
.ch301-opportunity-yellow:before{background:#ffbd59}.ch301-opportunity-red:before{background:var(--ch301-red)}.ch301-opportunity-green:before{background:#31a354}
.ch301-visit-list,.ch301-visit-mini-list{display:grid;gap:14px}
.ch301-visit-card{background:#fff;border:1px solid #dfe8f2;border-radius:18px;padding:18px;box-shadow:0 14px 34px rgba(0,63,107,.07)}
.ch301-visit-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:12px}
.ch301-visit-card-head strong,.ch301-visit-card>div>strong{display:block;color:var(--ch301-blue-dark);font-size:17px}
.ch301-visit-card-head span,.ch301-visit-card span{display:block;color:#66788a;font-size:13px;margin-top:3px}
.ch301-visit-card-body{display:grid;gap:8px;margin-top:8px}
.ch301-visit-card-body p{margin:0;color:#26394d;line-height:1.45;background:#f8fafc;border:1px solid #edf2f7;border-radius:12px;padding:10px 12px}
.ch301-visit-card small{display:block;color:#526171;margin-top:8px}
.ch301-visit-followup{margin-top:12px;border:1px solid #e7ecf5;border-radius:14px;background:#fbfdff;padding:12px}
.ch301-visit-followup summary{font-weight:900;color:var(--ch301-blue-dark);cursor:pointer}
.ch301-visit-followup textarea{min-height:95px;margin-top:8px}
.ch301-visit-files{margin-top:12px}
.ch301-visit-form textarea{min-height:96px}
.ch301-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}
@media(max-width:920px){.ch301-opportunity-grid{grid-template-columns:1fr}.ch301-grid-2{grid-template-columns:1fr!important}.ch301-visit-card-head{flex-direction:column}.ch301-visit-card-head .ch301-row-actions,.ch301-visit-card-head form,.ch301-visit-card-head select,.ch301-visit-card-head button{width:100%}}

/* v0.8.1 · Fase 2: Inteligencia comercial y oportunidades */
.ch301-op-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:900;letter-spacing:.02em;text-transform:uppercase;white-space:nowrap;border:1px solid transparent}
.ch301-op-badge-red{background:#fff1f1;color:#b30005;border-color:#ffc9cc}.ch301-op-badge-yellow{background:#fff7e6;color:#8a5a00;border-color:#ffdd9c}.ch301-op-badge-green{background:#ecfff3;color:#156b35;border-color:#bfeccc}
.ch301-intel-panel{position:relative;overflow:hidden}.ch301-intel-panel:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,var(--ch301-red),var(--ch301-blue-dark))}
.ch301-intel-top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:12px 0 18px}.ch301-intel-top>div{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.ch301-intel-top strong{color:var(--ch301-blue-dark)}
.ch301-opportunity-list{display:grid;gap:16px}.ch301-opportunity-row{position:relative;border:1px solid #dfe8f2;background:#fff;border-radius:20px;padding:18px;box-shadow:0 14px 34px rgba(0,63,107,.07);overflow:hidden}.ch301-opportunity-row:before{content:"";position:absolute;left:0;top:0;bottom:0;width:6px;background:#31a354}.ch301-opportunity-row.ch301-opportunity-red:before{background:var(--ch301-red)}.ch301-opportunity-row.ch301-opportunity-yellow:before{background:#ffbd59}.ch301-opportunity-row.ch301-opportunity-green:before{background:#31a354}
.ch301-opportunity-row-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:12px}.ch301-opportunity-row-head strong{display:block;color:var(--ch301-blue-dark);font-size:18px}.ch301-opportunity-row-head span{display:block;color:#667085;font-size:13px;font-weight:800;margin-top:3px}
.ch301-compact-list{margin:12px 0!important}.ch301-compact-list li{padding:9px 0!important}
@media(max-width:820px){.ch301-intel-top,.ch301-opportunity-row-head{flex-direction:column;align-items:stretch}.ch301-intel-top .ch301-btn,.ch301-opportunity-row .ch301-btn{width:100%;justify-content:center}.ch301-op-badge{width:fit-content}.ch301-nav a[href*="oportunidades"]::before{content:'!'!important;background:#ffbd59!important;color:#1c2633!important}}

/* Sales Hub nativo · v0.9.0 */
.ch301-sales-history .ch301-section-head{display:flex;align-items:center;justify-content:space-between;gap:16px}
.ch301-sales-history-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.ch301-sales-history-card{display:flex;flex-direction:column;gap:6px;padding:16px;border:1px solid var(--ch301-border);border-radius:14px;background:#f8fbfe}
.ch301-sales-history-card>span,.ch301-sales-history-card small{color:var(--ch301-muted);font-size:12px}
.ch301-sales-history-card>strong{color:var(--ch301-blue-dark);font-size:15px}
.ch301-sales-history-card p{margin:2px 0 0;line-height:1.5}
@media(max-width:820px){.ch301-sales-history .ch301-section-head{align-items:stretch;flex-direction:column}.ch301-sales-history-grid{grid-template-columns:1fr}}

/* ===== Facturación general · v0.14.0 ===== */
.nxp-invoice-nav{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 18px}.nxp-invoice-nav a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:9px 16px;border-radius:10px;background:#fff;border:1px solid #dce4ea;color:#003b5c;font-weight:700;text-decoration:none;box-shadow:0 3px 10px rgba(0,59,92,.06)}.nxp-invoice-nav a.is-primary{background:#e20015;color:#fff;border-color:#e20015}.nxp-invoice-summary{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin-bottom:18px}.nxp-invoice-summary article{background:#fff;border:1px solid #e1e7ec;border-radius:12px;padding:16px;box-shadow:0 5px 18px rgba(0,59,92,.06)}.nxp-invoice-summary span{display:block;color:#667684;font-size:12px;margin-bottom:7px}.nxp-invoice-summary strong{display:block;color:#003b5c;font-size:21px;line-height:1.2}.nxp-invoice-form-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.nxp-invoice-form-grid label,.nxp-payment-form label,.nxp-invoice-lines label{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:700;color:#203746}.nxp-invoice-form-grid label.is-wide{grid-column:span 2}.nxp-invoice-form input,.nxp-invoice-form select,.nxp-invoice-form textarea,.nxp-payment-form input,.nxp-payment-form select,.nxp-invoice-filters input,.nxp-invoice-filters select{width:100%;border:1px solid #cfd9e1;border-radius:9px;background:#fff;padding:10px 11px;font:inherit;color:#142b38}.nxp-invoice-lines{display:flex;flex-direction:column;gap:10px}.nxp-invoice-line{display:grid;grid-template-columns:minmax(220px,2.2fr) repeat(4,minmax(90px,.7fr)) 36px;gap:9px;align-items:end;padding:12px;background:#f7f9fb;border:1px solid #e0e6eb;border-radius:10px}.nxp-invoice-line .description textarea{min-height:52px}.nxp-remove-invoice-line{width:36px;height:36px;border-radius:50%;border:0;background:#fff;color:#b00015;font-size:22px;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.08)}.nxp-invoice-totals-live{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:16px}.nxp-invoice-totals-live>div{padding:12px;border:1px solid #dde5eb;border-radius:9px;background:#fff}.nxp-invoice-totals-live span{display:block;color:#71808b;font-size:11px}.nxp-invoice-totals-live strong{display:block;margin-top:5px;color:#003b5c;font-size:16px}.nxp-invoice-totals-live .is-total{background:#003b5c}.nxp-invoice-totals-live .is-total span,.nxp-invoice-totals-live .is-total strong{color:#fff}.nxp-invoice-form-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin:16px 0}.nxp-inline-danger{display:inline-flex}.nxp-invoice-filters{display:grid;grid-template-columns:minmax(220px,1fr) 220px auto;gap:10px;align-items:end;margin:14px 0}.nxp-invoice-status{display:inline-flex;padding:5px 9px;border-radius:999px;background:#edf2f5;color:#405563;font-size:11px;font-weight:800}.nxp-invoice-status.status-paid{background:#e8f7ee;color:#18733a}.nxp-invoice-status.status-partial{background:#fff5d8;color:#8a6400}.nxp-invoice-status.status-issued{background:#e8f3fb;color:#00639b}.nxp-invoice-status.status-draft{background:#f0f1f2;color:#5b6267}.nxp-invoice-actions{display:flex;gap:9px;flex-wrap:wrap}.nxp-payment-form{display:grid;grid-template-columns:repeat(4,minmax(0,1fr)) auto;gap:10px;align-items:end;margin-top:14px}.nxp-invoice-issuer-details summary{font-weight:800;color:#003b5c;cursor:pointer}.nxp-invoice-issuer-details[open] summary{margin-bottom:14px}
@media(max-width:1050px){.nxp-invoice-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.nxp-invoice-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.nxp-invoice-line{grid-template-columns:minmax(200px,2fr) repeat(2,minmax(95px,1fr));}.nxp-invoice-line .description{grid-row:span 2}.nxp-invoice-totals-live{grid-template-columns:repeat(2,minmax(0,1fr))}.nxp-payment-form{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.nxp-invoice-nav{display:grid;grid-template-columns:1fr 1fr}.nxp-invoice-nav a{width:100%}.nxp-invoice-summary,.nxp-invoice-form-grid,.nxp-invoice-totals-live,.nxp-payment-form,.nxp-invoice-filters{grid-template-columns:1fr}.nxp-invoice-form-grid label.is-wide{grid-column:auto}.nxp-invoice-line{grid-template-columns:1fr 1fr;padding:13px}.nxp-invoice-line .description{grid-column:1/-1;grid-row:auto}.nxp-remove-invoice-line{align-self:end}.nxp-invoice-form-actions .ch301-btn,.nxp-inline-danger{width:100%}.nxp-inline-danger .ch301-btn{width:100%}.nxp-invoice-table td[data-label]::before{content:attr(data-label);display:block;font-size:10px;color:#71808b;text-transform:uppercase;font-weight:800;margin-bottom:3px}}
.nxp-invoice-status.status-overdue{background:#fde9ec;color:#a40018}.nxp-quarter-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:16px 0}.nxp-quarter-card dl{margin:0}.nxp-quarter-card dl>div{display:flex;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px solid #e5ebef}.nxp-quarter-card dt{color:#667684}.nxp-quarter-card dd{margin:0;font-weight:800;color:#003b5c}@media(max-width:900px){.nxp-quarter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.nxp-quarter-grid{grid-template-columns:1fr}}

/* ===== Contabilidad · interfaz v0.14.0 ===== */
.nxp-accounting-nav{display:flex;align-items:stretch;gap:0;margin:0 0 20px;background:#263944;border-radius:12px 12px 0 0;overflow-x:auto;box-shadow:0 8px 24px rgba(0,59,92,.12)}
.nxp-accounting-nav a{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 20px;color:#d8e2e8;text-decoration:none;font-weight:700;font-size:13px;white-space:nowrap;border-right:1px solid rgba(255,255,255,.08);transition:.2s ease}
.nxp-accounting-nav a:hover{background:#314b59;color:#fff}
.nxp-accounting-nav a.is-active{background:#fff;color:#003b5c;box-shadow:inset 0 3px 0 #007bc0}
.nxp-accounting-nav .nxp-accounting-new{margin-left:auto;background:#e20015;color:#fff;border-right:0;gap:7px}
.nxp-accounting-nav .nxp-accounting-new:hover{background:#c90012;color:#fff}
.nxp-accounting-header{display:flex;justify-content:space-between;gap:20px;align-items:flex-end;margin:0 0 14px;padding:22px 24px;background:#fff;border:1px solid #e0e7ec;border-radius:12px;box-shadow:0 5px 20px rgba(0,59,92,.05)}
.nxp-accounting-header.is-list{align-items:center}
.nxp-accounting-eyebrow{display:block;margin-bottom:4px;color:#007bc0;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.nxp-accounting-header h2{margin:0;color:#183b52;font-size:27px;line-height:1.15}
.nxp-accounting-header p{margin:7px 0 0;color:#6e7f8b;font-size:13px}
.nxp-accounting-period{display:flex;gap:10px;align-items:end;flex-wrap:wrap}
.nxp-accounting-period label{display:flex;flex-direction:column;gap:5px;color:#596b77;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.nxp-accounting-period input,.nxp-accounting-period select{min-width:116px;height:42px;border:1px solid #d5dee5;border-radius:8px;background:#fff;padding:0 10px;color:#203746;font:inherit;text-transform:none;letter-spacing:0}
.nxp-accounting-period-label{margin:0 0 12px;padding:0 3px;color:#6d7b85;font-size:12px}
.nxp-accounting-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:14px}
.nxp-accounting-kpis.is-payments{grid-template-columns:minmax(260px,420px)}
.nxp-accounting-kpi{position:relative;min-height:135px;overflow:hidden;padding:18px 18px 14px;background:#fff;border:1px solid #e0e7ec;border-radius:10px;box-shadow:0 4px 14px rgba(0,59,92,.05)}
.nxp-accounting-kpi:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:#9baab4}
.nxp-accounting-kpi.is-billed:before{background:#f3a128}.nxp-accounting-kpi.is-collected:before{background:#0da5d8}.nxp-accounting-kpi.is-pending:before{background:#6e66d8}.nxp-accounting-kpi.is-overdue:before{background:#e20015}
.nxp-accounting-kpi span{display:block;color:#74838d;font-size:11px;text-transform:uppercase;letter-spacing:.06em}
.nxp-accounting-kpi strong{display:block;margin-top:8px;color:#263944;font-size:25px;line-height:1.1}
.nxp-accounting-kpi small{display:block;margin-top:6px;color:#8a98a1;font-size:11px}
.nxp-kpi-bars{position:absolute;left:18px;right:18px;bottom:13px;display:flex;align-items:end;gap:4px;height:28px;opacity:.85}
.nxp-kpi-bars i{display:block;width:5px;border-radius:3px 3px 0 0;background:currentColor}.nxp-kpi-bars i:nth-child(1){height:9px}.nxp-kpi-bars i:nth-child(2){height:23px}.nxp-kpi-bars i:nth-child(3){height:16px}.nxp-kpi-bars i:nth-child(4){height:27px}
.nxp-accounting-kpi.is-billed .nxp-kpi-bars{color:#f3a128}.nxp-accounting-kpi.is-collected .nxp-kpi-bars{color:#0da5d8}.nxp-accounting-kpi.is-pending .nxp-kpi-bars{color:#6e66d8}.nxp-accounting-kpi.is-overdue .nxp-kpi-bars{color:#e20015}
.nxp-accounting-overview{display:grid;grid-template-columns:minmax(0,1fr) 250px;gap:12px;margin-bottom:14px}
.nxp-accounting-chart,.nxp-accounting-side{background:#fff;border:1px solid #e0e7ec;border-radius:10px;box-shadow:0 4px 14px rgba(0,59,92,.05)}
.nxp-accounting-chart{padding:16px 18px 8px;min-width:0}
.nxp-accounting-chart-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:6px}
.nxp-accounting-chart-head h3,.nxp-accounting-side h3,.nxp-accounting-list-head h3{margin:0;color:#183b52;font-size:17px}
.nxp-accounting-chart-head p,.nxp-accounting-list-head p{margin:5px 0 0;color:#7a8993;font-size:12px}
.nxp-chart-legend{display:flex;gap:14px;color:#61727e;font-size:11px;white-space:nowrap}
.nxp-chart-legend span:before{content:"";display:inline-block;width:15px;height:3px;border-radius:2px;margin:0 6px 2px 0;vertical-align:middle}
.nxp-chart-legend .is-billed:before{background:#007bc0}.nxp-chart-legend .is-collected:before{background:#2abf93}
.nxp-accounting-chart svg{display:block;width:100%;height:auto;min-height:245px}
.nxp-accounting-chart .grid-line{stroke:#e6edf1;stroke-width:1}.nxp-accounting-chart .axis-label{fill:#81909a;font-size:10px}.nxp-accounting-chart .line-billed,.nxp-accounting-chart .line-collected{fill:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.nxp-accounting-chart .line-billed{stroke:#007bc0}.nxp-accounting-chart .line-collected{stroke:#2abf93}.nxp-accounting-chart .dot-billed{fill:#007bc0}.nxp-accounting-chart .dot-collected{fill:#2abf93}
.nxp-accounting-chart-empty{display:flex;min-height:280px;align-items:center;justify-content:center;flex-direction:column;gap:7px;color:#657782;text-align:center}.nxp-accounting-chart-empty strong{color:#183b52;font-size:17px}
.nxp-accounting-side{padding:17px}
.nxp-mini-metric{display:flex;justify-content:space-between;gap:10px;padding:12px 0;border-bottom:1px solid #edf1f4;color:#74838d;font-size:12px}.nxp-mini-metric strong{color:#183b52}
.nxp-quick-action{display:flex;align-items:center;gap:9px;margin-top:10px;padding:11px 12px;border:1px solid #dce4ea;border-radius:8px;color:#003b5c;text-decoration:none;font-size:12px;font-weight:800;background:#fff}.nxp-quick-action span{font-size:18px;line-height:1}.nxp-quick-action.is-primary{margin-top:16px;background:#007bc0;border-color:#007bc0;color:#fff}
.nxp-accounting-list-panel{background:#fff;border:1px solid #e0e7ec;border-radius:10px;box-shadow:0 4px 14px rgba(0,59,92,.05);overflow:hidden}
.nxp-accounting-list-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 18px;border-bottom:1px solid #e7edf1}
.nxp-accounting-list-actions{display:flex;gap:8px;flex-wrap:wrap}
.nxp-accounting-toolbar{display:grid;grid-template-columns:minmax(240px,1fr) 170px 110px 160px auto auto;gap:8px;align-items:center;padding:14px 16px;border-bottom:1px solid #e8edf1;background:#fafcfd}
.nxp-accounting-toolbar input,.nxp-accounting-toolbar select{height:40px;border:1px solid #d8e1e7;border-radius:7px;background:#fff;padding:0 10px;color:#203746;font:inherit}
.nxp-toolbar-search{position:relative}.nxp-toolbar-search span{position:absolute;left:11px;top:50%;transform:translateY(-50%);color:#82919b;font-size:20px}.nxp-toolbar-search input{width:100%;padding-left:34px}
.nxp-accounting-table-wrap{width:100%;overflow-x:auto}
.nxp-accounting-table{width:100%;border-collapse:collapse;min-width:940px;background:#fff}
.nxp-accounting-table th{padding:11px 12px;border-bottom:1px solid #dce4e9;background:#f7f9fa;color:#485b67;font-size:10px;text-transform:uppercase;letter-spacing:.04em;text-align:left;white-space:nowrap}
.nxp-accounting-table td{padding:10px 12px;border-bottom:1px solid #edf1f3;color:#344b58;font-size:12px;vertical-align:middle}
.nxp-accounting-table tbody tr:hover{background:#fbfdfe}
.nxp-client-cell{display:flex;align-items:center;gap:9px;min-width:190px}.nxp-client-cell>div{min-width:0}.nxp-client-cell strong{display:block;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#263944}.nxp-client-cell small{display:block;margin-top:2px;color:#87949c;font-size:10px}
.nxp-client-avatar{display:inline-flex;flex:0 0 28px;width:28px;height:28px;align-items:center;justify-content:center;border-radius:50%;background:#007bc0;color:#fff;font-size:10px;font-weight:800}
.nxp-row-actions{display:flex;gap:5px}.nxp-row-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:4px 9px;border:1px solid #d7e0e6;border-radius:6px;color:#003b5c;text-decoration:none;font-size:10px;font-weight:800;background:#fff}.nxp-row-actions a:hover{border-color:#007bc0;color:#007bc0}
.nxp-accounting-table .is-overdue-amount{color:#c40018;font-weight:800}
.nxp-accounting-pagination{display:flex;justify-content:center;align-items:center;gap:8px;padding:16px;border-top:1px solid #e6ecef;background:#fafcfd}
.nxp-accounting-pagination a,.nxp-accounting-pagination span{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 12px;border:1px solid #d8e1e6;border-radius:7px;background:#fff;color:#405763;text-decoration:none;font-size:11px}.nxp-accounting-pagination a:hover{border-color:#007bc0;color:#007bc0}.nxp-accounting-pagination a.is-disabled{pointer-events:none;opacity:.45}
.nxp-empty-state{display:flex;min-height:180px;align-items:center;justify-content:center;flex-direction:column;gap:6px;padding:20px;color:#71818b;text-align:center}.nxp-empty-state strong{color:#183b52;font-size:16px}

@media(max-width:1180px){.nxp-accounting-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.nxp-accounting-overview{grid-template-columns:1fr}.nxp-accounting-side{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 18px}.nxp-accounting-side h3,.nxp-accounting-side .nxp-quick-action{grid-column:1/-1}.nxp-accounting-toolbar{grid-template-columns:1fr 160px 110px 150px}.nxp-accounting-toolbar .ch301-btn{width:100%}}
@media(max-width:820px){.nxp-accounting-header{align-items:stretch;flex-direction:column}.nxp-accounting-period{width:100%}.nxp-accounting-period label{flex:1}.nxp-accounting-period input,.nxp-accounting-period select{width:100%}.nxp-accounting-toolbar{grid-template-columns:1fr 1fr}.nxp-toolbar-search{grid-column:1/-1}.nxp-accounting-chart-head{flex-direction:column}.nxp-accounting-chart svg{min-height:210px}}
@media(max-width:680px){.nxp-accounting-nav{border-radius:10px}.nxp-accounting-nav a{min-height:46px;padding:0 14px}.nxp-accounting-nav .nxp-accounting-new{margin-left:0}.nxp-accounting-header{padding:16px}.nxp-accounting-header h2{font-size:23px}.nxp-accounting-period{display:grid;grid-template-columns:1fr 1fr}.nxp-accounting-period .ch301-btn{grid-column:1/-1;width:100%}.nxp-accounting-kpis{grid-template-columns:1fr 1fr}.nxp-accounting-kpi{min-height:122px;padding:15px}.nxp-accounting-kpi strong{font-size:20px}.nxp-accounting-overview{display:block}.nxp-accounting-chart{margin-bottom:12px;padding:14px 10px 4px}.nxp-accounting-side{grid-template-columns:1fr}.nxp-accounting-side .nxp-quick-action{grid-column:auto}.nxp-accounting-list-head{align-items:flex-start;flex-direction:column}.nxp-accounting-list-actions{width:100%}.nxp-accounting-list-actions .ch301-btn{flex:1}.nxp-accounting-toolbar{grid-template-columns:1fr}.nxp-toolbar-search{grid-column:auto}.nxp-accounting-table-wrap{overflow:visible}.nxp-accounting-table{min-width:0;display:block}.nxp-accounting-table thead{display:none}.nxp-accounting-table tbody,.nxp-accounting-table tr,.nxp-accounting-table td{display:block;width:100%}.nxp-accounting-table tr{margin:0 0 10px;padding:12px;border:1px solid #e0e7ec;border-radius:9px;background:#fff;box-shadow:0 3px 10px rgba(0,59,92,.04)}.nxp-accounting-table td{display:flex;justify-content:space-between;gap:14px;padding:7px 0;border-bottom:1px solid #edf1f3;text-align:right}.nxp-accounting-table td:last-child{border-bottom:0;padding-bottom:0}.nxp-accounting-table td:before{content:attr(data-label);color:#7a8891;font-size:10px;text-transform:uppercase;font-weight:800;text-align:left}.nxp-accounting-table td[data-label="Cliente"]{display:block;text-align:left}.nxp-accounting-table td[data-label="Cliente"]:before{display:none}.nxp-client-cell strong{max-width:none}.nxp-row-actions{justify-content:flex-end}.nxp-accounting-pagination{flex-wrap:wrap}.nxp-accounting-pagination span{order:-1;width:100%}}
@media(max-width:440px){.nxp-accounting-kpis{grid-template-columns:1fr}.nxp-accounting-period{grid-template-columns:1fr}.nxp-accounting-period .ch301-btn{grid-column:auto}.nxp-accounting-chart svg{min-height:170px}.nxp-chart-legend{flex-direction:column;gap:4px}}


/* ===== Coherencia visual global · v0.14.1 ===== */
/* Ningún enlace o botón de la aplicación debe mostrar texto subrayado. */
body.nexopro-app-page .ch301-app a,
body.nexopro-app-page .ch301-app a:link,
body.nexopro-app-page .ch301-app a:visited,
body.nexopro-app-page .ch301-app a:hover,
body.nexopro-app-page .ch301-app a:focus,
body.nexopro-app-page .ch301-app a:active,
body.nexopro-app-page .ch301-app button,
body.nexopro-app-page .ch301-app .button,
body.nexopro-app-page .ch301-app [role="button"],
.ch301-login-page a,
.ch301-login-page a:hover,
.ch301-login-page a:focus,
.ch301-login-page button {
  text-decoration:none!important;
  text-decoration-line:none!important;
}
body.nexopro-app-page .ch301-app a *,
body.nexopro-app-page .ch301-app button *,
.ch301-login-page a * {
  text-decoration:none!important;
  text-decoration-line:none!important;
}

/* Radio único de 5 px en toda la interfaz, incluidos módulos y formularios. */
body.nexopro-app-page .ch301-app *,
body.nexopro-app-page .ch301-app *::before,
body.nexopro-app-page .ch301-app *::after,
.ch301-login-page *,
.ch301-login-page *::before,
.ch301-login-page *::after {
  border-radius:5px!important;
}

/* Mayor separación visual entre Salir y el nombre descriptivo del sistema. */
@media(min-width:961px){
  .ch301-nav .ch301-nav-logout{
    margin-top:auto!important;
  }
  .ch301-nav:after{
    margin-top:16px!important;
    padding:14px 12px 7px!important;
    border-top:1px solid rgba(255,255,255,.14);
    line-height:1.45;
  }
}

/* ===== VERI*FACTU · fase 1 · v0.16.3 ===== */
.nxp-vf-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}
.nxp-vf-hero h2{margin:5px 0 8px;font-size:28px;color:#153e5c}
.nxp-vf-hero p{margin:0;max-width:820px;color:#64788a}
.nxp-vf-phase{display:inline-flex;align-items:center;padding:8px 12px;border-radius:5px;background:#eef6fb;color:#007bc0;font-size:12px;font-weight:800;white-space:nowrap}
.nxp-vf-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:14px 0}
.nxp-vf-kpi{background:#fff;border:1px solid #dce6ed;border-left:4px solid #91a6b6;border-radius:5px;padding:16px;box-shadow:0 5px 16px rgba(23,59,82,.05)}
.nxp-vf-kpi span{display:block;color:#7890a1;font-size:11px;text-transform:uppercase;font-weight:800;letter-spacing:.04em}
.nxp-vf-kpi strong{display:block;margin-top:7px;color:#173b55;font-size:19px}
.nxp-vf-kpi.is-ok{border-left-color:#25a56a}.nxp-vf-kpi.is-info{border-left-color:#007bc0}.nxp-vf-kpi.is-error{border-left-color:#e20015}.nxp-vf-kpi.is-muted{border-left-color:#9caab4}
.nxp-vf-form>.ch301-btn{margin-top:14px}
.nxp-vf-switch{display:flex!important;align-items:center;gap:10px;margin:10px 0 16px;font-weight:700;color:#244b65}
.nxp-vf-switch input{width:18px!important;height:18px!important;min-height:0!important}
.nxp-vf-checklist{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
.nxp-vf-checklist>div{display:flex;align-items:center;gap:9px;padding:11px 12px;border-radius:5px;border:1px solid #e0e8ee;background:#f8fafb;color:#526b7d}
.nxp-vf-checklist>div span{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;font-weight:900}
.nxp-vf-checklist .is-done span{background:#ddf5e9;color:#168451}.nxp-vf-checklist .is-pending span{background:#fff1d9;color:#b27000}
.nxp-vf-status{display:inline-flex;padding:5px 8px;border-radius:5px;background:#e7f4fb;color:#006fae;font-size:11px;font-weight:800;text-transform:uppercase}
.nxp-vf-events{display:grid;gap:8px}.nxp-vf-events article{display:flex;justify-content:space-between;gap:16px;padding:10px 12px;border:1px solid #e0e8ee;border-radius:5px;background:#fafcfd}.nxp-vf-events strong{font-size:13px;color:#294d65}.nxp-vf-events span{font-size:12px;color:#8495a2;white-space:nowrap}
@media(max-width:900px){.nxp-vf-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.nxp-vf-checklist{grid-template-columns:1fr}}
@media(max-width:600px){.nxp-vf-hero{flex-direction:column}.nxp-vf-kpis{grid-template-columns:1fr}.nxp-vf-events article{flex-direction:column}.nxp-vf-events span{white-space:normal}}

/* ===== VERI*FACTU fase 2 · v0.16.3 ===== */
.nxp-vf-kpis{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}
.nxp-vf-cert-card{display:grid;gap:5px;padding:14px;border:1px solid #d9e5ec;border-left:4px solid #25a56a;border-radius:5px;background:#f8fbfa;color:#4f697b}
.nxp-vf-cert-card strong{color:#173b55;font-size:16px}
.nxp-vf-cert-card span{font-size:13px;overflow-wrap:anywhere}
.nxp-vf-cert-form{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;gap:12px;align-items:end}
.nxp-vf-cert-form label{display:grid;gap:6px;font-weight:700;color:#294d65}
.nxp-vf-cert-form input{width:100%}
.nxp-vf-actions,.nxp-vf-mini-actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:12px}
.nxp-vf-actions form,.nxp-vf-mini-actions form{margin:0}
.nxp-vf-mini-actions{margin-top:0}
.nxp-vf-mini-actions .ch301-btn{padding:7px 9px;font-size:11px}
.nxp-vf-status.is-ok{background:#ddf5e9;color:#168451}
.nxp-vf-status.is-error{background:#fde8e9;color:#b80012}
.nxp-vf-form input[type=url]{font-size:12px}
@media(max-width:760px){.nxp-vf-cert-form{grid-template-columns:1fr}.nxp-vf-actions{align-items:stretch}.nxp-vf-actions form,.nxp-vf-actions button{width:100%}}


/* v0.16.5 · Plantilla exclusiva para facturas procedentes de Comisiones. */
.nxp-commission-document{max-width:1080px;margin:0 auto 20px;padding:42px 38px 28px;background:#fff;border:1px solid #d9dfe4;border-radius:10px;box-shadow:0 8px 28px rgba(20,43,56,.08);color:#172332;font-size:13px}
.nxp-cdoc-header{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start;margin-bottom:24px}.nxp-cdoc-title{padding-top:10px;color:#555b60;font-size:43px;line-height:1;font-weight:800;letter-spacing:-.03em}.nxp-cdoc-issuer{text-align:center}.nxp-cdoc-issuer strong,.nxp-cdoc-issuer span{display:block}.nxp-cdoc-issuer strong{margin-top:12px;font-size:16px}.nxp-cdoc-issuer span{margin-top:7px}.nxp-cdoc-supplier{display:inline-block;min-width:180px;padding-bottom:8px;border-bottom:1px solid #d8dde1;font-size:14px}
.nxp-cdoc-meta{display:grid;grid-template-columns:1.1fr 1.1fr 1.2fr 1.1fr;gap:18px;align-items:end;margin-bottom:24px}.nxp-cdoc-meta>div{display:grid;grid-template-columns:auto minmax(80px,1fr);gap:10px;align-items:end}.nxp-cdoc-meta span{color:#747c84;font-size:12px}.nxp-cdoc-meta strong{min-height:24px;padding:0 5px 5px;border-bottom:1px solid #e1e5e8;font-weight:500}.nxp-cdoc-meta .is-number{color:#071cff;font-weight:800}
.nxp-cdoc-client{display:grid;gap:12px;min-height:122px;padding:22px 10px;background:#f8f9fa;border:1px solid #8b9196}.nxp-cdoc-client>div{display:grid;grid-template-columns:115px 1fr;gap:12px}.nxp-cdoc-client span,.nxp-cdoc-description>span,.nxp-cdoc-payment>span{color:#737b84;font-size:12px;font-weight:500}.nxp-cdoc-client strong{font-weight:500}
.nxp-cdoc-description{display:grid;grid-template-rows:auto 1fr;min-height:94px;margin-top:16px;padding:16px 10px;border:1px solid #7f858a}.nxp-cdoc-description strong{align-self:center;text-align:center;font-size:22px}
.nxp-cdoc-table-wrap{margin-top:16px;overflow-x:auto}.nxp-cdoc-table{width:100%;min-width:720px;border-collapse:collapse}.nxp-cdoc-table th{padding:12px 10px;border-top:1px solid #7d8388;border-bottom:1px solid #7d8388;text-align:center;font-size:12px;font-weight:500}.nxp-cdoc-table th:first-child{text-align:center;width:51%}.nxp-cdoc-table th:nth-child(2){width:17%}.nxp-cdoc-table th:nth-child(3){width:15%}.nxp-cdoc-table th:nth-child(4){width:17%}.nxp-cdoc-table td{padding:10px;border-bottom:1px solid #e2e6e9;text-align:right}.nxp-cdoc-table td:first-child{text-align:left}.nxp-cdoc-table tfoot td{padding-top:14px;border-bottom:1px solid #858b90}.nxp-cdoc-table tfoot td:first-child{text-align:right}
.nxp-cdoc-summary{width:min(410px,100%);margin:24px 0 38px auto}.nxp-cdoc-summary>div{display:grid;grid-template-columns:1fr 130px;gap:20px;padding:10px 8px;text-align:right}.nxp-cdoc-summary span{font-weight:500}.nxp-cdoc-summary small{margin-left:12px;font-size:12px}.nxp-cdoc-summary strong{font-weight:500}.nxp-cdoc-summary .is-total span{font-weight:800}.nxp-cdoc-summary .is-negative{color:#d60016}.nxp-cdoc-summary .is-net{margin-top:5px;border-top:2px solid #1d2934;border-bottom:2px solid #1d2934;font-size:18px}.nxp-cdoc-summary .is-net strong{font-size:21px;font-weight:800}
.nxp-cdoc-payment{min-height:104px;padding:20px 10px;border:1px solid #92989d}.nxp-cdoc-payment span,.nxp-cdoc-payment strong{display:block}.nxp-cdoc-payment strong{margin-top:24px;font-size:14px;font-weight:500}.nxp-cdoc-footer{margin-top:40px;text-align:center;color:#7a828a;font-size:11px}
@media(max-width:820px){.nxp-commission-document{padding:26px 20px}.nxp-cdoc-header{grid-template-columns:1fr;gap:22px}.nxp-cdoc-title{text-align:center}.nxp-cdoc-meta{grid-template-columns:1fr 1fr}.nxp-cdoc-description strong{font-size:18px}.nxp-cdoc-client>div{grid-template-columns:92px 1fr}}
@media(max-width:520px){.nxp-commission-document{padding:20px 14px}.nxp-cdoc-title{font-size:34px}.nxp-cdoc-meta{grid-template-columns:1fr}.nxp-cdoc-client>div{grid-template-columns:1fr;gap:4px}.nxp-cdoc-summary{width:100%}.nxp-cdoc-summary>div{grid-template-columns:1fr 112px}.nxp-cdoc-description strong{font-size:16px}}


/* v0.17.0 · Operaciones fiscales posteriores a la emisión. */
.nxp-fiscal-actions{display:grid;gap:16px}.nxp-fiscal-actions>h2{margin:0}.nxp-fiscal-operation{border:1px solid #d9dde5;border-radius:12px;padding:0;background:#fff}.nxp-fiscal-operation>summary{cursor:pointer;font-weight:700;padding:14px 16px}.nxp-fiscal-operation[open]>summary{border-bottom:1px solid #e7e9ef}.nxp-fiscal-operation form{padding:16px}.nxp-fiscal-operation label,.nxp-vf-sub-form label{display:grid;gap:6px;font-weight:600}.nxp-fiscal-operation textarea,.nxp-fiscal-operation input,.nxp-fiscal-operation select,.nxp-vf-sub-form textarea,.nxp-vf-sub-form input{width:100%}.nxp-fiscal-danger{border-color:#efc8cc}.nxp-fiscal-relation{display:grid;gap:5px;padding:14px 16px;border-left:4px solid #334155;background:#f8fafc;border-radius:8px}.nxp-fiscal-relation p{margin:4px 0 0}.nxp-rectification-banner{border-left:5px solid #334155}.nxp-vf-sub-form{min-width:240px}.nxp-vf-sub-form>summary{cursor:pointer;font-weight:700}.nxp-vf-sub-form form{display:grid;gap:10px;margin-top:10px}.nxp-vf-sub-amounts{display:grid;grid-template-columns:repeat(2,minmax(90px,1fr));gap:8px}.nxp-vf-cleanup{border-left:5px solid #b42318}.nxp-vf-context{display:block;max-width:540px;white-space:pre-wrap;overflow-wrap:anywhere;margin-top:8px}.ch301-warning{padding:12px 14px;border-radius:10px;background:#fff7e6;border:1px solid #f4d28b;color:#6f4c00}
@media(max-width:760px){.nxp-vf-sub-amounts{grid-template-columns:1fr}.nxp-vf-sub-form{min-width:0}}
.nxp-fiscal-related-list{margin:.65rem 0 0 1.2rem;padding:0}.nxp-fiscal-related-list li+li{margin-top:.35rem}
