.shared-modal-backdrop{z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000b3;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.shared-modal{border:1px solid var(--border);background:linear-gradient(#181818 0%,#121212 100%);border-radius:20px;flex-direction:column;width:min(100%,560px);max-height:calc(100dvh - 48px);display:flex;overflow:hidden;box-shadow:0 28px 80px #00000073}.shared-modal-wide{width:min(100%,860px)}.shared-modal-header{justify-content:space-between;align-items:center;gap:16px;padding:22px 24px 14px;display:flex}.shared-modal-header h2{color:var(--foreground);margin:0;font-size:1.25rem;font-weight:700}.shared-modal-close{border:1px solid var(--border-soft);width:40px;height:40px;color:var(--foreground);cursor:pointer;background:0 0;border-radius:999px;font-size:1.6rem;line-height:1}.shared-modal-body{-webkit-overflow-scrolling:touch;padding:0 24px 24px;overflow-y:auto}.shared-modal-body::-webkit-scrollbar{width:10px;height:10px}.shared-modal-body::-webkit-scrollbar-track{background-color:#ffffff1f;border-radius:6px;box-shadow:inset 0 0 0 1px #ffffff14}.shared-modal-body::-webkit-scrollbar-thumb{border-radius:6px;background-color:#60a5fa!important}.shared-modal-body::-webkit-scrollbar-thumb:hover{background-color:#93c5fd!important}.shared-modal-body::-webkit-scrollbar-corner{background:#ffffff1f}@media (max-width:640px){.shared-modal-backdrop{align-items:flex-start;padding:12px}.shared-modal{border-radius:18px;width:100%;max-height:calc(100dvh - 24px);margin:auto 0}.shared-modal-header{padding:18px 18px 12px}.shared-modal-body{padding:0 18px 18px}}
