/* Tribunal 11 — Obra pública (complemento de t11.css; no lo reemplaza). */

.t11-obra { max-width: 860px; margin: 2rem auto; padding: 0 1rem; line-height: 1.6; }

/* Cabecera */
.t11-obra__head { border-bottom: 1px solid #e2e8f0; padding-bottom: 1.2rem; margin-bottom: 1.6rem; }
.t11-obra__tags { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; margin: .2rem 0 .8rem; }
.t11-obra__title { font-size: clamp(1.7rem, 4vw, 2.5rem); line-height: 1.18; margin: .2rem 0 .6rem; letter-spacing: -.01em; }
.t11-obra__byline { color: #475569; font-size: .95rem; margin: 0; }
.t11-obra__byline a { color: #4f46e5; text-decoration: none; }
.t11-obra__byline a:hover { text-decoration: underline; }

/* Etiquetas / chips */
.t11-tag { display: inline-block; background: #eef2ff; color: #3730a3; border-radius: 999px; padding: .2rem .7rem; font-size: .78rem; font-weight: 600; }
.t11-tag--tipo { background: #4f46e5; color: #fff; }
.t11-tag--soft { background: #f1f5f9; color: #475569; }

/* Score */
.t11-obra__score { display: inline-flex; align-items: baseline; gap: .4rem; margin-top: 1rem; padding: .4rem .8rem; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 8px; }
.t11-obra__score-num { font-size: 1.6rem; font-weight: 800; color: #4f46e5; line-height: 1; }
.t11-obra__score-cap { font-size: .72rem; color: #64748b; text-transform: uppercase; letter-spacing: .06em; }

/* Resumen */
.t11-obra__resumen { background: #f8fafc; border-left: 4px solid #4f46e5; padding: 1rem 1.2rem; border-radius: 0 8px 8px 0; margin: 1.4rem 0; }
.t11-obra__resumen h2 { font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; color: #4f46e5; margin: 0 0 .4rem; }
.t11-obra__resumen p { margin: 0; color: #1e293b; }

/* Contenido */
.t11-obra__content { font-size: 1.07rem; }
.t11-obra__content h2 { margin-top: 1.8rem; }
.t11-obra__content img { max-width: 100%; height: auto; border-radius: 8px; }

/* Certificación */
.t11-obra__cert { margin: 2rem 0; padding: 1.2rem 1.3rem; border: 1px solid #c7d2fe; background: #f5f7ff; border-radius: 10px; }
.t11-obra__cert h2 { margin: 0 0 .5rem; font-size: 1.1rem; }
.t11-obra__cert-claim { color: #334155; margin: 0 0 1rem; font-size: .95rem; }

/* Relacionados */
.t11-related { margin-top: 2.4rem; }
.t11-related h2 { font-size: 1.15rem; border-top: 1px solid #e2e8f0; padding-top: 1.4rem; }
.t11-authors { list-style: none; display: flex; flex-wrap: wrap; gap: .5rem; padding: 0; margin: .6rem 0 0; }
.t11-authors a { background: #eef2ff; color: #3730a3; padding: .35rem .8rem; border-radius: 999px; text-decoration: none; font-size: .9rem; font-weight: 600; }
.t11-authors a:hover { background: #e0e7ff; }

/* Grid de tarjetas de obra */
.t11-obra-grid { list-style: none; padding: 0; margin: 1rem 0 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 1rem; }
.t11-obra-card { display: flex; flex-direction: column; gap: .4rem; padding: 1rem 1.1rem; border: 1px solid #e2e8f0; border-radius: 10px; background: #fff; transition: border-color .15s, box-shadow .15s; }
.t11-obra-card:hover { border-color: #4f46e5; box-shadow: 0 4px 14px -8px rgba(79,70,229,.45); }
.t11-obra-card__tipo { font-size: .72rem; text-transform: uppercase; letter-spacing: .05em; color: #4f46e5; font-weight: 700; }
.t11-obra-card__title { font-weight: 700; color: #0f172a; text-decoration: none; line-height: 1.3; }
.t11-obra-card__title:hover { color: #4f46e5; }
.t11-obra-card__by { font-size: .85rem; color: #64748b; }
.t11-obra-card__foot { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: .4rem; }
.t11-obra-card__score { font-weight: 800; color: #4f46e5; }
.t11-obra-card__score small { font-weight: 600; color: #94a3b8; }
.t11-obra-card__seal { align-self: flex-start; font-size: .76rem; font-weight: 700; color: #166534; background: #dcfce7; padding: .15rem .55rem; border-radius: 999px; }

/* Archivo */
.t11-archive__head { margin-bottom: 1.6rem; }
.t11-archive__head h1 { font-size: clamp(1.8rem, 5vw, 2.6rem); margin: .2rem 0 .4rem; }
.t11-archive__lead { color: #475569; max-width: 60ch; }
.t11-archive__filters { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: 1.1rem; }
.t11-chip { background: #f1f5f9; color: #475569; border-radius: 999px; padding: .35rem .85rem; font-size: .85rem; text-decoration: none; font-weight: 600; }
.t11-chip:hover { background: #e2e8f0; }
.t11-chip--on { background: #4f46e5; color: #fff; }
.t11-archive__pager { margin-top: 2rem; }

@media (max-width: 600px) {
	.t11-obra { margin: 1.2rem auto; }
	.t11-obra-grid { grid-template-columns: 1fr; }
}

/* ====================== Espacios publicitarios ====================== */
.t11-ad { margin: 1.6rem auto; max-width: 860px; text-align: center; }
.t11-ad__tag { display: block; font-size: .65rem; text-transform: uppercase; letter-spacing: .12em; color: #94a3b8; margin-bottom: .35rem; }
.t11-ad__body { display: inline-block; max-width: 100%; }
.t11-ad--empty { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 110px; border: 1px dashed #cbd5e1; border-radius: 10px; background: repeating-linear-gradient(45deg,#f8fafc,#f8fafc 12px,#f1f5f9 12px,#f1f5f9 24px); }
.t11-ad--empty .t11-ad__tag { color: #94a3b8; font-weight: 700; }
.t11-ad--home_top, .t11-ad--home_bottom { min-height: 130px; }

/* ============================== Home =============================== */
.t11-home { max-width: 1040px; }
.t11-hero { text-align: center; padding: 2.4rem 0 1.4rem; }
.t11-hero__title { font-size: clamp(2rem, 6vw, 3.4rem); line-height: 1.08; letter-spacing: -.02em; margin: .3rem 0 .8rem; }
.t11-hero__lead { max-width: 56ch; margin: 0 auto 1.4rem; color: #475569; font-size: 1.12rem; }
.t11-hero__cta { display: flex; gap: .7rem; justify-content: center; flex-wrap: wrap; margin-bottom: 1.8rem; }
.t11-hero__stats { display: flex; gap: 2.4rem; justify-content: center; flex-wrap: wrap; padding: 1.2rem 0; border-top: 1px solid #e2e8f0; border-bottom: 1px solid #e2e8f0; }
.t11-stat { display: flex; flex-direction: column; }
.t11-stat__n { font-size: 2rem; font-weight: 800; color: #4f46e5; line-height: 1; }
.t11-stat__l { font-size: .82rem; color: #64748b; margin-top: .25rem; }

.t11-home__feed { margin-top: 2rem; }
.t11-home__feed-head { display: flex; align-items: baseline; justify-content: space-between; }
.t11-home__feed-head h2 { margin: 0; font-size: 1.4rem; }
.t11-home__feed-head .t11-cta { color: #4f46e5; text-decoration: none; }

.t11-home__areas { margin-top: 2.4rem; }
.t11-home__areas h2 { font-size: 1.4rem; }

.t11-home__manifesto { margin: 2.6rem 0 1rem; padding: 2rem 1.5rem; text-align: center; background: #4f46e5; border-radius: 14px; color: #fff; }
.t11-home__manifesto p { font-size: 1.25rem; font-weight: 600; max-width: 48ch; margin: 0 auto 1.2rem; }
.t11-home__manifesto .t11-button { background: #fff; color: #4f46e5 !important; }
