.gallery-browser{display:grid;gap:24px}.gallery-card,.gallery-empty,.gallery-message{background:var(--site-paper);border:1px solid var(--site-line);border-radius:28px;box-shadow:var(--site-shadow);backdrop-filter:blur(10px)}.gallery-controls-panel,.gallery-empty,.gallery-message{padding:24px}.gallery-controls-grid{grid-template-columns:minmax(0,2.1fr) minmax(288px,2.55fr) minmax(200px,1fr) minmax(180px,1fr)}.gallery-field-mode{margin:0;padding:0;border:0;min-width:0;min-inline-size:0;display:flex;flex-direction:column;gap:10px}.gallery-field-mode>legend{float:none;width:100%;margin:0 0 2px}.gallery-radio-group{display:flex;flex-wrap:nowrap;gap:10px;width:100%;justify-content:flex-start;align-items:center}.gallery-radio-option{position:relative;display:inline-flex;flex:0 1 auto}.gallery-radio-option input{position:absolute;inset:0;opacity:0;pointer-events:none}.gallery-radio-option input+span{display:inline-flex;align-items:center;justify-content:center;gap:9px;box-sizing:border-box;min-height:48px;height:48px;padding:0 18px;white-space:nowrap;border-radius:999px;border:1px solid rgba(35,22,14,.12);background:white;color:rgba(35,22,14,.72);font-size:.92rem;font-weight:700;letter-spacing:normal;text-transform:none;cursor:pointer;transition:background-color .14s ease,border-color .14s ease,color .14s ease,box-shadow .14s ease}.gallery-radio-icon{width:18px;height:18px;flex:0 0 18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.gallery-radio-option input:checked+span{background:var(--site-text);border-color:var(--site-text);color:white;box-shadow:0 12px 24px rgba(35,22,14,.14)}.gallery-radio-option input:focus-visible+span{outline:2px solid rgba(109,166,29,.34);outline-offset:2px}.gallery-grid{display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(min(100%,292px),1fr))}.gallery-card{overflow:hidden;display:grid}.gallery-card-visual{position:relative;aspect-ratio:1;background:linear-gradient(180deg,rgba(109,166,29,.14),rgba(72,44,23,.08))}.gallery-card-visual img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.gallery-card-empty{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--site-muted);font-weight:700}.gallery-badges{position:absolute;inset:16px 16px auto 16px;display:flex;flex-wrap:wrap;gap:8px}.gallery-badge{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;font-size:.7rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;background:rgba(17,24,39,.72);color:white;box-shadow:0 12px 24px rgba(0,0,0,.12)}.gallery-badge.mode-tree{background:#2c6a3a}.gallery-badge.mode-cut{background:#7c4a2d}.gallery-card-body{display:grid;gap:14px;padding:18px}.gallery-card-title{margin:0;font-size:1.38rem;line-height:1.05;letter-spacing:-.03em}.gallery-card-location{margin:0;color:var(--site-muted);font-size:.98rem}.gallery-card-summary{margin:0;color:rgba(35,22,14,.8);line-height:1.65}.gallery-card-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:14px;border-radius:20px;background:rgba(255,255,255,.78)}.gallery-stat-label{margin:0;font-size:.7rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:rgba(35,22,14,.48)}.gallery-stat-value{margin:5px 0 0;font-size:.98rem;font-weight:700;color:var(--site-text)}.gallery-card-species-votes{margin-top:10px;display:flex;flex-direction:column;gap:6px;padding:10px 12px;border-radius:14px;background:rgba(255,255,255,.65);border:1px solid rgba(35,22,14,.06)}.gallery-card-species-row{display:grid;grid-template-columns:minmax(3rem,34%) minmax(0,1fr) auto;gap:6px 8px;align-items:center}.gallery-card-species-name{font-size:.78rem;font-weight:600;color:rgba(35,22,14,.52);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gallery-card-species-name.is-top{color:rgba(25,118,210,.95);font-weight:800}.gallery-card-species-bar-wrap{display:block;height:6px;border-radius:999px;background:rgba(35,22,14,.08);overflow:hidden;min-width:0}.gallery-card-species-bar{display:block;height:100%;border-radius:999px;background:rgba(35,22,14,.2);min-width:2px}.gallery-card-species-bar.is-top{background:#1e88e5}.gallery-card-species-count{font-size:.72rem;font-weight:700;color:rgba(35,22,14,.48)}.gallery-card-link,.gallery-load-more{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:12px 18px;border:1px solid transparent;font:inherit;font-weight:700;text-decoration:none;cursor:pointer;background:var(--site-text);color:white}.gallery-card-link{width:-moz-fit-content;width:fit-content}.gallery-actions{display:flex;justify-content:center}.gallery-load-more[hidden]{display:none!important}.gallery-empty,.gallery-message{text-align:center;color:var(--site-muted)}.gallery-message{color:#b42318;background:rgba(254,242,242,.96);border-color:rgba(217,45,32,.18)}@media (max-width:1400px) and (min-width:981px){.gallery-controls-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gallery-controls-grid>.gallery-field-mode,.gallery-controls-grid>:first-child{grid-column:1/-1}}@media (max-width:980px){.gallery-controls-grid{grid-template-columns:1fr}}@media (max-width:760px){.gallery-controls-panel,.gallery-empty,.gallery-hero-copy,.gallery-message{padding:20px}.gallery-card-stats{grid-template-columns:1fr}.gallery-radio-option span{min-height:44px;height:44px;padding:0 12px;font-size:.86rem}}