.vtk-design .ev-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.vtk-design .ev-card{border:1px solid var(--line);background:var(--surface);border-radius:18px;flex-direction:column;transition:transform .14s,border-color .14s,box-shadow .14s;display:flex;position:relative;overflow:hidden}.vtk-design .ev-card:hover{border-color:var(--line-2);transform:translateY(-2px);box-shadow:0 12px 26px -18px #0e1a3699}.vtk-design .ev-card:focus-within{border-color:var(--line-2)}.vtk-design .ev-card-shot{aspect-ratio:16/9;background:var(--paper-2);position:relative}.vtk-design .ev-card-shot img{object-fit:cover}.vtk-design .ev-card-body{flex-direction:column;flex:1;padding:10px 16px;display:flex}.vtk-design .ev-card-pin{z-index:1;background:var(--yellow);width:58px;height:58px;color:var(--ink);text-align:center;border-radius:15px;align-content:center;justify-items:center;display:grid;position:absolute;bottom:-28px;right:16px;box-shadow:0 10px 22px -10px #080d1cbf}.vtk-design .ev-card-pin b{font-family:var(--mono);letter-spacing:-.02em;font-variant-numeric:tabular-nums;font-size:20px;font-weight:500;line-height:1.1}.vtk-design .ev-card-pin i{font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:#0a0f1f9e;font-size:9.5px;font-style:normal;line-height:1.3}.vtk-design .ev-card-tags{flex-wrap:wrap;align-items:center;gap:8px;min-height:21px;margin-bottom:4px;padding-right:66px;display:flex}.vtk-design .ev-card-cat{color:var(--muted);align-items:center;gap:7px;font-size:12.5px;font-weight:500;display:inline-flex}.vtk-design .ev-card-cat:before{content:"";background:var(--cat);border-radius:999px;width:7px;height:7px}.vtk-design .ev-card-aud{background:var(--cat);color:#fff;white-space:nowrap;border-radius:999px;padding:3px 9px;font-size:10.5px;font-weight:600;line-height:1.45}.vtk-design .ev-card-foot{align-items:center;gap:10px;margin-top:auto;padding-top:6px;display:flex}.vtk-design .ev-card-when{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--muted);font-variant-numeric:tabular-nums;flex:1;font-size:12.5px;overflow:hidden}.vtk-design .ev-card-actions{z-index:2;flex:none;align-items:center;gap:2px;margin-left:auto;margin-right:-6px;display:flex;position:relative}.vtk-design .ev-card-actions .ev-going{color:var(--muted);font-variant-numeric:tabular-nums;background:0 0;margin-top:0;margin-right:4px;padding:0;font-size:12.5px;font-weight:400}.vtk-design .ev-card-action{width:32px;height:32px;color:var(--muted);border-radius:999px;place-items:center;transition:color .14s,background-color .14s;display:inline-grid;position:relative}.vtk-design .ev-card-action:before{content:"";width:44px;height:44px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.vtk-design .ev-card-action:hover{background:var(--paper-2);color:var(--ink)}.vtk-design .ev-card-action[aria-pressed=true]{background:var(--yellow);color:var(--ink)}.vtk-design .ev-card-action[data-pending]{opacity:.6}.vtk-design .ev-card-action:focus-visible{outline:2px solid var(--ink);outline-offset:2px}.vtk-design .ev-card-title{letter-spacing:-.015em;width:fit-content;max-width:100%;margin:0;font-size:18px;font-weight:600;line-height:1.22}.vtk-design .ev-card-title:after{content:"";background:var(--yellow);border-radius:2px;width:100%;height:3px;margin-top:7px;display:block}.vtk-design .ev-card-title a{color:var(--ink);text-decoration:none}.vtk-design .ev-card-link:after{content:"";z-index:1;position:absolute;inset:0}.vtk-design .ev-card-link:focus-visible:after{outline:2px solid var(--ink);outline-offset:-3px;border-radius:18px}@media (max-width:1000px){.vtk-design .ev-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:620px){.vtk-design .ev-grid{grid-template-columns:minmax(0,1fr)}}