.ItemModal_overlay__hr87t{position:fixed;inset:0;background:rgba(0,0,0,.6);z-index:2000;display:flex;align-items:center;justify-content:center;padding:1.5rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.ItemModal_modal__wcmXX{background:var(--surface);border-radius:16px;width:100%;max-width:900px;max-height:95vh;display:flex;flex-direction:column;box-shadow:0 8px 40px rgba(0,0,0,.5);overflow:hidden}.ItemModal_header___11WT{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;border-bottom:1px solid var(--border);flex-shrink:0}.ItemModal_headerTitle__BJmNl{font-size:1rem;font-weight:700;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ItemModal_closeBtn__hA8Qr{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;flex-shrink:0;background:#ef4444;border:none;color:#fff;cursor:pointer;transition:background .12s}.ItemModal_closeBtn__hA8Qr:hover{background:#dc2626}.ItemModal_body__Kd53A{overflow-y:auto;flex:1 1}.ItemModal_loader__jtL7c{display:flex;align-items:center;justify-content:center;padding:4rem 0;font-size:2rem;color:var(--text-muted)}.ItemModal_loader__jtL7c i{animation:ItemModal_spin__rWUGm .8s linear infinite}@keyframes ItemModal_spin__rWUGm{to{transform:rotate(1turn)}}.ItemModal_error__dbDEh{padding:3rem 1.5rem;text-align:center;color:var(--text-secondary);font-size:.9375rem}@media (max-width:1023px){.ItemModal_overlay__hr87t{padding:0}.ItemModal_modal__wcmXX{max-width:100%;max-height:100%;height:100%;border-radius:0}}