:root{
  interpolate-size: allow-keywords;
  --ai-panel-width: 800px;
  --panel-resizer-width: 7px;
      --bg: #0f1013;
    --bg2: #040406;
    --panel: rgba(255, 255, 255, .06);
    --panelSolid: #27282c;
    --panel2: rgba(255, 255, 255, .04);
    --msg:#1d1e21;
    --border: rgba(255, 255, 255, .10);
    --border2: rgba(255, 255, 255, .14);
    --muted: rgba(232, 238, 249, .70);
    --text: #e8eef9;
    --textbox: #1f1f1f;
    --accent: #22c55e;
    --accent2: #a78bfa;
    --accent3: #38bdf8;
    --warn: #fbbf24;
    --ok: #22c55e;
    --bad: #ef4444;
    --radius: 0px;
    --radius2: 14px;
    --shadow: 0 18px 45px rgba(0, 0, 0, .42);
    --shadow2: 0 10px 24px rgba(0, 0, 0, .35);
    --font: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial;
    --mono: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
}

[data-theme="light"]{
  --bg: #f9faff;
  --bg2:#eef2ff;
  --panel: rgba(255,255,255,.80);
  --panelSolid:#ffffff;
  --panel2: rgba(17,24,39,.04);
  --msg:#ffffff;
  --border: rgba(17,24,39,.10);
  --border2: rgba(17,24,39,.12);
  --muted: rgba(17,24,39,.60);
  --text: #111827;
  --textbox: #fff;
  --accent: #10a37f;
  --accent2:#2563eb;
  --accent3:#7c3aed;

  --shadow: 0 18px 45px rgba(17,24,39,.12);
  --shadow2: 0 10px 24px rgba(17,24,39,.10);
}

*{ box-sizing:border-box; }
html, body { height: 100%; }
body{
  margin:0;
  font-family: var(--font);
  color: var(--text);
  overflow:hidden;
  background: var(--bg);
}

/* The developer bar and its drawers must not flash or accept input while DEBUG is off. */
html[data-debug-enabled="0"] ._sxc01z22wz10qsub4,
html[data-debug-enabled="0"] ._sxc1sq237w1fbpvmp,
html[data-debug-enabled="0"] ._sxc19cx2jb0ocbkj3 {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

textarea#chatText:focus-visible {
    border: none;
    outline: none;
}

/* =========================
   TOOLS Drawer (overlay)
   ========================= */
._sxc1sq237w1fbpvmp{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.45);
  backdrop-filter: blur(6px);
  display: none;
  z-index: 9999;
  top: 58px;
}
._sxc1sq237w1fbpvmp._sxc17bb3u81cbux51{ display: block; }
._sxc065cex00o6ubyy{
  position: absolute;
  right: 0;
  min-width: min(980px, 92vw);
  height: calc(100vh);
  background: var(--panelSolid);
  border-left: 1px solid var(--border);
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: 320px 1fr;
}
._sxc03n5uj60vdeopz{
  border-right: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  min-height: 0;
}
._sxc0p5slxt1fkr2ys{
  display: flex;
  flex-direction: column;
  min-height: 0;
}
._sxc17bz6ex1exzw85{
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--border);
}
._sxc17bz6ex1exzw85 ._sxc1m9o3h60tihbff{
  font-weight: bold;
  letter-spacing: .2px;
}
._sxc17bz6ex1exzw85 ._sxc089gg920yyqhzy{ flex: 1; }
._sxc1klyc6n19w2jmb{
  display: flex;
  gap: 8px;
  padding: 10px 12px;
  border-bottom: 1px solid var(--border);
}
._sxc0ue71yn1dkgnjh{
  padding: 8px 10px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: rgba(255,255,255,.04);
  cursor: pointer;
  font-size: 12px;
}
._sxc0ue71yn1dkgnjh._sxc1fh4vev1h1qp8f{
  border-color: rgba(167,139,250,.35);
  background: rgba(167,139,250,.14);
}
._sxc1e7r4780h6ltz5{
  padding: 10px;
  overflow: auto;
  min-height: 0;
}
._sxc0gsdstz1huwvv4{
  border: 1px solid var(--border);
  background: rgba(255,255,255,.04);
  border-radius: 14px;
  padding: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
._sxc0gsdstz1huwvv4:hover{
  border-color: rgba(56,189,248,.28);
  background: rgba(56,189,248,.06);
}
._sxc0gsdstz1huwvv4 ._sxc1jvjjkh174k15f{
  display: flex;
  align-items: center;
  gap: 8px;
}
._sxc0gsdstz1huwvv4 ._sxc1j1482m13otboa{
  font-weight: bold;
  font-size: 13px;
}
._sxc0gsdstz1huwvv4 ._sxc10qt9jz17u2f7p{
  margin-inline-start:auto;
  font-family: var(--mono);
  color: var(--muted);
  font-size: 11px;
}
._sxc0gsdstz1huwvv4 ._sxc1aotcxz06mye1b{
  color: var(--muted);
  font-size: 12px;
  margin-top: 6px;
  line-height: 1.4;
}
._sxc05tslfw1k6l2kd{
  padding: 12px;
  overflow: auto;
  min-height: 0;
}
._sxc1ryh4700dkb7me{
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 12px;
  margin-bottom: 12px;
  background: rgba(255,255,255,.03);
}
._sxc1ryh4700dkb7me ._sxc0ci1d310n20mu1{
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 8px;
  color: var(--muted);
  letter-spacing: .2px;
}
._sxc057cray0bj1lqt{
  width: 100%;
  min-height: 170px;
  resize: vertical;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: rgba(0,0,0,.06);
  color: var(--text);
  font-family: var(--mono);
  font-size: 12px;
  line-height: 1.55;
  padding: 10px;
  outline: none;
}
._sxc1etzt2602nevpz{
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 10px;
}
._sxc1wdgg8w1bmwj4o{
  font-size: 12px;
  color: var(--muted);
  line-height: 1.4;
}


._sxc0iftexe1qtr7ac._sxc14g109i1o2omvw {
  position: fixed;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
}

/* panels transition */
._sxc0ja0xus0wrvscj._sxc11widfr1h0pmqd, ._sxc0ja0xus0wrvscj._sxc1sa4bmh02i07us {
  min-width: 0 !important;
  transition: transform 1s cubic-bezier(.1, .5, 1, 1), opacity 1s ease, filter .5s ease;
  transform: translateX(0);
  opacity: 1;
  filter: blur(0);
  border-left: 2px solid var(--panel2);
  background: var(--panelSolid);
}

[data-mode="Editor"] ._sxc09hx1ok15dpupq._sxc0omqiis0hvd4ml {
  grid-template-columns: 200px minmax(720px, 1.45fr) var(--panel-resizer-width) minmax(380px, var(--ai-panel-width));
  gap: 0;
}

._sxc1nu5ky114acf65{
  min-width: 0;
  min-height: 0;
  display: none;
  flex-direction: column;
  overflow: hidden;
  border-left: 2px solid var(--panel2);
  background: var(--panel);
}
[data-mode="Editor"] ._sxc1nu5ky114acf65{
  display: flex;
  opacity: 1;
  transition: filter .8s;
}
._sxc118sf2s0jmlklv{
  display: grid;
  grid-template-columns: minmax(280px, 360px) minmax(420px, 1fr);
  align-items:center;
  border-bottom:1px solid var(--border);
  background: rgba(255,255,255,.035);
  min-height:54px;
  overflow:hidden;
  scrollbar-width: thin;
}
._sxc0291n0u1xjzubn{
  display:flex;
  align-items:center;
  min-width:0;
  overflow-x:auto;
  overflow-y:hidden;
  scrollbar-width: thin;
  justify-content: flex-start;
  gap: 10px;
  padding: 0px 10px;
}
._sxc0291n0u1xjzubn::-webkit-scrollbar{ height:6px; }
._sxc0291n0u1xjzubn::-webkit-scrollbar-thumb{
  background:rgba(255,255,255,.16);
  border-radius:999px;
}
._sxc0tgqj4l1c1ui96{
  align-items:center;
  justify-content: space-between;
  flex:0 1 auto;
  max-width: 100%;
  min-width:0;
  margin-inline-start:auto;
  padding-inline-start:10px;
  /* border-inline-start:1px solid var(--border); */
  overflow:hidden;
  width: 100%;
  flex-direction: row;
}
._sxc0tgqj4l1c1ui96 ._sxc1mg17bg0n9sig8,
._sxc0tgqj4l1c1ui96 ._sxc00qt9xd0wbgwdx{
  display:none;
  align-items:center;
  gap:8px;
  min-width:0;
  max-width:100%;
  padding:0;
  border:0;
  background:transparent;
}
._sxc0tgqj4l1c1ui96[data-toolbar="editor"] ._sxc1mg17bg0n9sig8,
._sxc0tgqj4l1c1ui96[data-toolbar="preview"] ._sxc00qt9xd0wbgwdx{
  display:flex;
  justify-content: flex-end;
  flex-direction: row;
  margin-right: 10px;
}
._sxc0tgqj4l1c1ui96 ._sxc0t1j8hx0kjfgrd{
  padding:8px 9px;
  border-radius:5px;
  white-space:nowrap;
}
._sxc0tgqj4l1c1ui96 ._sxc089gg920yyqhzy{ display:none; }
._sxc0tgqj4l1c1ui96 ._sxc1all6fw0eelwve{
  margin-inline-start: auto;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
._sxc0tgqj4l1c1ui96 ._sxc0oj0tpu1nq5twm{
  min-width:0;
  max-width:260px;
}
._sxc0tgqj4l1c1ui96 ._sxc1bztysf085plul{ max-width:260px; }
._sxc0tgqj4l1c1ui96 ._sxc1uuqxi80sbwuax{
  padding-inline:4px;
  border-inline-start:0;
}
@media (max-width: 1200px){
  ._sxc0tgqj4l1c1ui96{ max-width:52%; }
  ._sxc0tgqj4l1c1ui96 ._sxc1bztysf085plul,
  ._sxc0tgqj4l1c1ui96 #_sxi0qzcqur09hpxcu{ display:none; }
}
._sxc0uk1otd0ufe3c5{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:9px 14px;
  /* border-radius: 4px; */
  border: 1px solid var(--border);
  background:rgba(255,255,255,.035);
  color:var(--text);
  cursor:pointer;
  white-space:nowrap;
  font-size:13px;
}
._sxc0uk1otd0ufe3c5:hover{
  border-color: rgba(56,189,248,.32);
  background:rgba(56,189,248,.08);
}
._sxc0uk1otd0ufe3c5._sxc1fh4vev1h1qp8f{
  border-color: rgba(56,189,248,.58);
  background:rgba(56,189,248,.14);
  font-weight: bolder;
  border: 1px solid var(--border);
}
._sxc0uk1otd0ufe3c5[disabled]{
  opacity:.55;
  cursor:default;
}
._sxc0uk1otd0ufe3c5 ._sxc1sqc0ky13uzwb4{
  font-size:10px;
  letter-spacing:.08em;
  color:var(--ok);
  font-family:var(--mono);
}
._sxc1ykns1608usa3w{
  flex:1;
  min-height:0;
  position:relative;
  overflow:hidden;
}
._sxc1btrwsn04twc0b{
  position:absolute;
  inset:0;
  min-width:0;
  min-height:0;
}
._sxc1f4xcwb1jo33yh{
  display:grid;
  grid-template-columns:minmax(280px, 360px) minmax(420px, 1fr);
  gap:0;
}
._sxc10ep4vs0gyyhka{
  display:none;
}
._sxc1nu5ky114acf65[data-workspace-tab="code"] ._sxc1f4xcwb1jo33yh{ display:grid; }
._sxc1nu5ky114acf65[data-workspace-tab="code"] ._sxc10ep4vs0gyyhka{ display:none; }
._sxc1nu5ky114acf65[data-workspace-tab="code"] ._sxc1qk79b7042342m{ display:none; }
._sxc1nu5ky114acf65:not([data-workspace-tab="code"]) ._sxc1f4xcwb1jo33yh{ display:none; }
._sxc1nu5ky114acf65:not([data-workspace-tab="code"]):not([data-workspace-tab="ai-image"]) ._sxc10ep4vs0gyyhka{ display:block; }
._sxc1nu5ky114acf65[data-workspace-tab="ai-image"] ._sxc10ep4vs0gyyhka{ display:none; }
._sxc10ep4vs0gyyhka ._sxc07roro01at8tw6{
  position:relative;
  inset:auto;
  width:100%;
  height:100%;
}
._sxc10ep4vs0gyyhka ._sxc07roro01at8tw6._sxc17bb3u81cbux51{ display:flex; }
._sxc10ep4vs0gyyhka ._sxc0lba2081w7pe0i{ padding:12px; }
._sxc10ep4vs0gyyhka ._sxc0g5wfew0jpy1a7{
  --runtime-preview-shell-max-width: 1680px;
}

[data-mode="Editor"] ._sxc1f4xcwb1jo33yh ._sxc0ja0xus0wrvscj._sxc11widfr1h0pmqd,
[data-mode="Editor"] ._sxc1f4xcwb1jo33yh ._sxc0ja0xus0wrvscj._sxc1sa4bmh02i07us {
  display: flex;
  opacity: 1;
}

[data-mode="Chat"]  ._sxc0kqjgm20salz7n  ,[data-mode="Chat"]  ._sxc0ejt52m03z7yaz::-webkit-scrollbar, ._sxc06fa7z413a49tn::-webkit-scrollbar{
    display: none;
}

/* new mode hides explorer/editor */
._sxc09hx1ok15dpupq._sxc14g109i1o2omvw ._sxc0ja0xus0wrvscj._sxc11widfr1h0pmqd, ._sxc09hx1ok15dpupq._sxc14g109i1o2omvw ._sxc0ja0xus0wrvscj._sxc1sa4bmh02i07us, ._sxc09hx1ok15dpupq._sxc14g109i1o2omvw ._sxc1nu5ky114acf65, ._sxc09hx1ok15dpupq._sxc14g109i1o2omvw ._sxc0ja0xus0wrvscj._sxc1eb8mgo1c2anq2 {
  opacity: 0;
  filter: blur(2px);
  pointer-events: none;
  display: none;
}
._sxc09hx1ok15dpupq._sxc0tfa8e51ck37q9 { display: none; }

/* focus chat */
._sxc0ja0xus0wrvscj._sxc0bfv0bt1nlq8cu{
  transition: transform .45s cubic-bezier(.2,.8,.2,1);
}
._sxc09hx1ok15dpupq._sxc14g109i1o2omvw ._sxc0ja0xus0wrvscj._sxc0bfv0bt1nlq8cu{
  transform: scale(1.01);
  height: 100%;
}

._sxc09hx1ok15dpupq._sxc14g109i1o2omvw {
    grid-template-columns: 0px minmax(460px, 1fr) !important;
    background: var(--panelSolid);
}

._sxc09hx1ok15dpupq._sxc14g109i1o2omvw ._sxc0iftexe1qtr7ac {
   top: 0;
   width: 100%;
   height: 100%;
   position: absolute;
   right: 0;
   display: flex;
   flex-direction: column;
   align-items: stretch;
   justify-content: center;
   flex-wrap: nowrap;
   gap: 10px;
   box-shadow: none;
}

._sxc09hx1ok15dpupq._sxc14g109i1o2omvw ._sxc0iftexe1qtr7ac ._sxc0yh8hi51altx71 {
  display: block !important;
  font-size: max(.8vw,1.3em);
  text-align: center;
  line-height: 1.5em;
  text-wrap-style: auto;
  color: var(--mono);
  filter: invert(.3);
}

/* Top bar */
._sxc01z22wz10qsub4 {
    margin-top: -58px;
    height: 58px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    background: #282828f5;
    backdrop-filter: blur(10px);
    color: #ffffff;
    position: absolute;
    transition: margin-top .3s .4s;
    width: 100%;
    z-index: 999999;
    top: 0;
    left: 0;
	
}
._sxc01z22wz10qsub4 ._sxc0t1j8hx0kjfgrd { color: #fff; }
._sxc05xcyfa0mjso2d{
  display:flex;
  align-items:center;
  gap:10px;
  padding:6px 10px;
  border:1px solid var(--border);
  border-radius:999px;
  background: rgba(255,255,255,.04);
}
._sxc0uin272007ywpt{
  width:10px; height:10px; border-radius:999px;
  background: var(--bad);
  box-shadow: 0 0 0 6px rgba(239,68,68,.10);
}
._sxc0uin272007ywpt._sxc1eows9c1x30sp6{
  background: var(--ok);
  box-shadow: 0 0 0 6px rgba(34,197,94,.12);
}
._sxc0yjpu0s0vpywhb {
    font-size: 15px;
    color: var(--muted);
    padding: 6px 10px;
    border: 1px solid var(--border);
    border-radius: 14px;
    background: rgba(255, 255, 255, .03);
    backdrop-filter: blur(10px);
    margin-left: 10px;
}
._sxc01z22wz10qsub4 ._sxc089gg920yyqhzy{ flex:1; }

/* Buttons */
._sxc0t1j8hx0kjfgrd{
  display:inline-flex;
  align-items:center;
  gap: 2px;
  padding: 9px 10px;
  border-radius: 14px;
  border:2px solid var(--border);
  background: rgba(255,255,255,.04);
  color: var(--text);
  cursor:pointer;
  user-select:none;
  transition: transform .06s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
._sxc0t1j8hx0kjfgrd:hover{
  border-color: rgba(56,189,248,.30);
  background: rgba(255,255,255,.06);
  box-shadow: 0 10px 24px rgba(0,0,0,.14);
}
._sxc0t1j8hx0kjfgrd:active{ transform: translateY(1px); }

._sxc0t1j8hx0kjfgrd._sxc1xq5umy1hko6n9{ border-color: #2a486e; }
._sxc0t1j8hx0kjfgrd._sxc05h8v6q1cde19k{ background: transparent; }
._sxc0t1j8hx0kjfgrd._sxc1w8wibm1dgk8c2{ border-color: rgba(251,191,36,.30); }
._sxc0t1j8hx0kjfgrd._sxc1y417x00ing74z{ border-color: rgba(239,68,68,.30); }
._sxc0t1j8hx0kjfgrd._sxc0uoj31y05912wq{
  border-color: rgba(34,197,94,.48);
  background: rgba(34,197,94,.14);
}

._sxc1deerjp07f3l30{
  font-family: var(--mono);
  font-size: 11px;
  padding: 2px 6px;
  border-radius: 10px;
  border: 1px solid var(--border);
  color: var(--muted);
  background: rgba(255,255,255,.03);
}

/* Layout */
._sxc09hx1ok15dpupq {
    height: calc(100vh);
    display: grid;
    grid-template-columns: 350px minmax(458px, .95fr);
    gap: 4%;
    overflow: hidden;
    justify-content: start;
    background: var(--panel);
    transition: grid-template-columns 0.5s;
    grid-template-columns: 0px 0px minmax(460px, 1fr);
}

details {
  color: var(--muted);
  font-size: .9em;
  margin-bottom: 10px;
}

._sxc1efdk8v03bdgj9._sxc1ppxpsu0jz8voa{
    margin-left: 60px;
    margin-right: 8px;
    filter: invert(.03);
    opacity: .8;
}
._sxc1efdk8v03bdgj9._sxc0bfv0bt1nlq8cu{
  margin-left: 8px;
  margin-right: 60px;
}

/* Grow textarea */
._sxc0m40wk01s55vfb{
  display: grid;
}
._sxc0m40wk01s55vfb::after{
  grid-area: 1 / 1 / 2 / 2;
  content: attr(data-value) " ";
  white-space: pre-wrap;
  word-break: break-word;
  visibility: hidden;

  padding: 10px 12px;
  font: 16px/1.4 system-ui, sans-serif;
  letter-spacing: normal;

  border: 1px solid transparent;
  box-sizing: border-box;

  max-height: 240px;
  overflow: hidden;
}
textarea._sxc1tkw8640fr6nun{
  text-align: start;
  unicode-bidi: plaintext;
  white-space: pre-wrap;
}
textarea._sxc1tkw8640fr6nun[dir="rtl"]{ text-align: right; }
textarea._sxc1tkw8640fr6nun[dir="ltr"]{ text-align: left; }
textarea._sxc1tkw8640fr6nun[dir="auto"]{ text-align: start; }
._sxc0m40wk01s55vfb > textarea._sxc1tkw8640fr6nun{
  grid-area: 1 / 1 / 2 / 2;

  height: 100%;
  align-self: stretch;
  width: 100%;

  resize: none;
  overflow: auto;
  box-sizing: border-box;

  padding: 10px 12px;
  font: 16px/1.4 system-ui, sans-serif;
  letter-spacing: normal;

  border: 1px solid #bbb;
  border-radius: 10px;

  max-height: 240px;
}

/* Thin scrollbar for textarea */
textarea._sxc1tkw8640fr6nun::-webkit-scrollbar{ width: 6px; }
textarea._sxc1tkw8640fr6nun::-webkit-scrollbar-track{ background: transparent; }
textarea._sxc1tkw8640fr6nun::-webkit-scrollbar-thumb{
  background-color: rgba(0,0,0,.35);
  border-radius: 999px;
  border: 2px solid transparent;
  background-clip: content-box;
}
textarea._sxc1tkw8640fr6nun::-webkit-scrollbar-thumb:hover{ background-color: rgba(0,0,0,.5); }
textarea._sxc1tkw8640fr6nun::-webkit-scrollbar-button{ display:none; width:0; height:0; }

/* Panels */
._sxc0ja0xus0wrvscj{
  min-width:0;
  border-radius: var(--radius);
  overflow:hidden;
  display:flex;
  flex-direction:column;
  /* background: var(--panel);*/
  backdrop-filter: blur(12px);
}
._sxc0kqjgm20salz7n{
  padding: 10px 12px;
  display:flex;
  align-items:center;
  gap:10px;
  display: none;
}
@keyframes aiHeadWaves {
  0%   { background: linear-gradient(90deg, rgb(255 255 255 / 0%), rgba(34, 197, 94, .16)); }
  50%  { background: linear-gradient(90deg, rgb(255 255 255 / 0%), rgb(167 139 250 / 16%)); }
  100% { background: linear-gradient(90deg, rgb(255 255 255 / 0%), rgba(34, 197, 94, .16)); }
}
body._sxc0dl325y0fq96x1 ._sxc0ja0xus0wrvscj._sxc0bfv0bt1nlq8cu ._sxc0kqjgm20salz7n{
  animation: aiHeadWaves 1.6s ease-in-out infinite;
}
._sxc0uy3wh90ct145p{
  font-size: 13px;
  font-weight: 700;
  letter-spacing:.2px;
  color: var(--text);
}
._sxc0kqjgm20salz7n ._sxc089gg920yyqhzy{ flex:1; }
._sxc06fa7z413a49tn{
  padding: 10px 10px 0px 10px;
  min-height:0;
}

/* Draggable divider between workspace and AI chat */
._sxc1prxzv815trutt{
  display:none;
  width:var(--panel-resizer-width);
  cursor:col-resize;
  position:relative;
  touch-action:none;
  user-select:none;
  z-index:20;
}
[data-mode="Editor"] ._sxc09hx1ok15dpupq._sxc0omqiis0hvd4ml ._sxc1prxzv815trutt{ display:block; }
._sxc09hx1ok15dpupq._sxc14g109i1o2omvw ._sxc1prxzv815trutt{ display:none !important; }
._sxc1prxzv815trutt::before{
  content:"";
  position:absolute;
  inset:0 3px;
  background:var(--border2);
  transition:background .15s ease, box-shadow .15s ease;
}
._sxc1prxzv815trutt:hover::before,
body._sxc0n7kter0qdch2b ._sxc1prxzv815trutt::before{
  background:#bfbfbf;
  box-shadow:0 0 0 2px rgba(56,189,248,.16);
}
body._sxc0n7kter0qdch2b{ cursor:col-resize !important; user-select:none !important; }
body._sxc0n7kter0qdch2b ._sxc09hx1ok15dpupq{ transition:none !important; }
body._sxc0n7kter0qdch2b iframe{ pointer-events:none !important; }

/* AI panel */
._sxc0ja0xus0wrvscj._sxc0bfv0bt1nlq8cu{
      order: 0;
    border-color: rgba(34, 197, 94, .24);
    justify-content: flex-end;
    max-width: 1200px;
    margin: 0 auto;
    width: stretch;
}
._sxc0ja0xus0wrvscj._sxc0bfv0bt1nlq8cu ._sxc06fa7z413a49tn{ overflow: hidden;height: 100%;      padding: 0; }
#_sxi01k00e30pz5xic{
  border-color: rgba(34,197,94,.25);
  color: var(--text);
  background: rgba(34,197,94,.10);
}

/* Explorer */
._sxc0ja0xus0wrvscj._sxc11widfr1h0pmqd ._sxc06fa7z413a49tn{
  scrollbar-gutter: stable;
  position: relative;
}
._sxc0ja0xus0wrvscj._sxc11widfr1h0pmqd ._sxc06fa7z413a49tn._sxc1si6dqr1d4qszo{
  outline: 2px dashed rgba(56,189,248,.55);
  outline-offset: -6px;
  background: rgba(56,189,248,.08);
}
._sxc0ja0xus0wrvscj._sxc11widfr1h0pmqd ._sxc06fa7z413a49tn._sxc1si6dqr1d4qszo::after{
  content: "Drop files to upload";
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 11px;
  color: var(--muted);
  pointer-events: none;
}
._sxc0i64j9a0hj967b{display:flex;gap: 2px;align-items:center;flex-wrap:wrap;}
._sxc1odrsnw0phg86k{
  width: 100%;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: rgba(255,255,255,.03);
  color: var(--text);
  outline:none;
}
._sxc1odrsnw0phg86k:focus{
  border-color: rgba(56,189,248,.35);
  box-shadow: 0 0 0 3px rgba(56,189,248,.12);
}
._sxc0yfko8d1ujfx4v{
    display: -webkit-box;
    align-items: center;
    color: var(--muted);
    font-size: 12px;
    border-bottom: 1px solid #eee;
    flex-direction: row;
    justify-content: flex-start;

}
._sxc1eozkpp0y9y9ja{
  cursor:pointer;
  padding: 5px 5px;
  /* border-radius: 12px; */
  /* border:1px solid var(--border); */
  /* background: rgba(255,255,255,.03); */
}
._sxc1eozkpp0y9y9ja:hover{ border-color: rgba(56,189,248,.28); }
._sxc0p5xd3f0ypepeu {
    font-size: 13px;
    user-select: none;
    border-left: 1px solid #eee;
    margin-left: 10px;
}
._sxc0w8ml7g0s63awm{
  display:flex;
  align-items:center;
  gap:10px;
  padding: 9px 10px;
  border-radius: 14px;
  cursor:pointer;
  border: 1px solid transparent;
  background: transparent;
}
._sxc0w8ml7g0s63awm:hover{
  background: rgba(56,189,248,.06);
  border-color: rgba(56,189,248,.16);
}
._sxc0w8ml7g0s63awm ._sxc10qt9jz17u2f7p{
  margin-inline-start:auto;
  font-size: 11px;
  color: var(--muted);
  font-family: var(--mono);
}
._sxc0tcpmk40js4jo3{ width:18px; display:inline-flex; justify-content:center; opacity:.95; }
._sxc1jzk8960or7eil{color: var(--muted);/* display: none; */}

/* Editor Tabs */
._sxc1mgwtxq1enec3i{
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  justify-content: flex-start;
  flex-direction: row;
  min-width: 0;
  max-width: 100%;
  scrollbar-width: thin;
  scrollbar-gutter: stable;
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
._sxc1mgwtxq1enec3i::-webkit-scrollbar{
  height: 7px;
}
._sxc1mgwtxq1enec3i::-webkit-scrollbar-track{
  background: transparent;
}
._sxc1mgwtxq1enec3i::-webkit-scrollbar-thumb{
  background: rgba(232,238,249,.18);
  border-radius: 999px;
}
._sxc1mgwtxq1enec3i::-webkit-scrollbar-thumb:hover{
  background: rgba(232,238,249,.28);
}
._sxc0bbemp00u2qr5i{
  display: flex;
  flex: 0 0 auto;
  min-width: 0;
  padding: 8px 15px;
  /* border-radius: 14px; */
  border-bottom: 1px solid var(--border);
  background: rgb(101 101 101 / 3%);
  cursor:pointer;
  font-size: 15px;
  color: var(--text);
  max-width: 363px;
  flex-direction: row-reverse;
  align-content: flex-end;
  /* width: max-content; */
  flex-wrap: nowrap;
  justify-content: space-around;
  margin: 2px;
}
._sxc0bbemp00u2qr5i > span:first-child{
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
._sxc0bbemp00u2qr5i._sxc1fh4vev1h1qp8f{
  border-color: rgba(167,139,250,.30);
  background: rgb(227 246 254);
}
._sxc0bbemp00u2qr5i ._sxc0lsdarz0huh3em{
  margin-inline-start: auto;
  padding: 0px 6px;
  /* border-radius: 12px; */
  /* border:1px solid var(--border); */
  color: var(--muted);
  background: rgba(255,255,255,.03);
  font-weight: bold;
}
._sxc0bbemp00u2qr5i ._sxc0lsdarz0huh3em:hover{
  border-color: rgba(239,68,68,.30);
  color: var(--bad);
}

/* Editor */
._sxc1mg17bg0n9sig8{
  display:flex;
  align-items:center;
  gap:10px;
  padding: 10px 12px;
}
._sxc1all6fw0eelwve{
  font-size:12px;
  color:var(--muted);
  margin-inline-start:auto;
  font-family: var(--mono);
}
._sxc1wn7t2g0dpq49q{
  position: relative;
  flex:1;
  min-height:0;
  padding:12px;
  display:flex;
  flex-direction:column;
  overflow:hidden;
}
._sxc0pkk6u80vobsk9{
  flex:1 1 auto;
  min-height:120px;
  height:auto;
  border-radius:16px;
  border:1px solid var(--border);
  overflow:hidden;
  /*background: rgba(0,0,0,.10);*/
  position:relative;
}
._sxc1j5q3bi1csqeeh{
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(0,0,0,.32);
}
._sxc1j5q3bi1csqeeh._sxc17bb3u81cbux51{ display: flex; }
._sxc1j5q3bi1csqeeh ._sxc0tnoj9a0yb5ir1{
  width: min(100%, 1160px);
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
._sxc1j5q3bi1csqeeh ._sxc08ryql009h1lv3{
  font-size: 12px;
  color: var(--muted);
  font-family: var(--mono);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
._sxc1j5q3bi1csqeeh ._sxc1o8ea4a1bb0r4b{
  flex: 1;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
._sxc1j5q3bi1csqeeh img,
._sxc1j5q3bi1csqeeh video{
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: #000;
}

._sxc1j5q3bi1csqeeh ._sxc12lohpl0lihvqr{
    width: 100%;
    height: 100%;
    min-height: 260px;
    border: 1px solid var(--border);
    border-radius: 12px;
    background: #ffffff;
    zoom: 3;
}
._sxc1j5q3bi1csqeeh ._sxc0v5jvbj1ks9qhd{
  display:none;
  align-items:center;
  gap:7px;
  font-size:11px;
  color:var(--muted);
}
._sxc1j5q3bi1csqeeh._sxc0gzap1q0b37g7h ._sxc0v5jvbj1ks9qhd{ display:flex; }
._sxc1j5q3bi1csqeeh ._sxc0v5jvbj1ks9qhd::before{
  content:"";
  width:7px;
  height:7px;
  border-radius:999px;
  background:var(--accent3);
  box-shadow:0 0 0 4px rgba(56,189,248,.12);
}
._sxc07roro01at8tw6{
  position: absolute;
  inset: 0;
  display: none;
  flex-direction: column;
 /* background:
    radial-gradient(circle at top left, rgba(56, 189, 248, .12), transparent 32%),
    linear-gradient(180deg, rgba(8, 12, 18, .92), rgba(8, 12, 18, .98));*/
}
._sxc07roro01at8tw6._sxc17bb3u81cbux51{ display: flex; }
._sxc00qt9xd0wbgwdx{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-bottom: 1px solid var(--border);
  background: rgba(255,255,255,.03);
}
._sxc0oj0tpu1nq5twm{
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  display:none;
}
._sxc0k67vk80rlrivg{
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .01em;
}
._sxc1bztysf085plul{
  font-size: 11px;
  color: var(--muted);
  font-family: var(--mono);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 520px;
}
._sxc1uuqxi80sbwuax{
  display:flex;
  align-items:center;
  gap:6px;
  padding-inline:6px;
  border-inline-start:1px solid var(--border);
}
._sxc0thsb410rlc2dy{
  min-width:58px;
  justify-content:center;
  font-variant-numeric:tabular-nums;
}
._sxc0g5wfew0jpy1a7{
  position: relative;
  flex: 1;
  min-height: 0;
  overflow: hidden;
  background:
  radial-gradient(circle at top, rgba(255, 255, 255, .05), transparent 28%), linear-gradient(180deg, rgb(255 255 255 / 96%), rgb(255 255 255));
  transition: background .45s ease;
  --runtime-preview-shell-ratio: 1.4198473282;
  --runtime-preview-shell-max-width: 1120px;
  --runtime-preview-shell-bg: rgba(255,255,255,.02);
  /* --runtime-preview-shell-border: 3px solid rgb(89 89 89 / 94%); */
  --runtime-preview-shell-radius: 28px;
  --runtime-preview-shell-shadow:
    0 34px 72px rgba(0, 0, 0, .18),
    0 0 0 1px rgba(255,255,255,.05);
  --runtime-preview-viewport-top: 1.4%;
  --runtime-preview-viewport-right: 1.1%;
  --runtime-preview-viewport-bottom: 1.4%;
  --runtime-preview-viewport-left: 1.1%;
  --runtime-preview-viewport-radius: 1.8%;
  --runtime-preview-frame-base-width: 1440px;
  --runtime-preview-frame-base-height: 900px;
  --runtime-preview-frame-zoom: 1;
  --runtime-preview-frame-width: 1440px;
  --runtime-preview-frame-height: 900px;
  --runtime-preview-frame-scale: calc(100cqw / var(--runtime-preview-frame-width));
}
._sxc0lba2081w7pe0i{
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 28px;
  overflow: hidden;
  container-type: size;
  perspective: 1600px;
}
._sxc1biznvw01nth8b{
  position: relative;
  width: min(
    var(--runtime-preview-shell-max-width),
    calc(100cqw - 56px),
    calc((100cqh - 56px) * var(--runtime-preview-shell-ratio))
  );
  max-width: 100%;
  /* width: 100%; */
  /* height: 98%; */
  aspect-ratio: var(--runtime-preview-shell-ratio);
  border-radius: var(--runtime-preview-shell-radius);
  background: var(--runtime-preview-shell-bg);
  border: var(--runtime-preview-shell-border);
  box-shadow: var(--runtime-preview-shell-shadow);
  transform-origin: center center;
  transform: translateY(0) rotateX(4deg) scale(.995);
  transition:
    width .52s cubic-bezier(.22,1,.36,1),
    border-radius .45s cubic-bezier(.22,1,.36,1),
    box-shadow .45s cubic-bezier(.22,1,.36,1),
    background .45s ease,
    border-color .45s ease,
    transform .52s cubic-bezier(.22,1,.36,1),
    filter .35s ease;
  will-change: width, transform, border-radius, box-shadow;
}
._sxc1biznvw01nth8b::before,
._sxc1biznvw01nth8b::after{
  content: "";
  position: absolute;
  pointer-events: none;
  transition:
    opacity .35s ease,
    transform .45s cubic-bezier(.22,1,.36,1),
    background .35s ease,
    box-shadow .35s ease;
}
._sxc1irbyh10ayrpwq{
  position: absolute;
  inset:
    var(--runtime-preview-viewport-top)
    var(--runtime-preview-viewport-right)
    var(--runtime-preview-viewport-bottom)
    var(--runtime-preview-viewport-left);
  border-radius: var(--runtime-preview-viewport-radius);
  overflow: hidden;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(10, 14, 20, .12);
  container-type: inline-size;
  transition:
    inset .45s cubic-bezier(.22,1,.36,1),
    border-radius .45s cubic-bezier(.22,1,.36,1),
    box-shadow .35s ease;
}
html._sxc0iuxb571ry1s8y ._sxc0g5wfew0jpy1a7{
  background:#fff !important;
}
html._sxc0iuxb571ry1s8y ._sxc0lba2081w7pe0i{
  perspective:none !important;
}
html._sxc0iuxb571ry1s8y ._sxc1biznvw01nth8b{
  transform:none !important;
  animation:none !important;
  filter:none !important;
}
html._sxc0iuxb571ry1s8y ._sxc1biznvw01nth8b::before,
html._sxc0iuxb571ry1s8y ._sxc1biznvw01nth8b::after,
html._sxc0iuxb571ry1s8y ._sxc17f3uqu08kr8ar,
html._sxc0iuxb571ry1s8y ._sxc05mcw051nf4pgn{
  display:none !important;
}
html._sxc0iuxb571ry1s8y ._sxc1irbyh10ayrpwq._sxc0elfcop0v0btfp{
  isolation:isolate !important;
  contain:layout paint style !important;
  background:#fff !important;
  transform:none !important;
}
._sxc17f3uqu08kr8ar,
._sxc05mcw051nf4pgn{
  position: absolute;
  pointer-events: none;
  transition:
    opacity .35s ease,
    transform .45s cubic-bezier(.22,1,.36,1),
    background .35s ease,
    box-shadow .35s ease,
    filter .35s ease;
}
._sxc15cje751u70wta{
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  background: #fff;
}
._sxc0g5wfew0jpy1a7[data-preview-kind="app"] ._sxc1irbyh10ayrpwq,
._sxc0g5wfew0jpy1a7[data-preview-kind="app"] ._sxc15cje751u70wta{
  cursor:none !important;
}
._sxc0g5wfew0jpy1a7[data-preview-kind="app"] ._sxc1irbyh10ayrpwq{
  touch-action:none;
  overscroll-behavior:contain;
  -webkit-user-select:none;
  user-select:none;
}
._sxc0g5wfew0jpy1a7[data-preview-kind="web"] ._sxc15cje751u70wta,
._sxc0g5wfew0jpy1a7[data-preview-kind="app"] ._sxc15cje751u70wta{
  width: var(--runtime-preview-frame-width);
  min-width: var(--runtime-preview-frame-width);
  max-width: none;
  height: var(--runtime-preview-frame-height);
  min-height: var(--runtime-preview-frame-height);
  transform: scale(var(--runtime-preview-frame-scale));
  transform-origin: top left;
}
._sxc0g5wfew0jpy1a7[data-preview-kind="web"]{
  background:
  radial-gradient(circle at top, rgba(255, 255, 255, .05), transparent 28%), linear-gradient(180deg, rgb(255 255 255 / 96%), rgb(255 255 255))
}
._sxc0g5wfew0jpy1a7[data-preview-kind="web"] ._sxc1biznvw01nth8b{
  border-radius: 28px;
  transform: translateY(0) rotateX(
1deg) scale(.995);
  /* animation: runtimePreviewMorphWeb .46s cubic-bezier(.22,1,.36,1) both; */
  height: 98%;
}
._sxc0g5wfew0jpy1a7[data-preview-kind="web"] ._sxc1irbyh10ayrpwq,
._sxc0g5wfew0jpy1a7[data-preview-kind="app"] ._sxc1irbyh10ayrpwq{
  --runtime-preview-frame-scale: calc(100cqw / var(--runtime-preview-frame-width));
}
._sxc0g5wfew0jpy1a7[data-preview-kind="web"] ._sxc1biznvw01nth8b::before,
._sxc0g5wfew0jpy1a7[data-preview-kind="web"] ._sxc1biznvw01nth8b::after{
  opacity: 0;
  transform: scale(.78);
}
._sxc0g5wfew0jpy1a7[data-preview-kind="web"] ._sxc17f3uqu08kr8ar{
  opacity: 0;
  transform: translateX(-50%) translateY(-8px) scale(.84);
}
._sxc0g5wfew0jpy1a7[data-preview-kind="web"] ._sxc05mcw051nf4pgn{
  opacity: 0;
  transform: translateX(-50%) scale(.88);
}
._sxc0g5wfew0jpy1a7[data-preview-kind="app"] ._sxc1biznvw01nth8b::before{
  position: absolute;
  left: -4px;
  top: 182px;
  width: 5px;
  height: 110px;
  border-radius: 999px;
  opacity: 1;
  transform: none;
  background: linear-gradient(180deg, rgba(72, 78, 88, .95), rgba(18, 20, 24, .98));
  
}
._sxc0g5wfew0jpy1a7[data-preview-kind="app"] ._sxc1biznvw01nth8b::after{
  position: absolute;
  right: -4px;
  top: 208px;
  width: 5px;
  height: 128px;
  border-radius: 999px;
  opacity: 1;
  transform: none;
  background: linear-gradient(180deg, rgba(72, 78, 88, .94), rgba(18, 20, 24, .98));
  box-shadow: 0 0 0 1px rgba(255,255,255,.04);
}
._sxc0g5wfew0jpy1a7[data-preview-kind="app"] ._sxc17f3uqu08kr8ar {
    top: 10px;
    left: 50%;
    width: 150px;
    height: 25px;
    transform: translateX(-50%);
    opacity: 1;
    border-radius: 350px 350px 950px 950px;
    background: radial-gradient(circle at 75% 40%, rgba(90, 130, 255, .30) 0 5%, rgba(17, 24, 39, 0) 11%), linear-gradient(180deg, rgb(24 27 31), rgb(22 24 27));
    /* box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 6px 18px rgba(0, 0, 0, .36); */
    z-index: 9999;
}
._sxc0g5wfew0jpy1a7[data-preview-kind="app"] ._sxc05mcw051nf4pgn{
  opacity: 0;
  transform: translateX(-50%) scale(.92);
}
._sxc0g5wfew0jpy1a7[data-preview-kind="app"] ._sxc1irbyh10ayrpwq{
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.06),
    0 0 0 1px rgba(0, 0, 0, .82);
}
._sxc0g5wfew0jpy1a7[data-preview-kind="app"] {
    --runtime-preview-shell-ratio: 0.479212;
    --runtime-preview-shell-max-width: 430px;
    --runtime-preview-shell-bg: linear-gradient(180deg, rgb(23 26 29), rgb(24 26 30) 12%, rgba(3, 3, 3, 1) 55%, rgb(21 23 26) 100%);
    --runtime-preview-shell-border: 1px solid rgba(255, 255, 255, .16);
    --runtime-preview-shell-radius: 3vh;
    --runtime-preview-shell-shadow: 0 42px 90px rgba(0, 0, 0, .55), 0 0 0 1px rgba(255, 255, 255, .04), inset 0 1px 0 rgba(255, 255, 255, .12), inset 0 -12px 26px rgba(255, 255, 255, .03);
    --runtime-preview-viewport-top: 2.0635%;
    --runtime-preview-viewport-right: 2.4795%;
    --runtime-preview-viewport-bottom: 1.5952%;
    --runtime-preview-viewport-left: 2.4795%;
    --runtime-preview-viewport-radius: 2vh;
}
._sxc0g5wfew0jpy1a7[data-preview-kind="app"] ._sxc1biznvw01nth8b{
  transform: translateY(0) rotateX(0deg) scale(1);
  animation: runtimePreviewMorphApp .46s cubic-bezier(.22,1,.36,1) both;
}
@keyframes runtimePreviewMorphWeb{
  from{
    opacity: .68;
    transform: translateY(18px) scale(.94);
  }
  to{
    opacity: 1;
    transform: translateY(0) rotateX(4deg) scale(.995);
  }
}
@keyframes runtimePreviewMorphApp{
  from{
    opacity: .70;
    transform: translateY(20px) scale(.90);
  }
  to{
    opacity: 1;
    transform: translateY(0) rotateX(0deg) scale(1);
  }
}
._sxc0q5whap0i6ed9y{
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--muted);
  padding: 30px;
  line-height: 1.6;
}
._sxc0q5whap0i6ed9y._sxc17bb3u81cbux51{ display: flex; }
._sxc0igvfs50a1eqy6{
  position: absolute;
  inset: 0;
  display: none;
  cursor: crosshair;
  z-index: 5;
  background: rgba(4, 9, 14, .16);
}
._sxc0igvfs50a1eqy6._sxc17bb3u81cbux51{ display: block; }
._sxc1uk94340rlwo9x{
  position: absolute;
  inset: 0;
  background: rgba(3, 7, 12, .45);
}
._sxc0rlm2mu0ft5cbz{
  position: absolute;
  border: 2px solid rgba(56, 189, 248, .95);
  background: rgba(56, 189, 248, .16);
  box-shadow: 0 0 0 9999px rgba(3, 7, 12, .38);
  display: none;
}
._sxc05q9yvv1e8dl9s{
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(5, 11, 18, .84);
  border: 1px solid rgba(255,255,255,.12);
  color: #f8fbff;
  font-size: 12px;
  max-width: min(420px, calc(100% - 28px));
  line-height: 1.55;
  pointer-events: none;
}
._sxc0bbemp00u2qr5i._sxc021gj8c15trxfu{
  border-style: dashed;
}
._sxc0bbemp00u2qr5i._sxc021gj8c15trxfu._sxc1fh4vev1h1qp8f{
  border-color: rgba(56, 189, 248, .55);
  background: rgba(56, 189, 248, .14);
}
._sxc0bbemp00u2qr5i._sxc021gj8c15trxfu ._sxc0lsdarz0huh3em{ display:none; }
textarea._sxc0j91k2g149sm5n{
  width:100%;
  height:100%;
  resize:none;
  border:0;
  outline:none;
  padding: 14px;
  background: transparent;
  color: var(--text);
  font-family: var(--mono);
  font-size: 13px;
  line-height: 1.55;
}

/* AI Chat */
._sxc1q8o4tw1yvcs8k{
  display:flex;
  flex-direction:column;
  min-height:0;
  height:100%;
}
._sxc0ejt52m03z7yaz{
  flex:1;
  min-height:0;
  overflow:auto;
  padding: 12px;
  scrollbar-gutter: stable;
}
._sxc0yw4ia001xu2mf{
    display:none;
	padding: 20px;
    border-bottom: 1px solid rgb(200 200 200 / 45%);
    color: var(--text);
    direction: rtl;
    text-align: start;
    box-shadow: 0 0 5pc -55px;
	background: var(--msg);
    z-index: 9;
}
._sxc0yw4ia001xu2mf._sxc0j3gmqk18wkad2{ display:block; }
._sxc0yw4ia001xu2mf ._sxc11zb27y1oqo296{ font-weight:700; margin-bottom:6px; }
._sxc0yw4ia001xu2mf ._sxc0bdxfy00p24wxu{ opacity:.78; font-size:12px; margin-bottom:10px; }
._sxc0yw4ia001xu2mf ._sxc0owrcnz0q99up1{ display:flex; gap:8px; flex-wrap:wrap; align-items:center; }
._sxc0yw4ia001xu2mf ._sxc0owrcnz0q99up1 a{ text-decoration:none; }
._sxc1efdk8v03bdgj9 * {
  max-width: 100%;
}

._sxc04a70vs04d5k6o {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 18px 0 12px;
  pointer-events: none;
  user-select: none;
}

._sxc04a70vs04d5k6o:first-child {
  margin-top: 4px;
}

._sxc0up6nzb0z0es1h {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 12px;
  border: 1px solid color-mix(in srgb, var(--border) 82%, transparent);
  border-radius: 999px;
  background: color-mix(in srgb, var(--panel) 92%, transparent);
  color: var(--muted);
  box-shadow: 0 2px 8px rgb(0 0 0 / 8%);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1;
  white-space: nowrap;
  backdrop-filter: blur(8px);
}

._sxc1efdk8v03bdgj9{
  border:1px solid var(--border);
  border-radius: 18px;
  padding: 12px 12px 10px;
  background: var(--msg);
  margin-bottom:12px;
  box-shadow: 0 0px 1pc rgb(0 0 0 / 8%);
}
._sxc1efdk8v03bdgj9 ._sxc10qt9jz17u2f7p{
  display:flex;
  align-items:center;
  gap:8px;
  color: var(--muted);
  font-size: 12px;
  margin-bottom: 8px;
  font-family: var(--mono);
  flex-wrap:wrap;
}
._sxc1efdk8v03bdgj9 ._sxc1nyef6n0hbxyk0{
  direction: auto;
  text-align: start;
  white-space: pre-wrap;
  font-size: 15px;
  line-height: 1.8;
  color: var(--text);
  overflow-wrap: break-word;
}
._sxc1efdk8v03bdgj9 ._sxc1nyef6n0hbxyk0._sxc16mowby1tq1ydl{
  white-space: normal;
  line-height: 1.7;
}
._sxc1efdk8v03bdgj9 ._sxc1nyef6n0hbxyk0._sxc16mowby1tq1ydl p,
._sxc1efdk8v03bdgj9 ._sxc1nyef6n0hbxyk0._sxc16mowby1tq1ydl ul,
._sxc1efdk8v03bdgj9 ._sxc1nyef6n0hbxyk0._sxc16mowby1tq1ydl ol,
._sxc1efdk8v03bdgj9 ._sxc1nyef6n0hbxyk0._sxc16mowby1tq1ydl h1,
._sxc1efdk8v03bdgj9 ._sxc1nyef6n0hbxyk0._sxc16mowby1tq1ydl h2,
._sxc1efdk8v03bdgj9 ._sxc1nyef6n0hbxyk0._sxc16mowby1tq1ydl h3,
._sxc1efdk8v03bdgj9 ._sxc1nyef6n0hbxyk0._sxc16mowby1tq1ydl h4{
  margin: 0 0 10px 0;
}
._sxc1efdk8v03bdgj9 ._sxc1nyef6n0hbxyk0._sxc16mowby1tq1ydl ul,
._sxc1efdk8v03bdgj9 ._sxc1nyef6n0hbxyk0._sxc16mowby1tq1ydl ol{
  padding-inline-start: 22px;
}
._sxc1efdk8v03bdgj9 ._sxc1nyef6n0hbxyk0._sxc16mowby1tq1ydl code{
  font-family: var(--mono);
  font-size: 12px;
  background: rgba(255,255,255,.06);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 1px 4px;
}
._sxc1efdk8v03bdgj9 ._sxc1nyef6n0hbxyk0._sxc16mowby1tq1ydl pre{
  white-space: pre-wrap;
  margin: 0 0 10px 0;
  padding: 8px 10px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: rgba(255,255,255,.03);
}
._sxc1efdk8v03bdgj9 ._sxc1nyef6n0hbxyk0._sxc16mowby1tq1ydl img,
._sxc1efdk8v03bdgj9 ._sxc1nyef6n0hbxyk0._sxc16mowby1tq1ydl video{
  max-width: 32%;
  border-radius: 10px;
  border: 1px solid var(--border);
  margin: 6px 0;
  background: #000;
}
._sxc1efdk8v03bdgj9 ._sxc1nyef6n0hbxyk0._sxc16mowby1tq1ydl a{
  text-decoration: underline;
}
._sxc1efdk8v03bdgj9 ._sxc1nyef6n0hbxyk0._sxc16mowby1tq1ydl ._sxc1p08zsx1ttoz1a{
  margin-top: 12px;
}
._sxc1efdk8v03bdgj9 ._sxc1nyef6n0hbxyk0._sxc16mowby1tq1ydl ._sxc01y2xoj0jfrgde{
  margin: 0 0 10px 0;
}
._sxc1efdk8v03bdgj9 ._sxc1ni74bc1fz4o86{
  margin-top:10px;
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}
._sxc0iftexe1qtr7ac {
  padding: 15px 15px 0;
    position: sticky;
    bottom: 0;
    box-shadow: 0px -35px 50px -50px rgb(0 0 0 / 46%);
    z-index: 57;
    background: var(--panelSolid);
}
._sxc0pylcyf0i2y4yw{
  width: 100%;
  min-height: 120px;
  padding: 12px 12px;
  border-radius: 16px;
  border: 1px solid rgba(56, 189, 248, .22);
  background: rgb(0 0 0 / 6%);
}
._sxc0pylcyf0i2y4yw._sxc1si6dqr1d4qszo{
  border-color: rgb(0 0 0 / 32%);
    filter: blur(0px);
}

._sxc0v491we1y02oux{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:10px;
  width: 80%;
}

._sxc176jn6u15dvgtu{
  display:inline-flex;
  align-items:center;
  gap:8px;
  border:1px solid var(--border, rgba(255,255,255,.12));
  background: rgba(0,0,0,.10);
  border-radius: 999px;
  padding: 6px 10px;
  max-width: 100%;
}

._sxc176jn6u15dvgtu ._sxc17bb3u81cbux51{
  border:0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  padding: 0;
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-width: 0;
}

._sxc176jn6u15dvgtu ._sxc1j1482m13otboa{
  font-size:12px;
  color: var(--text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 380px;
}

._sxc176jn6u15dvgtu ._sxc10qt9jz17u2f7p{
  font-size:11px;
  color: var(--muted, rgba(232,238,249,.7));
  white-space: nowrap;
}

._sxc176jn6u15dvgtu ._sxc0lsdarz0huh3em{
  border:0;
  background: transparent;
  color: var(--muted, rgba(232,238,249,.75));
  cursor:pointer;
  font-size: 14px;
  line-height: 1;
  padding: 0 2px;
}
._sxc176jn6u15dvgtu ._sxc0lsdarz0huh3em:hover{
  color: var(--text);
}

._sxc00dv6uv1ujl46t{
  margin-top:10px;
}
._sxc1x47z2n1dje0e6{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:3px;
  width:min(100%,460px);
  overflow:hidden;
  border-radius:14px;
}
._sxc1p36hsk1roog4h{
  position:relative;
  border:0;
  padding:0;
  min-width:0;
  height:150px;
  overflow:hidden;
  cursor:pointer;
  background:rgba(255,255,255,.06);
  color:var(--text);
}
._sxc1x47z2n1dje0e6.count-1 ._sxc1p36hsk1roog4h{height:280px;grid-column:1/-1;}
._sxc1x47z2n1dje0e6.count-2 ._sxc1p36hsk1roog4h{height:230px;}
._sxc1x47z2n1dje0e6.count-3 ._sxc1p36hsk1roog4h:first-child{grid-row:span 2;height:303px;}
._sxc1x47z2n1dje0e6.count-3 ._sxc1p36hsk1roog4h:not(:first-child){height:150px;}
._sxc1p36hsk1roog4h img{width:100%;height:100%;object-fit:cover;display:block;}
._sxc0qvscoe0cay64x{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:2;
  max-height:48%;
  overflow:auto;
  padding:28px 10px 9px;
  background:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.78));
  color:#fff;
  font-size:12px;
  line-height:1.35;
  font-weight:600;
  text-align:start;
  white-space:pre-wrap;
  overflow-wrap:anywhere;
  text-shadow:0 1px 2px rgba(0,0,0,.75);
  pointer-events:none;
}
._sxc02f6hdq15zppjh{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:14px;text-align:center;}
._sxc02f6hdq15zppjh ._sxc0z4w2ce1uk6yll{font-size:30px;}
._sxc02f6hdq15zppjh ._sxc0u8jxv01habas7{font-size:12px;font-weight:700;overflow-wrap:anywhere;}
._sxc02f6hdq15zppjh ._sxc0i9o7li0iuic1m{font-size:11px;color:var(--muted);}
._sxc1aw1rym0sqs3qp{
  position:absolute;inset:0;z-index:3;display:flex;align-items:center;justify-content:center;
  background:rgba(0,0,0,.58);color:#fff;font-size:34px;font-weight:700;
}
._sxc0gz89o71od57qb{font-size:11px;color:var(--muted);margin-top:5px;}
._sxc14s722c1ksq7lg{
  font-size: 11px;
  color: var(--muted);
  font-family: var(--mono);
}
._sxc1amg1931f3obic{
  border:1px solid var(--border);
  background: rgba(255,255,255,.03);
  color: var(--text);
  border-radius: 10px;
  padding: 8px 10px;
  text-align: start;
  cursor: pointer;
  font-size: 12px;
}
._sxc1amg1931f3obic:hover{
  border-color: rgba(56,189,248,.36);
  background: rgba(56,189,248,.08);
}
._sxc1amg1931f3obic:disabled{
  cursor: default;
  opacity: .65;
}
._sxc09easlq0bfygpo{
  display: block;
  margin-top: 4px;
  font-size: 11px;
  color: var(--muted);
}

._sxc0u8w8dc1l0ivdd{
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(7,10,16,.74);
}
._sxc0u8w8dc1l0ivdd._sxc17bb3u81cbux51{ display: flex; }
._sxc1ewab0a0jsvca7{
  width: min(1100px, 100%);
  max-height: 92vh;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: rgba(8,12,20,.96);
  padding: 12px;
}
._sxc1clsenr0adml5g{
  display: flex;
  align-items: center;
  gap: 10px;
}
._sxc0eaaj9i1sjxbmf{
  min-width: 0;
  flex: 1;
  font-size: 12px;
  color: rgb(255 255 255 / 60%);
  font-family: var(--mono);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
._sxc195mudv0igpmr0{
  border: 1px solid var(--border);
  background: rgba(255,255,255,.06);
  color: #ffffff;
  border-radius: 10px;
  padding: 6px 10px;
  cursor: pointer;
}
._sxc13575550cff7lk{
  min-height: 260px;
  max-height: calc(92vh - 90px);
  overflow: auto;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: rgba(0,0,0,.24);
  padding: 10px;
}
._sxc13575550cff7lk img,
._sxc13575550cff7lk video{
  max-width: 100%;
  max-height: calc(92vh - 160px);
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}
._sxc1qc1t6q1ngzaqs{
  min-height:260px;
  display:flex;
  align-items:center;
  justify-content:center;
}
._sxc0awmxdu146j9mk{
  display:none;
  direction:auto;
  text-align:start;
  white-space:pre-wrap;
  overflow-wrap:anywhere;
  font-size:14px;
  line-height:1.55;
  color:var(--text);
  padding:10px 4px 2px;
}
._sxc0awmxdu146j9mk._sxc0j3gmqk18wkad2{display:block;}
._sxc0vz0to208r1wl7{
  display:flex;
  align-items:center;
  gap:8px;
  padding-top:2px;
}
._sxc04w7eju020mj8r{
  flex:1;
  min-width:0;
  display:flex;
  gap:7px;
  overflow-x:auto;
  padding:3px 1px 6px;
  scroll-behavior:smooth;
      justify-content: center;
}
._sxc0ubhle80xyz6k4{
  flex:0 0 66px;
  width:66px;
  height:58px;
  border:2px solid transparent;
  border-radius:9px;
  padding:0;
  overflow:hidden;
  cursor:pointer;
  background:rgba(255,255,255,.07);
  color:var(--text);
}
._sxc0ubhle80xyz6k4._sxc1fh4vev1h1qp8f{border-color:var(--accent3);}
._sxc0ubhle80xyz6k4 img{width:100%;height:100%;object-fit:cover;display:block;}
._sxc1erppdg0zbddlz{display:flex;align-items:center;justify-content:center;padding:5px;font-size:10px;overflow-wrap:anywhere;}
._sxc0387m220shln1r{
  flex:0 0 auto;
  width:34px;
  height:34px;
  border:1px solid var(--border);
  border-radius:999px;
  background:rgba(255,255,255,.07);
  color: #ffffff;
  cursor:pointer;
  font-size:20px;
}
._sxc0387m220shln1r:disabled{opacity:.3;cursor:default;}
._sxc0y9rgmp02gzwpu{font-size:11px;color:var(--muted);white-space:nowrap;}
._sxc13575550cff7lk pre{
  margin: 0;
  white-space: pre-wrap;
  word-break: break-word;
  font-family: var(--mono);
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
}

._sxc04k6f2o1o74fcp{ height:1px; margin:12px 0; }

._sxc0ejt52m03z7yaz::-webkit-scrollbar,
._sxc06fa7z413a49tn::-webkit-scrollbar{ width: 7px; }
._sxc0ejt52m03z7yaz::-webkit-scrollbar-thumb,
._sxc06fa7z413a49tn::-webkit-scrollbar-thumb{
  background: #2a486e;
  border: 2px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
}
._sxc0ejt52m03z7yaz::-webkit-scrollbar-thumb:hover,
._sxc06fa7z413a49tn::-webkit-scrollbar-thumb:hover{
  background: rgba(232,238,249,.24);
  border: 2px solid rgba(0,0,0,0);
  background-clip: padding-box;
}

/* Responsive */
@media (max-width: 1200px){
  [data-mode="Editor"] ._sxc09hx1ok15dpupq._sxc0omqiis0hvd4ml{
    grid-template-columns: 78px minmax(560px, 1fr) var(--panel-resizer-width) minmax(380px, var(--ai-panel-width));
  }
  ._sxc1f4xcwb1jo33yh{
    grid-template-columns:minmax(240px, 310px) minmax(360px, 1fr);
  }
}
@media (max-width: 900px){
  [data-mode="Editor"] ._sxc09hx1ok15dpupq._sxc0omqiis0hvd4ml{
    grid-template-columns: 200px 1fr;
  }
  ._sxc1nu5ky114acf65{ display:none !important; }
  ._sxc1prxzv815trutt{ display:none !important; }
  ._sxc0ja0xus0wrvscj._sxc0bfv0bt1nlq8cu{ grid-area:auto; }
}





/* =========================
   AI Timeline (dot-line-dot)
   ========================= */
._sxc0arol691sti6n1 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  padding: 10px 8px;
  margin-top: 8px;
}

._sxc1ovudm202x2hrk{
  display: grid;
  grid-template-columns: 12px 1fr;
  gap: 2px;
  align-items: start;
}

._sxc1rzm56104txmnb{
  position: relative;
  width: 18px;
  display: flex;
  justify-content: center;
}

._sxc1rzm56104txmnb::before{
  content:"";
  position:absolute;
  top: 0;
  bottom: -12px;
  width: 2px;
  background: none;
  border-radius: 2px;
}
/* default dot */
._sxc1uiq3tc09jkgxh{
  width: 10px;
  height: 10px;
  margin-top: 17px;
  border-radius: 999px;
  background: rgba(255,255,255,.35);
  box-shadow: 0 0 0 3px rgba(255,255,255,.06);
  z-index: 1;
  position: relative;
}

/* done => circle + check */
._sxc1ovudm202x2hrk[data-status="done"] ._sxc1uiq3tc09jkgxh{
  width: 15px;
  height: 15px;
}

._sxc1ovudm202x2hrk[data-status="done"] ._sxc1uiq3tc09jkgxh::after{
  content:"";
  position: absolute;
  left: 3.6px;
  top: 3.0px;
  width: 8.2px;
  height: 2.3px;
    border-left: 2px solid rgb(186 186 186);
    border-bottom: 2px solid rgb(186 186 186);
  transform: rotate(-45deg);
}


details summary::-webkit-details-marker,
details summary::marker {
 display: none; 
 content: "";
}


._sxc1ovudm202x2hrk:last-child ._sxc1rzm56104txmnb::before{ bottom: 0; }

._sxc0sciytw1rug8rd{
  
  padding: 10px 20px 0px;
  margin-left: -5px;
  display: grid;
  border-left: 1px solid var(--border2);
}

._sxc17nn5co1j20fso{
  font-weight: 700;
  font-size: 12.5px;
  margin: 0 0 6px;
  letter-spacing: .2px;
}

._sxc1n1uwhi0q69y5s{
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 6px;
  font-family: var(--mono);
}

._sxc17fvbnl1x9kfdx{
  font-family: system-ui;
  font-size: 12px;
  white-space: pre-wrap;
  word-break: break-word;
  margin: 0;
  line-height: 1.55;
  opacity: .95;
}

/* status */
._sxc1ovudm202x2hrk[data-status="running"] ._sxc1uiq3tc09jkgxh{background: rgb(186 186 186);}
._sxc1ovudm202x2hrk[data-status="done"] ._sxc1uiq3tc09jkgxh{background: var(--msg);}
._sxc1ovudm202x2hrk[data-status="error"] ._sxc1uiq3tc09jkgxh{ background: rgba(239,68,68,.85); }

/* kind emphasis (optional) */
._sxc1ovudm202x2hrk[data-kind="debug"] ._sxc0sciytw1rug8rd{ opacity: .70; }

details {
	height:1rem;
	transition: height 500ms ease;
}

details[open] {
	height: auto;
	overflow: clip;
}

details[open] summary ~ * {
  animation: sweep .5s ease-in-out;
}

@keyframes sweep {
  0%    {height: 0%; opacity: 0; margin-left: -10px}
  100%  {height: 100%; opacity: 1; margin-left: 0px}
}


/* Rotation animation */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

button#_sxi1eag6ra1a7uhkt {
  width: 50px;
  height: 50px;
  position: relative;
  border-radius: 50%; /* 50% creates a perfect circle */
  border: none;
  padding: 0;
  /* The fixed border is the loader background */
  border: 3px solid var(--border2); 
  cursor: pointer;
  font-size: 0;
  background: transparent;
  transition: border-color 0.3s ease;
}

/* Rotating loader frame */
button#_sxi1eag6ra1a7uhkt::before {
  content: "";
  position: absolute;
  inset: -3px; /* Overlaps the existing border exactly */
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: var(--text); /* Rotating segment color */
  border-right-color: transparent; 
  opacity: 0; /* Hidden by default */
  transition: opacity 0.3s ease;
  pointer-events: none;
}

/* Icon element */
button#_sxi1eag6ra1a7uhkt::after {
  content: "";
  position: absolute;
  background-color: var(--text);
  inset: 25%;
  /* Default icon - arrow */
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12 19 V4 M6 10 L12 3 L18 10"/></svg>') no-repeat center / contain;
  /* Smooth transition including rotation */
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), background-color 0.3s;
  transform: rotate(0deg) scale(1);
}

/* Hover in normal state */
button#_sxi1eag6ra1a7uhkt:not(._sxc1anotvl071eu0g):hover::after {
  transform: translateY(-3px);
}

/* --- STOP state --- */

button#_sxi1eag6ra1a7uhkt._sxc1anotvl071eu0g {
  border-color: rgba(255, 255, 255, 0.1); /* Slightly dims the normal border */
}

/* Enable the rotating frame */
button#_sxi1eag6ra1a7uhkt._sxc1anotvl071eu0g::before {
  opacity: 1;
  animation: spin 1s linear infinite;
}

/* Change the icon to a square and rotate */
button#_sxi1eag6ra1a7uhkt._sxc1anotvl071eu0g::after {
  background-color: var(--text); /* or use red: var(--bad) */
  /* Square icon */
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="6" y="6" width="12" height="12" rx="1" ry="1"/></svg>') no-repeat center / contain;
  /* Rotation and slight scaling create an entrance effect */
  transform: rotate(180deg) scale(0.85);
}

button#_sxi1eag6ra1a7uhkt._sxc1anotvl071eu0g:hover::after {
  transform: rotate(180deg) scale(1); /* Slight scale effect on hover */
}

select#_sxi01beekm18f0cgg {
    /* height: 50px; */
    padding: 10px 12px;
    border-radius: 14px;
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, .03);
    color: var(--text);
    outline: none;
    width: auto;
    float: right;
    min-width: 200px;
        display: none;
}


button#_sxi1s7x0m00yb5upb {
  width: 50px;
  height: 50px;
  position: relative;
  border-radius: 100%;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 0;
  box-shadow: none !important; 
  background: none;
}

button#_sxi1s7x0m00yb5upb::after {
  content: "";
  position: absolute;
  background-color: var(--text);
  inset: 25%;
mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12 5V19 M5 12H19"/></svg>') no-repeat center / contain;}

._sxc0z5xjmi0kjcucp{
  position: relative;
}
._sxc0n5o5rx0mhyrm3{
  display:none;
  margin: 0 0 12px;
  padding: 12px 14px;
  border: 1px solid rgba(96,165,250,.35);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(37,99,235,.16), rgba(15,23,42,.22));
  color: var(--text);
  box-shadow: 0 8px 28px rgba(2,6,23,.18);
}
._sxc0n5o5rx0mhyrm3._sxc0j3gmqk18wkad2{ display:block; }
._sxc0n5o5rx0mhyrm3 ._sxc0erww3b1h1ixkh{
  font-weight: 800;
  font-size: 14px;
  margin-bottom: 6px;
}
._sxc0n5o5rx0mhyrm3 ._sxc02mrrin1h6cy91{
  font-size: 12px;
  color: var(--muted);
  line-height: 1.55;
}
._sxc176jn6u15dvgtu ._sxc0pihv4m1n14dj4{
  display:flex;
  align-items:center;
  gap:6px;
  margin-inline-start:auto;
}
._sxc176jn6u15dvgtu ._sxc0sliikj1eqfsqw{
  border:1px solid var(--border);
  background:rgba(255,255,255,.04);
  color:var(--text);
  border-radius:10px;
  padding:6px 9px;
  font-size:11px;
  cursor:pointer;
}
._sxc176jn6u15dvgtu ._sxc0sliikj1eqfsqw:hover{ background:rgba(255,255,255,.08); }
._sxc176jn6u15dvgtu ._sxc0qepnjr1a932fd{
  display:inline-flex;
  align-items:center;
  border:1px solid rgba(255,255,255,.09);
  border-radius:999px;
  padding:2px 7px;
  font-size:10px;
  color:var(--muted);
  margin-top:4px;
}

/* AI images: consecutive images are grouped like one WhatsApp media message. */
._sxc0jn58le1hg7z9k{
  display:grid;
  width:min(520px,100%);
  max-height:520px;
  gap:3px;
  margin:10px 0;
  overflow:hidden;
  border-radius:14px;
  background:transparent;
  list-style:none;
}
._sxc0jn58le1hg7z9k.count-1{ grid-template-columns:1fr; }
._sxc0jn58le1hg7z9k.count-2{ grid-template-columns:repeat(2,minmax(0,1fr)); }
._sxc0jn58le1hg7z9k.count-3,
._sxc0jn58le1hg7z9k.count-4{ grid-template-columns:repeat(2,minmax(0,1fr)); }
._sxc14yr9wh1kkahd0{
  position:relative;
  min-width:0;
  min-height:150px;
  padding:0;
  border:0;
  background:transparent;
  cursor:pointer;
  overflow:hidden;
}
._sxc0jn58le1hg7z9k.count-1 ._sxc14yr9wh1kkahd0{ min-height:0; max-height:520px; }
._sxc14yr9wh1kkahd0 img{
  width:100%;
  height:100%;
  min-height:150px;
  max-height:320px;
  display:block;
  object-fit:cover;
}
/* Override the generic runNotes image rules inside the grouped media tile. */
._sxc1efdk8v03bdgj9._sxc0bfv0bt1nlq8cu ._sxc1nyef6n0hbxyk0 ._sxc0jn58le1hg7z9k ._sxc14yr9wh1kkahd0 img,
._sxc1efdk8v03bdgj9._sxc0bfv0bt1nlq8cu ._sxc1nyef6n0hbxyk0._sxc16mowby1tq1ydl ._sxc0jn58le1hg7z9k ._sxc14yr9wh1kkahd0 img{
  max-width:none;
  margin:0;
  border:0;
  border-radius:0;
  background:transparent;
}
._sxc0jn58le1hg7z9k.count-1 ._sxc14yr9wh1kkahd0 img{
  min-height:0;
  height:auto;
  max-height:520px;
  object-fit:contain;
}
._sxc1xjcll60809shp{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(0,0,0,.58);
  color:#fff;
  font-size:34px;
  font-weight:800;
}

/* WhatsApp-style media attachment tray */
._sxc0v491we1y02oux{
  width:fit-content;
  max-width:100%;
  flex-wrap:nowrap;
  overflow-x:auto;
  overflow-y:hidden;
  gap:10px;
  padding:2px 2px 6px;
  scroll-snap-type:x proximity;
  overscroll-behavior-x:contain;
  height: 150px;
}
._sxc0v491we1y02oux::-webkit-scrollbar{ height:6px; }
._sxc0v491we1y02oux::-webkit-scrollbar-thumb{ background:rgba(255,255,255,.16); border-radius:999px; }
._sxc176jn6u15dvgtu._sxc0vn3azo0q9e138{
  flex:0 0 150px;
  width:150px;
  max-width:150px;
  border-radius:18px;
  padding:0;
  overflow:hidden;
  align-items:stretch;
  /* background:#202c33; */
  border:1px solid rgba(255,255,255,.10);
  scroll-snap-align:start;
  position:relative;
}
._sxc176jn6u15dvgtu._sxc0vn3azo0q9e138 ._sxc17bb3u81cbux51{
  width:150px;
  display:flex;
  flex-direction: column;
  gap:0;
  justify-content: flex-end;
}
._sxc0vn3azo0q9e138 ._sxc1nlyd5g0610310{
  width:150px;
  height:150px;
  object-fit:cover;
  display:block;
  /* background:#050b10; */
}
._sxc0vn3azo0q9e138 ._sxc0sjlsav1gjkf1i{
  width: inherit;
  padding: 5px 10px 10px;
  display:flex;
  flex-direction:column;
  gap:3px;
  min-height:46px;
}
._sxc0vn3azo0q9e138 ._sxc1j1482m13otboa{max-width:100%;font-size:12px;font-weight:800;color:var(--text);}
._sxc0vn3azo0q9e138 ._sxc10qt9jz17u2f7p{font-size:11px;color:var(--muted);}
._sxc0vn3azo0q9e138 ._sxc15m0c6e0pjj2rb{font-size:12px;color:#d1fae5;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
._sxc0vn3azo0q9e138 ._sxc0pihv4m1n14dj4{position:absolute;top:7px;left:7px;margin:0;gap:5px;background:rgba(0,0,0,.42);border-radius:999px;padding: 0px;backdrop-filter:blur(8px);}
._sxc0vn3azo0q9e138 ._sxc0sliikj1eqfsqw{display:none;}
._sxc0vn3azo0q9e138 ._sxc0lsdarz0huh3em{color:#fff;background:rgba(255,255,255,.16);width:24px;height:24px;border-radius:999px;font-size:18px;line-height:1;display:flex;align-items:center;justify-content:center;}
._sxc1y7qaqu1h612tt{
  position:fixed;
  inset:0;
  z-index:2000;
  display:none;
  align-items:center;
  justify-content:center;
  background:rgba(2,6,23,.82);
  padding:20px;
}
._sxc1y7qaqu1h612tt._sxc17bb3u81cbux51{ display:flex; }
._sxc0gi9lm91g8qvz3{
  width:min(1200px,96vw);
  height:min(92vh,920px);
  background:#0b1220;
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;
  box-shadow:0 22px 80px rgba(0,0,0,.5);
  display:flex;
  flex-direction:column;
  overflow:hidden;
}
._sxc1i83bu91nq67h6{
  display:flex;
  align-items:center;
  gap:12px;
  padding:14px 16px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
._sxc1i83bu91nq67h6 ._sxc1tuzdy41ca014d{ min-width:0; }
._sxc1i83bu91nq67h6 ._sxc1m9o3h60tihbff{ font-weight:800; }
._sxc1i83bu91nq67h6 ._sxc10qt9jz17u2f7p{ font-size:12px; color:var(--muted); margin-top:4px; }
._sxc06n2chb1tlc424{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  padding:12px 16px;
  border-bottom:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.02);
}
._sxc06n2chb1tlc424 ._sxc1x3f71603uwsu9,
._sxc06n2chb1tlc424 ._sxc08ejwhq0ait04o{
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.04);
  color:var(--text);
  border-radius:12px;
  padding:9px 12px;
  font-size:12px;
  cursor:pointer;
}
._sxc06n2chb1tlc424 ._sxc1x3f71603uwsu9._sxc1fh4vev1h1qp8f{ border-color:rgba(96,165,250,.6); background:rgba(37,99,235,.25); }
._sxc06n2chb1tlc424 ._sxc0dv0qag025ed0b{
  display:flex;
  align-items:center;
  gap:8px;
  padding:0;
}
._sxc06n2chb1tlc424 label{ font-size:12px; color:var(--muted); }
._sxc06n2chb1tlc424 input[type="range"]{ width:100px; }
._sxc06n2chb1tlc424 input[type="color"]{ width:38px; height:38px; border:none; background:none; padding:0; }
._sxc0x1bfbl1djq9a8{
  flex:1;
  min-height:0;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:16px;
  overflow:auto;
}
._sxc0pxgvlf12istrl{
  position:relative;
  max-width:100%;
  max-height:100%;
  border-radius:16px;
  overflow:hidden;
  background:#020617;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.04);
}
._sxc0ox26is1l3qmhg{
  display:block;
  max-width:min(100%,1100px);
  max-height:calc(92vh - 220px);
  touch-action:none;
  cursor:crosshair;
}
._sxc1v6snzk1qcv9im{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:12px 16px 16px;
  border-top:1px solid rgba(255,255,255,.08);
}
._sxc1v6snzk1qcv9im ._sxc1y777rk0gr2if9{ font-size:12px; color:var(--muted); line-height:1.5; }
._sxc1v6snzk1qcv9im ._sxc1ni74bc1fz4o86{ display:flex; gap:8px; }
._sxc1v6snzk1qcv9im ._sxc1ni74bc1fz4o86 ._sxc0t1j8hx0kjfgrd{ min-width:120px; }
._sxc02mff291s85ogq {
    position: absolute;
    left: 0;
    bottom: calc(100% + 10px);
    min-width: 220px;
    padding: 8px;
    border-radius: 16px;
    border: 1px solid var(--border);
    background: var(--bg);
    box-shadow: var(--shadow);
    display: none;
    flex-direction: column;
    gap: 6px;
    z-index: 25;
}
._sxc02mff291s85ogq._sxc17bb3u81cbux51{ display: flex; }
._sxc02mff291s85ogq button{
  width: 100%;
  text-align: right;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid transparent;
  background: rgba(255,255,255,.04);
  color: var(--text);
  cursor: pointer;
  font: inherit;
}
._sxc02mff291s85ogq button:hover{
  border-color: rgba(56,189,248,.34);
  background: rgba(56,189,248,.09);
}
._sxc02mff291s85ogq button[disabled]{
  opacity: .45;
  cursor: not-allowed;
}
._sxc02mff291s85ogq ._sxc10qt9jz17u2f7p{
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
}


._sxc0pylcyf0i2y4yw._sxc1si6dqr1d4qszo::after {
    content: "DROP HERE";
    font-size: 214%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-items: center;
    justify-content: space-around;
    width: 100%;
    top: 0;
    color: #a1a1a1;
    height: 100%;
    background: #6b6b6b64;
    right: 0;
    border-radius: 16px;
}

  /* =========================
   AI Checklist UI
   ========================= */
._sxc0ajfs8819bh21x{
  border: 1px solid var(--border2);
  background: rgba(255,255,255,.03);
  border-radius: 16px;
  padding: 10px;
  margin: 8px 0 10px;
  display: none;
}
._sxc0ajfs8819bh21x ._sxc19sxtes0xxlrhx{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:8px;
}
._sxc0ajfs8819bh21x ._sxc1q707xz08hkwvx{
  font-weight:700;
  font-size:12.5px;
}
._sxc0ajfs8819bh21x ._sxc0sizz0d01dlmql{
  font-family: var(--mono);
  font-size: 11px;
  color: var(--muted);
}
._sxc0ajfs8819bh21x ._sxc1qqf6ow1c6t3an{
  display:flex;
  flex-direction:column;
  gap:8px;
}
._sxc0ajfs8819bh21x ._sxc07h40df057gk73{
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 8px;
  background: rgba(255,255,255,.02);
}
._sxc0ajfs8819bh21x ._sxc10px03h1k08w55{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  margin-bottom: 8px;
}
._sxc0ajfs8819bh21x ._sxc0d8vh381xums6o{
  width: 100%;
  min-width: 0;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: rgba(0,0,0,.10);
  color: var(--text);
  padding: 7px 9px;
  font-size: 12px;
  font-weight: 700;
  outline: none;
}
._sxc0ajfs8819bh21x ._sxc1xf3z9a1rus8qu{
  font-family: var(--mono);
  font-size: 11px;
  color: var(--muted);
  white-space: nowrap;
}
._sxc0ajfs8819bh21x ._sxc0pv1dft05nenxw{
  display:grid;
  grid-template-columns: 22px 1fr;
  gap:10px;
  align-items:start;
}
._sxc0ajfs8819bh21x ._sxc0pv1dft05nenxw input[type="checkbox"]{
  width: 18px;
  height: 18px;
  margin-top: 2px;
}
._sxc0ajfs8819bh21x ._sxc0pv1dft05nenxw textarea{
  width: 100%;
  min-height: 36px;
  resize: vertical;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: rgba(0,0,0,.12);
  color: var(--text);
  padding: 8px 10px;
  font-family: system-ui;
  font-size: 12.5px;
  line-height: 1.45;
  outline: none;
}
._sxc0ajfs8819bh21x ._sxc12lmnxe046g5xc{
  display:flex;
  gap:10px;
  margin-top:10px;
}

/* =========================
   Run Checklist Progress
   ========================= */
._sxc14ai3pn0088jnu{
  margin-top: 10px;
  background: rgba(255,255,255,.03);
  border-radius: 14px;
  
}
._sxc14ai3pn0088jnu:empty{ display:none; }
._sxc14ai3pn0088jnu ._sxc1o0xp0y17kq52s{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
._sxc14ai3pn0088jnu ._sxc0jfjjtt14jvyaa{
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .2px;
}
._sxc14ai3pn0088jnu ._sxc1g1xhcw0e6ghwp{
  font-family: var(--mono);
  font-size: 11px;
  color: var(--muted);
}
._sxc14ai3pn0088jnu ._sxc10qvvgw16obgom{
  margin-top: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  overflow: hidden;
}
._sxc14ai3pn0088jnu ._sxc160fa3c18lgfcy{
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(34,197,94,.95), rgba(56,189,248,.95));
  transition: width .25s ease;
}
._sxc14ai3pn0088jnu ._sxc09nwlvm0qoofvt{
  margin-top: 10px;
  display:flex;
  flex-direction:column;
  gap:6px;
}
._sxc14ai3pn0088jnu ._sxc0nq478n1d2xzfk{
  margin-top: 10px;
  display:flex;
  flex-direction:column;
  gap:8px;
}
._sxc14ai3pn0088jnu ._sxc0w1mgi00alzpzk{
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 8px;
  background: rgba(255,255,255,.02);
}
._sxc14ai3pn0088jnu ._sxc19mgz4z1q380jf{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  margin-bottom: 6px;
}
._sxc14ai3pn0088jnu ._sxc018rfnr106ppv5{
  font-size: 12px;
  font-weight: 700;
}
._sxc14ai3pn0088jnu ._sxc1m0hj4j19qksjz{
  font-family: var(--mono);
  font-size: 11px;
  color: var(--muted);
}
._sxc14ai3pn0088jnu ._sxc1hizjod09le5ii{
  display:grid;
  grid-template-columns: 18px 1fr;
  gap:8px;
  align-items:start;
  font-size: 12px;
  line-height: 1.45;
}
._sxc14ai3pn0088jnu ._sxc1hizjod09le5ii._sxc04f8rnm1e55ekn{
  color: var(--muted);
}
._sxc14ai3pn0088jnu ._sxc1hizjod09le5ii._sxc01fdcmh06bdmhj{
  color: var(--text);
}
._sxc14ai3pn0088jnu ._sxc1hizjod09le5ii._sxc16s5qk51jc8bkv{
  color: var(--text);
}
._sxc14ai3pn0088jnu ._sxc00uyv011ukblv0{
  width: 16px;
  text-align: center;
  font-weight: 700;
  margin-top: 1px;
}
._sxc14ai3pn0088jnu ._sxc1hizjod09le5ii._sxc16s5qk51jc8bkv ._sxc00uyv011ukblv0{
  color: var(--ok);
}
._sxc14ai3pn0088jnu ._sxc13yols71qlh3o7{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,.25);
  border-top-color: rgba(96,165,250,1);
  margin: 2px auto 0;
  animation: rcSpin .85s linear infinite;
  display: block;
}
._sxc14ai3pn0088jnu ._sxc0tqwi831szc3a2{
  white-space: pre-wrap;
  word-break: break-word;
}
@keyframes rcSpin { to { transform: rotate(360deg); } }









._sxc1nyef6n0hbxyk0._sxc16mowby1tq1ydl ul li:has(> :is(video, img)) {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8px;
}

._sxc1nyef6n0hbxyk0._sxc16mowby1tq1ydl ul li:has(> :is(video, img))::after {
  content: "";
  flex-basis: 100%;
  order: 1;
}

._sxc1nyef6n0hbxyk0._sxc16mowby1tq1ydl ul li:has(> :is(video, img)) > :is(video, img) {
  order: 2;
  max-width: 220px;
  height: auto;
}



._sxc0ja0xus0wrvscj._sxc1eb8mgo1c2anq2 {
    box-shadow: 0 0 35px -20px #00000075;
    margin-right: 5px;
    font-size: 1rem;
    position: absolute;
    width: 195px;
    height: 100%;
    z-index: 100;
    transition: width .5s;
    display: grid;
    grid-template-rows: max-content;
}

._sxc0ja0xus0wrvscj._sxc1eb8mgo1c2anq2 ul {
    padding: 0;
    margin: 0;
}

._sxc0ja0xus0wrvscj._sxc1eb8mgo1c2anq2 ul li::after {
    content: "";
    border: 2px solid #76767687;
    border-bottom: 0;
    border-left: 0;
    width: 10px;
    height: 10px;
    transform: rotateZ(45deg);
    opacity: 0;
}

._sxc0ja0xus0wrvscj._sxc1eb8mgo1c2anq2 ul li {
}

._sxc0ja0xus0wrvscj._sxc1eb8mgo1c2anq2 ul li:hover {
    background: #00000008;
    color: #fff;
    cursor: pointer;
    padding-left: 7%;
}

._sxc1jbyuif1ad8rfx {
   height: 300px;
   margin-top: 30px;
}

p._sxc0pdhwev0ckq1ec {
        text-align: center;
        font-size: 1.5em;
}




[data-mode="Editor"] ._sxc09hx1ok15dpupq._sxc0omqiis0hvd4ml:has(._sxc0ja0xus0wrvscj._sxc1eb8mgo1c2anq2:hover) {
    grid-template-columns: 355px minmax(720px, 1.3fr) var(--panel-resizer-width) minmax(380px, var(--ai-panel-width));
}

._sxc0ja0xus0wrvscj._sxc1eb8mgo1c2anq2:hover , [data-mode="Chat"] ._sxc0ja0xus0wrvscj._sxc1eb8mgo1c2anq2{width: 380px;}


[data-mode="Editor"] ._sxc1eb8mgo1c2anq2 ul li:after {
}

._sxc0ja0xus0wrvscj._sxc1eb8mgo1c2anq2:hover ul li ,[data-mode="Chat"] ._sxc0ja0xus0wrvscj._sxc1eb8mgo1c2anq2 ul li {
  margin: 0;
}

._sxc0ja0xus0wrvscj._sxc1eb8mgo1c2anq2:hover ul li::after ,[data-mode="Chat"] ._sxc0ja0xus0wrvscj._sxc1eb8mgo1c2anq2 ul li::after {
    position: absolute;
    right: 5%;
    top: 45%;
    opacity: 1;
    transition: all 1s, transform .2s, width .2s;
}


._sxc0ja0xus0wrvscj._sxc1eb8mgo1c2anq2 ul li {
  padding: 20px;
   display: inline-block;
    margin-left: 50%;
    transform: translateX(-50%);
    border-bottom: 1px solid #73737300;
    font-size: 1.5em;
    
    transition: all.25s ease;
    transform-origin: right;
}

._sxc0ja0xus0wrvscj._sxc1eb8mgo1c2anq2:hover ul li, 
[data-mode="Chat"] ._sxc0ja0xus0wrvscj._sxc1eb8mgo1c2anq2 ul li {
    transform: translateX(0%);
    transform-origin: left;
    width: 100%;
    border-bottom: 1px solid #7373731c;
}

._sxc0ja0xus0wrvscj._sxc1eb8mgo1c2anq2 ul li::after {
}

._sxc0ja0xus0wrvscj._sxc1eb8mgo1c2anq2:hover ul li:hover, [data-mode="Chat"] ._sxc0ja0xus0wrvscj._sxc1eb8mgo1c2anq2 ul li:hover {
    background: #000000cf;
}





/* Google Fonts */
@import url(https://fonts.googleapis.com/css?family=Anonymous+Pro);



._sxc1cxqexl1ba5jaq{
    position: relative;
    top: 50%;  
    width: 24em;
    margin: 0 auto;
    border-right: 2px solid rgba(255,255,255,.75);
    font-size: 180%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    transform: translateY(-50%);    
}

/* Animation */
._sxc1cxqexl1ba5jaq{
  animation: typewriter 4s steps(44) 1s 1 normal both,
             blinkTextCursor 500ms steps(44) infinite normal;
}
@keyframes typewriter{
  from{width: 0;}
  to{width: 24em;}
}
@keyframes blinkTextCursor{
  from{border-right-color: rgba(255,255,255,.75);}
  to{border-right-color: transparent;}
}

 ._sxc09hx1ok15dpupq._sxc14g109i1o2omvw ._sxc0ja0xus0wrvscj._sxc1eb8mgo1c2anq2 {
 opacity: 1;
    filter: unset;
    display: flex;
    pointer-events: all;
    overflow: hidden;
  
}

[data-mode="Editor"] ._sxc09hx1ok15dpupq._sxc14g109i1o2omvw ._sxc0ja0xus0wrvscj._sxc1eb8mgo1c2anq2 {
 opacity: 1;
    filter: unset;
    display: flex;
    pointer-events: all;
    overflow: visible;
    transform: translateX(-100%) ! IMPORTANT;
    transition: transform 0.5s;
}




[data-mode="Editor"] ._sxc09hx1ok15dpupq._sxc14g109i1o2omvw ._sxc0ja0xus0wrvscj._sxc1eb8mgo1c2anq2:before,
[data-mode="Editor"] ._sxc09hx1ok15dpupq._sxc14g109i1o2omvw ._sxc0ja0xus0wrvscj._sxc1eb8mgo1c2anq2:after{
    content: "";
    position: absolute;
    right: -85px;         
    top: 10px;
    width: 85px;           
    height: 58px;      
    background: transparent;
    border-radius: 10px;
    z-index: 1000;
    cursor: pointer;
    transition:
        transform .35s ease,
        background .35s ease,
        opacity .25s ease;
}

[data-mode="Editor"] ._sxc09hx1ok15dpupq._sxc14g109i1o2omvw ._sxc0ja0xus0wrvscj._sxc1eb8mgo1c2anq2:before{
    background:
        linear-gradient(#000 0 0) center calc(50% - 8px) / 28px 3px no-repeat,
        linear-gradient(#000 0 0) center center / 28px 3px no-repeat;
}

[data-mode="Editor"] ._sxc09hx1ok15dpupq._sxc14g109i1o2omvw ._sxc0ja0xus0wrvscj._sxc1eb8mgo1c2anq2:after{
    background:
        linear-gradient(#000 0 0) center calc(50% + 8px) / 28px 3px no-repeat;
}

[data-mode="Editor"] ._sxc09hx1ok15dpupq._sxc14g109i1o2omvw ._sxc0ja0xus0wrvscj._sxc1eb8mgo1c2anq2:hover:before{
    background:
        linear-gradient(#000 0 0) center / 28px 3px no-repeat;
    transform: rotate(45deg);
}

[data-mode="Editor"] ._sxc09hx1ok15dpupq._sxc14g109i1o2omvw ._sxc0ja0xus0wrvscj._sxc1eb8mgo1c2anq2:hover:after{
    background:
        linear-gradient(#000 0 0) center / 28px 3px no-repeat;
    transform: rotate(-45deg);
}

[data-mode="Editor"] ._sxc09hx1ok15dpupq._sxc14g109i1o2omvw ._sxc0ja0xus0wrvscj._sxc1eb8mgo1c2anq2:hover {
    transform: translateX(0) !important;
}








/* =========================
   TEST Replay mode
   ========================= */
._sxc19cx2jb0ocbkj3{
  position: fixed;
  inset: 58px 0 0 0;
  display: none;
  z-index: 10000;
  background: rgba(0,0,0,.55);
  backdrop-filter: blur(6px);
}
._sxc19cx2jb0ocbkj3._sxc17bb3u81cbux51{ display:block; }
._sxc1k5cykd0ailj1q{
  position:absolute;
  inset: 18px;
  display:grid;
  grid-template-columns: minmax(320px, .42fr) minmax(420px, .58fr);
  gap: 12px;
  border:1px solid var(--border);
  border-radius: 18px;
  background: var(--panelSolid);
  box-shadow: var(--shadow);
  overflow:hidden;
}
._sxc17kx28n0fmmgmw{ min-width:0; min-height:0; display:flex; flex-direction:column; border-inline-end:1px solid var(--border); }
._sxc17kx28n0fmmgmw:last-child{ border-inline-end:0; }
._sxc0wqtsjw1so7263{ display:flex; align-items:center; gap:8px; padding:12px; border-bottom:1px solid var(--border); }
._sxc1ooqhgv1go3xi0{ font-weight:700; }
._sxc16v4fe71892vb8{ flex:1; min-height:0; overflow:auto; padding:12px; }
._sxc0xeep3n02cvxye{ display:flex; gap:8px; flex-wrap:wrap; padding:12px; border-top:1px solid var(--border); }
._sxc1p3gutg1hhlw50{ display:flex; flex-direction:column; gap:7px; }
._sxc1rdursk1ftgcqp{ border:1px solid var(--border); border-radius:12px; padding:8px 10px; background:rgba(255,255,255,.035); cursor:pointer; }
._sxc1rdursk1ftgcqp._sxc1fh4vev1h1qp8f{ border-color:rgba(56,189,248,.6); background:rgba(56,189,248,.11); }
._sxc1rdursk1ftgcqp._sxc16s5qk51jc8bkv{ border-color:rgba(34,197,94,.34); }
._sxc1rdursk1ftgcqp._sxc05as6rf1vfkvkm{ border-color:rgba(239,68,68,.45); }
._sxc1rdursk1ftgcqp ._sxc058iol90wkfp81{ font-family:var(--mono); font-size:12px; }
._sxc1rdursk1ftgcqp ._sxc10qt9jz17u2f7p{ color:var(--muted); font-size:11px; margin-top:4px; overflow-wrap:anywhere; }
._sxc01v9tyo0a7p40s{ border:1px dashed rgba(56,189,248,.48); border-radius:16px; padding:16px; background:rgba(56,189,248,.06); color:var(--muted); line-height:1.5; }
._sxc01v9tyo0a7p40s._sxc1si6dqr1d4qszo{ background:rgba(56,189,248,.14); }
._sxc1fyc5jq1cbl23o{ white-space:pre-wrap; overflow-wrap:anywhere; font-family:var(--mono); font-size:12px; line-height:1.45; background:rgba(0,0,0,.24); border:1px solid var(--border); border-radius:12px; padding:10px; max-height:45vh; overflow:auto; }
._sxc124xm1c0npnnqg{ white-space:normal; font-family:var(--font); font-size:12px; line-height:1.5; background:rgba(0,0,0,.24); border:1px solid var(--border); border-radius:12px; padding:10px; max-height:46vh; overflow:auto; }
._sxc1ciwpyq1xj9v8t{ display:flex; flex-wrap:wrap; gap:8px; align-items:center; margin-bottom:10px; }
._sxc0e3lm1g0bvpwip{ display:inline-flex; align-items:center; gap:5px; border:1px solid var(--border); border-radius:999px; padding:3px 8px; font-family:var(--mono); font-size:11px; background:rgba(255,255,255,.04); }
._sxc0e3lm1g0bvpwip._sxc1eows9c1x30sp6{ border-color:rgba(34,197,94,.38); background:rgba(34,197,94,.10); }
._sxc0e3lm1g0bvpwip._sxc13sd9bq0dk3274{ border-color:rgba(239,68,68,.42); background:rgba(239,68,68,.10); }
._sxc1g1oka50z8ba9l{ display:grid; grid-template-columns:repeat(auto-fit,minmax(170px,1fr)); gap:8px; margin:8px 0 10px; }
._sxc14nkppe0nwcdyo{ border:1px solid var(--border); border-radius:10px; padding:7px 8px; background:rgba(255,255,255,.035); min-width:0; }
._sxc14nkppe0nwcdyo ._sxc14ow8ve1d5qnlc{ color:var(--muted); font-family:var(--mono); font-size:10.5px; margin-bottom:3px; }
._sxc14nkppe0nwcdyo ._sxc00qc3tu0d9ysb3{ font-family:var(--mono); overflow-wrap:anywhere; }
._sxc1nldian0pzvp4i{ margin-top:10px; border:1px solid var(--border); border-radius:12px; overflow:hidden; background:rgba(255,255,255,.025); }
._sxc1nldian0pzvp4i > summary{ padding:8px 10px; cursor:pointer; color:var(--text); font-weight:700; }
._sxc1nldian0pzvp4i pre{ margin:0; border-top:1px solid var(--border); padding:10px; white-space:pre-wrap; overflow-wrap:anywhere; font:12px/1.45 var(--mono); background:rgba(0,0,0,.18); max-height:260px; overflow:auto; }
._sxc03qqoqe07r2qs1{ border:1px solid var(--border); border-radius:10px; padding:8px; margin-top:8px; background:rgba(255,255,255,.025); }
._sxc03qqoqe07r2qs1 ._sxc1m9o3h60tihbff{ font-family:var(--mono); font-weight:700; margin-bottom:5px; }
._sxc0u3lyxw0w92dfo{ display:flex; flex-wrap:wrap; gap:8px; margin-top:8px; }
._sxc04zt71n1xd4fzh{ border:1px solid var(--border); border-radius:10px; padding:7px 8px; background:rgba(255,255,255,.035); font-family:var(--mono); font-size:11px; max-width:100%; overflow-wrap:anywhere; }
._sxc04zt71n1xd4fzh img{ display:block; max-width:180px; max-height:120px; margin-top:6px; border-radius:8px; border:1px solid var(--border); background:#000; }
._sxc1tmgh6o1czem8j{ border:1px solid var(--border); border-radius:14px; padding:10px; margin:0 0 12px; background:rgba(255,255,255,.025); }
._sxc1tmgh6o1czem8j._sxc1esfhn40gg59h3{ border-color:rgba(251,191,36,.42); background:rgba(251,191,36,.055); }
._sxc1tmgh6o1czem8j._sxc1jc342e0x5jdvn{ border-color:rgba(56,189,248,.36); background:rgba(56,189,248,.045); }
._sxc1tmgh6o1czem8j h4{ margin:0 0 9px; font-size:13px; display:flex; align-items:center; gap:8px; flex-wrap:wrap; }
._sxc0e3lm1g0bvpwip._sxc0zgyizp1t24wgd{ font-size:12px; padding:5px 10px; font-weight:700; }
._sxc0e3lm1g0bvpwip._sxc1jzk8960or7eil{ opacity:.75; }
._sxc1x4m12r0sit878{ color:var(--muted); font-family:var(--mono); font-size:12px; }
#_sxi1267n280w2xjhj{ display:none; }
#_sxi1267n280w2xjhj._sxc1o30k830t98spx{ display:inline-flex; border-color:rgba(251,191,36,.42); background:rgba(251,191,36,.08); }

/* Console dock integrated under Monaco */
._sxc07i8flr0pf6uxc{
  --terminal-open-height: 260px;
  display:none;
  flex:0 0 auto;
  height:38px;
  min-height:38px;
  max-height:calc(100% - 120px);
  margin-top:8px;
  border:1px solid var(--border2);
  border-radius:12px;
  overflow:hidden;
  background:var(--panelSolid);
  color:var(--text);
  box-shadow:var(--shadow2);
  font-family:var(--mono);
  transition:
    height .34s cubic-bezier(.22,1,.36,1),
    background-color .24s ease,
    color .24s ease,
    border-color .22s ease,
    box-shadow .22s ease;
}
._sxc07i8flr0pf6uxc._sxc1o30k830t98spx{ display:flex; flex-direction:column; }
._sxc07i8flr0pf6uxc._sxc17bb3u81cbux51{
  height:min(var(--terminal-open-height), calc(100% - 120px));
  background:#05070a;
  color:#d7ffe1;
  border-color:rgba(56,189,248,.38);
  box-shadow:0 12px 34px rgba(0,0,0,.28);
}
._sxc07i8flr0pf6uxc._sxc0ia05990hiip0c{ transition:none; }
._sxc0kxwhze0m7djk5{
  flex:0 0 5px;
  height:5px;
  cursor:ns-resize;
  touch-action:none;
  position:relative;
  background:transparent;
}
._sxc0kxwhze0m7djk5::after{
  content:"";
  position:absolute;
  top:1px;
  left:50%;
  width:48px;
  height:2px;
  border-radius:999px;
  translate:-50% 0;
  background:var(--muted);
  transition:width .18s ease, background .18s ease;
}
._sxc07i8flr0pf6uxc._sxc17bb3u81cbux51 ._sxc0kxwhze0m7djk5::after{
  background:rgba(232,238,249,.22);
}
._sxc0kxwhze0m7djk5:hover::after,
._sxc07i8flr0pf6uxc._sxc0ia05990hiip0c ._sxc0kxwhze0m7djk5::after{
  width:76px;
  background:var(--text);
}
._sxc07i8flr0pf6uxc._sxc17bb3u81cbux51 ._sxc0kxwhze0m7djk5:hover::after,
._sxc07i8flr0pf6uxc._sxc17bb3u81cbux51._sxc0ia05990hiip0c ._sxc0kxwhze0m7djk5::after{
  background:rgba(56,189,248,.72);
}
._sxc0yfmo1003pwvvf{
  flex:0 0 32px;
  min-height:32px;
  display:flex;
  align-items:center;
  gap:8px;
  padding:0 8px 1px 10px;
  background:transparent;
  cursor:pointer;
  user-select:none;
  outline:none;
}
._sxc07i8flr0pf6uxc._sxc17bb3u81cbux51 ._sxc0yfmo1003pwvvf{ background:rgba(255,255,255,.045); }
._sxc0yfmo1003pwvvf:focus-visible{ box-shadow:inset 0 0 0 2px rgba(56,189,248,.55); }
._sxc0lajtf10o41wux{
  width:16px;
  height:16px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:var(--text);
  transition:transform .3s cubic-bezier(.22,1,.36,1), color .24s ease;
}
._sxc0lajtf10o41wux::before{
  content:"";
  width:7px;
  height:7px;
  border-inline-end:2px solid currentColor;
  border-bottom:2px solid currentColor;
  transform:rotate(45deg) translate(-1px,-1px);
}
._sxc07i8flr0pf6uxc._sxc17bb3u81cbux51 ._sxc0lajtf10o41wux{ color:#9ee7ff; transform:rotate(180deg); }
._sxc0e8oa9i154jaky{ font-weight:700; font-size:12px; color:var(--text); transition:color .24s ease; }
._sxc07i8flr0pf6uxc._sxc17bb3u81cbux51 ._sxc0e8oa9i154jaky{ color:#e8eef9; }
._sxc1qa03510j5abso{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size:11px;
  color:var(--muted);
  transition:color .24s ease;
}
._sxc07i8flr0pf6uxc._sxc17bb3u81cbux51 ._sxc1qa03510j5abso{ color:rgba(232,238,249,.62); }
._sxc0yfmo1003pwvvf ._sxc089gg920yyqhzy{ flex:1; }
._sxc1xiv1f01ia2m9u{
  width:25px;
  height:25px;
  padding:0;
  border:0;
  border-radius:6px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:transparent;
  color:var(--muted);
  cursor:pointer;
  transition:color .18s ease, background .18s ease;
  font:12px/1 var(--mono);
}
._sxc1xiv1f01ia2m9u:hover{ color:var(--text); background:var(--panel2); }
._sxc07i8flr0pf6uxc._sxc17bb3u81cbux51 ._sxc1xiv1f01ia2m9u{ color:rgba(232,238,249,.68); }
._sxc07i8flr0pf6uxc._sxc17bb3u81cbux51 ._sxc1xiv1f01ia2m9u:hover{ color:#fff; background:rgba(255,255,255,.09); }
._sxc097u1wa134gdib{
  flex:1 1 auto;
  min-height:0;
  display:flex;
  flex-direction:column;
  opacity:0;
  transform:translateY(5px);
  pointer-events:none;
  border-top:1px solid rgba(255,255,255,.10);
  transition:opacity .18s ease, transform .28s cubic-bezier(.22,1,.36,1);
}
._sxc07i8flr0pf6uxc._sxc17bb3u81cbux51 ._sxc097u1wa134gdib{
  opacity:1;
  transform:translateY(0);
  pointer-events:auto;
  transition-delay:.05s;
}
._sxc02048je1mr7ahm{
  flex:1;
  min-height:0;
  overflow:auto;
  padding:10px 12px;
  white-space:pre-wrap;
  overflow-wrap:anywhere;
  font:12px/1.45 var(--mono);
  background:
    radial-gradient(circle at top left, rgba(56,189,248,.08), transparent 28%),
    #05070a;
}
._sxc0rjrabg0txxr7b{ margin:0 0 2px; }
._sxc0rjrabg0txxr7b._sxc0kr1g1q08vswbc{ color:#9ee7ff; }
._sxc0rjrabg0txxr7b._sxc0ug56ml1hh8wvc{ color:#d7ffe1; }
._sxc0rjrabg0txxr7b._sxc0rvmsji0ngybcl{ color:#ffb4b4; }
._sxc0rjrabg0txxr7b._sxc10qt9jz17u2f7p{ color:#a7b0bd; }
._sxc0rjrabg0txxr7b._sxc1ug5ey00alo01v._sxc1eows9c1x30sp6{ color:#8cf0a9; }
._sxc0rjrabg0txxr7b._sxc1ug5ey00alo01v._sxc1y417x00ing74z{ color:#ff9f9f; }
._sxc1ojm25q1pmdokm{
  flex:0 0 auto;
  display:flex;
  gap:8px;
  align-items:center;
  border-top:1px solid rgba(255,255,255,.10);
  padding:8px 11px;
  background:rgba(255,255,255,.035);
}
._sxc1bubk5d1d2o7g1{ color:#8cf0a9; }
._sxc1ljkhk40h2pgy2{
  flex:1;
  min-width:0;
  border:0;
  outline:none;
  color:#d7ffe1;
  background:transparent;
  font:13px/1.4 var(--mono);
}
._sxc1ljkhk40h2pgy2::placeholder{ color:rgba(215,255,225,.38); }
body._sxc0bifs9u11en49u{ cursor:ns-resize !important; user-select:none !important; }
body._sxc0bifs9u11en49u iframe{ pointer-events:none !important; }


._sxc1au4sc415f732v {
  margin-top: 22px;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid var(--portal-shell-line);
  background: rgba(255,255,255,0.76);
}
._sxc1au4sc415f732v h3 { margin: 0 0 12px; color: var(--portal-shell-text); }
._sxc0xi6jc5149si7v {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-top: 1px solid var(--portal-shell-line);
}
._sxc0xi6jc5149si7v:first-of-type { border-top: 0; }
._sxc0xi6jc5149si7v div { display: flex; flex-direction: column; gap: 3px; }
._sxc0xi6jc5149si7v span,
._sxc0xi6jc5149si7v small { color: var(--portal-shell-muted); }
._sxc0xi6jc5149si7v b.is-credit { color: var(--portal-shell-accent); }
._sxc0xi6jc5149si7v b.is-debit { color: #b91c1c; }
[data-mode="Editor"] ._sxc09hx1ok15dpupq._sxc0omqiis0hvd4ml:has(._sxc0ja0xus0wrvscj._sxc1eb8mgo1c2anq2:hover)>._sxc1nu5ky114acf65 {
    filter: opacity(0.1);
}


._sxc0tgqj4l1c1ui96[data-toolbar="editor"] ._sxc1mg17bg0n9sig8 {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
}

._sxc01z22wz10qsub4::after {
    content: "^";
    display: block;
    position: absolute;
    bottom: -22px;
    right: calc(var(--ai-panel-width)/2);
    background: #85858573;
    padding: 7px;
    width: 20px;
    text-align: center;
    height: 60px;
    border-radius: 5px;
    transform: scale3d(1.5, -1, 1);
    line-height: .6em;
    color: #ffffff;
    z-index: -1;
    transition: bottom .2s .4s,opacity .3s .3s, background .2s;
    font-size: 1.3em;
    cursor: pointer;
}

._sxc01z22wz10qsub4:hover {
    margin-top:0px;
}





._sxc01z22wz10qsub4:hover::after {
    background: #282828;
    opacity: 0;
    bottom: 0px;
}

[data-mode="Editor"] ._sxc09hx1ok15dpupq._sxc0omqiis0hvd4ml:has(._sxc0ja0xus0wrvscj._sxc1eb8mgo1c2anq2:hover) ._sxc01z22wz10qsub4 {
    margin: 0;
}

._sxc0tgqj4l1c1ui96 ._sxc1all6fw0eelwve#_sxi0qzcqur09hpxcu {
    flex: 1;
    text-align: end;
}



._sxc0ja0xus0wrvscj._sxc11widfr1h0pmqd span._sxc0yjpu0s0vpywhb::after {
 content: "\2807";
    display: block;
    text-align: center;
    width: .5em;
    padding: .1em;
    cursor: pointer;
}





._sxc07qikdb19nnq10 {
    display: flex;
}

._sxc07qikdb19nnq10>div {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.1s .1s;
    width: 0;
    height: 0;
}

._sxc07qikdb19nnq10:hover>div {
    display: flex;
    position: absolute;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    background: var(--panelSolid);
    background: #ffffff;
    width: 100%;
    left: 0;
    padding: 10px;
    /* border: 20px solid #ffffff; */
    outline: 6px #ffffff solid;
    align-items: flex-end;
    /* border: 1px solid #eee; */
    border-radius: 14px 15px 14px 15px;
    top: -10px;
    z-index: -1;
    align-content: flex-end;
    opacity: 1;
    visibility: visible;
    height: auto;
    justify-content: ;
    padding-top: 55px;
    /* border-top: none; */
    gap: 10px;
    box-shadow: -2px 5px 1pc 8px #e7e7e7;
}

._sxc07qikdb19nnq10:hover>div ._sxc0t1j8hx0kjfgrd {
    padding: 7px;
    display: inline-flex;
    justify-content: center;
    width: 48%;
}

._sxc07qikdb19nnq10:hover {
    /* display: block; */
    /* width: 100%; */
    /* position: absolute; */
    /* top: 0; */
}

._sxc07qikdb19nnq10>._sxc0i64j9a0hj967b::after {
}



._sxc06fa7z413a49tn:has(._sxc07qikdb19nnq10:hover)::after {
    content:"";
    position: absolute;
    width: 98%;
    height: 100%;
    margin: 1%;
    background: #ffffff8a;
    z-index: 999;
    top: 0px;
}



._sxc06fa7z413a49tn:has(._sxc07qikdb19nnq10)::after {
    content: "";
    width: 100%;
    height: 100%;
    transition: all .5s .1s;
}

._sxc0yfko8d1ujfx4v {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

._sxc0yfko8d1ujfx4v > * {
    flex: 0 0 auto;
}


._sxc1eozkpp0y9y9ja:last-child {
    margin-right: auto;
}


body._sxc0dl325y0fq96x1::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 9999999999;
  pointer-events: none;

  background: linear-gradient(
    90deg,
    #67a7ff 0%,
    #67a7ff 30%,
    #76d39b 45%,
    #ffffff 50%,
    #76d39b 55%,
    #67a7ff 70%,
    #67a7ff 100%
  );

  background-size: 250% 100%;
  animation: fileTransferShimmer 10s linear infinite;
}

@keyframes fileTransferShimmer {
  from {
    background-position: 200% 0;
  }

  to {
    background-position: -100% 0;
  }
}




._sxc0ejt52m03z7yaz {
  isolation: isolate;
  overflow: auto;

      --chat-pattern-color: #8c8c8c70;
    --chat-pattern-opacity: 0.15;
    --chat-pattern-size: 300px;
}

._sxc0ejt52m03z7yaz::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-color: var(--chat-pattern-color);
    opacity: var(--chat-pattern-opacity);
    -webkit-mask-image: url(/__sx/a/-uuQSeCVjgoHRzcUseUDeLK_31Q1BjFkDMMuFEE_UuYfZYur);
    mask-image: url(/__sx/a/wwIwO5OqKGdFPIT3qdyNe2yKD-QMafvDqHnL6p2WF018CHlU);
    -webkit-mask-repeat: repeat;
    mask-repeat: repeat;
    -webkit-mask-size: var(--chat-pattern-size) var(--chat-pattern-size);
    mask-size: var(--chat-pattern-size) var(--chat-pattern-size);
    width: 100%;
    display: block;
    height: 100%;
    top: 0;
}

._sxc0ejt52m03z7yaz > * {
  position: relative;
  z-index: 1;
}


._sxc09hx1ok15dpupq._sxc14g109i1o2omvw ._sxc0ejt52m03z7yaz {
    display: none;
}

._sxc09hx1ok15dpupq._sxc0omqiis0hvd4ml {
  overflow: clip;
  animation: welcome-return 520ms cubic-bezier(.22, 1, .36, 1) both;
}

._sxc09hx1ok15dpupq._sxc0omqiis0hvd4ml._sxc14g109i1o2omvw {
  animation-name: welcome-enter;
}

@keyframes welcome-enter {
  0% {
    opacity: 0;
    translate: 0 18px;
    clip-path: inset(8% 0 0 0 round 18px);
  }

  60% {
    opacity: 1;
    translate: 0 -2px;
    clip-path: inset(0 0 0 0 round 4px);
  }

  100% {
    opacity: 1;
    translate: 0 0;
    clip-path: inset(0 0 0 0 round 0);
  }
}

@keyframes welcome-return {
  0% {
    opacity: 0;
    translate: 0 -18px;
    clip-path: inset(0 0 8% 0 round 18px);
  }

  60% {
    opacity: 1;
    translate: 0 2px;
    clip-path: inset(0 0 0 0 round 4px);
  }

  100% {
    opacity: 1;
    translate: 0 0;
    clip-path: inset(0 0 0 0 round 0);
  }
}


/* Element Capture requires a stable target tree. Disable only the page
   transition compositor/clipping state while the preview viewport is being
   restricted to the shared-tab video track. */
html._sxc0iuxb571ry1s8y ._sxc09hx1ok15dpupq._sxc0omqiis0hvd4ml {
  animation: none !important;
  translate: none !important;
  clip-path: none !important;
}


/* Full-screen project / WebSocket loading guard */
._sxc1y5rb4p073smnh {
  position: fixed;
  inset: 0;
  z-index: 2147483646;
  display: grid;
  place-items: center;
  padding: 24px;
  overflow: hidden;
  background: color-mix(in srgb, var(--bg) 86%, transparent);
  -webkit-backdrop-filter: blur(12px) saturate(115%);
  backdrop-filter: blur(12px) saturate(115%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity .34s cubic-bezier(.22, 1, .36, 1),
    visibility 0s linear .34s;
}

html._sxc00qgamn0sakjrh,
html._sxc00qgamn0sakjrh body {
  overflow: hidden;
}

html._sxc00qgamn0sakjrh ._sxc1y5rb4p073smnh {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

._sxc0j3ghss06yn6hs {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    min-width: min(280px, calc(100vw - 48px));
    padding: 28px 34px;
    color: var(--text);
    transform: translateY(8px) scale(.985);
    transition: transform .38s cubic-bezier(.22, 1, .36, 1);
}

html._sxc00qgamn0sakjrh ._sxc0j3ghss06yn6hs {
  transform: translateY(0) scale(1);
}

._sxc0j3ghss06yn6hs ._sxc0ccsh4s0ghunhb {
  opacity: 0;
  transform: scale(.985);
  transition: opacity .22s ease, transform .38s cubic-bezier(.22, 1, .36, 1);
}

html._sxc00qgamn0sakjrh ._sxc0j3ghss06yn6hs ._sxc0ccsh4s0ghunhb {
  opacity: 1;
  transform: scale(1);
}

._sxc0d6np7i1m3cfgz {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid color-mix(in srgb, var(--text) 14%, transparent);
}

._sxc0d6np7i1m3cfgz::before,
._sxc0d6np7i1m3cfgz::after {
  content: "";
  position: absolute;
  border-radius: inherit;
}

._sxc0d6np7i1m3cfgz::before {
  inset: -2px;
  border: 2px solid transparent;
  border-top-color: var(--accent, #67a7ff);
  border-right-color: color-mix(in srgb, var(--accent, #67a7ff) 44%, transparent);
  animation: portalLoadingSpin 1.05s linear infinite;
}

._sxc0d6np7i1m3cfgz::after {
  inset: 12px;
  background: var(--accent, #67a7ff);
  opacity: .20;
  animation: portalLoadingPulse 1.4s ease-in-out infinite;
}

/* Keep the loader symbol fixed at the exact screen center. The copy is
   absolutely positioned below it so revealing the text never shifts the SVG. */
._sxc189t72r148gng1 {
  position: absolute;
  top: calc(100% - 10px);
  left: 50%;
  width: min(340px, calc(100vw - 48px));
  transform: translateX(-50%);
  text-align: center;
  pointer-events: none;
}

/* During login handoff, the loader first receives only the animated SVG.
   Its status copy is revealed only after SIXNOX has fully disappeared. */
._sxc0nz4ft00fsbnvo,
._sxc1rjmb7t1fn0237 {
  transition: opacity .34s ease, transform .42s cubic-bezier(.22, 1, .36, 1);
}

html._sxc1kj14zw1qh9rn3 ._sxc0nz4ft00fsbnvo,
html._sxc1kj14zw1qh9rn3 ._sxc1rjmb7t1fn0237 {
  opacity: 0;
  transform: translateY(8px);
}

html._sxc1kj14zw1qh9rn3._sxc00qgamn0sakjrh ._sxc0j3ghss06yn6hs ._sxc0ccsh4s0ghunhb {
  opacity: 0;
}

html._sxc1kj14zw1qh9rn3._sxc1atauht0y4756t._sxc00qgamn0sakjrh ._sxc0j3ghss06yn6hs ._sxc0ccsh4s0ghunhb {
  opacity: 1;
}

._sxc0nz4ft00fsbnvo {
  max-width: 320px;
  text-align: center;
  color: var(--text);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .01em;
}

._sxc1rjmb7t1fn0237 {
  margin-top: 10px;
  color: var(--muted);
  font-size: 12px;
  text-align: center;
}

@keyframes portalLoadingSpin {
  to { transform: rotate(360deg); }
}

@keyframes portalLoadingPulse {
  0%, 100% { transform: scale(.72); opacity: .10; }
  50% { transform: scale(1); opacity: .26; }
}

@media (prefers-reduced-motion: reduce) {
  ._sxc1y5rb4p073smnh,
  ._sxc0j3ghss06yn6hs {
    transition-duration: .01ms;
  }
  ._sxc0d6np7i1m3cfgz::before,
  ._sxc0d6np7i1m3cfgz::after {
    animation-duration: 2.4s;
  }
}



._sxc0ccsh4s0ghunhb {
  display: block;
  width: var(--portal-logo-size, clamp(96px, 8vw, 138px));
  height: auto;
  --ac-spin-duration: 1.92s;
  --ac-spin-easing: cubic-bezier(.22, .72, .24, 1);
  max-width: none;
}

/* The global loader supplies adaptive defaults. A user-defined
   --sixnox-logo-color / --sixnox-logo-cut-color still overrides them. */
._sxc0j3ghss06yn6hs ._sxc0ccsh4s0ghunhb {
  --sixnox-logo-auto-color: var(--text);
  --sixnox-logo-auto-cut-color: var(--bg);
}

._sxc0ccsh4s0ghunhb._sxc0ldxiuw10rerx6:hover ._sxc0z91sip03p2tog,
._sxc0ccsh4s0ghunhb._sxc0y515pf1asu70m ._sxc0z91sip03p2tog {
  animation:
    ac-orbit-once
    var(--ac-spin-duration)
    var(--ac-spin-easing)
    1
    both;
}

@keyframes ac-orbit-once {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}


._sxc0ccsh4s0ghunhb._sxc0qk4p101wr4ubm ._sxc0z91sip03p2tog {
  animation: none !important;
  transform: none !important;
}

._sxc0ccsh4s0ghunhb._sxc0qk4p101wr4ubm ._sxc0evsca402l7px5 {
  stroke-dasharray: 720 2600;
  stroke-dashoffset: 0;
  animation: sixnox-outer-loading 1.92s linear infinite !important;
  will-change: stroke-dashoffset;
}

@keyframes sixnox-outer-loading {
  to { stroke-dashoffset: 3320; }
}

@keyframes ac-orbit-loop {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

._sxc0pylcyf0i2y4yw ._sxc0i64j9a0hj967b {
    grid-template-columns: 55px 55px minmax(100px, 1fr);
    display: grid;
    align-items: end;
}