.match-confirm.app-notification-layer{--match-border:hsla(0,0%,100%,.1);--match-text-muted:hsla(0,0%,100%,.62);--match-surface:hsla(0,0%,100%,.06);--match-accent:#a693c8;--match-accent-border:rgba(139,114,182,.28);position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:20px;pointer-events:none}@media (max-width:479px){.match-confirm.app-notification-layer:has(.match-su-admin-panel){align-items:stretch;justify-content:stretch;padding:0}}.app-notification-layer:not(.is-top) .match-confirm__scrim{pointer-events:none;cursor:default}.match-confirm__scrim{position:absolute;inset:0;border:none;padding:0;margin:0;background:rgba(19,19,26,.82);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;opacity:0;animation:match-confirm-scrim-in .22s ease forwards;pointer-events:auto}.app-notification-layer.is-closing{pointer-events:none}.app-notification-layer.is-closing .match-confirm__scrim{animation:match-confirm-scrim-out .22s ease forwards;pointer-events:none;cursor:default}.app-notification-layer.is-closing .match-confirm__dialog{animation:match-confirm-slide-out .32s cubic-bezier(.22,1,.36,1) forwards;pointer-events:none}.match-confirm__scrim:disabled{cursor:default}.match-confirm__dialog{position:relative;z-index:1;width:min(100%,420px);opacity:0;transform:translateY(28px);animation:match-confirm-slide-in .32s cubic-bezier(.22,1,.36,1) forwards;pointer-events:auto}.match-confirm__dialog--sm{width:min(100%,420px)}.match-confirm__dialog--md{width:min(100%,480px)}.match-confirm__dialog--lg{width:min(100%,560px);max-height:min(85vh,720px);display:flex;flex-direction:column;border-radius:18px;border:1px solid hsla(0,0%,100%,.12);background:linear-gradient(180deg,rgba(34,34,44,.98),rgba(22,22,30,.98));color:hsla(0,0%,100%,.92);box-shadow:0 24px 60px rgba(0,0,0,.45),inset 0 0 0 1px hsla(0,0%,100%,.04);overflow:hidden}.match-confirm__panel{padding:22px 24px;border-radius:16px;border:1px solid var(--match-border);background:var(--match-surface);box-shadow:0 24px 64px rgba(0,0,0,.45),inset 0 0 0 1px hsla(0,0%,100%,.04)}@keyframes match-confirm-scrim-in{0%{opacity:0}to{opacity:1}}@keyframes match-confirm-slide-in{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes match-confirm-scrim-out{0%{opacity:1}to{opacity:0}}@keyframes match-confirm-slide-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(28px)}}@media (prefers-reduced-motion:reduce){.match-confirm__dialog,.match-confirm__scrim{animation:none;opacity:1;transform:none}.app-notification-layer.is-closing .match-confirm__dialog,.app-notification-layer.is-closing .match-confirm__scrim{animation:none;opacity:0;transform:none}}.match-confirm__title{margin:0 0 10px;font-size:18px;font-weight:700;line-height:1.35;color:hsla(0,0%,100%,.95)}.match-confirm__message{margin:0 0 20px;font-size:15px;line-height:1.5;color:var(--match-text-muted)}.match-confirm__actions{display:flex;justify-content:flex-end;align-items:center;gap:10px}.match-confirm__confirm{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:10px 18px;border-radius:10px;border:1px solid transparent;font-family:inherit;font-size:15px;font-weight:600;line-height:1.2;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.match-confirm__confirm:disabled{opacity:.65;cursor:default}.match-confirm__confirm--danger{color:#fff;background:#ae2929;border-color:#c62f2f}.match-confirm__confirm--danger:hover:not(:disabled){background:#c62f2f;border-color:#d24141}.match-confirm__confirm--primary{color:#fff;background:var(--match-accent);border-color:var(--match-accent-border)}.match-confirm__confirm--primary:hover:not(:disabled){filter:brightness(1.08)}.match-confirm__confirm.is-loading{cursor:wait}.match-confirm .match-btn-ghost{min-height:42px;padding:10px 18px;border-radius:10px;border:1px solid var(--match-border);background:transparent;color:hsla(0,0%,100%,.8);font-family:inherit;font-size:15px;font-weight:600;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.match-confirm .match-btn-ghost:hover:not(:disabled){background:hsla(0,0%,100%,.06)}.match-confirm .match-btn-ghost:disabled{opacity:.55;cursor:default}.match-server-report-form.match-confirm__panel{padding:22px 24px}.match-server-report-form__field{display:grid;grid-gap:8px;gap:8px;margin-bottom:14px}.match-server-report-form__field>span{font-size:13px;font-weight:600;letter-spacing:.02em;color:hsla(0,0%,100%,.9)}.match-server-report-form__input{width:100%;box-sizing:border-box;padding:10px 12px;border-radius:10px;border:1.5px solid hsla(0,0%,100%,.22);background:#2a2631;color:#fff;font-family:inherit;font-size:15px;line-height:1.45;resize:vertical;outline:none;transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease}.match-server-report-form__input::placeholder{color:hsla(0,0%,100%,.42)}.match-server-report-form__input:hover:not(:disabled):not(:focus-visible){border-color:hsla(0,0%,100%,.32);background:#312d39}.match-server-report-form__input:focus-visible{border-color:#9b83c3;background:#2f2a37;box-shadow:0 0 0 3px rgba(138,110,185,.28)}.match-server-report-form__input:disabled{opacity:.55;cursor:not-allowed}.match-server-report-form__error{margin:0 0 14px;color:#ff9b9b;font-size:14px;line-height:1.4}.match-server-report-form .match-confirm__message{margin-bottom:18px}.match-server-report-form .match-confirm__actions{margin-top:4px}.match-server-report-form__submit:not(:disabled){background:#693bba;border-color:#794dc7;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.14),0 8px 20px rgba(70,39,124,.35)}.match-server-report-form__submit:not(:disabled):hover{background:#794dc7;border-color:#8b64ce;filter:none}.match-server-report-form__submit:disabled{opacity:.45}.match-su-admin-panel,.match-su-notifier__gear{--match-border:hsla(0,0%,100%,.1);--match-accent:#a693c8;--match-text-muted:hsla(0,0%,100%,.62);--match-brand:var(--header-btn-face,#6c5298)}.match-su-notifier__gear{flex:0 0 auto;width:38px;height:38px;margin-top:0;padding:0;border-radius:10px;border:1px solid var(--match-border);background:hsla(0,0%,100%,.04);color:hsla(0,0%,100%,.72);cursor:pointer;overflow:visible;transition:background .15s ease,border-color .15s ease,color .15s ease,transform .15s ease}.match-su-notifier__gear,.match-su-notifier__gear-mark{position:relative;display:inline-flex;align-items:center;justify-content:center}.match-su-notifier__gear-mark{width:16px;height:16px;font-size:14px;line-height:1}.match-su-notifier__gear-mark i{font-size:1em}.match-su-notifier__gear.is-open,.match-su-notifier__gear:hover{color:#fff;border-color:hsla(0,0%,100%,.22);background:hsla(0,0%,100%,.08)}.match-su-notifier__gear.is-open .match-su-notifier__gear-mark i{animation:match-su-gear-spin .6s ease}@keyframes match-su-gear-spin{0%{transform:rotate(0deg)}to{transform:rotate(90deg)}}.match-su-notifier__badge{position:absolute;top:-7px;right:-9px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:var(--header-btn-face,var(--match-brand));color:#fff;font-size:10px;font-weight:700;line-height:16px;text-align:center;box-shadow:0 2px 8px rgba(0,0,0,.35);pointer-events:none}.match-su-notifier__gear--header{width:32px;height:32px;flex-shrink:0}.match-su-notifier__gear--header .match-su-notifier__gear-mark{width:20px;height:20px;font-size:17px}.match-su-notifier__gear--header .match-su-notifier__badge{top:-8px;right:-10px}.match-confirm__dialog.match-su-admin-panel{width:min(100%,960px);max-height:min(92vh,900px);min-height:min(72vh,640px);border-radius:16px;border:1px solid var(--match-border);background:var(--match-surface);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 24px 64px rgba(0,0,0,.45),inset 0 0 0 1px hsla(0,0%,100%,.04)}.match-su-notifier__tabs{display:flex;gap:4px;margin:0 24px 16px;padding:4px;border-radius:12px;border:1px solid var(--match-border);background:rgba(0,0,0,.18);flex-shrink:0}.match-su-notifier__tab{flex:1 1;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:10px 16px;border-radius:8px;border:1px solid transparent;background:transparent;color:hsla(0,0%,100%,.62);font-family:inherit;font-size:14px;font-weight:600;line-height:1.2;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}.match-su-notifier__tab:hover:not(.is-active){color:hsla(0,0%,100%,.8);background:hsla(0,0%,100%,.04)}.match-su-notifier__tab.is-active{color:#fff;border-color:hsla(0,0%,100%,.12);background:hsla(0,0%,100%,.1);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.06),0 1px 4px rgba(0,0,0,.18)}.match-su-notifier__tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:hsla(0,0%,100%,.1);font-size:11px;font-weight:700;line-height:1}.match-su-notifier__tab.is-active .match-su-notifier__tab-count{background:hsla(0,0%,100%,.16)}.match-su-notifier__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:24px 24px 20px;flex-shrink:0}.match-su-notifier__title{margin:0 0 4px;font-size:14px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--match-accent)}.match-su-notifier__hint{margin:0;font-size:13px;line-height:1.4;color:var(--match-text-muted)}.match-su-notifier__close{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:0;border-radius:8px;background:transparent;color:hsla(0,0%,100%,.55);cursor:pointer}.match-su-notifier__close:hover{background:hsla(0,0%,100%,.06);color:#fff}.match-su-notifier__toolbar{display:flex;align-items:center;justify-content:flex-end;padding:12px 24px 16px;border-bottom:1px solid var(--match-border);flex-shrink:0}.match-su-notifier__filter{display:inline-flex;align-items:center;gap:10px;margin:0;font-size:14px;line-height:1.3;color:var(--match-text-muted);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.match-su-notifier__filter input{width:16px;height:16px;margin:0;accent-color:var(--match-brand);cursor:pointer}.match-su-notifier__filter:hover{color:hsla(0,0%,100%,.82)}.match-su-notifier__body{flex:1 1 auto;min-height:0;overflow:auto}.match-su-notifier__empty{margin:0;padding:24px;font-size:15px;line-height:1.5;color:var(--match-text-muted)}.match-su-notifier__list{list-style:none;margin:0;padding:16px 24px 24px;display:flex;flex-direction:column;gap:12px}.match-su-notifier__item{padding:16px;border-radius:12px;border:1px solid var(--match-border);background:rgba(0,0,0,.22)}.match-su-notifier__item.is-mine{border-color:hsla(0,0%,100%,.18);background:hsla(0,0%,100%,.04)}.match-su-notifier__item-top{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:10px}.match-su-notifier__code{font-family:JetBrains Mono,monospace;font-size:12px;font-weight:600;padding:4px 8px;border-radius:6px;border:1px solid var(--match-border);background:hsla(0,0%,100%,.04);color:hsla(0,0%,100%,.92)}.match-su-notifier__mine{font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:hsla(0,0%,100%,.45)}.match-su-admin-panel .match-su-notifier__meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px 16px;gap:10px 16px;margin:0 0 14px}.match-su-notifier__meta div{min-width:0}.match-su-notifier__meta-wide{grid-column:1/-1}.match-su-notifier__meta dt{margin:0 0 2px;font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:hsla(0,0%,100%,.42)}.match-su-notifier__meta dd{margin:0;font-size:13px;line-height:1.35;color:hsla(0,0%,100%,.9);overflow-wrap:anywhere}.match-su-notifier__meta dd code{font-family:JetBrains Mono,monospace;font-size:12px}.match-su-notifier__meta-wide.is-error dd{color:#f89e77}.match-su-notifier__actions{display:flex;flex-wrap:wrap;gap:8px}.match-su-notifier__btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:34px;padding:6px 12px;border-radius:8px;border:1px solid transparent;font-family:inherit;font-size:13px;font-weight:600;line-height:1.2;white-space:nowrap;cursor:pointer}.match-su-notifier__btn:disabled{opacity:.55;cursor:not-allowed}.match-su-notifier__btn--primary{color:#fff;background:var(--header-btn-face,var(--match-brand))}.match-su-notifier__btn--danger{color:#f89e77;background:rgba(87,38,25,.35);border-color:rgba(217,74,38,.4)}.match-su-notifier__btn--danger:hover:not(:disabled){color:#ffb08f;background:rgba(111,48,32,.5);border-color:rgba(221,92,60,.55)}.match-su-admin-panel .match-lobby-status-badge{display:inline-flex;align-items:center;margin:0;flex-shrink:0;padding:4px 9px;border-radius:6px;font-size:12px;font-weight:600;line-height:1.2;white-space:nowrap;border:none}.match-su-admin-panel .match-lobby-status-badge.match-lobby-status--created{color:#e8dff6;background:rgba(110,76,169,.28)}.match-su-admin-panel .match-lobby-status-badge.match-lobby-status--provisioning{color:#fde68a;background:rgba(140,97,23,.55)}.match-su-admin-panel .match-lobby-status-badge.match-lobby-status--waiting{color:#dbeafe;background:rgba(23,68,140,.55)}.match-su-admin-panel .match-lobby-status-badge.match-lobby-status--live{color:#bbf7d0;background:rgba(28,95,52,.65)}.match-su-admin-panel .match-lobby-status-badge.match-lobby-status--muted{color:#d4d4d8;background:rgba(61,61,66,.75)}.match-su-admin-panel .match-lobby-status-badge.match-lobby-status--error{color:#fecaca;background:rgba(132,31,31,.65)}.site-header-su-gear--drawer{display:none}@media (max-width:991.98px){.site-header-su-gear--bar{display:none}.site-header-su-gear--drawer{display:block}}@media (max-width:1023px){.match-confirm__dialog.match-su-admin-panel{width:min(100%,calc(100vw - 32px));min-height:min(80vh,560px)}.match-su-admin-panel .match-su-notifier__meta{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:767px){.match-su-notifier__header{padding-left:16px;padding-right:16px}.match-su-notifier__tabs{margin-left:16px;margin-right:16px}.match-su-notifier__empty,.match-su-notifier__list,.match-su-notifier__toolbar{padding-left:16px;padding-right:16px}.match-su-admin-panel .match-su-notifier__meta{grid-template-columns:1fr}}@media (max-width:479px){.match-confirm__dialog.match-su-admin-panel{width:100%;max-width:100%;max-height:100dvh;min-height:0;height:100%;border-radius:0}.match-su-notifier__header{padding:14px 16px 12px;gap:12px}.match-su-notifier__tabs{margin-left:12px;margin-right:12px;margin-bottom:12px;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.match-su-notifier__tabs::-webkit-scrollbar{display:none}.match-su-notifier__tab{flex:0 0 auto;min-height:36px;padding:8px 12px;font-size:12px;gap:6px}.match-su-notifier__tab-count{min-width:18px;height:18px;padding:0 5px;font-size:10px}.match-su-notifier__toolbar{padding:10px 16px 12px}.match-su-notifier__empty,.match-su-notifier__list{padding-left:12px;padding-right:12px}.match-su-notifier__list{padding-bottom:max(16px,env(safe-area-inset-bottom,0px))}.match-su-notifier__item{padding:14px}.match-su-notifier__actions{flex-direction:column;align-items:stretch}.match-su-notifier__actions .match-su-notifier__btn{width:100%;justify-content:center}}.match-su-notifier__item--report .match-su-notifier__item-top{flex-wrap:wrap}.match-su-notifier__report-time{font-size:12px;color:var(--match-text-muted);white-space:nowrap}.match-su-notifier__report-message{white-space:pre-wrap;word-break:break-word}.match-su-notifier__debug{margin:0 0 14px;border:1px solid var(--match-border);border-radius:10px;background:rgba(0,0,0,.18);overflow:hidden}.match-su-notifier__debug summary{padding:10px 12px;font-size:13px;font-weight:600;color:hsla(0,0%,100%,.82);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.match-su-notifier__debug summary:hover{background:hsla(0,0%,100%,.04)}.match-su-notifier__debug pre{margin:0;padding:12px;max-height:240px;overflow:auto;border-top:1px solid var(--match-border);font-family:JetBrains Mono,monospace;font-size:11px;line-height:1.45;color:hsla(0,0%,100%,.78);white-space:pre-wrap;word-break:break-word}