@charset "UTF-8";

@font-face {
  font-family: "GlobalUI";
  src: url("../fonts/outfit/Outfit-Light.woff2?v=1.1") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GlobalUI";
  src: url("../fonts/outfit/Outfit-Bold.woff2?v=1.1") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans 3";
  src: url("../fonts/SourceSans3-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root{

  --font-ui: "GlobalUI", system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;

  --wa-editor-font: "Source Sans 3", system-ui, -apple-system, "Segoe UI",
    Roboto, "Noto Sans", "Noto Sans Symbols", "Noto Sans Math",
    "Segoe UI Symbol", "Apple Color Emoji", "Noto Color Emoji",
    sans-serif;
}

body {
  margin: 0;
  font-family: var(--font-ui);
  background: #fff;
  color: #222;
}
.card { background:#fff; border:1px solid #e6e6e6; border-radius:4px; overflow:visible; box-shadow:0 1px 0 rgba(0,0,0,.02); display:flex; flex-direction:column; }

.btn {
  display:inline-block;
  padding:8px 12px;
  border-radius:10px;
  text-decoration:none;
  font-size:14px;
  border:1px solid #ddd;
  background:#fff;
  color:#111;
  cursor:pointer;
  font-family: var(--font-ui);
}

.btn:hover { background:#f2f2f2; }
.btn-primary { background:#111; color:#fff; border-color:#111; }
.btn-primary:hover { background:#000; }
.row { display:flex; align-items:center; justify-content:space-between; gap:10px; flex-wrap:wrap; }
[hidden] { display: none !important; }

.card {
  transition: border-color .15s ease, box-shadow .15s ease;
}

.wa-fancy-panel{
  overflow: hidden;
  border-radius: 12px;
}

.wa-fancy-editor{
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 12px 14px;
  min-height: 160px;
  background: #fff;
  border: 1px solid #dfe3e7;
  border-radius: 10px;
  font-size: 15px;
  line-height: 1.5;
  color: #222;
  white-space: pre-wrap;
  word-break: break-word;
  outline: none;
}

.wa-fancy-editor:focus{
  border-color: #c7d3e2;
  box-shadow: 0 0 0 3px rgba(44, 98, 180, .12);
}

.wa-fancy-editor:empty::before{
  content: attr(data-placeholder);
  color: #a3a9b3;
  font-style: normal !important;
  font-weight: 400 !important;
  pointer-events: none;
}

.wa-fancy-panel .wa-msgbar{ margin-bottom: 6px; }

.card {
  margin-bottom: 20px;
}

.wa-fancy-panel .wa-fancy-editor{
  position: relative;
  min-height: 200px;
  max-height: 600px;
  overflow: auto;
  overscroll-behavior: auto;
  scrollbar-gutter: stable both-edges;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.wa-fancy-panel .wa-fancy-editor::-webkit-scrollbar{
  width: 6px;
}
.wa-fancy-panel .wa-fancy-editor::-webkit-scrollbar-track{
  background: transparent;
}
.wa-fancy-panel .wa-fancy-editor::-webkit-scrollbar-thumb{
  background: rgba(0,0,0,.25);
  border-radius: 4px;
}
.wa-fancy-panel .wa-fancy-editor::-webkit-scrollbar-thumb:hover{
  background: rgba(0,0,0,.35);
}

.wa-emoji-popup {
  position: fixed;
  z-index: 1200;
  inset: auto auto 20px 20px;
  width: 420px;
  max-width: 420px;
  max-height: 420px;
  display: none;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 18px 48px rgba(0,0,0,.18), 0 4px 18px rgba(0,0,0,.08);
  overflow: hidden;
  font-family: var(--font-ui);
  font-size: 14px;
  line-height: 1.25;
}
.wa-emoji-popup.open {
  display: grid;
  grid-template-rows: auto auto 1fr;
}

@media (max-width: 720px){
  .wa-emoji-popup{
    width: auto;
    max-width: calc(100vw - 24px);
  }
}
@media (max-width: 520px){
  .wa-emoji-popup{
    inset: auto 8px 8px 8px;
  }
  .wa-emoji-grid .row{
    grid-template-columns: repeat(7, 1fr);
  }
}
@media (max-width: 380px){
  .wa-emoji-grid .row{
    grid-template-columns: repeat(6, 1fr);
  }
}

.wa-emoji-head { display: flex; gap: 8px; align-items: center; padding: 8px; border-bottom: 1px solid #eef0f4; }
.wa-emoji-search { flex: 1; height: 32px; padding: 0 10px; border: 1px solid #e5e7eb; border-radius: 8px; }
.wa-emoji-tone { display: inline-flex; gap: 4px; }
.wa-emoji-tone button { height: 28px; min-width: 28px; border: 1px solid #e5e7eb; border-radius: 6px; background: #fff; cursor: pointer; user-select: none; }
.wa-emoji-tone button.active { outline: 2px solid #3b82f6; outline-offset: 1px; }

.wa-emoji-tabs { display: flex; align-items: center; gap: 8px; padding: 4px 10px; border-bottom: 0; background: rgba(0,0,0,.06); }
.wa-emoji-tabs-left,
.wa-emoji-tabs-right { width: 40px; height: 40px; border: 0; border-radius: 0; background: transparent; background-repeat: no-repeat; background-position: center; background-size: 26px 26px; cursor: pointer; flex: 0 0 auto; }
.wa-emoji-tabs-left { background-image: url("/expose/z_index/scroll-left.png"); }
.wa-emoji-tabs-right { background-image: url("/expose/z_index/scroll-right.png"); }
.wa-emoji-tabs-left:hover,
.wa-emoji-tabs-right:hover { transform: translateY(-2px); }
.wa-emoji-tabs-inner { display: flex; gap: 8px; flex: 1 1 auto; min-width: 0; overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; scrollbar-width: none; -ms-overflow-style: none; }
.wa-emoji-tabs-inner::-webkit-scrollbar { width: 0; height: 0; display: none; }
.wa-emoji-tab { height: 40px; min-width: 52px; border: 0; border-radius: 10px; background: #f0f0f0; cursor: pointer; }
.wa-emoji-tab:hover { transform: translateY(-2px); }
.wa-emoji-tab.active { background: #e9eefc; }

.wa-emoji-grid { padding: 6px; overflow: auto; -webkit-overflow-scrolling: touch; overscroll-behavior: contain; }
.wa-emoji-grid::-webkit-scrollbar { width: 8px; height: 8px; }
.wa-emoji-grid { scrollbar-width: thin; }
.wa-emoji-grid .row { display: grid; grid-template-columns: repeat(8, 1fr); gap: 6px; }
.wa-emoji-item {
  font-size: 22px; line-height: 1; display: grid; place-items: center;
  height: 36px; border-radius: 8px; cursor: pointer; user-select: none;
}
.wa-emoji-item:hover { background: #f3f4f6; }
.wa-emoji-foot { display: flex; justify-content: space-between; align-items: center; padding: 6px 8px; border-top: 1px solid #eef0f4; font-size: 12px; color: #555; }
.wa-emoji-close { border: 0; background: transparent; cursor: pointer; padding: 4px 6px; border-radius: 6px; }
.wa-emoji-close:hover { background: #f3f4f6; }

.wa-fancy-panel{
  margin-top:10px;
  padding:12px;
  border:1px solid #e5e7eb;
  border-radius:10px;
  background:#fafafa;
}

.wa-fancy-toolbar{
  display:flex;
  align-items:center;
  gap:6px;
  flex-wrap:wrap;
  margin-bottom:8px;
}

.wa-fancy-toolbar button{
  appearance:none;
  border:1px solid #d1d5db;
  background:#fff;
  padding:4px 8px;
  border-radius:6px;
  cursor:pointer;
  user-select:none;
}

.wa-fancy-toolbar button.is-active{
  border-color:#111827;
  background:#f3f4f6;
}

.wa-fancy-toolbar .sep{
  width:1px;
  height:20px;
  background:#e5e7eb;
  margin:0 2px;
}

.wa-fancy-toolbar select.wa-font-style{

  appearance: none;
  -webkit-appearance: none;

  height: 28px;
  line-height: 28px;
  font-size: 12px;

  border: 1px solid #d1d5db;
  background: #fff;

  padding: 0 26px 0 10px;
  border-radius: 8px;

  width: auto;
  max-width: 220px;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%236b7280' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 9px center;
  background-size: 10px 6px;
}

#wa-public-panel.wa-font-custom select.wa-font-style{
  display:none !important;
}

#wa-public-panel .wa-font-wrap{
  position: relative;
  display: inline-flex;
  align-items: center;
}

#wa-public-panel .wa-font-btn{
  appearance: none;
  -webkit-appearance: none;

  height: 28px;
  line-height: 28px;
  font-size: 12px;

  border: 1px solid #d1d5db;
  background: #fff;

  padding: 0 26px 0 10px;
  border-radius: 8px;

  cursor: pointer;
  user-select: none;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%236b7280' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 9px center;
  background-size: 10px 6px;

  max-width: 240px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#wa-public-panel .wa-font-btn:focus{
  outline: 2px solid rgba(0,0,0,.18);
  outline-offset: 2px;
}

#wa-public-panel .wa-font-pop{
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  z-index: 2000;

  min-width: max(170px, 100%);
  max-width: min(92vw, 360px);
  max-height: 240px;
  overflow: auto;

  padding: 6px;
  border-radius: 10px;

  background: #fff;
  border: 1px solid rgba(0,0,0,.15);
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
}

#wa-public-panel .wa-font-item{
  width: 100%;
  text-align: left;

  height: 32px;
  padding: 0 10px;

  border: 0;
  border-radius: 8px;

  background: transparent;
  cursor: pointer;

  font: 600 12px/32px var(--font-ui, system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#wa-public-panel .wa-font-sep{
  height: 1px;
  background: rgba(0,0,0,.12);
  margin: 6px 6px;
}

#wa-public-panel .wa-font-item:hover{
  background: rgba(0,0,0,.06);
}

#wa-public-panel .wa-font-item[aria-selected="true"]{
  background: #111;
  color: #fff;
}
.wa-fancy-label{ display:block; font-weight:600; margin:6px 0 4px; }

.wa-fancy-editor{
  width:100%;
  min-height:120px;
  padding:10px;
  border:1px solid #e5e7eb;
  border-radius:8px;
  background:#fff;
  line-height:1.4;
  outline:none;
  white-space:pre-wrap;
  word-break:break-word;
  touch-action: manipulation;

  font-family: var(--wa-editor-font);
  font-size:19px;
  line-height:1.60;
}

.wa-fancy-editor:empty:before{
  content: attr(data-placeholder);
  color:#9ca3af;
  font-style: normal;
}

.wa-fancy-editor.is-empty::before{
  content: attr(data-placeholder);
  color: #9aa2b1;
  pointer-events: none;
  font-style: normal;
}

.wa-fancy-editor b,
.wa-fancy-editor [data-mark="bold"]{ font-weight:700; }

.wa-fancy-editor i,
.wa-fancy-editor [data-mark="normal"]{ font-style:normal; }

.wa-fancy-editor s,
.wa-fancy-editor [data-mark="strike"]{ text-decoration:line-through; }

.wa-fancy-editor code,
.wa-fancy-editor [data-mark="mono"]{
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace !important;
  background:#ffffff;
  border:1px solid #eee;
  border-radius:4px;
  padding:0 .15em;
}

.wa-fancy-editor .wa-li{ display:block; }
.wa-fancy-editor .wa-li::before{ content: attr(data-bullet) " "; color:#6b7280; }
.wa-fancy-editor .wa-ol{ counter-reset: wa-ol; }
.wa-fancy-editor .wa-ol .wa-li{ counter-increment: wa-ol; }
.wa-fancy-editor .wa-ol .wa-li::before{ content: counter(wa-ol) ". "; color:#6b7280; }

.wa-fancy-editor blockquote{
  border-left:3px solid #d1d5db;
  margin:6px 0;
  padding:4px 8px;
  color:#374151;
  background:#ffffff;
  border-radius:4px;
}

.wa-fancy-check{ display:flex; align-items:center; gap:8px; margin-top:8px; }

.wa-fancy-actions{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px;
  margin-top:10px;
}

.wa-fancy-actions .wa-fancy-copy{
  position:relative;
}

.wa-fancy-actions .wa-send-count{
  flex: 0 0 100%;
  display:block;
  text-align:right;
  margin-top:6px;
}

.wa-fancy-actions .wa-fancy-copy.wa-copied::after{
  content:"✓";
  position:absolute;
  right:6px;
  top:4px;
  font-size:12px;
  line-height:1;
}

.wa-fancy-actions .wa-actions-sep{
  width:1px;
  height:20px;
  background: rgba(0,0,0,.15);
  margin:0 6px;
  display:inline-block;
}

.wa-fancy-actions .wa-fancy-lib{
  margin-left:auto;
}

.wa-fancy-status{ font-size:12px; color:#6b7280; }

.wa-font-flag{
  display:inline-block;
  padding:0 .25em;
  border:1px dashed #e5e7eb;
  border-radius:4px;
  margin-left:6px;
  font-size:.9em;
  color:#6b7280;
}

.wa-fancy-toolbar button,
.wa-fancy-toolbar select{
  margin-right: 6px;
}

#wa-public-panel .wa-fancy-toolbar.wa-tb{
  display:grid;
  row-gap: 10px;
  margin-bottom: 8px;
}

#wa-public-panel .wa-fancy-toolbar.wa-tb .wa-tb-row{
  display:grid;
  grid-template-columns: max-content 1fr;
  column-gap: 12px;
  align-items: center;
}

#wa-public-panel .wa-fancy-toolbar.wa-tb .wa-tb-label{
  font-weight: 600;
  opacity: .9;
  white-space: nowrap;
}

#wa-public-panel .wa-fancy-toolbar.wa-tb .wa-tb-ctrl{
  display:flex;
  align-items:center;
  gap: 6px;
  flex-wrap: wrap;
}

#wa-public-panel .wa-fancy-toolbar.wa-tb .wa-tb-ctrl button,
#wa-public-panel .wa-fancy-toolbar.wa-tb .wa-tb-ctrl select{
  margin: 0 !important;
}

#wa-public-panel .wa-row-symbol .wa-msgbar{
  margin: 0 !important;
  gap: .75rem;
}

#wa-public-panel .wa-row-symbol .wa-msgbar .wa-emoji-btn{
  margin-left: 0 !important;
}

#wa-public-panel .wa-fancy-toolbar .wa-tb-table{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-left: 8px;
}

#wa-public-panel .wa-fancy-toolbar .wa-tb-table td{
  vertical-align: middle;
  text-align: left;
  padding: 0;
  height: 40px;
}

#wa-public-panel .wa-fancy-toolbar .wa-tb-table .wa-tb-label{
  width: 90px;
  height: 40px;
  white-space: nowrap;
  padding-right: 12px;
  font-weight: 600;
  opacity: .9;
}

#wa-public-panel .wa-fancy-toolbar .wa-tb-table .wa-tb-ctrl{
  width: 100%;
}

#wa-public-panel .wa-fancy-toolbar .wa-tb-table .wa-tb-ctrl *{
  text-align: left;
}

 :root{
    --left-color:  #fff;
    --right-color: #819FA2;
  }
  @font-face{
    font-family: "MinionRS";
    src: url("/expose/fonts/outfit/Outfit-Light.woff2?v=1.1") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }

  * { box-sizing: border-box; }
  html, body { height: auto; margin: 0; }
body {
  font-family: var(--font-ui);
  font-size: 15px;
  line-height: 1.5;
  color:#111;
  background:#fff;
}

a[x-apple-data-detectors],
a[x-apple-data-detectors] *{
  color: inherit !important;
  -webkit-text-fill-color: inherit !important;
  text-decoration: none !important;
}

.split {
    display: grid;
    grid-template-columns: 1fr;
    height: auto;
    min-height: 100vh;
  }

  .panel {
    position: relative;
    overflow: visible;
    -webkit-overflow-scrolling: auto;
    overscroll-behavior: auto;
    background: #fff;
  }

  .white-head{
    position: relative;
    height: 50vh;
    background: #fff;
  }

  .word {
    position: absolute;
    left: 50%;
    bottom: 2vh;
    transform: translateX(-50%);
    width: 100%;
    pointer-events: none;
    z-index: 2;
  }
  .word img { width: 90%; height: auto; display: block; }
  .word .img-left  { margin-left: auto; margin-right: 0; }
  .word .img-right { margin-left: 0; margin-right: auto; }

  .minion-topnote{
    position: absolute;
    top: 30px;
    right: 25px;
    max-width: 46%;
    font-family: "MinionRS", "Minion", serif;
    font-weight: 400;
    line-height: 1.25;
    font-kerning: normal;
    font-variant-ligatures: common-ligatures;
    text-align: right;
    color: #111;
    pointer-events: none;
    z-index: 3;
  }

  .color-body{
    position: relative;
    background: var(--left-color);
    padding: 24px;
    min-height: 60vh;
    z-index: 1;
  }
  .color-body.right { background: var(--right-color); }

  .color-body,
  .color-body * {
    font-family: "MinionRS", "Minion", serif;
    font-weight: 400;
    font-kerning: normal;
    font-variant-ligatures: common-ligatures;
  }

  .color-body .title {
    font-weight: 600;
    letter-spacing: 0.01em;
  }

  .color-body { color: #2a2a2a; }
  .color-body.right { color: #fff; }

  .color-body a,
  .color-body strong,
  .color-body em,
  .color-body .p,
  .color-body .title { color: inherit; }

  .title{ margin: 0 0 12px; font-size: 18px; font-weight: 700; }
  .demo { height: 140px; border:1px solid #e5e7eb; border-radius:12px; background:rgba(255,255,255,.35); display:grid; place-items:center; margin:10px 0; }
  .p { margin: 0 0 10px; background: rgba(255,255,255,.35); padding:10px 12px; border-radius:10px; }

:root { --topbar-h: 56px; }

body { padding-top: var(--topbar-h) !important; }

.rs-topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: var(--topbar-h);

    background: #fff;
    background-image: url("/expose/z_index/rainbow2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    border-bottom: 0;
    z-index: 1000;
    overflow: hidden;
    transform: translateZ(0);

font: 14px/1.2 var(--font-ui);
  }

.rs-topbar::before,
.rs-topbar::after{
    content: "";
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    pointer-events: none;
    z-index: 0;
    will-change: opacity;
}
.rs-topbar::before{
    background-image: url("/expose/z_index/rainbow1.png");
    opacity: 1;
    animation: topbar-rainbow-one 20s ease-in-out infinite;
}
.rs-topbar::after{
    background-image: url("/expose/z_index/rainbow3.png");
    opacity: 0;
    animation: topbar-rainbow-three 20s ease-in-out infinite;
}
@keyframes topbar-rainbow-one{
    0%   { opacity: 1; }
    25%  { opacity: 0; }
    50%  { opacity: 0; }
    75%  { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes topbar-rainbow-three{
    0%   { opacity: 0; }
    25%  { opacity: 0; }
    50%  { opacity: 1; }
    75%  { opacity: 0; }
    100% { opacity: 0; }
}

.rs-topbar-inner {
    width: 100%;
    margin: 0;
    height: 100%;
    display: flex;
    position: relative;
    z-index: 1;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.rs-brand {
    display: inline-flex; gap: 10px; align-items: baseline;
    font-weight: 400; letter-spacing: .02em; color: #111; text-decoration: none;
}
  .rs-brand small { font-weight: 500; opacity: .7; letter-spacing: .03em; }

.fx-brand { display: inline-flex; }
.rs-actions { display: inline-flex; gap: 10px; align-items: center; }
  .rs-link {
    display: inline-flex; align-items: center; gap: 8px;
    height: 34px; padding: 0 12px; border-radius: 8px; text-decoration: none;
    border: 1px solid #e5e7eb; color: #111; background: #fff;
  }
  .rs-link:hover { background: #f8f9fb; }

  .rs-btn {
    display: inline-flex; align-items: center; gap: 8px;
    height: 34px; padding: 0 14px; border-radius: 8px; border: 0;
    color: #fff; background: #111; cursor: pointer;
  }
  .rs-btn:hover { filter: brightness(1.07); }

  .rs-login { position: relative; }
  .rs-login > summary {
    list-style: none; cursor: pointer; user-select: none; outline: none;
  }
  .rs-login > summary::-webkit-details-marker { display: none; }
  .rs-login > summary .rs-link { border-color: #e5e7eb; }

  .rs-login[open] .rs-panel,
  .rs-login:has(> summary:focus-visible) .rs-panel { display: block; }
  .rs-panel {
    position: absolute; right: 0; top: calc(100% + 8px);
    display: none; width: 280px; padding: 14px; border-radius: 12px;
    background: #fff; box-shadow: 0 10px 30px rgba(0,0,0,.10), 0 2px 10px rgba(0,0,0,.06);
    border: 1px solid #eef0f4;
  }
  .rs-field { display: grid; gap: 6px; margin-bottom: 10px; }
  .rs-field label { font-size: 12px; color: #555; }
  .rs-input {
    height: 36px; border: 1px solid #e5e7eb; border-radius: 8px;
    padding: 0 10px; font: inherit; width: 100%;
  }
  .rs-input:focus { outline: 2px solid #3b82f6; outline-offset: 2px; border-color: #bfdbfe; }

  .rs-row { display: flex; gap: 8px; align-items: center; justify-content: space-between; }

  .rs-muted { font-size: 12px; color: #666; text-decoration: none; }
  .rs-muted:hover { text-decoration: underline; }

.public-info{
    max-width: 720px;
    box-sizing: border-box;

    padding-left: 20px;
    padding-right: 20px;

    margin: 16px auto 8px;
  }

.public-info h2{ margin:0 0 8px 0; font:700 22px/1.2 Arial, Helvetica, sans-serif; }
.public-info p { margin:0 0 2px 0; color:#333; }
.public-info .wa-info-btn{
  border:0;
  background:transparent;
  padding:0 0 0 4px;
  cursor:pointer;
  line-height:1;
  vertical-align:baseline;
}
.public-info .wa-info-btn.wa-info-btn-block{
  display:inline-flex;
  align-items:center;
  padding:2px 0 0 0;
}
.public-info .wa-info-btn:hover{
  transform: translateY(-2px);
}
.public-info .wa-info-btn img{
  height: 2.15em;
  width: auto;
  display:inline-block;
  vertical-align: -2px;
}
.wa-info-panel{
  position:fixed;
  left:0;
  top:0;
  width:0;
  height:0;
  background:#fff;
  border-bottom:1px solid rgba(0,0,0,.10);
  box-shadow:0 12px 30px rgba(0,0,0,.12);
  transform: translateY(-120%);
  transition: transform .28s ease-out, opacity .2s ease-out;
  z-index:1000004;
  display:flex;
  flex-direction:column;
  min-height:0;
  opacity:1;
}
.wa-info-panel.closing{ opacity:0; }
body.wa-info-panel-open{
  overflow:hidden;
}
body.wa-info-panel-open .split{
  filter: blur(4px);
  pointer-events: none;
}
.wa-info-panel.open{ transform: translateY(0); }
.wa-info-panel.closed{ display:none; }
.wa-info-panel > .wa-info-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  padding:10px 12px;
  border-bottom:1px solid rgba(0,0,0,.10);
  background:#f7f7f7;
  font-weight:700;
}
.wa-info-head-title{
  display:inline-flex;
  align-items:center;
  gap:8px;
}
.wa-info-head-title img{
  width:26px;
  height:26px;
  display:block;
}
.wa-info-close{
  border:0;
  background:transparent;
  font-size:16px;
  cursor:pointer;
  width:26px;
  height:26px;
  line-height:26px;
  text-align:center;
  border-radius:6px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  transition: transform 120ms ease;
}
.wa-info-close:hover{
  transform: translateY(-2px);
}
.wa-info-close img{
  width:26px;
  height:26px;
  display:block;
}
.wa-info-body{
  padding:12px;
  overflow-y:auto;
  display:flex;
  flex-direction:column;
  gap:10px;
  overscroll-behavior: contain;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  font-family: "GlobalFont", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
.wa-info-body.is-iframe{
  padding:0;
  gap:0;
}
.wa-info-body .wa-info-frame{
  width:100%;
  height:100%;
  border:0;
  display:block;
}
.wa-info-body .wa-info-frame.is-hidden{
  visibility: hidden;
}
.wa-info-loader{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  background:#ffffff;
  color:#222;
  font-size:14px;
  z-index:2;
}
.wa-info-spinner{
  width:16px;
  height:16px;
  border-radius:999px;
  border:2px solid rgba(0,0,0,0.2);
  border-top-color: rgba(0,0,0,0.75);
  animation: wa-info-spin 0.9s linear infinite;
}
@keyframes wa-info-spin{
  to { transform: rotate(360deg); }
}
.wa-info-body h3{
  margin: 0 0 6px 0;
  font-family: "GlobalFont", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
}
.wa-info-body p{
  margin:0 0 8px 0;
  color:#333;
}

.wa-fancy-public{
  max-width: 720px;
  margin: 12px auto 0;
}

.color-body .wa-fancy-panel,
.color-body .wa-fancy-panel * {
  font-family: var(--font-ui) !important;

}

.color-body .wa-fancy-panel b,
.color-body .wa-fancy-panel strong { font-weight: 700; }

.color-body .wa-fancy-panel i,
.color-body .wa-fancy-panel em { font-style: normal; }

.color-body .wa-fancy-panel .wa-fancy-editor .wa-glyph-guard,
.color-body .wa-fancy-panel .wa-fancy-editor .wa-glyph-guard * {
  font-style: normal !important;
  font-weight: normal !important;
}

.wa-fancy-panel .wa-fancy-editor {
  font-family: var(--wa-editor-font) !important;
  line-height: 1.4;
  white-space: pre-wrap;
}

.color-body .wa-fancy-panel .wa-fancy-editor,
.color-body .wa-fancy-panel .wa-fancy-editor *{
  font-family: var(--wa-editor-font) !important;
}

.wa-fancy-panel button,
.wa-fancy-panel select,
.wa-fancy-panel .wa-fancy-label {
  font-family: inherit !important;
}

.wa-emoji-popup {
  position: fixed;
  z-index: 1200;
  inset: auto auto 20px 20px;
  width: 420px;
  max-width: 420px;
  max-height: 420px;
  display: none;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 18px 48px rgba(0,0,0,.18), 0 4px 18px rgba(0,0,0,.08);
  overflow: hidden;
  font: 14px/1.25 system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;
}
.wa-emoji-popup.open {
  display: grid;
  grid-template-rows: auto auto 1fr;
}

@media (max-width: 720px){
  .wa-emoji-popup{
    width: auto;
    max-width: calc(100vw - 24px);
  }
}
@media (max-width: 520px){
  .wa-emoji-popup{
    inset: auto 8px 8px 8px;
  }
  .wa-emoji-grid .row{
    grid-template-columns: repeat(7, 1fr);
  }
}
@media (max-width: 380px){
  .wa-emoji-grid .row{
    grid-template-columns: repeat(6, 1fr);
  }
}

.wa-emoji-head { display: flex; gap: 8px; align-items: center; padding: 8px; border-bottom: 1px solid #eef0f4; }
.wa-emoji-search { flex: 1; height: 32px; padding: 0 10px; border: 1px solid #e5e7eb; border-radius: 8px; }
.wa-emoji-tone { display: inline-flex; gap: 4px; }
.wa-emoji-tone button { height: 28px; min-width: 28px; border: 1px solid #e5e7eb; border-radius: 6px; background: #fff; cursor: pointer; }
.wa-emoji-tone button.active { outline: 2px solid #3b82f6; outline-offset: 1px; }

.wa-emoji-tabs { display: flex; align-items: center; gap: 8px; padding: 4px 10px; border-bottom: 0; background: rgba(0,0,0,.06); }
.wa-emoji-tabs-left,
.wa-emoji-tabs-right { width: 40px; height: 40px; border: 0; border-radius: 0; background: transparent; background-repeat: no-repeat; background-position: center; background-size: 26px 26px; cursor: pointer; flex: 0 0 auto; }
.wa-emoji-tabs-left { background-image: url("/expose/z_index/scroll-left.png"); }
.wa-emoji-tabs-right { background-image: url("/expose/z_index/scroll-right.png"); }
.wa-emoji-tabs-left:hover,
.wa-emoji-tabs-right:hover { transform: translateY(-2px); }
.wa-emoji-tabs-inner { display: flex; gap: 8px; flex: 1 1 auto; min-width: 0; overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; scrollbar-width: none; -ms-overflow-style: none; }
.wa-emoji-tabs-inner::-webkit-scrollbar { width: 0; height: 0; display: none; }
.wa-emoji-tab { height: 40px; min-width: 52px; border: 0; border-radius: 10px; background: #f0f0f0; cursor: pointer; }
.wa-emoji-tab:hover { transform: translateY(-2px); }
.wa-emoji-tab.active { background: #e9eefc; }

.wa-emoji-grid { padding: 6px; overflow: auto; -webkit-overflow-scrolling: touch; overscroll-behavior: contain; }
.wa-emoji-grid::-webkit-scrollbar { width: 8px; height: 8px; }
.wa-emoji-grid { scrollbar-width: thin; }
.wa-emoji-grid .row { display: grid; grid-template-columns: repeat(8, 1fr); gap: 6px; }
.wa-emoji-item {
  font-size: 22px; line-height: 1; display: grid; place-items: center;
  height: 36px; border-radius: 8px; cursor: pointer; user-select: none;
}
.wa-emoji-item:hover { background: #f3f4f6; }
.wa-emoji-foot { display: flex; justify-content: space-between; align-items: center; padding: 6px 8px; border-top: 1px solid #eef0f4; font-size: 12px; color: #555; }
.wa-emoji-close { border: 0; background: transparent; cursor: pointer; padding: 4px 6px; border-radius: 6px; }
.wa-emoji-close:hover { background: #f3f4f6; }

.wa-fancy-actions{ display:flex; align-items:center; gap:10px; }

.wa-send-count{ margin-left:auto; font-size:8px; opacity:.2; text-align:right; min-width:2ch; }

@media (max-width: 820px) {

  .rs-back[hidden] { display: none !important; }
body.wa-full .rs-actions > *:not(.rs-back):not(#wa-library-btn):not(.rs-login) { display: none !important; }
  body.wa-full .rs-back { display: inline-flex !important; }

  body.wa-full .fx-brand { display: inline-flex !important; }
  body.wa-full .rs-topbar-inner { justify-content: space-between; }

  body.wa-full .rs-topbar {
    background: var(--left-color) !important;
    background-image: url("/expose/z_index/rainbow2.png") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 100% 100% !important;
    border-bottom: 1px solid var(--left-color) !important;
  }

body.wa-full .split { height: 100svh; height: 100dvh; }
  body.wa-full .panel { display: none !important; }
body.wa-full #wa-host{
  display: block !important;

  position: relative !important;
  inset: auto !important;

  height: auto !important;

  z-index: 900;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
}

@media (min-width: 431px) and (max-width: 479px) {

}

@media (orientation: landscape) and (max-width: 767px) {

}

@media (orientation: landscape) and (max-height: 430px) {

}

@media (min-width: 768px) and (max-width: 1023px) {

}

@media (min-width: 1024px) {

}

body.wa-full #wa-host .public-info { display: block !important; }

  body.wa-full #wa-host .color-body {
    background: #fff;
    padding: 12px;
    min-height: auto;
  }
body.wa-full #wa-host .wa-fancy-panel {
  max-width: none;
  margin: 0;
}
#wa-public-panel .wa-row-font{
  display:none;
}
body.wa-full #wa-public-panel .wa-fancy-toolbar .wa-tb-table .wa-row-font .wa-tb-label{
  font-size: 1.8em;
}
}

.wa-msgbar{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:.75rem;
  margin:0;
  width:100%;
}

#wa-public-panel .wa-row-symbol .wa-symbol-slot .wa-msgbar .wa-label{
  display:none !important;
}

.wa-msgbar .wa-emoji-btn{
  margin-left:auto;
}

.wa-fancy-panel .wa-fancy-actions .wa-fancy-copy,
.wa-fancy-panel .wa-fancy-actions .wa-fancy-clear,
.wa-fancy-panel .wa-fancy-actions .wa-fancy-send,
.wa-fancy-panel .wa-fancy-actions .wa-fancy-lib{

  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  width: 50px;
  height: 50px;
  min-width: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.wa-fancy-panel .wa-fancy-actions .wa-fancy-copy:hover,
.wa-fancy-panel .wa-fancy-actions .wa-fancy-clear:hover,
.wa-fancy-panel .wa-fancy-actions .wa-fancy-save:hover,
.wa-fancy-panel .wa-fancy-actions .wa-fancy-send:hover,
.wa-fancy-panel .wa-fancy-actions .wa-fancy-lib:hover{

  background: transparent !important;
  filter: none !important;
  transform: translateY(-2px) !important;
}

.wa-fancy-panel .wa-fancy-actions .wa-fancy-copy img,
.wa-fancy-panel .wa-fancy-actions .wa-fancy-clear img,
.wa-fancy-panel .wa-fancy-actions .wa-fancy-save img,
.wa-fancy-panel .wa-fancy-actions .wa-fancy-send img,
.wa-fancy-panel .wa-fancy-actions .wa-fancy-lib img{

  width: 40px;
  height: 40px;
  display: block;
}

.wa-glyph-card-anchor{
  max-width: 720px;
  margin: 10px auto 0;
}

.wa-collapse-btn{
  width: 30px;
  height: 30px;
  border-radius: 0;
  border: 0;
  background: transparent url("/expose/z_index/collapse.png") center/30px 30px no-repeat;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  line-height: 0;
  color: transparent;
  transition: transform .12s ease;
}
.wa-collapse-btn:active{ transform: translateY(1px); }

@media (min-width:821px){
  .wa-fancy-panel{ overflow:visible !important; }
}

.wa-msgbar .wa-emoji-btn{
  appearance: none;
  -webkit-appearance: none;

  display:inline-flex;
  align-items:center;
  justify-content:center;

  width: 40px;
  height: 40px;
  padding: 0;

  border-radius: 1px;
  border: 0;
  background: transparent;
  box-shadow: none;

  cursor:pointer;
  font-size:25px;
}
.wa-msgbar .wa-emoji-btn:hover{
  background: transparent;
}

  #wa-public-card .card-head{
    display:none !important;
  }

  #wa-public-panel{
    display:block !important;
    height:auto !important;
    max-height:none !important;
    overflow:visible !important;
    opacity:1 !important;
    visibility:visible !important;
  }

.wa-fancy-panel .wa-fancy-editor{
  position: relative;
}

.wa-fancy-panel .wa-empty-overlay{
  position: absolute;
  inset: 0;
  display: none;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 12px 14px;
  box-sizing: border-box;

  color: #a3a9b3;
  font-style: normal;
  pointer-events: auto;
  user-select: none;
  z-index: 30;
}

.wa-fancy-panel .wa-empty-overlay.is-on{
  display: flex;
}

.wa-fancy-panel .wa-editor-wrap{
  position: relative;
}

.wa-fancy-panel .wa-fancy-editor{
  position: relative;
  z-index: 1;
}

.wa-fancy-panel .wa-empty-overlay{
  z-index: 2;
}
