[hidden]{display:none!important}
.cap-image{background:none;position:relative;aspect-ratio:3/2}
.cap-image img{display:block;width:100%;height:100%;object-fit:contain}
.cap-views{display:flex;flex-wrap:wrap;gap:10px;padding:20px 24px;border-bottom:1px solid var(--line)}
.cap-views button{min-height:44px;padding:10px 18px;border:1px solid #6080a4;background:transparent;color:#dbe9f9;cursor:pointer}
.cap-views button[aria-pressed=true]{background:#e7f3ff;color:#07162d;border-color:#e7f3ff}
.cap-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 24px;border-bottom:1px solid var(--line)}
.cap-toolbar>span{font-size:.82rem;color:#bdcce0}
.cap-tools{display:flex;gap:12px;flex-wrap:wrap;align-items:center}
.cap-tools button,.cap-tools a{display:inline-flex;align-items:center;min-height:44px;padding:9px 14px;border:1px solid #547da8;background:transparent;color:#9bd4ff;cursor:pointer;font-size:.9rem}
.cap-tools button:hover,.cap-tools a:hover{background:#123154;color:white}
.cap-note{margin-top:25px!important;font-size:.9rem;color:#a7bdd5!important;max-width:680px!important}
.image-dialog{width:min(96vw,1600px);max-width:1600px;max-height:94svh;padding:0;border:1px solid #4b6580;background:#06152b;color:white}
.image-dialog::backdrop{background:rgba(0,5,14,.9)}
.dialog-bar{padding:16px 20px;display:flex;gap:16px;align-items:center;justify-content:space-between}
.dialog-bar h2{font-size:1rem;line-height:1.3;margin:0}
.dialog-actions{display:flex;gap:8px;flex-shrink:0}
.dialog-actions button{min-height:44px;border:1px solid #7797b8;background:transparent;color:#fff;padding:8px 14px;cursor:pointer}
.dialog-actions button[aria-pressed=true]{background:#e7f3ff;color:#07162d}
.dialog-frame{max-height:calc(94svh - 90px);overflow:auto;background:#08131f;overscroll-behavior:contain}
.dialog-frame img{display:block;width:100%;height:auto;margin:auto}
.dialog-frame.detail-scale img{width:1536px;max-width:none}
@media(max-width:700px){.cap-toolbar{align-items:flex-start;flex-direction:column;gap:12px;padding:16px}.cap-views{padding:16px}.cap-views button{flex:1}.dialog-bar{align-items:flex-start;flex-direction:column;padding:14px}.dialog-actions{align-self:flex-end}.dialog-frame{max-height:calc(94svh - 132px)}}
