html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}:root{color-scheme:dark;--agor-primary: #2e9a92;--agor-primary-bright: #7fe8df;--agor-bg: #070b12;--agor-bg-soft: #0d1420;--agor-panel: rgba(13, 20, 32, .78);--agor-panel-solid: #111827;--agor-border: rgba(148, 163, 184, .16);--agor-border-strong: rgba(127, 232, 223, .28);--agor-text: #edf7f6;--agor-muted: #94a3b8;--agor-shadow: 0 24px 80px rgba(0, 0, 0, .42)}:root[data-theme=light]{color-scheme:light;--agor-bg: #f6f8fc;--agor-bg-soft: #eef5f7;--agor-panel: rgba(255, 255, 255, .88);--agor-panel-solid: #ffffff;--agor-border: rgba(15, 23, 42, .1);--agor-border-strong: rgba(46, 154, 146, .22);--agor-text: #111827;--agor-muted: #64748b;--agor-shadow: 0 24px 80px rgba(15, 23, 42, .14)}html,body,#root{height:100%;margin:0}body{background:radial-gradient(circle at 12% 8%,rgba(46,154,146,.24),transparent 30%),radial-gradient(circle at 88% 4%,rgba(127,232,223,.14),transparent 28%),linear-gradient(180deg,var(--agor-bg-soft),var(--agor-bg) 46%);color:var(--agor-text)}body,a,button,input,textarea,select{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.app-shell{height:100vh;background:transparent;overflow:hidden}.app-header{display:flex;align-items:center;justify-content:space-between;background:color-mix(in srgb,var(--agor-panel-solid) 86%,transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--agor-border);padding:0 24px;height:64px;position:sticky;top:0;z-index:10}.app-shell>.ant-layout{height:calc(100vh - 64px);min-height:0;overflow:hidden}.header-actions{justify-content:flex-end}.brand{color:var(--agor-text);display:inline-flex;align-items:center;gap:12px;font-weight:700;line-height:1.1}.brand:hover{color:var(--agor-text)}.brand-mark,.auth-logo{display:inline-flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--agor-panel-solid) 84%,transparent);border:1px solid var(--agor-border-strong);border-radius:999px;box-shadow:0 12px 30px #2e9a9242;overflow:hidden}.brand-mark{width:36px;height:36px}.brand-mark img,.auth-logo img{width:100%;height:100%;display:block;object-fit:contain}.brand-title,.brand-subtitle{display:block}.brand-title{font-size:16px}.brand-subtitle{color:var(--agor-muted);font-size:12px;font-weight:500}.theme-switcher{width:40px}.app-sider{border-right:1px solid var(--agor-border);background:color-mix(in srgb,var(--agor-panel-solid) 72%,transparent)!important;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);height:calc(100vh - 64px);overflow:hidden}.app-sider .ant-layout-sider-children{height:100%;min-height:0;display:flex;flex-direction:column}.app-sider .ant-menu{background:transparent;border-inline-end:0!important;padding-top:12px;flex:1;min-height:0;overflow-y:auto}.sider-note,.team-switcher-panel{padding:16px 24px;border-top:1px solid var(--agor-border);margin-top:auto}.sider-team-heading{padding:18px 24px 8px}.sider-team-heading h5{margin:4px 0 0}.team-switcher-panel{display:flex;flex-direction:column;gap:10px}.team-switcher-row{display:flex;gap:8px}.team-switcher-select{flex:1;min-width:0}.app-content{padding:32px;height:100%;min-width:0;overflow-y:auto}.page-stack{display:flex;flex-direction:column;gap:16px;max-width:1180px}.operator-table-toolbar{width:100%;margin-bottom:16px}.operator-table-stack .operator-table-toolbar{margin-bottom:0}.operator-table-stack--separated-after{margin-bottom:16px}.operator-column-help{width:20px;height:20px;padding:0}.operator-action-group{max-width:100%}.entity-identity{min-width:220px}.entity-identity .ant-typography code{white-space:normal;overflow-wrap:anywhere}.compact-release-ref{cursor:pointer;white-space:nowrap}.auth-only-shell{min-height:100vh;display:grid;place-items:center;padding:32px;position:relative}.auth-only-theme{position:fixed;right:24px;top:20px;z-index:1}.auth-page{min-height:calc(100vh - 128px);display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:48px;align-items:center;max-width:1120px}.auth-only-shell .auth-page{min-height:0;width:min(100%,460px);grid-template-columns:1fr;place-items:stretch}.auth-only-shell .auth-hero{display:none}.auth-hero h1{margin-top:18px;margin-bottom:16px;font-size:clamp(40px,6vw,72px);line-height:.95;letter-spacing:-.055em}.hero-copy{color:var(--agor-muted);font-size:18px;max-width:620px}.hero-checks{display:flex;flex-direction:column;gap:10px;color:var(--agor-text);font-weight:600;margin-top:28px}.auth-card,.state-card,.team-card,.stat-card,.invite-card,.ant-card{border-color:var(--agor-border)}.auth-card{border-radius:28px;box-shadow:var(--agor-shadow);padding:8px;background:var(--agor-panel);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.auth-card-header{text-align:center;margin-bottom:24px}.auth-logo{width:68px;height:68px;padding:4px;margin:0 auto 16px}.full-width{width:100%}.full-width>.ant-space-item{width:100%}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.google-button{font-weight:650;height:46px}.google-g{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;border:1px solid var(--agor-border);color:#4285f4;background:#fff;font-weight:800;margin-right:8px}.team-card,.stat-card,.state-card,.invite-card{border-radius:18px}.stat-card{min-width:180px}.state-card{max-width:640px}.state-actions{margin-top:16px}.invite-page{max-width:720px}.centered-spin{min-height:280px;display:grid;place-items:center}pre{margin:0;white-space:pre-wrap;color:var(--agor-text);background:color-mix(in srgb,var(--agor-bg) 76%,transparent);border:1px solid var(--agor-border);border-radius:12px;padding:12px}.top-gap{margin-top:16px}@media(max-width:920px){.app-header{height:auto;min-height:64px;gap:12px;padding:12px 16px;flex-wrap:wrap}.app-sider{display:none}.app-shell{min-height:100vh;height:auto;overflow:auto}.app-shell>.ant-layout{height:auto;overflow:visible}.app-content{padding:20px;height:auto;overflow:visible}.auth-page{grid-template-columns:1fr;gap:24px}}.user-menu-button{display:inline-flex;align-items:center;justify-content:center;padding:0 6px}.user-avatar{background:linear-gradient(135deg,#2e9a92,#62d0c8);color:#041014;font-weight:800}.standalone-page{min-height:calc(100vh - 128px);display:grid;place-items:center}.team-select-card{width:min(100%,680px)}.monospace-input textarea,.monospace-input{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}
