.collector-checklist{padding:48px 0;background:#f5f5f2;border-block:1px solid #d9d9d3}
.collector-checklist [hidden]{display:none}
.collector-checklist__heading{max-width:760px}
.collector-checklist__eyebrow{margin-bottom:10px;color:#494950;font-size:.75rem;font-weight:750;letter-spacing:.08em;text-transform:uppercase}
.collector-checklist h2{font-size:clamp(1.9rem,3.3vw,2.6rem);line-height:1.1;max-width:25ch}
.collector-checklist__intro{max-width:56ch;margin-top:16px;color:#494950}
.collector-checklist__print{flex-shrink:0;min-height:48px;background:#ffcb05;color:#080808;cursor:pointer}
.collector-checklist__print:hover{background:#080808;color:#ffcb05}
.collector-checklist__scope{margin:16px 0 10px;padding-left:16px;border-left:3px solid #080808;max-width:88ch;font-size:.94rem}
.collector-checklist__edition{color:#494950;font-size:.8rem;max-width:92ch}
.collector-checklist__toolbar{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-top:20px;padding-top:18px;border-top:1px solid #d2d2ca}
.collector-checklist__progress{min-width:240px;font-size:.92rem;font-weight:700}
.collector-checklist progress{display:block;width:100%;height:5px;margin-top:10px;border:0;border-radius:0;accent-color:#080808;background:#ddddd5}
.collector-checklist progress::-webkit-progress-bar{background:#ddddd5}
.collector-checklist progress::-webkit-progress-value{background:#080808}
.collector-checklist progress::-moz-progress-bar{background:#080808}
.collector-checklist__filters{display:flex;border:1px solid #080808;border-radius:8px;overflow:hidden}
.collector-checklist__filters button{min-height:44px;min-width:108px;padding:10px 16px;border:0;background:transparent;color:#080808;font:inherit;font-size:.88rem;font-weight:650;cursor:pointer}
.collector-checklist__filters button+button{border-left:1px solid #080808}
.collector-checklist__filters [aria-pressed="true"]{background:#080808;color:#fff}
.collector-checklist__filters [aria-pressed="false"]:hover{background:#e6e6df}
.collector-checklist__save-note{margin:12px 0 20px;color:#494950;font-size:.78rem}
.collector-checklist__cards{list-style:none;columns:2;column-gap:28px;margin:14px 0 0;padding:0}
.collector-checklist__cards li{break-inside:avoid;border-top:1px solid #d6d6cf}
.collector-checklist__card{display:grid;grid-template-columns:48px minmax(0,1fr);gap:16px;align-items:center;min-height:90px;padding:10px 12px;line-height:1.3}
.collector-checklist__card:hover{background:#eaeae3}
.collector-checklist__card:has(input:checked){background:#e6e6dd}
.collector-checklist__label{display:grid;grid-template-columns:22px minmax(0,1fr);align-items:center;gap:14px;align-self:stretch;cursor:pointer}
.collector-checklist__details{display:flex;flex-direction:column;gap:3px}
.collector-checklist__thumbnail{display:flex;align-items:center;justify-content:center;width:48px;height:68px;padding:0;border:0;background:transparent;cursor:zoom-in}
.collector-checklist__thumbnail img{display:block;width:auto;height:auto;max-width:48px;max-height:68px;object-fit:contain}
.collector-checklist__thumbnail:hover img{filter:brightness(1.08)}
.collector-checklist__card input{appearance:none;display:grid;place-content:center;width:22px;height:22px;margin:0;border:1.5px solid #64645a;border-radius:4px;background:#fff;cursor:pointer}
.collector-checklist__card input:checked{background:#080808;border-color:#080808}
.collector-checklist__card input:checked::after{content:"";width:10px;height:6px;border:solid #fff;border-width:0 0 2px 2px;transform:rotate(-45deg) translateY(-1px)}
.collector-checklist__number{color:#494950;font-size:.78rem;font-weight:650;font-variant-numeric:tabular-nums}
.collector-checklist__name{font-size:.94rem;font-weight:700}
.collector-checklist__details small{display:block;color:#494950;font-size:.71rem;font-weight:450}
.collector-checklist__bottom{display:flex;align-items:center;gap:20px;margin-top:20px;font-size:.78rem;color:#494950}
.collector-checklist__bottom p{margin-right:auto}
.collector-checklist__text-button{min-height:44px;flex-shrink:0;padding:8px 0;border:0;background:transparent;color:#080808;font:inherit;font-size:.8rem;font-weight:650;text-decoration:underline;text-underline-offset:3px;cursor:pointer}
.collector-checklist__text-button:disabled{opacity:.5;cursor:default}
.collector-checklist__empty{padding:32px 20px;border:1px solid #d2d2ca;background:#fff;font-size:.94rem}
.collector-checklist__sources{margin-top:22px;padding-top:20px;border-top:1px solid #d2d2ca;color:#494950;font-size:.77rem;line-height:1.9}
.collector-checklist__sources a{text-decoration:underline;text-underline-offset:3px}
.collector-checklist__print-footer{display:none}
.collector-checklist :is(button,input,a):focus-visible{outline:3px solid #8b6600;outline-offset:4px}
.collector-checklist__filters button:focus-visible{outline-offset:-4px}
.collector-checklist__languages{display:flex;gap:10px;margin:22px 0 14px}
.collector-checklist__languages button{min-height:56px;min-width:180px;padding:12px 20px;border:1px solid #8a8a80;border-radius:8px;background:#fff;color:#080808;font:inherit;font-weight:750;cursor:pointer;text-align:left}
.collector-checklist__languages button span{display:block;font-size:.75rem;font-weight:500;margin-top:2px}
.collector-checklist__languages [aria-pressed="true"]{border-color:#080808;background:#080808;color:#fff}
.collector-checklist__languages [aria-pressed="false"]:hover{background:#e6e6df}
.collector-checklist__edition-panel{margin-top:22px}
.collector-checklist__panel-heading{display:flex;align-items:center;justify-content:space-between;gap:24px}
.collector-checklist__panel-heading h3{font-size:1.45rem;line-height:1.2}
.collector-checklist__panel-heading p{margin-top:5px;color:#494950;font-size:.85rem}
.collector-checklist__image-note{margin:10px 0;color:#494950;font-size:.78rem}
.collector-checklist__group{margin-top:26px}
.collector-checklist__group h4{font-size:.9rem}
.collector-checklist__group h4 span{margin-left:6px;color:#64645a;font-weight:450;font-variant-numeric:tabular-nums}
@media(max-width:800px){
  .collector-checklist__panel-heading{align-items:flex-start;flex-direction:column;gap:18px}
  .collector-checklist__card{gap:10px;padding-inline:6px}
  .collector-checklist__label{gap:9px}
  .collector-checklist__cards{column-gap:22px}
}
@media(max-width:600px){
  .collector-checklist{padding:40px 0}
  .collector-checklist__print{width:100%}
  .collector-checklist__panel-heading{align-items:stretch}
  .collector-checklist__languages button{flex:1;min-width:0;padding-inline:16px}
  .collector-checklist__toolbar{align-items:stretch;flex-direction:column;gap:18px}
  .collector-checklist__filters button{flex:1}
  .collector-checklist__cards{columns:1}
  .collector-checklist__bottom{gap:8px 20px;flex-wrap:wrap}
  .collector-checklist__bottom p{flex-basis:100%}
  .collector-checklist__sources a{display:block;padding:5px 0}
  .collector-checklist__sources span{display:none}
}
@media print{
  @page{size:auto;margin:12mm}
  html,body.celebration-checklist-page{background:#fff!important;color:#000!important;font-size:10pt}
  .celebration-checklist-page> :not(main),
  .celebration-checklist-page main> :not(.anniversary-card-list-page),
  .celebration-checklist-page .anniversary-card-list-page> :not(#printable-checklist){display:none!important}
  .celebration-checklist-page main,.celebration-checklist-page .anniversary-card-list-page{display:block!important;margin:0!important;padding:0!important}
  #printable-checklist{padding:0;border:0;background:#fff}
  #printable-checklist .wrap{max-width:none;padding:0}
  #printable-checklist .collector-checklist__heading{display:block}
  #printable-checklist .collector-checklist__eyebrow{margin-bottom:5pt;font-size:8pt;color:#000}
  #printable-checklist h2{font-size:22pt;max-width:none;color:#000}
  #printable-checklist .collector-checklist__intro{margin-top:7pt;max-width:none;font-size:9pt}
  #printable-checklist .collector-checklist__scope{margin:10pt 0 6pt;padding-left:8pt;max-width:none;font-size:9pt}
  #printable-checklist .collector-checklist__edition{font-size:8pt;max-width:none}
  #printable-checklist :is([data-checklist-print],[data-checklist-controls],[data-checklist-storage],[data-checklist-language-controls],.collector-checklist__thumbnail,.collector-checklist__image-note,noscript,[data-checklist-empty]){display:none!important}
  #printable-checklist .collector-checklist__cards{columns:2;column-gap:7mm;margin-top:6pt}
  #printable-checklist [data-checklist-row][hidden]{display:list-item!important}
  #printable-checklist [data-checklist-group][hidden]{display:block!important}
  #printable-checklist .collector-checklist__card{display:block;min-height:23pt;padding:4pt 0;background:#fff!important;break-inside:avoid}
  #printable-checklist .collector-checklist__label{grid-template-columns:12pt minmax(0,1fr);gap:6pt}
  #printable-checklist .collector-checklist__details{display:grid;grid-template-columns:48pt minmax(0,1fr);gap:1pt 6pt;align-items:center}
  #printable-checklist .collector-checklist__details small{grid-column:2;font-size:7pt;margin-top:1pt}
  #printable-checklist .collector-checklist__card input{width:12pt;height:12pt;border:1pt solid #000;border-radius:2pt;background:#fff!important}
  #printable-checklist .collector-checklist__card input:checked::after{border-color:#000;width:7pt;height:4pt}
  #printable-checklist .collector-checklist__number{font-size:8pt}
  #printable-checklist .collector-checklist__name{font-size:9pt}
  #printable-checklist .collector-checklist__sources{margin-top:10pt;padding-top:8pt;font-size:7pt;line-height:1.5;break-inside:avoid}
  #printable-checklist .collector-checklist__sources>p:first-child{display:none}
  #printable-checklist .collector-checklist__edition-panel{margin-top:12pt}
  #printable-checklist .collector-checklist__panel-heading{display:block;break-after:avoid}
  #printable-checklist .collector-checklist__panel-heading h3{font-size:14pt}
  #printable-checklist .collector-checklist__panel-heading p{font-size:8pt;margin-top:3pt}
  #printable-checklist .collector-checklist__group{margin-top:10pt}
  #printable-checklist .collector-checklist__group h4{font-size:10pt;break-after:avoid}
  #printable-checklist .collector-checklist__print-footer{display:block;margin-top:8pt;font-size:8pt}
}
