.ei-flow-v2-notice-host{position:relative}
.ei-flow-v2-notice-stack{z-index:999999;display:flex;flex-direction:column;gap:10px;width:min(380px,calc(100% - 32px));pointer-events:none}
.ei-flow-v2-notice-stack.is-viewport{position:fixed;right:24px;bottom:24px;align-items:flex-end}
.ei-flow-v2-notice-stack.is-lobby_scene_bottom_right{position:absolute;right:18px;bottom:18px;max-height:calc(100% - 36px);overflow:auto;align-items:flex-end}
.ei-flow-v2-notice-stack.is-lobby_scene_center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(440px,calc(100% - 40px));max-height:calc(100% - 40px);overflow:auto;align-items:center}

.ei-flow-v2-notice{
  --ei-flow-bg:#172033;--ei-flow-bg-2:#111827;--ei-flow-text:#fff;--ei-flow-muted:#dbe5f5;
  --ei-flow-border:#d9b85f;--ei-flow-button-bg:rgba(255,255,255,.12);--ei-flow-button-text:#fff;
  --ei-flow-shadow:0 14px 38px rgba(0,0,0,.24);--ei-flow-radius:12px;--ei-flow-accent:#65a7ff;
  position:relative!important;isolation:isolate;width:100%;box-sizing:border-box!important;padding:14px 50px 14px 18px!important;
  border:1px solid var(--ei-flow-border)!important;border-left-width:4px!important;border-radius:var(--ei-flow-radius)!important;
  background:linear-gradient(145deg,var(--ei-flow-bg),var(--ei-flow-bg-2))!important;color:var(--ei-flow-text)!important;
  box-shadow:var(--ei-flow-shadow)!important;opacity:0;transform:translateY(12px) scale(.98);
  transition:opacity .16s ease,transform .16s ease;font-size:14px;line-height:1.58;text-align:left;pointer-events:auto;
  overflow:visible!important;overflow-wrap:anywhere;backdrop-filter:none;-webkit-backdrop-filter:none
}
.ei-flow-v2-notice::before{content:"";position:absolute;inset:0;z-index:-1;border-radius:inherit;pointer-events:none;opacity:.28}
.ei-flow-v2-notice.is-visible{opacity:1;transform:translateY(0) scale(1)}
.ei-flow-v2-notice.is-success{--ei-flow-accent:#34c77b}
.ei-flow-v2-notice.is-info{--ei-flow-accent:#65a7ff}
.ei-flow-v2-notice.is-warning{--ei-flow-accent:#f0ad38}
.ei-flow-v2-notice.is-error,.ei-flow-v2-notice.is-danger{--ei-flow-accent:#ef5b67}
.ei-flow-v2-notice{border-left-color:var(--ei-flow-accent)!important}
.ei-flow-v2-notice-text{position:relative;z-index:1;color:var(--ei-flow-text)!important;-webkit-text-fill-color:var(--ei-flow-text)!important;text-shadow:none!important}

button.ei-flow-v2-notice-close{
  all:initial!important;position:absolute!important;z-index:5!important;top:8px!important;right:8px!important;
  box-sizing:border-box!important;width:30px!important;height:30px!important;min-width:30px!important;min-height:30px!important;
  margin:0!important;padding:0!important;border:1px solid color-mix(in srgb,var(--ei-flow-button-text) 28%,transparent)!important;
  border-radius:999px!important;background:var(--ei-flow-button-bg)!important;color:var(--ei-flow-button-text)!important;
  -webkit-text-fill-color:var(--ei-flow-button-text)!important;display:flex!important;visibility:visible!important;
  align-items:center!important;justify-content:center!important;font-family:Arial,sans-serif!important;font-size:22px!important;
  font-weight:700!important;line-height:1!important;cursor:pointer!important;box-shadow:none!important;opacity:.9!important;
  pointer-events:auto!important;appearance:none!important;-webkit-appearance:none!important;transform:none!important
}
.ei-flow-v2-notice-close-glyph{display:block!important;width:100%!important;height:100%!important;text-align:center!important;line-height:27px!important;color:inherit!important;-webkit-text-fill-color:inherit!important;font:700 22px/27px Arial,sans-serif!important}
button.ei-flow-v2-notice-close:hover,button.ei-flow-v2-notice-close:focus-visible{opacity:1!important;filter:brightness(1.12);outline:2px solid var(--ei-flow-accent)!important;outline-offset:2px!important}
button.ei-flow-v2-notice-close:active{transform:scale(.94)!important}

/* 23 canonical EI themes + EI World / Basic Black. */
.ei-flow-v2-notice.ei-theme-basic{--ei-flow-bg:#172033;--ei-flow-bg-2:#111827;--ei-flow-text:#fff;--ei-flow-border:#526177;--ei-flow-button-bg:rgba(255,255,255,.12);--ei-flow-button-text:#fff;--ei-flow-radius:12px}
.ei-flow-v2-notice.ei-theme-minimal{--ei-flow-bg:#fff;--ei-flow-bg-2:#f8fafc;--ei-flow-text:#172033;--ei-flow-border:#d9e1ea;--ei-flow-button-bg:#eef2f6;--ei-flow-button-text:#172033;--ei-flow-shadow:0 12px 30px rgba(15,23,42,.14);--ei-flow-radius:14px}
.ei-flow-v2-notice.ei-theme-glass{--ei-flow-bg:rgba(18,31,54,.84);--ei-flow-bg-2:rgba(10,20,38,.72);--ei-flow-text:#f3f8ff;--ei-flow-border:rgba(155,201,255,.58);--ei-flow-button-bg:rgba(255,255,255,.14);--ei-flow-button-text:#fff;--ei-flow-shadow:0 18px 48px rgba(2,10,24,.34);--ei-flow-radius:18px;backdrop-filter:blur(16px) saturate(135%);-webkit-backdrop-filter:blur(16px) saturate(135%)}
.ei-flow-v2-notice.ei-theme-glass::before{background:linear-gradient(125deg,rgba(255,255,255,.24),transparent 42%,rgba(101,167,255,.16))}
.ei-flow-v2-notice.ei-theme-rpg{--ei-flow-bg:#101a2d;--ei-flow-bg-2:#081120;--ei-flow-text:#fff7d6;--ei-flow-border:#d7b65a;--ei-flow-button-bg:#263554;--ei-flow-button-text:#ffe9a8;--ei-flow-shadow:0 0 0 2px #3a2c10,0 16px 38px rgba(0,0,0,.4);--ei-flow-radius:5px}
.ei-flow-v2-notice.ei-theme-rpg::before{inset:4px;border:1px solid rgba(248,220,142,.34);border-radius:2px}
.ei-flow-v2-notice.ei-theme-classic_wood{--ei-flow-bg:#4a2d1a;--ei-flow-bg-2:#24160e;--ei-flow-text:#fff1d1;--ei-flow-border:#b98245;--ei-flow-button-bg:#6a4428;--ei-flow-button-text:#fff1d1;--ei-flow-shadow:0 0 0 3px #26150b,0 14px 34px rgba(0,0,0,.38);--ei-flow-radius:6px}
.ei-flow-v2-notice.ei-theme-classic_wood::before{background:repeating-linear-gradient(8deg,rgba(255,255,255,.04) 0 1px,transparent 1px 7px)}
.ei-flow-v2-notice.ei-theme-parchment{--ei-flow-bg:#f6e8bd;--ei-flow-bg-2:#dfc98d;--ei-flow-text:#3b2a18;--ei-flow-border:#9a713a;--ei-flow-button-bg:#d4b978;--ei-flow-button-text:#3b2a18;--ei-flow-shadow:0 14px 34px rgba(74,48,20,.24);--ei-flow-radius:4px}
.ei-flow-v2-notice.ei-theme-parchment::before{background:radial-gradient(circle at 20% 15%,rgba(255,255,255,.55),transparent 32%),repeating-linear-gradient(0deg,rgba(84,56,24,.04) 0 1px,transparent 1px 4px)}
.ei-flow-v2-notice.ei-theme-dark{--ei-flow-bg:#171717;--ei-flow-bg-2:#090909;--ei-flow-text:#f5f5f5;--ei-flow-border:#666;--ei-flow-button-bg:#292929;--ei-flow-button-text:#fff;--ei-flow-shadow:0 14px 38px rgba(0,0,0,.42);--ei-flow-radius:16px}
.ei-flow-v2-notice.ei-theme-chinese{--ei-flow-bg:#521719;--ei-flow-bg-2:#25090b;--ei-flow-text:#fff1d2;--ei-flow-border:#d5a73e;--ei-flow-button-bg:#721e20;--ei-flow-button-text:#ffe7a1;--ei-flow-shadow:0 0 0 2px #771d20,0 16px 38px rgba(55,0,0,.4);--ei-flow-radius:6px}
.ei-flow-v2-notice.ei-theme-chinese::before{background:linear-gradient(90deg,transparent 46%,rgba(225,185,89,.18) 50%,transparent 54%)}
.ei-flow-v2-notice.ei-theme-japanese{--ei-flow-bg:#f5f0e6;--ei-flow-bg-2:#e9e0d2;--ei-flow-text:#282522;--ei-flow-border:#8c8377;--ei-flow-button-bg:#ded4c5;--ei-flow-button-text:#282522;--ei-flow-shadow:0 12px 30px rgba(54,47,40,.18);--ei-flow-radius:3px}
.ei-flow-v2-notice.ei-theme-japanese::before{background:repeating-linear-gradient(90deg,rgba(35,35,35,.025) 0 1px,transparent 1px 5px)}
.ei-flow-v2-notice.ei-theme-ink{--ei-flow-bg:#f1f1ef;--ei-flow-bg-2:#d8d8d4;--ei-flow-text:#171717;--ei-flow-border:#454545;--ei-flow-button-bg:#dadad6;--ei-flow-button-text:#111;--ei-flow-shadow:0 12px 30px rgba(0,0,0,.16);--ei-flow-radius:2px}
.ei-flow-v2-notice.ei-theme-ink::before{background:radial-gradient(ellipse at 8% 90%,rgba(0,0,0,.12),transparent 32%)}
.ei-flow-v2-notice.ei-theme-pixel{--ei-flow-bg:#15152a;--ei-flow-bg-2:#080813;--ei-flow-text:#fff;--ei-flow-border:#f4d35e;--ei-flow-button-bg:#29294a;--ei-flow-button-text:#fff;--ei-flow-shadow:4px 4px 0 #000;--ei-flow-radius:0;font-family:monospace!important;image-rendering:pixelated}
.ei-flow-v2-notice.ei-theme-pixel::before{inset:3px;border:2px solid rgba(255,255,255,.2);border-radius:0}
.ei-flow-v2-notice.ei-theme-windows95{--ei-flow-bg:#c0c0c0;--ei-flow-bg-2:#b6b6b6;--ei-flow-text:#000;--ei-flow-border:#000080;--ei-flow-button-bg:#c0c0c0;--ei-flow-button-text:#000;--ei-flow-shadow:2px 2px 0 #000;--ei-flow-radius:0;font-family:"MS Sans Serif",Tahoma,sans-serif!important}
.ei-flow-v2-notice.ei-theme-windows95{border-top-color:#fff!important;border-right-color:#404040!important;border-bottom-color:#404040!important}
.ei-flow-v2-notice.ei-theme-windows{--ei-flow-bg:rgba(248,251,255,.96);--ei-flow-bg-2:rgba(232,240,250,.95);--ei-flow-text:#18202c;--ei-flow-border:#9eb7d2;--ei-flow-button-bg:#e4edf7;--ei-flow-button-text:#18202c;--ei-flow-shadow:0 18px 46px rgba(41,74,110,.22);--ei-flow-radius:12px;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}
.ei-flow-v2-notice.ei-theme-mac{--ei-flow-bg:rgba(250,250,252,.82);--ei-flow-bg-2:rgba(229,229,235,.78);--ei-flow-text:#1d1d1f;--ei-flow-border:rgba(0,0,0,.2);--ei-flow-button-bg:rgba(0,0,0,.08);--ei-flow-button-text:#1d1d1f;--ei-flow-shadow:0 20px 55px rgba(0,0,0,.22);--ei-flow-radius:18px;backdrop-filter:blur(20px) saturate(160%);-webkit-backdrop-filter:blur(20px) saturate(160%)}
.ei-flow-v2-notice.ei-theme-cyberpunk{--ei-flow-bg:#090d18;--ei-flow-bg-2:#05060b;--ei-flow-text:#eaffff;--ei-flow-border:#00f0ff;--ei-flow-button-bg:#132332;--ei-flow-button-text:#f5ff00;--ei-flow-shadow:0 0 18px rgba(0,240,255,.35),0 16px 38px rgba(0,0,0,.48);--ei-flow-radius:2px}
.ei-flow-v2-notice.ei-theme-cyberpunk::before{background:repeating-linear-gradient(0deg,rgba(0,240,255,.06) 0 1px,transparent 1px 4px)}
.ei-flow-v2-notice.ei-theme-nasapunk{--ei-flow-bg:#0c1b2e;--ei-flow-bg-2:#07101d;--ei-flow-text:#eef6ff;--ei-flow-border:#ff7a1a;--ei-flow-button-bg:#17304d;--ei-flow-button-text:#fff;--ei-flow-shadow:0 16px 40px rgba(0,16,38,.45);--ei-flow-radius:7px}
.ei-flow-v2-notice.ei-theme-nasapunk::before{background:linear-gradient(120deg,rgba(255,255,255,.08),transparent 35%,rgba(255,122,26,.12))}
.ei-flow-v2-notice.ei-theme-steampunk{--ei-flow-bg:#3b2a1f;--ei-flow-bg-2:#1c130d;--ei-flow-text:#f7e7c4;--ei-flow-border:#b57b3b;--ei-flow-button-bg:#5a3c25;--ei-flow-button-text:#f7e7c4;--ei-flow-shadow:0 0 0 2px #1b1009,0 16px 40px rgba(0,0,0,.42);--ei-flow-radius:8px}
.ei-flow-v2-notice.ei-theme-steampunk::before{background:radial-gradient(circle at 92% 18%,rgba(216,154,75,.25) 0 12px,transparent 13px)}
.ei-flow-v2-notice.ei-theme-terminal{--ei-flow-bg:#020604;--ei-flow-bg-2:#000;--ei-flow-text:#77ff9b;--ei-flow-border:#27d85a;--ei-flow-button-bg:#07160b;--ei-flow-button-text:#77ff9b;--ei-flow-shadow:0 0 20px rgba(39,216,90,.22);--ei-flow-radius:2px;font-family:monospace!important}
.ei-flow-v2-notice.ei-theme-terminal::before{background:repeating-linear-gradient(0deg,rgba(72,255,120,.08) 0 1px,transparent 1px 3px)}
.ei-flow-v2-notice.ei-theme-arcane{--ei-flow-bg:#19102d;--ei-flow-bg-2:#090611;--ei-flow-text:#f4ecff;--ei-flow-border:#9f73ff;--ei-flow-button-bg:#302050;--ei-flow-button-text:#f4ecff;--ei-flow-shadow:0 0 24px rgba(159,115,255,.34),0 16px 38px rgba(0,0,0,.45);--ei-flow-radius:14px}
.ei-flow-v2-notice.ei-theme-arcane::before{background:radial-gradient(circle at 20% 50%,rgba(172,116,255,.28),transparent 38%)}
.ei-flow-v2-notice.ei-theme-wabisabi{--ei-flow-bg:#e7e1d7;--ei-flow-bg-2:#d2cabd;--ei-flow-text:#36312b;--ei-flow-border:#8d8375;--ei-flow-button-bg:#d0c7ba;--ei-flow-button-text:#36312b;--ei-flow-shadow:0 10px 26px rgba(57,48,38,.16);--ei-flow-radius:10px}
.ei-flow-v2-notice.ei-theme-cute{--ei-flow-bg:#fff1f6;--ei-flow-bg-2:#ffe0ec;--ei-flow-text:#7d2144;--ei-flow-border:#ef8eaf;--ei-flow-button-bg:#ffd1e1;--ei-flow-button-text:#8d244c;--ei-flow-shadow:0 14px 34px rgba(190,74,119,.18);--ei-flow-radius:18px}
.ei-flow-v2-notice.ei-theme-western{--ei-flow-bg:#eee4d1;--ei-flow-bg-2:#d7c5a6;--ei-flow-text:#342619;--ei-flow-border:#7d5c36;--ei-flow-button-bg:#d1ba96;--ei-flow-button-text:#342619;--ei-flow-shadow:0 14px 34px rgba(60,39,20,.24);--ei-flow-radius:4px}
.ei-flow-v2-notice.ei-theme-dq{--ei-flow-bg:#08266b;--ei-flow-bg-2:#03143f;--ei-flow-text:#fff;--ei-flow-border:#fff;--ei-flow-button-bg:#12357e;--ei-flow-button-text:#fff;--ei-flow-shadow:0 0 0 3px #0a0a0a,0 14px 34px rgba(0,0,0,.38);--ei-flow-radius:7px}
.ei-flow-v2-notice.ei-theme-dq::before{inset:4px;border:2px solid #fff;border-radius:3px}
.ei-flow-v2-notice.ei-theme-ei_world{--ei-flow-bg:#13233c;--ei-flow-bg-2:#071426;--ei-flow-text:#f7fbff;--ei-flow-border:#d9b85f;--ei-flow-button-bg:#233b60;--ei-flow-button-text:#fff0b3;--ei-flow-shadow:0 0 0 2px #2c4c77,0 18px 44px rgba(0,12,32,.45);--ei-flow-radius:10px}
.ei-flow-v2-notice.ei-theme-ei_world::before{background:linear-gradient(135deg,rgba(217,184,95,.16),transparent 38%,rgba(63,128,204,.16))}
.ei-flow-v2-notice.ei-theme-basic_black{--ei-flow-bg:rgba(0,0,0,.88);--ei-flow-bg-2:rgba(0,0,0,.78);--ei-flow-text:#fff;--ei-flow-border:rgba(255,255,255,.35);--ei-flow-button-bg:rgba(255,255,255,.12);--ei-flow-button-text:#fff;--ei-flow-shadow:0 14px 38px rgba(0,0,0,.4);--ei-flow-radius:8px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}

@supports not (color:color-mix(in srgb,white,black)){button.ei-flow-v2-notice-close{border-color:rgba(255,255,255,.32)!important}}
@media (prefers-reduced-motion:reduce){.ei-flow-v2-notice{transition:none!important;transform:none!important}}
@media (max-width:640px){
  .ei-flow-v2-notice-stack.is-viewport{right:16px;bottom:16px;left:16px;width:auto}
  .ei-flow-v2-notice-stack.is-lobby_scene_bottom_right{right:10px;bottom:10px;left:10px;width:auto;max-height:calc(100% - 20px)}
  .ei-flow-v2-notice-stack.is-lobby_scene_center{width:min(94%,calc(100% - 18px));max-height:calc(100% - 18px)}
  .ei-flow-v2-notice{padding:12px 46px 12px 14px!important;font-size:13px}
  button.ei-flow-v2-notice-close{top:7px!important;right:7px!important;width:28px!important;height:28px!important;min-width:28px!important;min-height:28px!important}
  .ei-flow-v2-notice-close-glyph{font-size:21px!important;line-height:25px!important}
}
