.page-registro .search-shell {
    margin-top: 0;
    padding: 1.4rem 0 0.4rem;
}

.page-registro .service-search {
    max-width: none;
    padding: 1rem 1.1rem;
    border-radius: 1.5rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 250, 255, 0.96) 100%);
    box-shadow: 0 16px 36px rgba(13, 40, 82, 0.08);
    border: 1px solid rgba(217, 227, 239, 0.88);
}

.page-registro .service-search__form {
    gap: 0.75rem;
    padding: 0.5rem 0.7rem;
    border-radius: 1rem;
    background: #f6f9fd;
    border: 1px solid rgba(220, 229, 240, 0.92);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.page-registro .service-search__form input {
    min-width: 0;
    padding: 0.35rem 0;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    appearance: none;
    -webkit-appearance: none;
    font-size: 0.98rem;
    font-weight: 700;
}

.page-registro .service-search__form input::-webkit-search-decoration,
.page-registro .service-search__form input::-webkit-search-cancel-button,
.page-registro .service-search__form input::-webkit-search-results-button,
.page-registro .service-search__form input::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

.page-registro .article-search__intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.85rem;
}

.page-registro .article-search__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.58rem 0.9rem;
    border-radius: 999px;
    background: rgba(47, 134, 222, 0.08);
    color: #315489;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.page-registro .article-search__eyebrow i {
    color: #2f86de;
}

.page-registro .article-search__hint {
    margin: 0;
    color: #78869c;
    font-size: 0.94rem;
    line-height: 1.6;
}

.page-registro .article-shell {
    padding: 1.15rem 0 4rem;
}

.page-registro .article-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-bottom: 1.55rem;
    color: #77859b;
    font-size: 0.92rem;
}

.page-registro .article-breadcrumb a {
    color: #53719b;
    text-decoration: none;
}

.page-registro .article-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.72fr);
    gap: 1.5rem;
    align-items: start;
}

.page-registro .article-read {
    position: relative;
    overflow: hidden;
    border-radius: 2rem;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(220, 229, 240, 0.92);
    box-shadow: 0 24px 56px rgba(13, 40, 82, 0.08);
}

.page-registro .article-read__header {
    padding: 2.1rem 2.15rem 1.35rem;
}

.page-registro .article-read__eyebrow-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.page-registro .article-read__category {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 2.6rem;
    padding: 0.65rem 1rem;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(47, 134, 222, 0.12) 0%, rgba(239, 106, 76, 0.12) 100%);
    color: #38557d;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.page-registro .article-read h1 {
    margin: 0;
    font-family: 'Sora', sans-serif;
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1.03;
    letter-spacing: -0.04em;
    color: #25364d;
}

.page-registro .article-read__subtitle {
    margin: 1rem 0 0;
    max-width: 52rem;
    color: #60728c;
    font-size: clamp(1rem, 1.6vw, 1.28rem);
    line-height: 1.7;
}

.page-registro .article-read__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem 1.5rem;
    margin-top: 1.3rem;
    color: #73829a;
    font-size: 0.93rem;
}

.page-registro .article-read__meta span {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
}

.page-registro .article-read__meta i {
    color: #2f86de;
}

.page-registro .article-share {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.page-registro .article-share__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 999px;
    border: 1px solid rgba(217, 227, 239, 0.96);
    background: #fff;
    color: #46658f;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(13, 40, 82, 0.05);
    transition: transform 0.22s ease, box-shadow 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.page-registro .article-share__button:hover,
.page-registro .article-share__button:focus-visible {
    transform: translateY(-2px);
    color: #ef6a4c;
    border-color: rgba(239, 106, 76, 0.3);
    box-shadow: 0 14px 24px rgba(13, 40, 82, 0.09);
}

.page-registro .article-read__media {
    margin: 0;
    background: linear-gradient(135deg, #deebfb 0%, #f6f9fd 100%);
    border-top: 1px solid rgba(220, 229, 240, 0.9);
    border-bottom: 1px solid rgba(220, 229, 240, 0.9);
}

.page-registro .article-read__media img {
    display: block;
    width: 100%;
    max-height: 34rem;
    object-fit: cover;
}

.page-registro .article-read__content {
    padding: 2rem 2.15rem 2.35rem;
    color: #41536b;
    font-size: 1.03rem;
    line-height: 1.9;
}

.page-registro .article-read__content > *:first-child {
    margin-top: 0;
}

.page-registro .article-read__content p,
.page-registro .article-read__content ul,
.page-registro .article-read__content ol,
.page-registro .article-read__content blockquote,
.page-registro .article-read__content table,
.page-registro .article-read__content figure {
    margin: 0 0 1.4rem;
}

.page-registro .article-read__content h2,
.page-registro .article-read__content h3,
.page-registro .article-read__content h4 {
    margin: 2rem 0 1rem;
    color: #24364d;
    font-family: 'Sora', sans-serif;
    line-height: 1.2;
}

.page-registro .article-read__content a {
    color: #1f5ea7;
    font-weight: 700;
    text-decoration-thickness: 0.08em;
}

.page-registro .article-read__content img {
    max-width: 100%;
    height: auto;
    border-radius: 1.35rem;
    box-shadow: 0 16px 30px rgba(13, 40, 82, 0.08);
}

.page-registro .article-read__content blockquote {
    padding: 1.2rem 1.3rem;
    border-left: 4px solid #ef6a4c;
    border-radius: 0 1rem 1rem 0;
    background: rgba(239, 106, 76, 0.06);
    color: #3d4c61;
}

.page-registro .article-attachments {
    margin: 0 2.15rem 2.2rem;
    padding: 1.45rem;
    border-radius: 1.55rem;
    background: linear-gradient(180deg, rgba(247, 250, 255, 0.98) 0%, rgba(255, 255, 255, 0.98) 100%);
    border: 1px solid rgba(220, 229, 240, 0.92);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.page-registro .article-attachments__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem 1.5rem;
    flex-wrap: wrap;
    margin-bottom: 1.1rem;
}

.page-registro .article-attachments__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 2.3rem;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    background: rgba(47, 134, 222, 0.08);
    color: #315489;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.page-registro .article-attachments__header h2 {
    margin: 0.8rem 0 0;
    color: #273951;
    font-size: clamp(1.25rem, 2vw, 1.65rem);
    font-family: 'Sora', sans-serif;
    line-height: 1.15;
}

.page-registro .article-attachments__feedback {
    margin: 0;
    color: #6d7d94;
    font-size: 0.95rem;
    line-height: 1.7;
}

.page-registro .article-attachments__feedback strong {
    color: #27415f;
}

.page-registro .article-attachments__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.page-registro .article-attachment-card {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.95rem;
    min-height: 7.25rem;
    padding: 1.15rem 1.1rem 1rem;
    border-radius: 1.3rem;
    border: 1px solid rgba(220, 229, 240, 0.95);
    background: rgba(255, 255, 255, 0.98);
    color: #32475f;
    text-decoration: none;
    box-shadow: 0 14px 28px rgba(13, 40, 82, 0.06);
    overflow: hidden;
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.page-registro .article-attachment-card:hover,
.page-registro .article-attachment-card:focus-visible {
    transform: translateY(-3px);
    box-shadow: 0 18px 34px rgba(13, 40, 82, 0.1);
    border-color: rgba(47, 134, 222, 0.26);
}

.page-registro .article-attachment-card__tone {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0.32rem;
}

.page-registro .article-attachment-card__icon {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.4rem;
    height: 3.4rem;
    border-radius: 1rem;
    background: linear-gradient(180deg, rgba(245, 248, 253, 1) 0%, rgba(236, 243, 252, 1) 100%);
    color: #3b5f88;
    font-size: 1.45rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.page-registro .article-attachment-card__body {
    display: grid;
    gap: 0.35rem;
    min-width: 0;
}

.page-registro .article-attachment-card__body strong {
    display: -webkit-box;
    overflow: hidden;
    color: #4d617d;
    font-size: 0.89rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.01em;
    text-overflow: ellipsis;
    word-break: normal;
    overflow-wrap: anywhere;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.page-registro .article-attachment-card__body small {
    color: #7a8aa0;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.page-registro .article-attachment-card__action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.65rem;
    height: 2.65rem;
    border-radius: 999px;
    background: rgba(47, 134, 222, 0.1);
    color: #2f86de;
    font-size: 1rem;
    transition: transform 0.24s ease, background 0.24s ease, color 0.24s ease;
}

.page-registro .article-attachment-card:hover .article-attachment-card__action,
.page-registro .article-attachment-card:focus-visible .article-attachment-card__action {
    transform: translateY(-1px);
}

.page-registro .article-attachment-card--blue .article-attachment-card__tone {
    background: #2f86de;
}

.page-registro .article-attachment-card--brown .article-attachment-card__tone {
    background: #b97739;
}

.page-registro .article-attachment-card--gold .article-attachment-card__tone {
    background: #f2bc43;
}

.page-registro .article-attachment-card--red .article-attachment-card__tone {
    background: #ef6a4c;
}

.page-registro .article-attachment-card--blue .article-attachment-card__action {
    background: rgba(47, 134, 222, 0.12);
    color: #2f86de;
}

.page-registro .article-attachment-card--brown .article-attachment-card__action {
    background: rgba(185, 119, 57, 0.12);
    color: #b97739;
}

.page-registro .article-attachment-card--gold .article-attachment-card__action {
    background: rgba(242, 188, 67, 0.14);
    color: #c28d1e;
}

.page-registro .article-attachment-card--red .article-attachment-card__action {
    background: rgba(239, 106, 76, 0.12);
    color: #ef6a4c;
}

.page-registro .article-side {
    position: sticky;
    top: 6.5rem;
    display: grid;
    gap: 1rem;
}

.page-registro .article-side__card {
    padding: 1.45rem;
    border-radius: 1.7rem;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(220, 229, 240, 0.92);
    box-shadow: 0 18px 36px rgba(13, 40, 82, 0.06);
}

.page-registro .article-side__card--light {
    background: linear-gradient(180deg, rgba(248, 251, 255, 0.96) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.page-registro .article-side__label {
    display: inline-flex;
    align-items: center;
    min-height: 2.25rem;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(47, 134, 222, 0.08);
    color: #315489;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.page-registro .article-side__card h3 {
    margin: 1rem 0 0.85rem;
    color: #26384e;
    font-size: 1.12rem;
    font-weight: 800;
}

.page-registro .article-side__meta {
    display: grid;
    gap: 0.95rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.page-registro .article-side__meta li {
    display: grid;
    gap: 0.18rem;
    padding-bottom: 0.9rem;
    border-bottom: 1px solid rgba(225, 232, 242, 0.9);
}

.page-registro .article-side__meta li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.page-registro .article-side__meta span {
    color: #8190a7;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 800;
}

.page-registro .article-side__meta strong {
    color: #334861;
    font-size: 0.98rem;
    line-height: 1.5;
}

.page-registro .article-side__links {
    display: grid;
    gap: 0.75rem;
}

.page-registro .article-side__links a {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    background: #fff;
    color: #3d5574;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid rgba(220, 229, 240, 0.92);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.page-registro .article-side__links a:hover,
.page-registro .article-side__links a:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(47, 134, 222, 0.24);
    box-shadow: 0 14px 26px rgba(13, 40, 82, 0.08);
}

.page-fotos-registro .photo-record-shell {
    padding: 1.15rem 0 4rem;
}

.page-fotos-registro .photo-record-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.72fr);
    gap: 1.5rem;
    align-items: start;
}

.page-fotos-registro .photo-record-main {
    display: grid;
    gap: 1.2rem;
    min-width: 0;
}

.page-fotos-registro .photo-record-hero,
.page-fotos-registro .photo-record-gallery {
    padding: 1.4rem;
    border-radius: 2rem;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(220, 229, 240, 0.92);
    box-shadow: 0 24px 56px rgba(13, 40, 82, 0.08);
}

.page-fotos-registro .photo-record-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(18rem, 0.9fr);
    gap: 1.1rem;
    align-items: stretch;
}

.page-fotos-registro .photo-record-featured {
    --tone: var(--par-blue);
    position: relative;
    overflow: hidden;
    min-height: 33rem;
    padding: 0;
    border: 0;
    border-radius: 1.8rem;
    background: #d9e6f6;
    text-align: left;
    cursor: pointer;
    box-shadow: 0 20px 40px rgba(13, 40, 82, 0.12);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.page-fotos-registro .photo-record-featured:hover,
.page-fotos-registro .photo-record-featured:focus-visible {
    transform: translateY(-4px);
    box-shadow: 0 28px 46px rgba(13, 40, 82, 0.16);
    outline: none;
}

.page-fotos-registro .photo-record-featured::before {
    content: '';
    position: absolute;
    inset: 0 0 auto 0;
    height: 0.44rem;
    background: linear-gradient(90deg, var(--par-blue) 0 25%, var(--par-brown) 25% 50%, var(--par-yellow) 50% 75%, var(--par-red) 75% 100%);
    z-index: 3;
}

.page-fotos-registro .photo-record-featured__media,
.page-fotos-registro .photo-record-thumb__media {
    position: relative;
    display: block;
    overflow: hidden;
}

.page-fotos-registro .photo-record-featured__media {
    width: 100%;
    height: 100%;
}

.page-fotos-registro .photo-record-featured__media img,
.page-fotos-registro .photo-record-thumb__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.34s ease;
}

.page-fotos-registro .photo-record-featured:hover .photo-record-featured__media img,
.page-fotos-registro .photo-record-featured:focus-visible .photo-record-featured__media img,
.page-fotos-registro .photo-record-thumb:hover .photo-record-thumb__media img,
.page-fotos-registro .photo-record-thumb:focus-visible .photo-record-thumb__media img {
    transform: scale(1.04);
}

.page-fotos-registro .photo-record-featured__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(9, 19, 35, 0.08) 10%, rgba(9, 19, 35, 0.72) 100%);
    z-index: 1;
}

.page-fotos-registro .photo-record-featured__badge,
.page-fotos-registro .photo-record-featured__cta {
    position: absolute;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
}

.page-fotos-registro .photo-record-featured__badge {
    top: 1.2rem;
    left: 1.2rem;
    min-height: 2.7rem;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    color: #365173;
    font-size: 0.84rem;
    font-weight: 800;
    box-shadow: 0 14px 28px rgba(13, 40, 82, 0.12);
}

.page-fotos-registro .photo-record-featured__cta {
    right: 1.2rem;
    bottom: 1.2rem;
    min-height: 2.95rem;
    padding: 0.8rem 1rem;
    border-radius: 999px;
    background: color-mix(in srgb, var(--tone) 82%, #ffffff 18%);
    color: #fff;
    font-size: 0.88rem;
    font-weight: 800;
    box-shadow: 0 16px 28px color-mix(in srgb, var(--tone) 22%, rgba(13, 40, 82, 0.16));
}

.page-fotos-registro .photo-record-summary {
    display: grid;
    align-content: start;
    gap: 1rem;
    padding: 1.55rem;
    border-radius: 1.8rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 251, 255, 0.98) 100%);
    border: 1px solid rgba(220, 229, 240, 0.92);
}

.page-fotos-registro .photo-record-summary h1 {
    margin: 0;
    font-family: 'Sora', sans-serif;
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.03;
    letter-spacing: -0.04em;
    color: #25364d;
}

.page-fotos-registro .photo-record-summary__subtitle {
    margin: -0.1rem 0 0;
    color: #60728c;
    font-size: clamp(1rem, 1.6vw, 1.18rem);
    line-height: 1.75;
}

.page-fotos-registro .photo-record-summary__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem 1.2rem;
    color: #72839a;
    font-size: 0.92rem;
}

.page-fotos-registro .photo-record-summary__meta span {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.page-fotos-registro .photo-record-summary__meta i {
    color: #2f86de;
}

.page-fotos-registro .photo-record-summary__text {
    margin: 0;
    color: #64768e;
    line-height: 1.8;
}

.page-fotos-registro .photo-record-summary__palette {
    display: flex;
    gap: 0.55rem;
}

.page-fotos-registro .photo-record-summary__palette span {
    flex: 1 1 0;
    height: 0.42rem;
    border-radius: 999px;
}

.page-fotos-registro .photo-record-summary__palette .is-blue {
    background: var(--par-blue);
}

.page-fotos-registro .photo-record-summary__palette .is-brown {
    background: var(--par-brown);
}

.page-fotos-registro .photo-record-summary__palette .is-gold {
    background: var(--par-yellow);
}

.page-fotos-registro .photo-record-summary__palette .is-red {
    background: var(--par-red);
}

.page-fotos-registro .photo-record-summary__stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.page-fotos-registro .photo-record-stat {
    display: grid;
    gap: 0.18rem;
    padding: 0.95rem 1rem;
    border-radius: 1.2rem;
    background: #fff;
    border: 1px solid rgba(220, 229, 240, 0.92);
}

.page-fotos-registro .photo-record-stat small {
    color: #7c8da4;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.page-fotos-registro .photo-record-stat strong {
    color: #334861;
    font-size: 0.95rem;
    line-height: 1.5;
}

.page-fotos-registro .photo-record-gallery__toolbar {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.page-fotos-registro .photo-record-gallery__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 2.2rem;
    padding: 0.42rem 0.8rem;
    border-radius: 999px;
    background: rgba(47, 134, 222, 0.08);
    color: #315489;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.page-fotos-registro .photo-record-gallery__toolbar h2 {
    margin: 0.7rem 0 0;
    color: #283c55;
    font-family: 'Sora', sans-serif;
    font-size: clamp(1.35rem, 2.2vw, 2rem);
    line-height: 1.15;
}

.page-fotos-registro .photo-record-gallery__feedback {
    margin: 0;
    max-width: 28rem;
    color: #6e8098;
    line-height: 1.7;
    text-align: right;
}

.page-fotos-registro .photo-record-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    align-items: stretch;
}

.page-fotos-registro .photo-record-thumb {
    --tone: var(--par-blue);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 0;
    min-height: 100%;
    border: 1px solid rgba(220, 229, 240, 0.92);
    border-radius: 1.55rem;
    background: rgba(255, 255, 255, 0.98);
    color: inherit;
    text-align: left;
    cursor: pointer;
    box-shadow: 0 16px 34px rgba(13, 40, 82, 0.06);
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.page-fotos-registro .photo-record-thumb:hover,
.page-fotos-registro .photo-record-thumb:focus-visible {
    transform: translateY(-4px);
    border-color: color-mix(in srgb, var(--tone) 32%, rgba(220, 229, 240, 0.92));
    box-shadow: 0 24px 44px rgba(13, 40, 82, 0.1);
    outline: none;
}

.page-fotos-registro .photo-record-thumb::before {
    content: '';
    position: absolute;
    inset: 0 0 auto 0;
    height: 0.34rem;
    background: var(--tone);
    z-index: 3;
}

.page-fotos-registro .photo-record-thumb__media {
    aspect-ratio: 4 / 3;
    background: linear-gradient(135deg, #dce7f6 0%, #f6f9fd 100%);
}

.page-fotos-registro .photo-record-thumb__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 18, 32, 0.04) 0%, rgba(10, 18, 32, 0.38) 100%);
}

.page-fotos-registro .photo-record-thumb__order,
.page-fotos-registro .photo-record-thumb__icon {
    position: absolute;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.page-fotos-registro .photo-record-thumb__order {
    top: 1rem;
    left: 1rem;
    min-width: 3rem;
    min-height: 3rem;
    padding: 0.4rem 0.65rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.96);
    color: var(--tone);
    font-size: 0.9rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    box-shadow: 0 12px 24px rgba(13, 40, 82, 0.1);
}

.page-fotos-registro .photo-record-thumb__icon {
    right: 1rem;
    bottom: 6.3rem;
    width: 2.85rem;
    height: 2.85rem;
    border-radius: 999px;
    background: color-mix(in srgb, var(--tone) 82%, #ffffff 18%);
    color: #fff;
    font-size: 1rem;
    box-shadow: 0 14px 26px color-mix(in srgb, var(--tone) 24%, rgba(13, 40, 82, 0.14));
}

.page-fotos-registro .photo-record-thumb__content {
    display: grid;
    gap: 0.45rem;
    align-content: start;
    flex: 1 1 auto;
    padding: 1.15rem 1.15rem 1.25rem;
}

.page-fotos-registro .photo-record-thumb__content strong {
    display: -webkit-box;
    overflow: hidden;
    color: #2d425c;
    font-size: 1.06rem;
    line-height: 1.34;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.page-fotos-registro .photo-record-thumb__content span {
    display: -webkit-box;
    overflow: hidden;
    color: #70829a;
    line-height: 1.68;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.page-fotos-registro .photo-record-empty,
.page-fotos-registro .photo-record-noscript {
    padding: 1.25rem 1.2rem;
    border-radius: 1.35rem;
    background: rgba(255, 255, 255, 0.94);
    border: 1px dashed rgba(196, 211, 228, 0.95);
    color: #6a7b92;
    line-height: 1.75;
}

.page-fotos-registro .photo-record-noscript {
    margin-top: 1rem;
}

.page-fotos-registro .photo-record-noscript img {
    max-width: 100%;
    height: auto;
    border-radius: 1rem;
}

.page-fotos-registro .photo-record-side__tips {
    display: grid;
    gap: 0.85rem;
}

.page-fotos-registro .photo-record-side__tips div {
    display: grid;
    grid-template-columns: 1.35rem minmax(0, 1fr);
    gap: 0.75rem;
    align-items: start;
    color: #667992;
    line-height: 1.7;
}

.page-fotos-registro .photo-record-side__tips i {
    color: var(--portal-spectrum);
    font-size: 1rem;
    margin-top: 0.15rem;
}

.page-fotos-registro .photo-record-modal .gallery-modal__layout {
    grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr);
    align-items: center;
}

.page-fotos-registro .photo-record-modal .gallery-modal__content {
    position: relative;
}

.page-fotos-registro .photo-record-modal .gallery-modal__content::before {
    content: '';
    position: absolute;
    inset: 0 0 auto 0;
    height: 0.46rem;
    background: linear-gradient(90deg, var(--par-blue) 0 25%, var(--par-brown) 25% 50%, var(--par-yellow) 50% 75%, var(--par-red) 75% 100%);
    z-index: 3;
}

.page-fotos-registro .photo-record-modal .gallery-modal__copy {
    position: relative;
}

.page-fotos-registro .photo-record-modal .gallery-modal__copy::before {
    content: '';
    display: block;
    width: 100%;
    height: 0.42rem;
    margin-bottom: 1.15rem;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--par-blue) 0 25%, var(--par-brown) 25% 50%, var(--par-yellow) 50% 75%, var(--par-red) 75% 100%);
}

.page-fotos-registro .photo-record-modal .gallery-modal__eyebrow {
    background: linear-gradient(90deg, rgba(62, 163, 255, 0.12) 0%, rgba(184, 106, 43, 0.12) 33%, rgba(255, 184, 41, 0.16) 66%, rgba(234, 66, 66, 0.12) 100%);
    color: #345277;
}

.page-fotos-registro .photo-record-modal__stage {
    position: relative;
}

.page-fotos-registro .photo-record-modal .gallery-modal__media {
    margin: 0;
}

.page-fotos-registro .photo-record-modal__nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    color: #365173;
    box-shadow: 0 18px 30px rgba(13, 40, 82, 0.14);
    transform: translateY(-50%);
    transition: transform 0.22s ease, box-shadow 0.22s ease, color 0.22s ease;
}

.page-fotos-registro .photo-record-modal__nav:hover,
.page-fotos-registro .photo-record-modal__nav:focus-visible {
    color: #ef6a4c;
    transform: translateY(-50%) scale(1.03);
    box-shadow: 0 22px 34px rgba(13, 40, 82, 0.18);
    outline: none;
}

.page-fotos-registro .photo-record-modal__nav:disabled {
    opacity: 0.45;
    pointer-events: none;
}

.page-fotos-registro .photo-record-modal__nav--prev {
    left: 1rem;
}

.page-fotos-registro .photo-record-modal__nav--next {
    right: 1rem;
}

.page-fotos-registro .photo-record-modal__close {
    top: 1.15rem;
    right: 1.15rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.2rem;
    height: 3.2rem;
    padding: 0;
    border: 1px solid rgba(220, 229, 240, 0.9);
    background: rgba(255, 255, 255, 0.98);
    color: #365173;
    box-shadow: 0 18px 30px rgba(13, 40, 82, 0.14);
    transition: transform 0.22s ease, box-shadow 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.page-fotos-registro .photo-record-modal__close:hover,
.page-fotos-registro .photo-record-modal__close:focus-visible {
    color: #ef6a4c;
    border-color: rgba(239, 106, 76, 0.28);
    background: #fff;
    transform: translateY(-1px);
    box-shadow: 0 22px 34px rgba(13, 40, 82, 0.18);
    outline: none;
}

.page-fotos-registro .photo-record-modal__close i {
    font-size: 1rem;
    line-height: 1;
}

.page-fotos-registro .photo-record-modal__counter {
    position: absolute;
    left: 50%;
    bottom: 1rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.5rem;
    padding: 0.55rem 0.95rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    color: #304968;
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    box-shadow: 0 12px 24px rgba(13, 40, 82, 0.12);
    transform: translateX(-50%);
    border: 1px solid rgba(220, 229, 240, 0.9);
}

.page-video-registro .video-record-shell {
    padding: 1.15rem 0 4rem;
}

.page-video-registro .video-record-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.58fr) minmax(300px, 0.72fr);
    gap: 1.5rem;
    align-items: start;
}

.page-video-registro .video-record-main {
    display: grid;
    gap: 1.35rem;
}

.page-video-registro .video-record-header,
.page-video-registro .video-record-stage,
.page-video-registro .video-record-copy {
    padding: 1.2rem;
    border-radius: 2rem;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(220, 229, 240, 0.92);
    box-shadow: 0 24px 56px rgba(13, 40, 82, 0.08);
}

.page-video-registro .video-record-header {
    display: grid;
    gap: 1rem;
}

.page-video-registro .video-record-header h1 {
    margin: 0;
    font-family: 'Sora', sans-serif;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.03;
    letter-spacing: -0.04em;
    color: #25364d;
}

.page-video-registro .video-record-header__palette,
.page-video-registro .video-record-stage__palette {
    display: flex;
    gap: 0.55rem;
}

.page-video-registro .video-record-header__palette span,
.page-video-registro .video-record-stage__palette span {
    flex: 1 1 0;
    height: 0.42rem;
    border-radius: 999px;
}

.page-video-registro .video-record-header__palette .is-blue,
.page-video-registro .video-record-stage__palette .is-blue {
    background: var(--par-blue);
}

.page-video-registro .video-record-header__palette .is-brown,
.page-video-registro .video-record-stage__palette .is-brown {
    background: var(--par-brown);
}

.page-video-registro .video-record-header__palette .is-gold,
.page-video-registro .video-record-stage__palette .is-gold {
    background: var(--par-yellow);
}

.page-video-registro .video-record-header__palette .is-red,
.page-video-registro .video-record-stage__palette .is-red {
    background: var(--par-red);
}

.page-video-registro .video-record-stage {
    display: grid;
    gap: 1rem;
    background:
        radial-gradient(circle at top right, rgba(239, 106, 76, 0.08) 0%, transparent 28%),
        linear-gradient(180deg, rgba(249, 251, 255, 0.98) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.page-video-registro .video-record-stage__frame {
    position: relative;
    overflow: hidden;
    border-radius: 1.55rem;
    background:
        radial-gradient(circle at top, rgba(47, 134, 222, 0.16) 0%, transparent 34%),
        linear-gradient(150deg, #12233d 0%, #182743 54%, #232639 100%);
    box-shadow: 0 30px 52px rgba(13, 40, 82, 0.18);
}

.page-video-registro .video-record-stage__badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 2.5rem;
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    color: #2f4767;
    font-size: 0.82rem;
    font-weight: 800;
    box-shadow: 0 16px 30px rgba(8, 18, 31, 0.22);
}

.page-video-registro .video-record-stage__badge i {
    color: #ef6a4c;
}

.page-video-registro .video-record-stage__media {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 1.55rem;
    background: #091321;
}

.page-video-registro .video-record-stage__media iframe,
.page-video-registro .video-record-stage__media video {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    background: #000;
}

.page-video-registro .video-record-stage__media video {
    object-fit: cover;
}

.page-video-registro .video-record-stage__footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem 1.25rem;
    flex-wrap: wrap;
}

.page-video-registro .video-record-stage__summary {
    display: grid;
    gap: 0.7rem;
    max-width: 42rem;
}

.page-video-registro .video-record-stage__eyebrow {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 2.2rem;
    padding: 0.42rem 0.8rem;
    border-radius: 999px;
    background: rgba(47, 134, 222, 0.08);
    color: #315489;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.page-video-registro .video-record-stage__summary h2 {
    margin: 0;
    color: #26384e;
    font-family: 'Sora', sans-serif;
    font-size: clamp(1.35rem, 2.4vw, 2.1rem);
    line-height: 1.12;
}

.page-video-registro .video-record-stage__summary p {
    margin: 0;
    color: #6c7f97;
    line-height: 1.78;
}

.page-video-registro .video-record-stage__external {
    display: inline-flex;
    align-items: center;
    gap: 0.48rem;
    min-height: 2.9rem;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--par-blue) 0%, var(--par-red) 100%);
    color: #fff;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 18px 30px rgba(47, 134, 222, 0.22);
    transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.page-video-registro .video-record-stage__external:hover,
.page-video-registro .video-record-stage__external:focus-visible {
    transform: translateY(-2px);
    filter: saturate(1.04);
    box-shadow: 0 22px 34px rgba(47, 134, 222, 0.28);
    outline: none;
}

.page-video-registro .video-record-stage__placeholder {
    position: relative;
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    min-height: min(28rem, 56vw);
    background: linear-gradient(145deg, rgba(9, 19, 33, 0.94) 0%, rgba(24, 39, 67, 0.96) 100%);
}

.page-video-registro .video-record-stage__placeholder-image,
.page-video-registro .video-record-stage__placeholder-overlay {
    position: absolute;
    inset: 0;
}

.page-video-registro .video-record-stage__placeholder-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: saturate(0.96);
}

.page-video-registro .video-record-stage__placeholder-overlay {
    background: linear-gradient(180deg, rgba(8, 15, 24, 0.2) 0%, rgba(8, 15, 24, 0.82) 100%);
}

.page-video-registro .video-record-stage__placeholder-panel {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 0.85rem;
    justify-items: center;
    max-width: 32rem;
    padding: 1.25rem;
    text-align: center;
    color: #f6f9fd;
}

.page-video-registro .video-record-stage__placeholder-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    font-size: 1.5rem;
    box-shadow: 0 18px 34px rgba(8, 18, 31, 0.22);
}

.page-video-registro .video-record-stage__placeholder-panel strong {
    font-family: 'Sora', sans-serif;
    font-size: clamp(1.35rem, 2.1vw, 2rem);
    line-height: 1.12;
}

.page-video-registro .video-record-stage__placeholder-panel p {
    margin: 0;
    color: rgba(239, 245, 255, 0.86);
    line-height: 1.78;
}

.page-video-registro .video-record-copy {
    display: grid;
    gap: 1.2rem;
}

.page-video-registro .video-record-copy__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem 1.4rem;
    flex-wrap: wrap;
}

.page-video-registro .video-record-copy__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 2.3rem;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    background: rgba(239, 106, 76, 0.08);
    color: #a34d39;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.page-video-registro .video-record-copy__stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
    flex: 1 1 30rem;
}

.page-video-registro .video-record-copy__stat {
    position: relative;
    display: grid;
    gap: 0.18rem;
    padding: 0.95rem 1rem;
    border-radius: 1.2rem;
    background: #fff;
    border: 1px solid rgba(220, 229, 240, 0.92);
    overflow: hidden;
}

.page-video-registro .video-record-copy__stat::before {
    content: '';
    position: absolute;
    inset: 0 0 auto 0;
    height: 0.3rem;
}

.page-video-registro .video-record-copy__stat.is-blue::before {
    background: var(--par-blue);
}

.page-video-registro .video-record-copy__stat.is-brown::before {
    background: var(--par-brown);
}

.page-video-registro .video-record-copy__stat.is-gold::before {
    background: var(--par-yellow);
}

.page-video-registro .video-record-copy__stat.is-red::before {
    background: var(--par-red);
}

.page-video-registro .video-record-copy__stat small {
    color: #7c8da4;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.page-video-registro .video-record-copy__stat strong {
    color: #334861;
    font-size: 0.95rem;
    line-height: 1.5;
}

.page-video-registro .video-record-copy__content {
    padding: 0;
}

.page-video-registro .video-record-side__notes {
    display: grid;
    gap: 0.8rem;
}

.page-video-registro .video-record-note {
    position: relative;
    display: grid;
    gap: 0.28rem;
    padding: 0.95rem 1rem 0.95rem 1.1rem;
    border-radius: 1rem;
    background: #fff;
    border: 1px solid rgba(220, 229, 240, 0.92);
    overflow: hidden;
}

.page-video-registro .video-record-note::before {
    content: '';
    position: absolute;
    inset: 0 0 auto 0;
    height: 0.28rem;
}

.page-video-registro .video-record-note.is-blue::before {
    background: var(--par-blue);
}

.page-video-registro .video-record-note.is-brown::before {
    background: var(--par-brown);
}

.page-video-registro .video-record-note.is-gold::before {
    background: var(--par-yellow);
}

.page-video-registro .video-record-note.is-red::before {
    background: var(--par-red);
}

.page-video-registro .video-record-note strong {
    color: #2f4562;
    font-size: 0.95rem;
}

.page-video-registro .video-record-note span {
    color: #6a7d96;
    line-height: 1.72;
}

.page-lista .search-shell {
    margin-top: 0;
    padding: 1.4rem 0 0.4rem;
}

.page-lista .service-search {
    max-width: none;
    padding: 1rem 1.1rem;
    border-radius: 1.5rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 250, 255, 0.96) 100%);
    box-shadow: 0 16px 36px rgba(13, 40, 82, 0.08);
    border: 1px solid rgba(217, 227, 239, 0.88);
}

.page-lista .service-search__form {
    gap: 0.75rem;
    padding: 0.5rem 0.7rem;
    border-radius: 1rem;
    background: #f6f9fd;
    border: 1px solid rgba(220, 229, 240, 0.92);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.page-lista .service-search__form input {
    min-width: 0;
    padding: 0.35rem 0;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    appearance: none;
    -webkit-appearance: none;
    font-size: 0.98rem;
    font-weight: 700;
}

.page-lista .service-search__form input::-webkit-search-decoration,
.page-lista .service-search__form input::-webkit-search-cancel-button,
.page-lista .service-search__form input::-webkit-search-results-button,
.page-lista .service-search__form input::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

.page-lista .lista-search__intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.85rem;
}

.page-lista .lista-search__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.58rem 0.9rem;
    border-radius: 999px;
    background: rgba(47, 134, 222, 0.08);
    color: #315489;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.page-lista .lista-search__eyebrow i {
    color: #2f86de;
}

.page-lista .lista-search__hint {
    margin: 0;
    color: #78869c;
    font-size: 0.94rem;
    line-height: 1.6;
}

.page-lista .lista-shell {
    padding: 1.15rem 0 4rem;
}

.page-lista .lista-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-bottom: 1.35rem;
    color: #77859b;
    font-size: 0.92rem;
}

.page-lista .lista-breadcrumb a {
    color: #53719b;
    text-decoration: none;
}

.page-lista .lista-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.72fr);
    gap: 1.5rem;
    align-items: start;
}

.page-lista .lista-main {
    min-width: 0;
}

.page-lista .lista-heading {
    margin-bottom: 1.25rem;
}

.page-lista .lista-heading__copy h1 {
    margin: 0;
    font-family: 'Sora', sans-serif;
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 1.04;
    letter-spacing: -0.04em;
    color: #2a3d56;
}

.page-lista .lista-heading__copy p {
    margin: 0.55rem 0 0;
    max-width: 52rem;
    color: #657791;
    font-size: 1.06rem;
    line-height: 1.75;
}

.page-lista .lista-heading__icon {
    color: var(--portal-spectrum);
}

.page-lista .lista-heading__action {
    text-decoration: none;
}

.page-lista .lista-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.15rem;
    margin-bottom: 1rem;
    border-radius: 1.35rem;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(220, 229, 240, 0.92);
    box-shadow: 0 14px 28px rgba(13, 40, 82, 0.05);
}

.page-lista .lista-toolbar__label {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    color: #35517a;
    font-size: 0.9rem;
    font-weight: 800;
}

.page-lista .lista-toolbar__feedback {
    margin: 0;
    color: #7a8aa0;
    font-size: 0.94rem;
    text-align: right;
}

.page-lista .lista-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.page-lista .lista-card {
    --tone: var(--par-blue);
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
    border-radius: 1.7rem;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(220, 229, 240, 0.92);
    box-shadow: 0 18px 34px rgba(13, 40, 82, 0.06);
    text-decoration: none;
    color: inherit;
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.page-lista .lista-card:hover,
.page-lista .lista-card:focus-visible {
    transform: translateY(-5px);
    border-color: rgba(47, 134, 222, 0.22);
    box-shadow: 0 24px 46px rgba(13, 40, 82, 0.11);
    outline: none;
}

.page-lista .lista-card.is-featured {
    grid-column: span 2;
    min-height: 32rem;
}

.page-lista .lista-card__media {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #dde9f7 0%, #f6f9fd 100%);
}

.page-lista .lista-card__media img {
    display: block;
    width: 100%;
    height: 16rem;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.page-lista .lista-card.is-featured .lista-card__media img {
    height: 23rem;
}

.page-lista .lista-card:hover .lista-card__media img,
.page-lista .lista-card:focus-visible .lista-card__media img {
    transform: scale(1.04);
}

.page-lista .lista-card__body {
    display: grid;
    gap: 0.95rem;
    padding: 1.3rem 1.35rem 1.4rem;
}

.page-lista .lista-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.page-lista .lista-card__date {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #76869d;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.page-lista .lista-card__date::before {
    content: '';
    width: 4.2rem;
    height: 0.34rem;
    border-radius: 999px;
    background: var(--tone);
}

.page-lista .lista-card__tag {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    background: rgba(47, 134, 222, 0.08);
    color: #54739b;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.page-lista .lista-card__title {
    margin: 0;
    font-size: clamp(1.15rem, 2vw, 1.65rem);
    line-height: 1.28;
    color: #2e425d;
    font-weight: 800;
}

.page-lista .lista-card.is-featured .lista-card__title {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    line-height: 1.12;
}

.page-lista .lista-card__subtitle {
    margin: -0.25rem 0 0;
    color: #5c708b;
    font-weight: 700;
    font-size: 0.98rem;
    line-height: 1.65;
}

.page-lista .lista-card__description {
    margin: 0;
    color: #73839a;
    font-size: 0.98rem;
    line-height: 1.78;
}

.page-lista .lista-card__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.8rem;
    height: 2.8rem;
    margin-top: auto;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(220, 229, 240, 0.9);
    color: var(--tone);
    box-shadow: 0 10px 20px rgba(13, 40, 82, 0.05);
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.page-lista .lista-card:hover .lista-card__arrow,
.page-lista .lista-card:focus-visible .lista-card__arrow {
    transform: translate(3px, -3px);
    box-shadow: 0 14px 24px rgba(13, 40, 82, 0.09);
}

.page-lista .lista-empty {
    padding: 1.45rem 1.3rem;
    border-radius: 1.4rem;
    background: rgba(255, 255, 255, 0.94);
    border: 1px dashed rgba(196, 211, 228, 0.95);
    color: #6a7b92;
    line-height: 1.7;
    box-shadow: 0 14px 26px rgba(13, 40, 82, 0.04);
}

.page-lista .paginator {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 0.6rem;
    width: 100%;
    margin-top: 1.3rem;
    padding: 0.4rem 0 0.15rem;
    clear: both;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
}

.page-lista .paginator::-webkit-scrollbar {
    display: none;
}

.page-lista .paginator a,
.page-lista .paginator span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.8rem;
    min-height: 2.8rem;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(220, 229, 240, 0.96);
    background: rgba(255, 255, 255, 0.96);
    color: #536987;
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(13, 40, 82, 0.05);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, color 0.22s ease, background-color 0.22s ease;
}

.page-lista .paginator a:hover,
.page-lista .paginator a:focus-visible {
    transform: translateY(-2px);
    color: #ef6a4c;
    border-color: rgba(239, 106, 76, 0.3);
    box-shadow: 0 14px 26px rgba(13, 40, 82, 0.09);
    outline: none;
}

.page-lista .paginator span.active {
    background: linear-gradient(90deg, #2f86de 0%, #ef6a4c 100%);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 16px 30px rgba(47, 134, 222, 0.22);
}

.page-lista .paginator .icon-previous,
.page-lista .paginator .icon-next {
    padding-left: 1.15rem;
    padding-right: 1.15rem;
}

.page-lista .paginator .icon-previous,
.page-lista .paginator .icon-next,
.page-lista .paginator span.active,
.page-lista .paginator > span {
    flex: 0 0 auto;
}

.page-lista .paginator .icon-previous {
    font-size: 0;
}

.page-lista .paginator .icon-next {
    font-size: 0;
}

.page-lista .paginator .icon-previous::before {
    content: '← Primeira';
    margin-right: 0;
    font-size: 0.92rem;
}

.page-lista .paginator .icon-next::after {
    content: 'Ultima →';
    margin-left: 0;
    font-size: 0.92rem;
}

.page-lista .lista-side {
    position: sticky;
    top: 6.5rem;
    display: grid;
    gap: 1rem;
}

.page-lista .lista-side__card {
    padding: 1.45rem;
    border-radius: 1.7rem;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(220, 229, 240, 0.92);
    box-shadow: 0 18px 36px rgba(13, 40, 82, 0.06);
}

.page-lista .lista-side__label {
    display: inline-flex;
    align-items: center;
    min-height: 2.25rem;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(47, 134, 222, 0.08);
    color: #315489;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.page-lista .lista-side__card h3 {
    margin: 1rem 0 0.8rem;
    color: #26384e;
    font-size: 1.12rem;
    font-weight: 800;
}

.page-lista .lista-side__card p {
    margin: 0;
    color: #687991;
    line-height: 1.75;
}

.page-lista .lista-side__links {
    display: grid;
    gap: 0.75rem;
    margin-top: 1rem;
}

.page-lista .lista-side__links a {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    background: #fff;
    color: #3d5574;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid rgba(220, 229, 240, 0.92);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.page-lista .lista-side__links a:hover,
.page-lista .lista-side__links a:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(47, 134, 222, 0.24);
    box-shadow: 0 14px 26px rgba(13, 40, 82, 0.08);
}

@media (max-width: 1199.98px) {
    .page-fotos-registro .photo-record-layout {
        grid-template-columns: 1fr;
    }

    .page-fotos-registro .photo-record-hero__grid,
    .page-fotos-registro .photo-record-modal .gallery-modal__layout {
        grid-template-columns: 1fr;
    }

    .page-video-registro .video-record-layout,
    .page-registro .article-layout,
    .page-lista .lista-layout {
        grid-template-columns: 1fr;
    }

    .page-registro .article-side,
    .page-lista .lista-side {
        position: static;
    }

    .page-registro .article-attachments__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .page-registro .search-shell {
        padding-top: 1rem;
    }

    .page-video-registro .video-record-copy__header,
    .page-fotos-registro .photo-record-gallery__toolbar,
    .page-registro .article-search__intro,
    .page-registro .article-read__eyebrow-row,
    .page-lista .lista-search__intro,
    .page-lista .lista-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .page-registro .article-read__header,
    .page-registro .article-read__content {
        padding-left: 1.2rem;
        padding-right: 1.2rem;
    }

    .page-registro .article-attachments {
        margin-left: 1.2rem;
        margin-right: 1.2rem;
    }

    .page-registro .article-read {
        border-radius: 1.5rem;
    }

    .page-registro .article-read__meta {
        flex-direction: column;
        gap: 0.7rem;
    }

    .page-registro .article-share {
        width: 100%;
    }

    .page-registro .article-attachments__header {
        align-items: flex-start;
        flex-direction: column;
    }

    .page-registro .article-attachments__grid {
        grid-template-columns: 1fr;
    }

    .page-registro .article-share__button {
        width: 2.55rem;
        height: 2.55rem;
    }

    .page-video-registro .video-record-header,
    .page-video-registro .video-record-stage,
    .page-video-registro .video-record-copy,
    .page-fotos-registro .photo-record-hero,
    .page-fotos-registro .photo-record-gallery {
        padding: 1rem;
        border-radius: 1.5rem;
    }

    .page-video-registro .video-record-stage__frame {
        border-radius: 1.3rem;
    }

    .page-video-registro .video-record-stage__footer {
        align-items: stretch;
        flex-direction: column;
    }

    .page-video-registro .video-record-stage__placeholder {
        min-height: 20rem;
    }

    .page-video-registro .video-record-stage__badge {
        top: 0.8rem;
        left: 0.8rem;
    }

    .page-video-registro .video-record-stage__external {
        width: 100%;
        justify-content: center;
    }

    .page-fotos-registro .photo-record-featured {
        min-height: 19rem;
        border-radius: 1.35rem;
    }

    .page-fotos-registro .photo-record-featured__badge {
        top: 0.85rem;
        left: 0.85rem;
    }

    .page-fotos-registro .photo-record-featured__cta {
        right: 0.85rem;
        bottom: 0.85rem;
    }

    .page-fotos-registro .photo-record-summary {
        padding: 1.15rem;
        border-radius: 1.4rem;
    }

    .page-fotos-registro .photo-record-summary__stats,
    .page-fotos-registro .photo-record-grid {
        grid-template-columns: 1fr;
    }

    .page-fotos-registro .photo-record-thumb.is-wide {
        grid-column: auto;
    }

    .page-fotos-registro .photo-record-thumb__icon {
        bottom: 7.1rem;
    }

    .page-fotos-registro .photo-record-modal__nav {
        width: 3rem;
        height: 3rem;
    }

    .page-fotos-registro .photo-record-modal__nav--prev {
        left: 0.55rem;
    }

    .page-fotos-registro .photo-record-modal__nav--next {
        right: 0.55rem;
    }

    .page-lista .lista-grid {
        grid-template-columns: 1fr;
    }

    .page-lista .lista-card.is-featured {
        grid-column: auto;
        min-height: 100%;
    }

    .page-lista .lista-card.is-featured .lista-card__media img,
    .page-lista .lista-card__media img {
        height: 14rem;
    }

    .page-lista .lista-toolbar__feedback {
        text-align: left;
    }

    .page-video-registro .video-record-copy__stats {
        grid-template-columns: 1fr;
    }
}
