.titulo-acciones { display: flex; align-items: center; gap: 10px; }
.boton-anadir { padding: 9px 13px; border-radius: 8px; font-weight: 800; cursor: pointer; white-space: nowrap; }
.boton-eliminar { display: inline-grid; width: 36px; height: 34px; padding: 7px; place-items: center; border: 1px solid #d92d20; border-radius: 7px; background: #fff; color: #b42318; cursor: pointer; }
.boton-eliminar svg { width: 19px; height: 19px; fill: currentColor; }
.boton-eliminar:hover { background: #fff1f0; }
.estado-oculto { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.cabecera-contenido { display: grid; grid-template-columns: minmax(300px, 1fr) auto; align-items: center; gap: 24px; }
.cabecera-marcas { display: flex; align-items: center; }
.cabecera-marcas img { width: 420px; height: 125px; padding: 4px 10px; border-radius: 8px; background: #fff; object-fit: contain; box-shadow: 0 4px 0 #062d68, 0 8px 18px #021d4844; }
.cerrar-sesion { padding: 10px 15px; border: 1px solid #ffe08a; border-radius: 8px; background: linear-gradient(#ffc533, #f29a00); color: #382200; font-weight: 800; cursor: pointer; box-shadow: 0 5px 0 #a85e00, 0 9px 16px #001c4666; transition: transform .12s ease, box-shadow .12s ease, filter .12s ease; }
.cerrar-sesion:hover { filter: brightness(1.08); transform: translateY(-1px); box-shadow: 0 6px 0 #a85e00, 0 11px 18px #001c4666; }
.cerrar-sesion:active { transform: translateY(4px); box-shadow: 0 1px 0 #a85e00, 0 4px 8px #001c4644; }
.acciones .cerrar-sesion { margin-right: auto; }
@media (max-width: 760px) { .cabecera-contenido { grid-template-columns: 1fr; } .cabecera-marcas img { width: min(100%, 420px); height: auto; } .acciones .cerrar-sesion { width: 100%; margin-right: 0; } }
.dialogo-plan { width: min(680px, calc(100% - 24px)); padding: 0; border: 0; border-radius: 14px; box-shadow: 0 22px 60px #10182855; }
.dialogo-plan::backdrop { background: #101828a8; }
.dialogo-plan form { padding: 22px; }
.dialogo-cabecera { display: flex; justify-content: space-between; gap: 20px; }
.dialogo-cabecera h2 { margin: 0; }
.dialogo-cabecera p { margin: 5px 0 18px; color: #667085; }
.cerrar-dialogo { border: 0; background: transparent; font-size: 1.8rem; cursor: pointer; }
.campos-plan { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.campos-plan label { font-size: .84rem; font-weight: 700; }
.campos-plan input { margin-top: 5px; }
.dialogo-plan fieldset { margin-top: 18px; border: 1px solid #dbe3ec; border-radius: 9px; }
.aplicaciones-plan { display: flex; flex-wrap: wrap; gap: 14px; }
.aplicaciones-plan label { display: flex; align-items: center; gap: 6px; }
.aplicaciones-plan input { width: auto; }
.mensaje-dialogo { min-height: 20px; color: #c62828; }
.dialogo-acciones { display: flex; justify-content: flex-end; gap: 10px; }
.dialogo-acciones button { padding: 11px 16px; border-radius: 8px; font-weight: 800; cursor: pointer; }
@media (max-width: 720px) { .campos-plan { grid-template-columns: 1fr; } .titulo-seccion { flex-direction: column; } }
