.modal-shell__overlay{z-index:1300;background:0 0;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-shell__overlay--dimmed{background:rgba(0, 0, 0, var(--modal-overlay-alpha,.35))}.modal-shell__window{transform-origin:bottom;background:#fff;border-radius:10px;flex-direction:column;width:max(650px,50vw);max-width:980px;max-height:86vh;animation:.4s cubic-bezier(.2,.8,.2,1) both modal-shell-window-enter;display:flex;overflow:hidden;box-shadow:0 10px 30px #0003}@keyframes modal-shell-overlay-enter{0%{opacity:0}to{opacity:1}}@keyframes modal-shell-window-enter{0%{opacity:0;transform:translateY(32px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.modal-shell__header{border-bottom:1px solid #00000014;flex-shrink:0;padding:1.1rem 1rem .7rem}.modal-shell__header-row{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.modal-shell__header-main{flex:1;min-width:0}.modal-shell__title{margin:0}.modal-shell__body{flex:1;min-height:0;padding:1rem;overflow:hidden auto}.modal-shell__body--normal{padding:1rem}.modal-shell__body--dense{padding:.75rem}.modal-shell__body--flush{padding:0}.modal-shell__body *{word-wrap:break-word;overflow-wrap:break-word}.modal-shell__footer{border-top:1px solid #00000014;flex-shrink:0;justify-content:flex-end;gap:.5rem;padding:.7rem 1rem 1rem;display:flex}.modal-shell__footer-start{gap:.5rem;margin-right:auto;display:flex}.modal-shell__footer-end{gap:.5rem;display:flex}@media (width<=768px){.modal-shell__overlay{padding:.5rem}.modal-shell__window{width:100%;max-height:calc(100vh - 4rem);max-height:calc(100svh - 3rem - env(safe-area-inset-top) - env(safe-area-inset-bottom))}.modal-shell__header{padding:.85rem .75rem .6rem}.modal-shell__body{-webkit-overflow-scrolling:touch}.modal-shell__body--normal,.modal-shell__body--dense{padding:.75rem}.modal-shell__footer{flex-direction:column;align-items:stretch;gap:.4rem;padding:.6rem .75rem .75rem}.modal-shell__footer>*{width:100%;margin-right:0}.modal-shell__footer-start,.modal-shell__footer-end{flex-direction:column;width:100%}.modal-shell__footer .btn{width:100%}}@media (prefers-reduced-motion:reduce){.modal-shell__overlay--dimmed,.modal-shell__window{animation:none}}.modal-details-shell{flex-direction:column;flex:1;min-height:0;display:flex}.modal-details-shell .modal-shell__body{gap:.8rem;display:grid}.modal-details-meta{gap:.7rem;display:grid}.modal-details-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.modal-detail-label{color:#0c1821a8;font-size:.85rem;display:block}.modal-detail-value{color:#0c1821;white-space:pre-wrap;margin:0;font-weight:600}.modal-section-separator{border-bottom:1px solid #0c18211f;margin:.85rem 0}.modal-tag-list{flex-wrap:wrap;gap:.5rem;display:flex}.modal-tag{background:var(--color-surface-muted);color:var(--color-text-primary-78);border-radius:999px;padding:.3rem .7rem;font-weight:600}@media (width<=768px){.modal-details-grid{grid-template-columns:1fr}}.metadata-card{background:#f8f9fb;border:1px solid #0000000f;border-radius:8px;flex-direction:column;gap:.4rem;padding:.75rem .85rem;display:flex}.metadata-card__header{color:#495057;justify-content:space-between;align-items:center;gap:.75rem;font-size:.85rem;display:flex}.metadata-card__label{text-transform:uppercase;letter-spacing:.04em;color:#6c757d;font-size:.7rem;font-weight:600}.metadata-card__datetime{font-variant-numeric:tabular-nums;white-space:nowrap;color:#212529}.metadata-card__body{flex-direction:column;gap:.1rem;display:flex}.metadata-card__name{color:#212529;font-weight:600}.metadata-card__email{color:#0d6efd;font-size:1rem;text-decoration:none}.metadata-card__email:hover,.metadata-card__email:focus{text-decoration:underline}
