#fcw-root{--bg:#ffffff;--text:#0a0a0a;--muted:#6b6b6b;--accent:#CE7A00;--line:#e4e4e4}#fcw-root *{box-sizing:border-box}#fcw-root{margin:0;background:var(--bg);color:var(--text);font-family:'Helvetica Neue',Arial,sans-serif}.fcw-wrap{max-width:1240px;margin:0 auto;padding:48px 24px 80px}.fcw-eyebrow{font-size:11px;letter-spacing:2px;color:var(--accent);font-weight:700;text-transform:uppercase;margin-bottom:10px}.fcw-header{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;gap:20px;border-bottom:1px solid var(--line);padding-bottom:24px;margin-bottom:0}#fcw-root h1{font-size:34px;letter-spacing:1px;margin:0;font-weight:800;text-transform:uppercase}.fcw-filters{display:flex;gap:8px;flex-wrap:wrap}.fcw-filters button{font-family:inherit;font-size:11px;letter-spacing:1px;text-transform:uppercase;font-weight:700;background:transparent;border:1px solid var(--line);color:var(--text);padding:9px 16px;cursor:pointer}.fcw-filters button.active{background:var(--accent);border-color:var(--accent);color:#fff}.fcw-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}#fcw-root .card{border-right:1px solid var(--line);border-bottom:1px solid var(--line);padding:0 0 26px;min-height:190px;display:flex;flex-direction:column}#fcw-root .thumb{width:100%;aspect-ratio:4 / 3;background:#f4f4f4;overflow:hidden;position:relative;border-bottom:1px solid var(--line)}#fcw-root .thumb img{width:100%;height:100%;object-fit:cover;display:block}#fcw-root .thumb svg{width:60%;height:60%;margin:20% auto;display:block;opacity:.25}#fcw-root .card-body{padding:22px 26px 0;display:flex;flex-direction:column;flex:1}#fcw-root .card-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}#fcw-root .num{font-size:12px;font-weight:700;color:var(--accent);letter-spacing:0.5px}#fcw-root .tag{font-size:10px;letter-spacing:1px;text-transform:uppercase;color:var(--muted);border:1px solid var(--line);padding:4px 8px}#fcw-root .name{font-size:20px;font-weight:800;text-transform:uppercase;letter-spacing:0.5px;margin:0 0 4px}#fcw-root .latin{font-style:italic;font-size:13px;color:var(--muted);margin:0 0 auto}#fcw-root .action{font-size:11px;letter-spacing:1.5px;text-transform:uppercase;font-weight:700;color:var(--accent);margin-top:20px}#fcw-root .action.disabled{color:#bdbdbd}@media (max-width:900px){.fcw-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:520px){.fcw-grid{grid-template-columns:1fr}#fcw-root h1{font-size:26px}}