.photo-strip{grid-column:2/-1;display:block;padding:2px 0 5px;min-height:0}.photo-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:32px;padding:4px 8px;border:1px solid #385443;border-radius:8px;background:#102219;color:#a9dbc0;font-size:11px;font-weight:800}.photo-toggle-icon{font-size:17px;line-height:1;transition:transform .16s ease}.photo-toggle[aria-expanded=true] .photo-toggle-icon{transform:rotate(180deg)}.photo-thumbnails{display:flex;gap:7px;overflow-x:auto;padding:7px 0 0;min-height:65px;scrollbar-width:thin}.photo-thumb{flex:0 0 58px;width:58px;height:58px;padding:0;border:1px solid #476454;border-radius:9px;overflow:hidden;background:#14251c}.photo-thumb img{display:block;width:100%;height:100%;object-fit:cover}.photo-more{display:grid;place-items:center;color:#dff5e7;font-size:25px;font-weight:900;letter-spacing:2px}.photo-error{min-height:24px}.photo-dialog{width:min(760px,calc(100% - 16px));padding:0;background:#050806}.photo-dialog-inner{position:relative;display:grid;place-items:center;min-height:180px;padding:42px 8px 8px}.photo-dialog img{display:block;max-width:100%;max-height:82vh;border-radius:10px}.photo-dialog .round{position:absolute;top:7px;right:7px;z-index:2}.photo-gallery-dialog{width:min(680px,calc(100% - 16px));padding:0;background:#0b1510}.photo-gallery-inner{padding:12px}.photo-gallery-inner .dialog-head{align-items:center;margin-bottom:12px}.photo-gallery-inner h2{margin:0;font-size:18px}.photo-gallery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.photo-gallery-grid .photo-thumb{width:100%;height:auto;aspect-ratio:1;min-width:0}@media(max-width:520px){.photo-gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
