.evhg{width:100%}.evhg-controls{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:12px}.evhg-tabs{display:flex;flex-wrap:wrap;gap:6px}.evhg-tab{border:1px solid #e5e7eb;background:#fff;border-radius:999px;padding:6px 12px;font-size:14px;cursor:pointer}.evhg-tab.is-active{background:#111;color:#fff;border-color:#111}.evhg-search{position:relative;flex:0 1 auto;width:100%;max-width:320px}.evhg-search-input{width:100%;padding:8px 28px 8px 10px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px}.evhg-search-clear{position:absolute;top:50%;right:6px;transform:translateY(-50%);width:20px;height:20px;border:0;border-radius:50%;background:#f1f5f9;cursor:pointer}.evhg-search-clear:hover{background:#e2e8f0}.evhg-grid{display:grid;gap:var(--evhg-gap,12px)}.evhg-grid[class*="cols-d-"]{grid-template-columns:repeat(var(--evhg-cols,4),minmax(0,1fr))}.evhg-grid.cols-d-1{--evhg-cols:1}.evhg-grid.cols-d-2{--evhg-cols:2}.evhg-grid.cols-d-3{--evhg-cols:3}.evhg-grid.cols-d-4{--evhg-cols:4}.evhg-grid.cols-d-5{--evhg-cols:5}.evhg-grid.cols-d-6{--evhg-cols:6}.evhg-grid.cols-d-7{--evhg-cols:7}.evhg-grid.cols-d-8{--evhg-cols:8}@media (max-width:1024px){.evhg-grid.cols-t-1{grid-template-columns:repeat(1,1fr)}.evhg-grid.cols-t-2{grid-template-columns:repeat(2,1fr)}.evhg-grid.cols-t-3{grid-template-columns:repeat(3,1fr)}.evhg-grid.cols-t-4{grid-template-columns:repeat(4,1fr)}.evhg-grid.cols-t-5{grid-template-columns:repeat(5,1fr)}.evhg-grid.cols-t-6{grid-template-columns:repeat(6,1fr)}}@media (max-width:768px){.evhg-grid.cols-m-1{grid-template-columns:repeat(1,1fr);justify-content:center}.evhg-grid.cols-m-2{grid-template-columns:repeat(2,1fr)}.evhg-grid.cols-m-3{grid-template-columns:repeat(3,1fr)}}.evhg-item{display:flex;flex-direction:column;gap:6px;align-items:center}.evhg-media{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;border-radius:12px;background:#000;cursor:pointer;outline:none;max-width:720px}.evhg-grid[data-aspect="9/16"] .evhg-media{aspect-ratio:9/16}.evhg-grid[data-aspect="4/3"] .evhg-media{aspect-ratio:4/3}.evhg-grid[data-aspect="1/1"] .evhg-media{aspect-ratio:1/1}.evhg-media:focus-visible{box-shadow:0 0 0 2px #0ea5e9 inset}.evhg-thumb,.evhg-media>video,.evhg-media>iframe{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border:0}.evhg-thumb{display:block}.evhg-title{font-size:.95rem;line-height:1.3;color:#111;text-decoration:none}.evhg-title:hover{text-decoration:underline}.evhg-empty{padding:8px 0;color:#666}.evhg-modal-open{overflow:hidden}.evhg-modal-overlay{position:fixed;inset:0;z-index:999999}.evhg-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.65)}.evhg-modal-dialog{position:relative;width:min(96vw, 960px);max-width:960px;margin:6vh auto;background:#000;border-radius:12px;padding:0}.evhg-modal-dialog iframe,.evhg-modal-dialog video{display:block;width:100%;height:auto;max-width:100%;max-height:82vh;aspect-ratio:var(--evhg-aspect,16 / 9);object-fit:contain;background:#000}@media (max-width:768px){.evhg-modal-dialog{margin:2vh 12px}}