.remodal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;justify-content:center;align-items:center;z-index:9999;overflow-y:auto;padding:2rem}.remodal-content{position:relative;background:#141419f2;border-radius:1.5rem;padding:2rem;width:100%;max-width:600px;color:var(--text);box-sizing:border-box;font-family:Poppins,sans-serif;backdrop-filter:blur(12px) saturate(150%);-webkit-backdrop-filter:blur(12px) saturate(150%);overflow-y:auto;max-height:90vh}.remodal-title{font-size:1.8rem;font-weight:600;margin-bottom:1rem;text-align:center;color:#6ee7b7}.remodal-body{font-size:1rem;line-height:1.6;color:var(--text);margin-top:.5rem}.remodal-body p{color:var(--accent-clr)}.remodal-close{position:absolute;top:1rem;right:1rem;background:transparent;border:none;font-size:1.6rem;color:#fff;cursor:pointer;font-weight:700;transition:color .2s}.remodal-close:hover{color:#6ee7b7}.remodal-content::-webkit-scrollbar{width:8px}.remodal-content::-webkit-scrollbar-thumb{background:#6ee7b799;border-radius:4px}
