.g-modal-backdrop{position:fixed;inset:0;border:0;background:#05080f85;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1000;opacity:0;transition:opacity .2s ease-out}.g-modal-backdrop.is-open{opacity:1}.g-modal{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%) scale(.92);width:min(var(--g-modal-width, 380px),calc(100vw - 24px));max-height:calc(100vh - 24px);border-radius:16px;background:linear-gradient(180deg,#0e2419,#08150f);border:1px solid rgba(255,255,255,.14);box-shadow:0 22px 42px #0000007a;z-index:1010;padding:10px;opacity:0;transition:transform .2s cubic-bezier(.34,1.56,.64,1),opacity .2s ease-out}.g-modal.is-open{transform:translate(-50%,-50%) scale(1);opacity:1}.g-modal.is-sm{--g-modal-width: 320px}.g-modal.is-md{--g-modal-width: 380px}.g-modal.is-lg{--g-modal-width: 520px}.g-modal.is-xl{--g-modal-width: 720px}.g-modal-head{display:flex;justify-content:space-between;align-items:center;color:#f5edbf;min-height:30px}.g-modal-close{border:0;width:30px;height:30px;border-radius:8px;background:#ffffff1a;color:#fff;cursor:pointer;transition:background .12s ease,transform .12s ease}.g-modal-close:hover{background:#ffffff2e;transform:scale(1.05)}.g-modal-close:active{transform:scale(.95)}.g-modal-body{margin-top:8px}.g-modal-body.is-scrollable{max-height:calc(100vh - 112px);overflow-y:auto;scrollbar-gutter:stable both-edges;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:rgba(255,215,120,.18) rgba(255,255,255,.02)}.g-modal-body.is-scrollable::-webkit-scrollbar{width:6px}.g-modal-body.is-scrollable::-webkit-scrollbar-track{background:#ffffff05;border-radius:999px;margin:6px 0}.g-modal-body.is-scrollable::-webkit-scrollbar-thumb{background:#ffd7782e;border-radius:999px}.g-modal-body.is-scrollable::-webkit-scrollbar-thumb:hover{background:#ffd77861}
