.g-modal-backdrop{position:fixed;inset:0;border:0;background:#05080f85;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1000}.g-modal{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);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}.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}.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}
