.entries-list{width:100%;margin:0;display:flex;flex-direction:column;gap:var(--spc-item-gap)}.entry-item{display:flex;align-items:flex-start;gap:10px;padding:var(--spc-inner);border-radius:var(--ref-radius-md);border:var(--elv-border-1);background-color:var(--col-surface-1);text-decoration:none;background-image:none;color:inherit}.entry-item--linked{transition:background-color var(--ref-duration-base)ease,border-color var(--ref-duration-base)ease,border-left-width var(--ref-duration-base)ease,box-shadow var(--ref-duration-base)ease}.entry-item--linked:hover{background-color:var(--col-surface-2);background-image:none;border-color:var(--col-outline-lt);border-left-color:var(--col-primary);border-left-width:4px;box-shadow:var(--elv-shadow-1)}.entry-item--linked:hover .entry-title{color:var(--col-primary)}.entry-item--linked:hover .entry-year{opacity:.7}.entry-main{display:flex;flex-direction:column;gap:3px;flex:1;min-width:0}.entry-title-row{display:flex;align-items:center;gap:6px;min-width:0}.entry-title{font-size:var(--txt-body);font-weight:var(--txt-body-medium-weight);color:var(--col-on-bg-strong);line-height:1.3;transition:color var(--ref-duration-base)ease}.entry-subtitle{font-size:var(--txt-body);font-weight:var(--txt-body-weight);color:var(--col-on-bg)}.entry-meta-row{display:flex;align-items:baseline;font-size:var(--txt-label-lg);color:var(--col-on-bg-subtle)}.entry-year{white-space:nowrap;font-variant-numeric:tabular-nums}.entry-meta:not(:first-child)::before{content:"·";padding:0 4px}.entry-details{font-size:var(--txt-label-lg);font-weight:var(--txt-body-weight);color:var(--col-on-bg)}.entry-note{display:block;font-size:var(--txt-label-lg);font-weight:var(--txt-body-weight);color:var(--col-on-bg-subtle);font-style:italic;line-height:1.5}.entry-tags{display:flex;flex-direction:column;gap:4px;align-items:flex-end;align-self:flex-start;flex-shrink:0}.entry-tag{background-color:var(--col-primary-subtle);color:var(--col-primary);border-radius:var(--ref-radius-xs);font-size:var(--txt-label-sm);font-weight:var(--txt-label-weight);padding:3px 8px;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.entry-link-label{display:flex;align-items:center;gap:var(--spc-icon-gap);color:var(--col-primary);font-size:var(--txt-label-lg);font-weight:var(--txt-label-weight);margin-top:2px}.entry-link-label svg{stroke:var(--col-primary);transition:transform var(--ref-duration-base)ease;flex-shrink:0}.entry-item--linked:hover .entry-link-label svg{transform:translateX(3px)}.entry-subtle-indicator{display:none}.parallax-content .entry-item{background-color:initial;border-color:transparent}.parallax-content .entry-item--linked:hover{background-color:var(--col-primary-subtle);background-image:none;border-color:transparent;box-shadow:none}.entries-list--subtle .entry-item{background-color:initial;border:none;border-left:3px solid transparent;border-radius:var(--ref-radius-md);padding:var(--spc-inner-sm);margin-left:calc(-1 * var(--spc-inner-sm))}.entries-list--subtle .entry-item--linked{transition:background-color var(--ref-duration-base)ease,box-shadow var(--ref-duration-base)ease,border-color var(--ref-duration-slow)ease,transform var(--ref-duration-slow)ease}.entries-list--subtle .entry-item--linked:hover{background-color:var(--col-surface-1);background-image:none;border-color:transparent;border-left-color:var(--col-primary);box-shadow:var(--elv-shadow-1);transform:translateX(var(--spc-inner-sm))}.entries-list--subtle .entry-title-row{display:block;overflow:visible}.entries-list--subtle .entry-title{display:inline}.entries-list--subtle .entry-subtle-indicator{display:inline-flex;align-items:center;gap:5px;vertical-align:middle;margin-left:4px;overflow:visible}.entries-list--subtle .entry-subtle-icon{overflow:visible}.entry-subtle-icon{position:relative;width:12px;height:12px;display:flex;align-items:center;justify-content:center}.esi-v,.esi-h{position:absolute;display:block;width:8px;height:1.5px;border-radius:2px;background:var(--col-primary);opacity:1;transition:transform var(--ref-duration-slow)var(--ref-ease-standard),opacity var(--ref-duration-slow)var(--ref-ease-standard)}.esi-v{transform:rotate(90deg)}.entry-subtle-label{font-size:var(--txt-label-lg);font-weight:var(--txt-label-weight);color:var(--col-primary);white-space:nowrap;opacity:0;transform:translateX(-4px);transition:opacity var(--ref-duration-slow)var(--ref-ease-standard),transform var(--ref-duration-slow)var(--ref-ease-standard)}.entries-list--subtle .entry-item--linked:hover .esi-v{transform:translateY(-3px)rotate(45deg)}.entries-list--subtle .entry-item--linked:hover .esi-h{transform:translateY(3px)rotate(-45deg)}.entries-list--subtle .entry-item--linked:hover .entry-subtle-label{opacity:1;transform:translateX(0)}.entries-list--subtle .entry-link-label{display:none}.entries-list--subtle .entry-item--linked:hover .entry-title{color:inherit}.entries-list.entries-list--elv-1 .entry-item--linked:hover{background-color:var(--col-surface-2);box-shadow:var(--elv-shadow-1)}.entries-list.entries-list--elv-2 .entry-item--linked:hover{background-color:var(--col-surface-3);box-shadow:var(--elv-shadow-2)}[data-palette=light] .entry-item{background-color:initial}[data-palette=light] .entry-item--linked:hover{background-color:var(--col-primary-subtle)}@media(max-width:768px){.entry-item{flex-wrap:wrap}.entry-tags{width:100%;flex-direction:row;align-items:flex-start;align-self:auto}}