/* Odysseias TFG – estils del plugin */

/* Taula de continguts */
.odysseias-toc {
	margin: 1em 0;
}

.odysseias-toc-title {
	font-size: 1em;
	font-weight: 600;
	margin: 0 0 0.5em;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.odysseias-toc-sublist {
	margin: 0;
	padding-left: 1em;
}

.odysseias-toc-list {
	margin: 0;
}

/* Nivell 1: sense número i sense punt de llista */
.odysseias-toc-list,
.odysseias-toc-list .odysseias-toc-level-1 {
	list-style: none;
	list-style-type: none;
	padding-left: 0;
}

.odysseias-toc-list .odysseias-toc-level-1 > a {
	display: inline-block;
}

/* Nivell 2 (pàgines filles): números 1, 2, 3... */
.odysseias-toc-sublist-pages {
	list-style: none;
	counter-reset: odysseias-toc-num;
	padding-left: 1em;
}

.odysseias-toc-sublist-pages > .odysseias-toc-item {
	counter-increment: odysseias-toc-num;
	list-style: none;
	position: relative;
	padding-left: 1.5em;
}

.odysseias-toc-sublist-pages > .odysseias-toc-item::before {
	content: counter(odysseias-toc-num) ". ";
	position: absolute;
	left: 0;
}

/* H2: sense número ni punt (ja porten el número al títol) */
.odysseias-toc-h2 {
	list-style: none;
	list-style-type: none;
	padding-left: 1em;
}

.odysseias-toc-h2 .odysseias-toc-h2-item {
	list-style: none;
	list-style-type: none;
	font-size: 0.95em;
}

.odysseias-toc-h2 .odysseias-toc-h2-item::before {
	content: none;
}

.odysseias-toc-h2-num {
	margin-right: 0.2em;
}

.odysseias-toc-item {
	margin: 0.25em 0;
}

.odysseias-toc-item a {
	text-decoration: none;
}

.odysseias-toc-item a:hover {
	text-decoration: underline;
}

.odysseias-toc-current a,
.odysseias-toc-current {
	font-weight: 600;
}

/* Índex del projecte (format targetes) */
.odysseias-index {
	margin: 2em 0;
}

.odysseias-index-cards {
	display: flex;
	flex-direction: column;
	gap: 1.25em;
}

.odysseias-index-card {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
	padding: 1.25em 1.5em;
	border: 1px solid rgba(0, 0, 0, 0.06);
}

.odysseias-index-card-inner {
	display: flex;
	align-items: flex-start;
	gap: 0.75em;
}

.odysseias-index-card-num {
	font-size: 60px;
	font-weight: 900;
	color: var(--gcid-2g9war37q6, #9ca3af) !important;
	line-height: 1;
	flex-shrink: 0;
	margin-right: 30px;
}

.odysseias-index-card-content {
	flex: 1;
	min-width: 0;
}

.odysseias-index-card-header {
	display: flex;
	align-items: center;
	gap: 0.5em;
	margin-bottom: 0.5em;
}

.odysseias-index-card-title {
	font-size: 1.1em;
	font-weight: 700;
	color: #1f2937;
	line-height: 1.3;
}

.odysseias-index-card-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.25em;
	height: 2.25em;
	border-radius: 50%;
	background-color: var(--gcid-2g9war37q6, #86efac);
	color: var(--gcid-body-color, #166534);
	text-decoration: none;
	flex-shrink: 0;
	align-self: flex-start;
	transition: all 0.4s;
}

.odysseias-index-card-link:hover {
	color: var(--gcid-body-color, #166534);
	background-color: var(--gcid-2g9war37q6, #4ade80);
	transform: translatex(10px);
	transition: all 0.4s;
}

.odysseias-index-card-arrow {
	font-size: 1.1em;
	line-height: 1;
}

.odysseias-index-card-list {
	margin: 0 0 0.75em;
	padding-left: 1.25em;
	list-style: disc;
	color: #4b5563;
	font-size: 0.95em;
	line-height: 1.5;
}

.odysseias-index-card-list li {
	margin: 0.2em 0;
}

.odysseias-index-card-subpages {
	margin: 0 0 0.75em;
	padding-left: 0 !important;
	list-style: none !important;
	color: var(--gcid-body-color, #4b5563);
	font-size: 0.95em;
	line-height: 1.5;
}

.odysseias-index-card-subpages li {
	margin: 0.25em 0;
	position: relative;
	padding-left: 0.75em;
}

.odysseias-index-card-subpages li::before {
	content: "›";
	position: absolute;
	left: 0;
	color: var(--gcid-body-color, #9ca3af);
}

.odysseias-index-card-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
	font-size: 0.8em;
	color: #6b7280;
}

.odysseias-index-card-reading {
	display: inline-flex;
	align-items: center;
	gap: 0.35em;
	color: var(--gcid-heading-color, #6b7280) !important;
	border-top: 1px solid var(--gcid-body-color, rgba(0, 0, 0, 0.2));
	padding-top: 10px;
	width: 100%;
	opacity: 0.4;
}

.odysseias-index-card-icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	opacity: 0.8;
}

.odysseias-index-card-icon-clock {
	background: currentColor;
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 6v6l4 2'/%3E%3C/svg%3E");
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 6v6l4 2'/%3E%3C/svg%3E");
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
}

/* Breadcrumbs */
.odysseias-breadcrumbs {
	margin: 0.5em 0;
	font-size: 0.9em;
}

.odysseias-breadcrumbs-list {
	display: inline;
}

.odysseias-breadcrumb-sep {
	margin: 0 0.25em;
	opacity: 0.7;
}

.odysseias-breadcrumb-current {
	font-weight: 600;
}

/* Temps de lectura */
.odysseias-reading-time,
.odysseias-reading-time-total {
	display: inline;
}

/* Navegació següent / anterior */
.odysseias-nav {
	margin: 2em 0;
	padding: 1em 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.odysseias-nav-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 1em;
}

.odysseias-nav-prev,
.odysseias-nav-next {
	display: block;
}

.odysseias-nav-heading {
	display: block;
	font-size: 0.85em;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	opacity: 0.8;
	margin-bottom: 0.25em;
}

.odysseias-nav-next {
	text-align: right;
}

.odysseias-nav-next-link {
	font-weight: 600;
}

/* Botó copia enllaç */
/* Enllaç “Copia l'enllaç” (aspecte d'enllaç, no de botó) */
.odysseias-copy-link-link,
.odysseias-copy-link-link:visited {
	color: inherit;
	text-decoration: underline;
	cursor: pointer;
}

.odysseias-copy-link-link:hover {
	opacity: 0.85;
}

/* Referències */
.odysseias-ref-cite {
	font-size: 0.75em;
	vertical-align: super;
	line-height: 0;
}

.odysseias-ref-cite a {
	text-decoration: none;
}

/* author-year i year: mateix aspecte que el text (color, mida, sense superíndex) */
.odysseias-ref-author-year,
.odysseias-ref-year {
	font-size: inherit;
	vertical-align: baseline;
	line-height: inherit;
}

.odysseias-ref-author-year a,
.odysseias-ref-year a {
	color: inherit;
}

.odysseias-referencies-list {
	margin: 2em 0;
	padding-top: 1em;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.odysseias-referencies-title {
	font-size: 1.1em;
	margin-bottom: 0.75em;
}

.odysseias-referencies-ol {
	padding-left: 1.5em;
	margin: 0;
}

.odysseias-ref-item {
	margin: 0.5em 0;
}

.odysseias-ref-back {
	font-size: 0.9em;
	text-decoration: none;
	margin-left: 0.25em;
}

.odysseias-ref-back:hover {
	text-decoration: underline;
}

/* Timeline: taula i gràfic Gantt */
.odysseias-timeline-table-wrap {
	margin: 1.5em 0;
	overflow-x: auto;
}

.odysseias-timeline-table-title,
.odysseias-timeline-chart-title {
	margin-bottom: 0.75em;
	font-size: 1.1em;
}

.odysseias-timeline-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.9em;
}

.odysseias-timeline-table th,
.odysseias-timeline-table td {
	padding: 0.5em 0.75em;
	text-align: left;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.odysseias-timeline-table th:first-child,
.odysseias-timeline-table td:first-child {
	min-width: 25%;
}

.odysseias-timeline-table thead th {
	background: rgba(0, 0, 0, 0.06);
	font-weight: 600;
}

.odysseias-tasca-eliminada { text-decoration: line-through; opacity: 0.7; }

.odysseias-timeline-fase-separator td {
	border-top: 2px solid rgba(0, 0, 0, 0.15);
}
.odysseias-timeline-fase-header {
	font-weight: 600;
	background: rgba(0, 0, 0, 0.05);
	padding: 0.6em 0.75em;
}

.odysseias-timeline-table-titol {
	color: var(--gcid-heading-color);
}

.odysseias-timeline-table-desc {
	font-size: 90%;
	line-height: 1.4em;
	color: var(--gcid-body-color);
	margin-top: 0.25em;
}

.odysseias-timeline-chart-wrap {
	margin: 1.5em 0;
}

.odysseias-timeline-legend {
	margin-bottom: 0.75em;
	font-size: 0.9em;
}

.odysseias-legend-item {
	display: inline-block;
	margin-right: 1em;
	padding-left: 1.25em;
	position: relative;
}

.odysseias-legend-item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1em;
	height: 1em;
	border-radius: 2px;
}

.odysseias-estat-pendent.odysseias-legend-item::before,
.odysseias-timeline-bar.odysseias-estat-pendent { background: #b0b0b0; }
.odysseias-estat-completada.odysseias-legend-item::before,
.odysseias-timeline-bar.odysseias-estat-completada { background: #c4d09e; }
.odysseias-estat-modificada.odysseias-legend-item::before,
.odysseias-timeline-bar.odysseias-estat-modificada { background: #e7c9a0; }
.odysseias-estat-eliminada.odysseias-legend-item::before,
.odysseias-timeline-bar.odysseias-estat-eliminada { background: #e0a0a0; }

/* Gràfic de fases: una barra per fase (inici/fi segons tasques), en verd */
.odysseias-timeline-bar.odysseias-timeline-bar-fase { background: #c4d09e; }

.odysseias-timeline-chart {
	position: relative;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	padding: 0.5em;
}

.odysseias-timeline-axis {
	display: flex;
	align-items: stretch;
	height: 1.75em;
	margin-bottom: 0.25em;
}

.odysseias-timeline-axis-spacer {
	flex: 0 0 220px;
	min-width: 0;
}

.odysseias-timeline-axis-dates {
	flex: 1;
	position: relative;
	min-width: 0;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
}

.odysseias-timeline-axis-dates .odysseias-timeline-date-label {
	position: absolute;
	transform: translateX(-50%);
	font-size: 0.8em;
	color: rgba(0, 0, 0, 0.65);
}

.odysseias-timeline-row {
	display: flex;
	align-items: center;
	margin: 0.25em 0;
	min-height: 1.75em;
}

/* Fase al gràfic: només separador, sense data d’inici/fi ni barra */
.odysseias-timeline-row.odysseias-timeline-fase-separator {
	margin-top: 0.75em;
	border-top: 1px solid rgba(0, 0, 0, 0.12);
	padding-top: 0.5em;
	min-height: 1.5em;
}
.odysseias-timeline-row.odysseias-timeline-fase-separator:first-of-type {
	margin-top: 0.25em;
	border-top: none;
	padding-top: 0;
}
.odysseias-timeline-fase-separator .odysseias-timeline-fase-no-bar {
	background: none;
	min-height: 0;
}
.odysseias-timeline-fase-header-label {
	font-weight: 600;
	color: rgba(0, 0, 0, 0.75);
}

.odysseias-timeline-row-label {
	flex: 0 0 220px;
	font-size: 0.9em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.odysseias-timeline-bar-wrap {
	flex: 1;
	position: relative;
	height: 1.25em;
	background: rgba(0, 0, 0, 0.04);
	border-radius: 2px;
	min-width: 0;
}

.odysseias-timeline-bar {
	position: absolute;
	top: 0;
	height: 100%;
	border-radius: 2px;
	min-width: 4px;
}
