
body.exsen-panel-page, body.exsen-panel-page html{
  margin:0 !important;
  padding:0 !important;
  background:#06172f !important;
}

body.exsen-panel-page{
  background:#06172f !important;
}

body.exsen-panel-page .site,
body.exsen-panel-page .site-content,
body.exsen-panel-page .content-area,
body.exsen-panel-page .site-main,
body.exsen-panel-page .entry-content,
body.exsen-panel-page .page-content,
body.exsen-panel-page .post-content,
body.exsen-panel-page .hentry,
body.exsen-panel-page article,
body.exsen-panel-page .type-page,
body.exsen-panel-page .type-post,
body.exsen-panel-page .elementor,
body.exsen-panel-page .elementor-location-single,
body.exsen-panel-page .elementor-widget-shortcode,
body.exsen-panel-page .elementor-widget-container,
body.exsen-panel-page .elementor-shortcode{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
  box-sizing:border-box;
}

body.exsen-panel-page .entry-title,
body.exsen-panel-page .page-title,
body.exsen-panel-page .post-title{
  display:none !important;
}


:root{
  --dash-bg:#06172f;
  --dash-panel:#0a2345;
  --dash-panel-2:#0d2a53;
  --dash-line:rgba(97,163,255,.17);
  --dash-line-strong:rgba(97,163,255,.28);
  --dash-text:#f6fbff;
  --dash-muted:#8fa8c7;
  --dash-blue:#2b8cff;
  --dash-blue2:#58b6ff;
  --dash-green:#19d68b;
  --dash-red:#ff4e62;
  --dash-gold:#f2b426;
}

.exsen-dash-app{
  position:relative;
  left:50%;
  right:50%;
  margin-left:-50vw;
  margin-right:-50vw;
  width:100vw;
  max-width:100vw;
  min-height:100dvh;
  background:
    radial-gradient(circle at 70% 0%,rgba(43,140,255,.16),transparent 30%),
    radial-gradient(circle at 8% 18%,rgba(12,89,176,.22),transparent 32%),
    linear-gradient(180deg,#061327 0%,#071b38 54%,#051225 100%);
  color:var(--dash-text);
  font-family:Inter,Arial,sans-serif;
  padding:0;
  overflow-x:hidden;
}

.exsen-dash-login{
  max-width:620px;
  margin:9vh auto;
  padding:42px;
  border:1px solid var(--dash-line);
  border-radius:30px;
  background:linear-gradient(155deg,rgba(11,35,72,.94),rgba(5,16,36,.98));
  box-shadow:0 30px 90px rgba(0,0,0,.32);
}

.exsen-logo{
  display:flex;
  align-items:center;
  gap:10px;
  color:#fff;
  background:transparent;
  border:0;
  cursor:pointer;
  text-decoration:none;
}

.exsen-logo strong{
  font-size:34px;
  letter-spacing:-.08em;
  line-height:1;
}

.exsen-logo strong span{color:#2f8cff}
.exsen-logo em{font-style:normal;font-size:26px;font-weight:750;letter-spacing:-.04em;color:#fff}

.exsen-dash-topbar{
  width:100%;
  height:76px;
  display:grid;
  grid-template-columns:260px minmax(0,1fr) auto;
  align-items:center;
  gap:22px;
  padding:0 28px;
  border-bottom:1px solid var(--dash-line);
  background:rgba(4,14,31,.78);
  backdrop-filter:blur(18px);
  position:sticky;
  top:0;
  z-index:20;
}

.exsen-dash-nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
}

.exsen-dash-nav button{
  background:transparent;
  color:#d6e6fb;
  border:1px solid transparent;
  border-radius:12px;
  padding:18px 26px;
  font-weight:800;
  cursor:pointer;
}

.exsen-dash-nav button.is-active,
.exsen-dash-nav button:hover{
  background:linear-gradient(180deg,rgba(43,140,255,.16),rgba(43,140,255,.06));
  border-color:rgba(83,160,255,.22);
  color:#fff;
  box-shadow:0 12px 38px rgba(43,140,255,.18), inset 0 -3px 0 #2b8cff;
}

.exsen-user-area{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:12px;
}

.exsen-balance-chip{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  min-width:168px;
  padding:10px 16px;
  border:1px solid var(--dash-line);
  border-radius:16px;
  background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.03));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
}

.exsen-balance-chip small{
  color:#90abd0;
  font-size:11px;
  font-weight:700;
  letter-spacing:.02em;
  text-transform:uppercase;
}

.exsen-balance-chip strong{
  color:#fff;
  font-size:19px;
  font-weight:900;
  letter-spacing:-.02em;
}

.exsen-icon-btn{
  width:42px;
  height:42px;
  border:0;
  background:transparent;
  color:#fff;
  font-size:21px;
  position:relative;
  cursor:pointer;
}

.exsen-icon-btn b{
  position:absolute;
  right:3px;
  top:0;
  width:18px;
  height:18px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#197dff;
  color:#fff;
  font-size:11px;
}

.exsen-user-menu-wrap{
  position:relative;
}

.exsen-user-chip{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:240px;
  border:1px solid var(--dash-line);
  border-radius:18px;
  padding:10px 14px;
  background:rgba(255,255,255,.04);
  cursor:pointer;
  transition:border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.exsen-user-chip:hover,
.exsen-user-chip[aria-expanded="true"]{
  border-color:rgba(88,182,255,.34);
  box-shadow:0 10px 30px rgba(17,69,133,.24);
  background:rgba(255,255,255,.06);
}

.exsen-avatar,
.face{
  width:42px;
  height:42px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#dce8f8,#8ba7c8);
  color:#102748;
  font-weight:900;
}

.exsen-user-chip small{display:block;color:#d7e5f7;font-weight:700;text-align:left}
.exsen-user-chip strong{display:block;color:var(--dash-gold);font-size:13px;text-align:left}

.exsen-user-menu-toggle{
  appearance:none;
  width:100%;
  border:1px solid var(--dash-line);
}

.exsen-user-dropdown{
  position:absolute;
  top:calc(100% + 12px);
  right:0;
  width:280px;
  padding:14px;
  border:1px solid rgba(88,182,255,.2);
  border-radius:18px;
  background:linear-gradient(180deg,rgba(8,27,57,.98),rgba(5,19,40,.98));
  box-shadow:0 30px 60px rgba(0,0,0,.36);
  z-index:30;
}

.exsen-user-dropdown[hidden]{
  display:none !important;
}

.exsen-user-dropdown-head{
  display:flex;
  align-items:center;
  gap:12px;
  padding:0 2px 12px;
  margin-bottom:10px;
  border-bottom:1px solid var(--dash-line);
}

.exsen-user-dropdown-head strong{
  display:block;
  color:#fff;
  font-size:15px;
}

.exsen-user-dropdown-head small{
  display:block;
  margin-top:3px;
  color:#8fb1d8;
  font-size:12px;
  font-weight:600;
}

.exsen-user-dropdown-item{
  display:flex;
  align-items:center;
  width:100%;
  padding:11px 12px;
  border-radius:12px;
  color:#eaf2ff;
  text-decoration:none;
  font-weight:700;
  transition:background .18s ease,color .18s ease;
}

.exsen-user-dropdown-item:hover{
  background:rgba(43,140,255,.12);
  color:#fff;
}

.exsen-user-dropdown-item.is-logout{
  margin-top:8px;
  color:#ffb4bf;
  border-top:1px solid rgba(255,255,255,.06);
  padding-top:14px;
}

.exsen-dashboard{
  width:100%;
  display:grid;
  grid-template-columns:290px minmax(680px,1fr) 330px;
  gap:20px;
  padding:22px;
  max-width:none;
  margin:0;
}

.exsen-panel-card,
.exsen-metric-card,
.exsen-premium-card{
  border:1px solid var(--dash-line);
  background:linear-gradient(180deg,rgba(12,39,78,.72),rgba(6,22,48,.78));
  border-radius:12px;
  box-shadow:0 18px 54px rgba(0,0,0,.20);
}

.exsen-left-col,
.exsen-right-col,
.exsen-center-col{
  display:grid;
  gap:18px;
  align-content:start;
}

.exsen-panel-card{
  padding:18px;
}

.exsen-card-title{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding-bottom:12px;
  border-bottom:1px solid var(--dash-line);
  margin-bottom:14px;
}

.exsen-card-title h3{
  margin:0;
  font-size:16px;
  text-transform:uppercase;
  letter-spacing:.01em;
}

.exsen-card-title button,
.exsen-card-title a{
  border:0;
  background:transparent;
  color:#6cb2ff;
  font-weight:800;
  cursor:pointer;
  text-decoration:none;
}

.exsen-watchlist{
  padding:18px 18px 20px;
}

.exsen-asset-row{
  display:grid;
  grid-template-columns:44px minmax(0,1fr) 72px;
  gap:14px;
  align-items:center;
  padding:14px 0;
  border-bottom:1px solid rgba(97,163,255,.10);
}

.exsen-asset-row i{
  width:42px;
  height:42px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:transparent;
  background:radial-gradient(circle,#fff2b0,#cc8b17);
  box-shadow:0 8px 22px rgba(242,180,38,.18);
}

.exsen-asset-row:nth-of-type(3) i{background:radial-gradient(circle,#f6fbff,#758aa4)}
.exsen-asset-row:nth-of-type(4) i{background:radial-gradient(circle,#eaf3ff,#5e748e)}
.exsen-asset-row:nth-of-type(5) i{background:radial-gradient(circle,#3e91ff,#0d3b87)}

.exsen-asset-row strong{display:block;font-size:15px}
.exsen-asset-row small,.exsen-asset-row span{color:var(--dash-muted);font-weight:700}
.exsen-asset-row em{display:block;color:#fff;font-style:normal;font-size:20px;margin:3px 0}
.exsen-asset-row b{text-align:right;font-size:16px}
.up{color:var(--dash-green)!important}
.down{color:var(--dash-red)!important}

.exsen-asset-row svg{
  width:90px;
  height:24px;
  display:block;
}

.exsen-asset-row polyline{
  fill:none;
  stroke:var(--dash-green);
  stroke-width:3;
}

.exsen-asset-row .down-chart polyline{stroke:var(--dash-red)}

.exsen-wide-btn,
.exsen-dash-btn,
.quick-btn,
.exsen-premium-card button{
  border:1px solid rgba(82,158,255,.35);
  background:linear-gradient(180deg,rgba(43,140,255,.22),rgba(43,140,255,.08));
  color:#dcecff;
  border-radius:9px;
  padding:12px 14px;
  font-weight:800;
  cursor:pointer;
}

.exsen-wide-btn{
  width:100%;
  margin-top:14px;
}

.exsen-premium-card{
  padding:24px;
  background:linear-gradient(155deg,rgba(12,57,119,.70),rgba(7,25,57,.80));
}

.exsen-premium-card .diamond{
  width:56px;
  height:56px;
  border-radius:14px;
  display:grid;
  place-items:center;
  color:#72bdff;
  font-size:40px;
  background:rgba(43,140,255,.14);
  border:1px solid rgba(92,174,255,.30);
  box-shadow:0 0 38px rgba(43,140,255,.20);
}

.exsen-premium-card h3{font-size:24px;margin:12px 0}
.exsen-premium-card p{color:#c9d9ee;line-height:1.6}
.exsen-premium-card button{width:100%;margin-top:14px}

.exsen-metric-grid{
  display:grid;
  grid-template-columns:1.2fr .8fr .8fr .8fr;
  gap:18px;
}

.exsen-metric-card{
  min-height:132px;
  padding:20px;
  position:relative;
  overflow:hidden;
}

.exsen-metric-card span,
.muted{
  display:block;
  color:#9db1ce;
  font-weight:700;
  margin-bottom:12px;
}

.exsen-metric-card strong{
  display:block;
  font-size:30px;
  letter-spacing:-.03em;
  margin-bottom:8px;
}

.exsen-metric-card em{
  font-style:normal;
  font-weight:800;
}

.mini-line{
  position:absolute;
  right:20px;
  bottom:22px;
  width:130px;
  height:42px;
  background:linear-gradient(135deg,transparent 48%,#2b8cff 50%,transparent 52%);
  filter:drop-shadow(0 0 9px rgba(43,140,255,.5));
}

.mini-bars{
  position:absolute;
  right:20px;
  bottom:20px;
  width:92px;
  height:46px;
  background:repeating-linear-gradient(90deg,rgba(88,182,255,.2) 0 6px,transparent 6px 12px);
  border-bottom:1px solid rgba(88,182,255,.22);
}

.metric-icon{
  position:absolute;
  right:22px;
  bottom:24px;
  width:46px;
  height:46px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#67b9ff;
  background:rgba(43,140,255,.13);
}

.risk-meter{
  height:86px;
  position:relative;
  display:grid;
  place-items:center;
}

.risk-meter i{
  width:146px;
  height:74px;
  border-radius:90px 90px 0 0;
  border:16px solid rgba(242,180,38,.30);
  border-bottom:0;
  position:absolute;
  top:4px;
}

.risk-meter i::before{
  content:"";
  position:absolute;
  inset:-16px;
  border-radius:90px 90px 0 0;
  border:16px solid var(--dash-gold);
  border-bottom:0;
  clip-path:polygon(0 0,67% 0,67% 100%,0 100%);
}

.risk-meter strong{
  margin-top:42px;
  font-size:25px;
}

.risk-meter em{
  color:var(--dash-gold);
  margin-top:-8px;
  font-size:13px;
}

.exsen-chart-card{
  padding:22px;
  min-height:490px;
}

.exsen-chart-head{
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:flex-start;
}

.exsen-chart-head h2{
  margin:0;
  font-size:27px;
}

.exsen-chart-head h2 b{color:var(--dash-gold)}
.exsen-chart-head span{color:#9eb1ce;font-weight:700}
.exsen-chart-head strong{display:block;font-size:32px;margin:10px 0 2px}
.exsen-chart-head small{font-size:14px;color:#b9c9df}

.exsen-chart-actions{
  display:flex;
  gap:8px;
}

.exsen-chart-actions button{
  color:#bcd4f2;
  border:1px solid rgba(97,163,255,.18);
  background:rgba(255,255,255,.035);
  border-radius:8px;
  padding:8px 13px;
  cursor:pointer;
}

.exsen-chart-actions button:first-child{
  border-color:#2b8cff;
  color:#fff;
}

.exsen-chart-stats{
  display:flex;
  justify-content:flex-end;
  gap:34px;
  color:#8fa8c7;
  margin:0 4px 6px;
  font-size:13px;
}

.exsen-chart-stats b{
  display:block;
  color:#dfefff;
  margin-top:4px;
}

.candlestick-chart{
  position:relative;
  height:300px;
  border-radius:8px;
  overflow:hidden;
  background:
    linear-gradient(rgba(101,164,255,.08) 1px,transparent 1px),
    linear-gradient(90deg,rgba(101,164,255,.08) 1px,transparent 1px),
    linear-gradient(180deg,rgba(5,17,38,.10),rgba(5,17,38,.45));
  background-size:100% 50px,90px 100%,100% 100%;
  display:flex;
  align-items:flex-end;
  gap:5px;
  padding:18px 16px 42px;
}

.candlestick-chart::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:43%;
  border-top:2px dotted rgba(25,214,139,.45);
}

.candlestick-chart i{
  width:9px;
  height:var(--h);
  margin-bottom:var(--b);
  border-radius:2px;
  background:var(--dash-green);
  position:relative;
  z-index:2;
}

.candlestick-chart i::before{
  content:"";
  position:absolute;
  left:3px;
  top:-15px;
  bottom:-15px;
  border-left:2px solid currentColor;
  color:inherit;
  opacity:.55;
}

.candlestick-chart i.red{
  background:var(--dash-red);
  color:var(--dash-red);
}

.candlestick-chart i.green{
  background:var(--dash-green);
  color:var(--dash-green);
}

.candlestick-chart svg{
  position:absolute;
  inset:22px 18px 54px;
  width:calc(100% - 36px);
  height:calc(100% - 76px);
  z-index:1;
}

.candlestick-chart polyline{
  fill:none;
  stroke:#1f73ff;
  stroke-width:3;
  opacity:.7;
}

.chart-note{
  color:#8fa8c7;
  display:flex;
  justify-content:space-between;
  margin:14px 0 0;
}

.chart-note span{color:#c4daf7}

.exsen-bottom-grid{
  display:grid;
  grid-template-columns:1.15fr .95fr .8fr .65fr;
  gap:18px;
}

.exsen-list-line{
  display:grid;
  grid-template-columns:42px 1fr auto;
  gap:12px;
  align-items:center;
  padding:12px 0;
  border-bottom:1px solid rgba(97,163,255,.10);
}

.exsen-list-line i{
  width:38px;
  height:38px;
  border-radius:50%;
  background:radial-gradient(circle,#fff2b0,#cc8b17);
}

.exsen-list-line strong{display:block}
.exsen-list-line span{color:var(--dash-green);font-weight:800}
.exsen-list-line b{text-align:right;font-size:14px}
.exsen-list-line small{color:#88a2c4;font-size:12px}

.exsen-advice{
  padding:15px 0;
  border-bottom:1px solid rgba(97,163,255,.10);
  display:grid;
  grid-template-columns:1fr auto;
  gap:6px;
}

.exsen-advice strong{font-size:17px}
.exsen-advice span{
  border-radius:6px;
  padding:4px 10px;
  color:#13d384;
  background:rgba(19,211,132,.13);
  font-weight:900;
}

.exsen-advice span.sell{
  color:#ff4e62;
  background:rgba(255,78,98,.13);
}

.exsen-advice p{margin:0;color:#a9bdd8}
.exsen-advice em{font-style:normal;color:var(--dash-green);font-weight:900}

.support-mini{
  display:flex;
  align-items:center;
  gap:12px;
  margin:12px 0;
  padding:12px;
  border-radius:12px;
  background:rgba(255,255,255,.035);
}

.support-mini strong,
.support-mini small{
  display:block;
}

.support-mini small{color:#a5bad6}

.exsen-dash-btn{
  width:100%;
  color:#fff;
  background:linear-gradient(180deg,#2b8cff,#1765d6);
}

.quick-btn{
  width:100%;
  margin:6px 0;
  text-align:left;
  padding-left:18px;
}

.big-price{
  display:block;
  font-size:31px;
  margin:12px 0;
}

.donut-wrap{
  display:grid;
  grid-template-columns:140px 1fr;
  align-items:center;
  gap:20px;
}

.donut{
  width:122px;
  height:122px;
  border-radius:50%;
  background:conic-gradient(var(--dash-gold) 0 46%,#8291a4 46% 66%,#173e7e 66% 82%,#2b8cff 82% 100%);
  position:relative;
}

.donut::after{
  content:"";
  position:absolute;
  inset:31px;
  border-radius:50%;
  background:#092347;
}

.donut-wrap ul{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:12px;
}

.donut-wrap li{
  display:grid;
  grid-template-columns:18px 1fr auto;
  gap:8px;
  color:#cbdcf4;
}

.donut-wrap li b{
  width:11px;
  height:11px;
  border-radius:50%;
  background:var(--dash-gold);
  margin-top:4px;
}

.donut-wrap li:nth-child(2) b{background:#8291a4}
.donut-wrap li:nth-child(3) b{background:#173e7e}
.donut-wrap li:nth-child(4) b{background:#2b8cff}

.performance div{
  display:flex;
  justify-content:space-between;
  padding:13px 0;
  border-bottom:1px solid rgba(97,163,255,.10);
}

.performance span,
.news-card p{
  color:#b9cce4;
}

.news-card p{
  line-height:1.45;
  border-bottom:1px solid rgba(97,163,255,.10);
  padding-bottom:12px;
}

.news-card p span{
  float:right;
  color:#8fa8c7;
}

.exsen-ticker{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:24px;
  flex-wrap:wrap;
  padding:24px 32px;
  border-top:1px solid var(--dash-line);
  background:rgba(4,14,31,.68);
  color:#c7d9ef;
}

.exsen-ticker b{color:#fff}
.exsen-ticker em{font-style:normal;font-weight:900}

.exsen-panel-tab{
  display:none;
  width:100%;
  max-width:none;
  margin:0;
  padding:24px;
}

.exsen-panel-tab.is-active{
  display:block;
}

.exsen-tab-placeholder{
  padding:30px;
}

.exsen-tab-placeholder h2{
  margin-top:0;
}

.exsen-panel-ajax-form{
  display:grid;
  gap:12px;
  margin-top:18px;
}

.exsen-panel-ajax-form textarea{
  width:100%;
  min-height:160px;
  border-radius:14px;
  border:1px solid var(--dash-line);
  background:rgba(255,255,255,.05);
  color:#fff;
  padding:16px;
  box-sizing:border-box;
}

.exsen-panel-message{
  min-height:22px;
  color:var(--dash-green);
  font-weight:800;
}

@media (max-width:1500px){
  .exsen-dashboard{
    grid-template-columns:260px minmax(620px,1fr) 300px;
  }

  .exsen-metric-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .exsen-bottom-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media (max-width:1180px){
  .exsen-dash-topbar{
    grid-template-columns:1fr;
    height:auto;
    padding:18px;
  }

  .exsen-dash-nav{
    justify-content:flex-start;
    overflow:auto;
    padding-bottom:6px;
  }

  .exsen-user-area{
    justify-content:space-between;
  }

  .exsen-dashboard{
    grid-template-columns:1fr;
  }
}

@media (max-width:760px){
  .exsen-dashboard{
    padding:14px;
  }

  .exsen-metric-grid,
  .exsen-bottom-grid,
  .donut-wrap{
    grid-template-columns:1fr;
  }

  .exsen-chart-head,
  .exsen-chart-stats,
  .chart-note{
    flex-direction:column;
    align-items:flex-start;
  }

  .exsen-chart-actions{
    flex-wrap:wrap;
  }

  .exsen-user-chip{
    min-width:0;
  }
}


@media (max-width: 1320px){
  .exsen-dash-topbar{grid-template-columns:220px minmax(0,1fr) auto; padding:0 18px;}
  .exsen-dash-nav button{padding:16px 18px;}
  .exsen-balance-chip{min-width:150px;}
  .exsen-user-chip{min-width:210px;}
}


/* v0.2.4 real profile pages */
.exsen-user-dropdown-item{
  border:0 !important;
  background:transparent !important;
  text-align:left !important;
  font:inherit !important;
  cursor:pointer !important;
}

.exsen-tab-page{
  max-width:1180px !important;
  margin:0 auto !important;
  padding:30px !important;
}

.exsen-page-head{
  display:flex !important;
  justify-content:space-between !important;
  gap:20px !important;
  align-items:flex-start !important;
  padding-bottom:22px !important;
  margin-bottom:22px !important;
  border-bottom:1px solid var(--dash-line) !important;
}

.exsen-page-head span{
  display:block !important;
  color:#58b6ff !important;
  font-size:12px !important;
  font-weight:900 !important;
  text-transform:uppercase !important;
  letter-spacing:.06em !important;
  margin-bottom:8px !important;
}

.exsen-page-head h2{
  margin:0 0 8px !important;
  font-size:34px !important;
  letter-spacing:-.04em !important;
  color:#fff !important;
}

.exsen-page-head p{
  margin:0 !important;
  color:#a9bdd8 !important;
  line-height:1.6 !important;
}

.exsen-status-pill{
  border-radius:999px !important;
  padding:10px 14px !important;
  background:rgba(25,214,139,.12) !important;
  color:var(--dash-green) !important;
  border:1px solid rgba(25,214,139,.22) !important;
  white-space:nowrap !important;
}

.exsen-info-grid{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:14px !important;
}

.exsen-info-grid div{
  border:1px solid var(--dash-line) !important;
  background:rgba(255,255,255,.035) !important;
  border-radius:16px !important;
  padding:18px !important;
}

.exsen-info-grid small{
  display:block !important;
  color:#8fa8c7 !important;
  font-weight:800 !important;
  margin-bottom:8px !important;
}

.exsen-info-grid strong{
  display:block !important;
  color:#fff !important;
  font-size:22px !important;
}

.exsen-profile-note{
  margin-top:18px !important;
  padding:18px !important;
  border-radius:16px !important;
  background:rgba(43,140,255,.08) !important;
  border:1px solid rgba(43,140,255,.18) !important;
}

.exsen-profile-note strong{
  display:block !important;
  color:#fff !important;
  margin-bottom:7px !important;
}

.exsen-profile-note p{
  margin:0 !important;
  color:#b9cce4 !important;
}

.exsen-profile-form{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:16px !important;
}

.exsen-profile-form label{
  display:grid !important;
  gap:8px !important;
  color:#dcecff !important;
  font-weight:800 !important;
}

.exsen-profile-form input,
.exsen-profile-form select{
  width:100% !important;
  min-height:54px !important;
  border-radius:14px !important;
  border:1px solid var(--dash-line) !important;
  background:rgba(255,255,255,.055) !important;
  color:#fff !important;
  padding:0 16px !important;
  box-sizing:border-box !important;
}

.exsen-profile-form .exsen-dash-btn{
  grid-column:1/-1 !important;
  max-width:280px !important;
}

.exsen-settings-list{
  display:grid !important;
  gap:12px !important;
}

.exsen-settings-list label{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:18px !important;
  padding:16px 18px !important;
  border:1px solid var(--dash-line) !important;
  border-radius:16px !important;
  background:rgba(255,255,255,.035) !important;
  color:#fff !important;
  font-weight:800 !important;
}

.exsen-settings-list input{
  width:22px !important;
  height:22px !important;
  accent-color:#2b8cff !important;
}

.exsen-notification-list{
  display:grid !important;
  gap:12px !important;
}

.exsen-notification-list div{
  padding:17px 18px !important;
  border:1px solid var(--dash-line) !important;
  border-radius:16px !important;
  background:rgba(255,255,255,.035) !important;
}

.exsen-notification-list strong{
  display:block !important;
  color:#fff !important;
  margin-bottom:5px !important;
}

.exsen-notification-list span{
  display:block !important;
  color:#b9cce4 !important;
}

.exsen-notification-list em{
  display:block !important;
  color:#58b6ff !important;
  font-style:normal !important;
  font-weight:800 !important;
  margin-top:8px !important;
}

@media (max-width:760px){
  .exsen-info-grid,
  .exsen-profile-form{
    grid-template-columns:1fr !important;
  }

  .exsen-page-head{
    flex-direction:column !important;
  }
}


/* v0.2.5 simplified topbar */
.exsen-dash-topbar{
  justify-content:space-between !important;
}

.exsen-dash-topbar .exsen-logo{
  margin-right:auto !important;
}

.exsen-user-area{
  margin-left:auto !important;
}


/* v0.2.6 dashboard return button on subpages */
.exsen-tab-page,
.exsen-tab-placeholder{
  position:relative !important;
}

.exsen-panel-return{
  position:absolute !important;
  top:8px !important;
  right:18px !important;
  width:44px !important;
  height:44px !important;
  min-width:44px !important;
  min-height:44px !important;
  padding:0 !important;
  border-radius:999px !important;
  border:1px solid rgba(84,154,255,.30) !important;
  background:linear-gradient(180deg,rgba(19,46,88,.95),rgba(11,31,63,.96)) !important;
  color:transparent !important;
  font-size:0 !important;
  line-height:1 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  cursor:pointer !important;
  overflow:hidden !important;
  transition:transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease !important;
  box-shadow:0 10px 24px rgba(0,0,0,.18) !important;
  z-index:10 !important;
}

.exsen-panel-return::before,
.exsen-panel-return::after{
  content:'' !important;
  position:absolute !important;
  width:16px !important;
  height:2.5px !important;
  border-radius:999px !important;
  background:#ffffff !important;
  left:50% !important;
  top:50% !important;
  margin-left:-8px !important;
  margin-top:-1.25px !important;
}

.exsen-panel-return::before{
  transform:rotate(45deg) !important;
}

.exsen-panel-return::after{
  transform:rotate(-45deg) !important;
}

.exsen-panel-return:hover{
  background:linear-gradient(180deg,rgba(31,91,175,.96),rgba(18,63,126,.98)) !important;
  border-color:rgba(88,182,255,.60) !important;
  transform:translateY(-1px) !important;
}

.exsen-panel-return:focus-visible{
  outline:none !important;
  box-shadow:0 0 0 3px rgba(43,140,255,.22), 0 10px 24px rgba(0,0,0,.18) !important;
}

@media (max-width: 760px){
  .exsen-panel-return{
    top:8px !important;
    right:12px !important;
    width:40px !important;
    height:40px !important;
    min-width:40px !important;
    min-height:40px !important;
  }

  .exsen-panel-return::before,
  .exsen-panel-return::after{
    width:14px !important;
    margin-left:-7px !important;
  }
}

.exsen-profile-form input[readonly]{
  cursor:not-allowed !important;
  opacity:.82 !important;
  background:rgba(255,255,255,.04) !important;
}


/* v0.2.11 dashboard logo click/selection fix */
.exsen-logo-home,
.exsen-dash-topbar .exsen-logo,
.exsen-dash-topbar .exsen-logo:hover,
.exsen-dash-topbar .exsen-logo:focus,
.exsen-dash-topbar .exsen-logo:active{
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  outline:none !important;
  color:#ffffff !important;
  -webkit-tap-highlight-color:transparent !important;
  user-select:none !important;
}

.exsen-logo-home{
  cursor:pointer !important;
  padding:0 !important;
  margin:0 !important;
  border-radius:0 !important;
}

.exsen-logo-home *{
  pointer-events:none !important;
  user-select:none !important;
}

.exsen-logo-home:focus-visible{
  outline:2px solid rgba(88,182,255,.55) !important;
  outline-offset:6px !important;
  border-radius:8px !important;
}

.exsen-logo-home.is-active,
.exsen-logo-home:hover{
  background:transparent !important;
  box-shadow:none !important;
  transform:none !important;
}


/* v0.2.12 settings page polish */
.exsen-settings-list{
  gap:14px !important;
}

.exsen-settings-list label{
  min-height:70px !important;
  padding:18px 20px !important;
  align-items:center !important;
  border-color:rgba(88,166,255,.20) !important;
  background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.025)) !important;
  transition:border-color .18s ease, background .18s ease, transform .18s ease !important;
}

.exsen-settings-list label:hover{
  border-color:rgba(88,182,255,.42) !important;
  background:linear-gradient(180deg,rgba(43,140,255,.10),rgba(255,255,255,.025)) !important;
  transform:translateY(-1px) !important;
}

.exsen-settings-list label span{
  display:grid !important;
  gap:4px !important;
}

.exsen-settings-list label strong{
  display:block !important;
  color:#ffffff !important;
  font-size:15px !important;
  font-weight:900 !important;
  line-height:1.2 !important;
}

.exsen-settings-list label small{
  display:block !important;
  color:#94acd0 !important;
  font-size:13px !important;
  font-weight:700 !important;
  line-height:1.35 !important;
}

.exsen-settings-list input[type="checkbox"]{
  width:24px !important;
  height:24px !important;
  min-width:24px !important;
  border-radius:7px !important;
  margin:0 !important;
  cursor:pointer !important;
}

.exsen-settings-actions{
  margin-top:22px !important;
  display:flex !important;
  align-items:center !important;
  gap:16px !important;
  flex-wrap:wrap !important;
  padding-top:20px !important;
  border-top:1px solid var(--dash-line) !important;
}

.exsen-settings-actions .exsen-dash-btn{
  max-width:240px !important;
  width:240px !important;
}

.exsen-settings-actions p{
  margin:0 !important;
  color:#94acd0 !important;
  font-size:14px !important;
  font-weight:700 !important;
}

@media (max-width:760px){
  .exsen-settings-list label{
    align-items:flex-start !important;
    gap:12px !important;
  }

  .exsen-settings-actions .exsen-dash-btn{
    width:100% !important;
    max-width:none !important;
  }
}


/* v0.2.13 notification bell */
.exsen-notification-wrap{
  position:relative;
}

.exsen-icon-chip{
  width:50px;
  height:50px;
  padding:0;
  border:1px solid var(--dash-line);
  border-radius:16px;
  background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.03));
  color:#edf5ff;
  display:grid;
  place-items:center;
  cursor:pointer;
  position:relative;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
  transition:border-color .2s ease, box-shadow .2s ease, background .2s ease, transform .2s ease;
}

.exsen-icon-chip:hover,
.exsen-icon-chip[aria-expanded="true"]{
  border-color:rgba(88,182,255,.34);
  background:linear-gradient(180deg,rgba(43,140,255,.12),rgba(255,255,255,.03));
  box-shadow:0 12px 34px rgba(12,57,115,.24);
  transform:translateY(-1px);
}

.exsen-icon-chip__icon{
  width:24px;
  height:24px;
  display:flex;
  align-items:center;
  justify-content:center;
  display:block;
}

.exsen-icon-chip__icon svg{
  width:24px;
  height:24px;
  display:block;
}

.exsen-icon-chip__count{
  position:absolute;
  top:-6px;
  right:-6px;
  min-width:20px;
  height:20px;
  padding:0 4px;
  border-radius:999px;
  background:#197dff;
  color:#fff;
  font-size:11px;
  font-weight:900;
  line-height:20px;
  text-align:center;
  box-shadow:0 8px 16px rgba(25,125,255,.28);
}

.exsen-notification-dropdown{
  position:absolute;
  top:calc(100% + 12px);
  right:0;
  width:320px;
  padding:14px;
  border:1px solid rgba(88,182,255,.2);
  border-radius:18px;
  background:linear-gradient(180deg,rgba(8,27,57,.98),rgba(5,19,40,.98));
  box-shadow:0 30px 60px rgba(0,0,0,.36);
  z-index:32;
}

.exsen-notification-dropdown[hidden]{
  display:none !important;
}

.exsen-notification-dropdown-head{
  display:flex;
  flex-direction:column;
  gap:2px;
  padding:0 2px 12px;
  margin-bottom:10px;
  border-bottom:1px solid var(--dash-line);
}

.exsen-notification-dropdown-head strong{
  color:#fff;
  font-size:15px;
}

.exsen-notification-dropdown-head small{
  color:#8fb1d8;
  font-size:12px;
  font-weight:600;
}

.exsen-mini-notification-list{
  display:grid;
  gap:8px;
}

.exsen-mini-notification{
  width:100%;
  text-align:left;
  padding:12px 12px 11px;
  border:1px solid rgba(88,182,255,.10);
  border-radius:14px;
  background:rgba(255,255,255,.03);
  cursor:pointer;
  transition:border-color .18s ease, background .18s ease, transform .18s ease;
}

.exsen-mini-notification:hover{
  border-color:rgba(88,182,255,.26);
  background:rgba(43,140,255,.08);
  transform:translateY(-1px);
}

.exsen-mini-notification strong{
  display:block;
  color:#f3f8ff;
  font-size:13px;
  font-weight:800;
  margin-bottom:4px;
}

.exsen-mini-notification span{
  display:block;
  color:#9bb4d4;
  font-size:12px;
  line-height:1.45;
}

.exsen-mini-notification em{
  display:block;
  margin-top:6px;
  color:#63b4ff;
  font-size:11px;
  font-style:normal;
  font-weight:700;
}

.exsen-mini-notification-link{
  width:100%;
  margin-top:10px;
  padding:12px 14px;
  border:1px solid rgba(88,182,255,.14);
  border-radius:14px;
  background:rgba(43,140,255,.10);
  color:#ffffff;
  font-weight:800;
  cursor:pointer;
  transition:background .18s ease, border-color .18s ease;
}

.exsen-mini-notification-link:hover{
  background:rgba(43,140,255,.18);
  border-color:rgba(88,182,255,.28);
}

@media (max-width: 980px){
  .exsen-notification-dropdown{
    right:auto;
    left:0;
  }
}

.exsen-notification-toggle{display:flex;align-items:center;justify-content:center;}


/* v0.2.15 notification icon final center fix */
.exsen-notification-wrap{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}

.exsen-icon-chip.exsen-notification-toggle{
  width:58px !important;
  height:58px !important;
  min-width:58px !important;
  min-height:58px !important;
  padding:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  place-items:center !important;
  box-sizing:border-box !important;
  line-height:1 !important;
}

.exsen-icon-chip.exsen-notification-toggle .exsen-icon-chip__icon{
  width:26px !important;
  height:26px !important;
  min-width:26px !important;
  min-height:26px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  margin:0 !important;
  padding:0 !important;
  line-height:1 !important;
  transform:translateY(1px) !important;
}

.exsen-icon-chip.exsen-notification-toggle .exsen-icon-chip__icon svg{
  width:26px !important;
  height:26px !important;
  min-width:26px !important;
  min-height:26px !important;
  display:block !important;
  margin:0 !important;
  padding:0 !important;
  overflow:visible !important;
}

.exsen-icon-chip.exsen-notification-toggle .exsen-icon-chip__count{
  top:-7px !important;
  right:-7px !important;
  min-width:21px !important;
  height:21px !important;
  padding:0 5px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  line-height:21px !important;
  font-size:11px !important;
  box-sizing:border-box !important;
}

.exsen-icon-chip.exsen-notification-toggle:hover{
  transform:translateY(-1px) !important;
}

@media (max-width:760px){
  .exsen-icon-chip.exsen-notification-toggle{
    width:52px !important;
    height:52px !important;
    min-width:52px !important;
    min-height:52px !important;
  }

  .exsen-icon-chip.exsen-notification-toggle .exsen-icon-chip__icon,
  .exsen-icon-chip.exsen-notification-toggle .exsen-icon-chip__icon svg{
    width:24px !important;
    height:24px !important;
    min-width:24px !important;
    min-height:24px !important;
  }
}


/* v0.3.0 full trading dashboard redesign */
.exsen-dash-app{background:radial-gradient(circle at 78% -10%,rgba(17,91,170,.18),transparent 28%),radial-gradient(circle at 7% 16%,rgba(10,101,178,.16),transparent 30%),linear-gradient(180deg,#061020 0%,#061b33 48%,#061225 100%) !important;}
.exsen-dash-topbar{height:92px!important;grid-template-columns:1fr auto!important;padding:0 30px!important;background:rgba(3,13,27,.76)!important;border-bottom:1px solid rgba(84,154,255,.16)!important;}
.exsen-user-area{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:14px!important;}
.exsen-wallet-chip{height:58px!important;min-width:170px!important;padding:0 20px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:12px!important;border:1px solid rgba(88,166,255,.40)!important;border-radius:14px!important;background:linear-gradient(180deg,#1878ff,#0b58cc)!important;color:#fff!important;box-shadow:0 14px 34px rgba(25,125,255,.28),inset 0 1px 0 rgba(255,255,255,.22)!important;cursor:pointer!important;}
.exsen-wallet-chip span{width:24px!important;height:24px!important;display:grid!important;place-items:center!important;border:1px solid rgba(255,255,255,.55)!important;border-radius:6px!important;font-size:15px!important;}
.exsen-wallet-chip strong{font-size:15px!important;font-weight:900!important;}
.exsen-balance-chip{height:58px!important;min-width:172px!important;padding:0 18px!important;border-radius:14px!important;}
.exsen-user-chip{height:58px!important;min-width:244px!important;border-radius:18px!important;}
.exsen-icon-chip.exsen-notification-toggle{width:58px!important;height:58px!important;min-width:58px!important;min-height:58px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;font-size:25px!important;}
.exsen-icon-chip__count{top:-7px!important;right:-7px!important;min-width:21px!important;height:21px!important;line-height:21px!important;}

.exsen-trading-dashboard{display:grid!important;grid-template-columns:315px minmax(0,1fr)!important;gap:20px!important;padding:24px 26px 34px!important;max-width:1500px!important;margin:0 auto!important;}
.exsen-trading-watchlist,.exsen-trade-board,.exsen-live-investor-chat{border-radius:20px!important;background:linear-gradient(180deg,rgba(7,31,60,.78),rgba(3,18,37,.88))!important;}
.exsen-trading-watchlist{min-height:860px!important;padding:24px 20px!important;}
.exsen-trading-watchlist .exsen-card-title{padding-bottom:18px!important;margin-bottom:14px!important;}
.exsen-trading-watchlist .exsen-card-title h3{font-size:17px!important;color:#cfdcf0!important;}
.exsen-trading-watchlist .exsen-card-title button{width:34px!important;height:34px!important;display:grid!important;place-items:center!important;border-radius:10px!important;background:rgba(43,140,255,.14)!important;color:#7bbcff!important;font-size:22px!important;}
.exsen-market-row{display:grid!important;grid-template-columns:64px minmax(0,1fr) auto!important;align-items:center!important;gap:16px!important;padding:22px 0!important;border-bottom:1px solid rgba(97,163,255,.10)!important;}
.exsen-market-medal{width:62px!important;height:62px!important;border-radius:50%!important;display:grid!important;place-items:center!important;font-size:25px!important;color:#fff!important;box-shadow:inset 0 0 0 3px rgba(255,255,255,.10),0 10px 30px rgba(0,0,0,.28)!important;}
.exsen-market-row.is-gold .exsen-market-medal{background:radial-gradient(circle at 35% 30%,#fff1a8,#d99c17 58%,#8d5a05)!important;}
.exsen-market-row.is-silver .exsen-market-medal{background:radial-gradient(circle at 35% 30%,#fff,#9ea8b8 56%,#4e5967)!important;}
.exsen-market-row.is-oil .exsen-market-medal{background:radial-gradient(circle at 35% 30%,#a6a6a6,#1d1d1d 58%,#070707)!important;}
.exsen-market-row.is-stock .exsen-market-medal{background:radial-gradient(circle at 35% 30%,#7fd4ff,#0d6da9 60%,#07395c)!important;}
.exsen-market-info strong{display:block!important;color:#fff!important;font-size:17px!important;font-weight:900!important;}
.exsen-market-info small,.exsen-market-info span{color:#b1c3de!important;font-size:14px!important;font-weight:700!important;}
.exsen-market-info em{display:block!important;color:#fff!important;font-style:normal!important;font-size:23px!important;font-weight:900!important;margin-top:7px!important;}
.exsen-market-info svg{width:104px!important;height:26px!important;margin-top:7px!important;}
.exsen-market-info polyline{fill:none!important;stroke:#17df94!important;stroke-width:3!important;}
.exsen-market-info .down-chart polyline{stroke:#ff4e62!important;}
.exsen-market-row b{font-size:16px!important;font-weight:900!important;}
.exsen-market-all{height:54px!important;margin-top:18px!important;border-radius:12px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;padding:0 16px!important;color:#eaf4ff!important;}

.exsen-trade-board{min-height:860px!important;padding:24px!important;}
.exsen-trade-head{display:grid!important;grid-template-columns:auto 1fr auto!important;gap:18px!important;align-items:start!important;}
.exsen-trade-title h2{margin:0!important;color:#ffd11a!important;font-size:27px!important;letter-spacing:-.03em!important;}
.exsen-trade-title h2 b{color:#f6bd25!important;}
.exsen-trade-title span{display:block!important;color:#b9c9e0!important;margin-top:8px!important;font-weight:800!important;}
.exsen-trade-title strong{display:block!important;color:#fff!important;font-size:36px!important;letter-spacing:-.03em!important;margin-top:28px!important;}
.exsen-trade-title strong small{color:#a7b8d1!important;font-size:15px!important;}
.exsen-trade-title em{display:block!important;font-style:normal!important;font-size:16px!important;font-weight:900!important;margin-top:12px!important;}
.exsen-trade-actions{display:flex!important;gap:14px!important;align-items:center!important;}
.exsen-trade-actions button{width:76px!important;height:52px!important;border-radius:10px!important;border:1px solid rgba(255,255,255,.16)!important;color:#fff!important;font-weight:900!important;font-size:16px!important;cursor:pointer!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 12px 28px rgba(0,0,0,.20)!important;}
.exsen-trade-actions .buy{background:linear-gradient(180deg,#1ecb85,#0a9d63)!important;}
.exsen-trade-actions .sell{background:linear-gradient(180deg,#ff5d5d,#c92834)!important;}
.exsen-time-tabs{display:flex!important;justify-content:flex-end!important;gap:12px!important;}
.exsen-time-tabs button{width:60px!important;height:50px!important;border-radius:10px!important;border:1px solid rgba(88,166,255,.18)!important;background:rgba(255,255,255,.035)!important;color:#c4d5ec!important;font-size:16px!important;font-weight:800!important;cursor:pointer!important;}
.exsen-time-tabs button.is-active{color:#fff!important;border-color:#2b8cff!important;box-shadow:inset 0 0 0 1px rgba(43,140,255,.42)!important;}

.exsen-live-chart{position:relative!important;height:540px!important;margin-top:24px!important;overflow:hidden!important;border-radius:14px!important;background:linear-gradient(180deg,rgba(3,18,37,.18),rgba(4,20,43,.42))!important;}
.exsen-chart-grid{position:absolute!important;inset:0!important;background:linear-gradient(rgba(88,166,255,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(88,166,255,.07) 1px,transparent 1px)!important;background-size:100% 75px,100px 100%!important;}
.exsen-live-chart::after{content:""!important;position:absolute!important;left:0!important;right:0!important;top:40%!important;border-top:2px dotted rgba(28,120,255,.85)!important;}
.exsen-price-tag{position:absolute!important;right:0!important;top:calc(40% - 16px)!important;background:#197dff!important;color:#fff!important;padding:7px 10px!important;border-radius:5px 0 0 5px!important;font-weight:900!important;z-index:4!important;}
.exsen-blue-line{position:absolute!important;left:26px!important;right:70px!important;bottom:70px!important;width:calc(100% - 96px)!important;height:315px!important;z-index:2!important;filter:drop-shadow(0 0 8px rgba(25,125,255,.45))!important;}
.exsen-blue-line polyline{fill:none!important;stroke:#137bff!important;stroke-width:4!important;}
.exsen-candles{position:absolute!important;inset:80px 80px 70px 24px!important;z-index:3!important;}
.exsen-candles i{position:absolute!important;left:var(--x)!important;bottom:calc(var(--h) * .4)!important;width:8px!important;height:var(--h)!important;border-radius:2px!important;background:#17d98e!important;}
.exsen-candles i::before{content:""!important;position:absolute!important;left:3px!important;top:-20px!important;bottom:-20px!important;border-left:2px solid currentColor!important;opacity:.7!important;}
.exsen-candles i.green{color:#17d98e!important;background:#17d98e!important;}
.exsen-candles i.red{color:#ff514f!important;background:#ff514f!important;}
.exsen-chart-times{position:absolute!important;left:26px!important;right:70px!important;bottom:20px!important;display:flex!important;justify-content:space-between!important;color:#b8c6d7!important;font-weight:700!important;}
.exsen-session-stats{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:16px!important;margin-top:18px!important;padding:24px 28px!important;border:1px solid rgba(97,163,255,.12)!important;border-radius:16px!important;background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.02))!important;}
.exsen-session-stats span{display:block!important;color:#a9bad1!important;font-size:16px!important;margin-bottom:8px!important;}
.exsen-session-stats strong{display:block!important;color:#fff!important;font-size:24px!important;font-weight:900!important;}

.exsen-live-investor-chat{grid-column:1 / -1!important;padding:24px!important;}
.exsen-live-chat-head{display:flex!important;justify-content:space-between!important;align-items:center!important;border-bottom:1px solid rgba(97,163,255,.12)!important;padding-bottom:16px!important;}
.exsen-live-chat-head>div{display:flex!important;align-items:center!important;gap:18px!important;}
.exsen-live-chat-head h3{margin:0!important;color:#cfdcf0!important;font-size:18px!important;letter-spacing:.02em!important;text-transform:uppercase!important;}
.exsen-live-chat-head span{color:#dcecff!important;font-weight:700!important;}
.exsen-live-chat-head span i{width:11px!important;height:11px!important;display:inline-block!important;border-radius:50%!important;background:#17d98e!important;margin-right:8px!important;}
.exsen-live-chat-head strong{color:#18df93!important;font-size:17px!important;}
.exsen-live-chat-head small{color:#b9c9e0!important;font-weight:700!important;}
.exsen-live-chat-list{margin-top:18px!important;border:1px solid rgba(97,163,255,.10)!important;border-radius:16px!important;overflow:hidden!important;}
.exsen-live-chat-list div{display:grid!important;grid-template-columns:48px 145px 1fr 92px!important;gap:14px!important;align-items:center!important;padding:14px 18px!important;border-bottom:1px solid rgba(97,163,255,.09)!important;}
.exsen-live-chat-list div:last-child{border-bottom:0!important;}
.exsen-live-chat-list b{width:40px!important;height:40px!important;border-radius:50%!important;display:grid!important;place-items:center!important;color:#fff!important;font-weight:900!important;}
.exsen-live-chat-list b.a{background:linear-gradient(180deg,#f2c23d,#b57e05)!important}.exsen-live-chat-list b.m{background:linear-gradient(180deg,#3e9cff,#1767da)!important}.exsen-live-chat-list b.e{background:linear-gradient(180deg,#1ecb85,#0a9d63)!important}.exsen-live-chat-list b.k{background:linear-gradient(180deg,#9d64ff,#6532c5)!important}.exsen-live-chat-list b.s{background:linear-gradient(180deg,#21d3d3,#07858d)!important}
.exsen-live-chat-list strong{font-size:17px!important;color:#fff!important}.exsen-live-chat-list span{color:#e5edf8!important;font-size:17px!important}.exsen-live-chat-list em{color:#a7b8d1!important;font-style:normal!important;text-align:right!important;}
.exsen-live-chat-input{display:grid!important;grid-template-columns:1fr 54px!important;gap:12px!important;align-items:center!important;margin-top:14px!important;padding:10px!important;border:1px solid rgba(97,163,255,.11)!important;border-radius:18px!important;background:rgba(255,255,255,.035)!important;}
.exsen-live-chat-input input{height:50px!important;border:0!important;background:transparent!important;color:#fff!important;padding:0 10px!important;outline:none!important;}
.exsen-live-chat-input button{width:48px!important;height:48px!important;border:0!important;border-radius:14px!important;background:linear-gradient(180deg,#2b8cff,#1765d6)!important;color:#fff!important;font-size:22px!important;cursor:pointer!important;}
.exsen-chat-rule{text-align:center!important;color:#9babc2!important;margin:18px 0 0!important;}

.exsen-floating-support{position:fixed!important;right:32px!important;bottom:32px!important;width:76px!important;height:76px!important;border-radius:50%!important;border:1px solid rgba(115,190,255,.65)!important;background:radial-gradient(circle at 35% 25%,#42a3ff,#0d5ed2 66%,#06346f)!important;color:#fff!important;display:grid!important;place-items:center!important;font-size:34px!important;box-shadow:0 0 0 8px rgba(43,140,255,.12),0 20px 50px rgba(43,140,255,.40)!important;z-index:40!important;cursor:pointer!important;}
.exsen-floating-support b{position:absolute!important;right:-2px!important;top:-2px!important;width:26px!important;height:26px!important;border-radius:50%!important;background:#ff4e62!important;display:grid!important;place-items:center!important;color:#fff!important;font-size:13px!important;font-weight:900!important;}
.exsen-floating-support-panel{position:fixed!important;right:32px!important;bottom:120px!important;width:340px!important;border:1px solid rgba(88,182,255,.24)!important;border-radius:20px!important;background:linear-gradient(180deg,rgba(8,27,57,.98),rgba(5,19,40,.98))!important;box-shadow:0 30px 70px rgba(0,0,0,.38)!important;z-index:41!important;overflow:hidden!important;}
.exsen-floating-support-panel[hidden]{display:none!important;}
.exsen-floating-support-head{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:16px!important;border-bottom:1px solid rgba(97,163,255,.12)!important;}
.exsen-floating-support-head strong{display:block!important;color:#fff!important}.exsen-floating-support-head small{display:block!important;color:#9eb2ce!important;margin-top:3px!important}
.exsen-floating-support-close{width:32px!important;height:32px!important;border-radius:50%!important;border:1px solid rgba(88,182,255,.18)!important;background:rgba(255,255,255,.05)!important;color:#fff!important;cursor:pointer!important;}
.exsen-floating-support-body{padding:16px!important;display:grid!important;gap:10px!important}.exsen-floating-support-body p{margin:0!important;padding:11px 12px!important;border-radius:14px!important;background:rgba(255,255,255,.04)!important;color:#dcecff!important}
.exsen-floating-support-input{display:grid!important;grid-template-columns:1fr auto!important;gap:8px!important;padding:12px!important;border-top:1px solid rgba(97,163,255,.12)!important}.exsen-floating-support-input input{border:1px solid rgba(97,163,255,.12)!important;background:rgba(255,255,255,.04)!important;color:#fff!important;border-radius:12px!important;padding:0 12px!important;height:42px!important}.exsen-floating-support-input button{border:0!important;border-radius:12px!important;background:#197dff!important;color:#fff!important;font-weight:900!important;padding:0 14px!important}

@media(max-width:1100px){.exsen-trading-dashboard{grid-template-columns:1fr!important}.exsen-trading-watchlist{min-height:auto!important}}
@media(max-width:760px){.exsen-dash-topbar{height:auto!important;grid-template-columns:1fr!important;padding:18px!important;gap:16px!important}.exsen-user-area{width:100%!important;flex-wrap:wrap!important;justify-content:flex-start!important}.exsen-wallet-chip,.exsen-balance-chip,.exsen-user-chip{min-width:0!important}.exsen-trading-dashboard{padding:16px!important}.exsen-trade-head{grid-template-columns:1fr!important}.exsen-time-tabs{justify-content:flex-start!important;flex-wrap:wrap!important}.exsen-live-chart{height:420px!important}.exsen-session-stats{grid-template-columns:1fr 1fr!important}.exsen-live-chat-list div{grid-template-columns:42px 1fr!important}.exsen-live-chat-list span,.exsen-live-chat-list em{grid-column:2!important;text-align:left!important}.exsen-floating-support{right:18px!important;bottom:18px!important}.exsen-floating-support-panel{right:14px!important;left:14px!important;bottom:108px!important;width:auto!important}}


/* v0.3.1 alignment polish */
.exsen-dash-app{overflow:visible!important;padding-bottom:110px!important;}
.exsen-dash-topbar{padding:0 28px!important;overflow:visible!important;}
.exsen-user-area{gap:12px!important;align-items:center!important;}
.exsen-notification-wrap,.exsen-user-menu-wrap{position:relative!important;}
.exsen-icon-chip.exsen-notification-toggle{width:56px!important;height:56px!important;border-radius:16px!important;font-size:0!important;}
.exsen-icon-chip.exsen-notification-toggle .exsen-icon-chip__icon{width:24px!important;height:24px!important;transform:none!important;color:#ffcc4d!important;}
.exsen-icon-chip.exsen-notification-toggle .exsen-icon-chip__icon svg{width:24px!important;height:24px!important;display:block!important;}
.exsen-icon-chip.exsen-notification-toggle .exsen-icon-chip__count{top:-6px!important;right:-6px!important;}
.exsen-wallet-chip{gap:10px!important;padding:0 18px!important;}
.exsen-wallet-chip .exsen-wallet-icon{width:22px!important;height:22px!important;display:flex!important;align-items:center!important;justify-content:center!important;border:none!important;}
.exsen-wallet-chip .exsen-wallet-icon svg{width:22px!important;height:22px!important;display:block!important;}
.exsen-balance-chip{display:flex!important;flex-direction:column!important;justify-content:center!important;gap:2px!important;}
.exsen-balance-chip small{font-size:12px!important;line-height:1.15!important;}
.exsen-balance-chip strong{font-size:17px!important;line-height:1.15!important;}
.exsen-user-chip{padding:0 14px!important;gap:12px!important;}
.exsen-user-chip .exsen-avatar{flex:0 0 40px!important;}
.exsen-trade-head{grid-template-columns:minmax(320px,1fr) auto auto!important;align-items:start!important;column-gap:18px!important;row-gap:16px!important;}
.exsen-trade-title{padding-top:2px!important;}
.exsen-trade-actions{justify-self:start!important;align-self:start!important;gap:12px!important;padding-top:0!important;margin-top:0!important;}
.exsen-trade-actions button{display:flex!important;align-items:center!important;justify-content:center!important;min-width:76px!important;}
.exsen-time-tabs{justify-self:end!important;align-self:start!important;}
.exsen-floating-support{right:24px!important;bottom:24px!important;width:74px!important;height:74px!important;display:flex!important;align-items:center!important;justify-content:center!important;}
.exsen-floating-support span{width:32px!important;height:32px!important;display:flex!important;align-items:center!important;justify-content:center!important;line-height:1!important;}
.exsen-floating-support span svg{width:30px!important;height:30px!important;display:block!important;}
.exsen-floating-support b{right:0!important;top:0!important;}
.exsen-floating-support-panel{right:24px!important;bottom:112px!important;width:360px!important;max-width:calc(100vw - 32px)!important;}
.exsen-floating-support-head{padding:16px 16px 14px!important;}
.exsen-floating-support-close{display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;line-height:1!important;font-size:22px!important;}
@media (max-width: 980px){.exsen-trade-head{grid-template-columns:1fr auto!important;}.exsen-time-tabs{grid-column:1 / -1!important;justify-self:start!important;}}
@media (max-width:760px){.exsen-floating-support{right:16px!important;bottom:16px!important;width:68px!important;height:68px!important;}.exsen-floating-support span svg{width:28px!important;height:28px!important;}.exsen-floating-support-panel{right:12px!important;left:12px!important;bottom:96px!important;width:auto!important;}.exsen-trade-head{grid-template-columns:1fr!important;}.exsen-trade-actions,.exsen-time-tabs{justify-self:start!important;}}


/* v0.3.2 premium dashboard polish */
.exsen-dash-app{background:radial-gradient(circle at 18% 12%,rgba(38,106,220,.22),transparent 32%),radial-gradient(circle at 84% 18%,rgba(0,149,255,.11),transparent 28%),linear-gradient(180deg,#041631 0%,#031229 100%)!important;}
.exsen-dash-topbar{position:sticky!important;top:0!important;z-index:35!important;background:rgba(3,18,41,.92)!important;backdrop-filter:blur(12px)!important;border-bottom:1px solid rgba(108,176,255,.14)!important;box-shadow:0 10px 40px rgba(0,0,0,.18)!important;}
.exsen-logo{padding:0!important;background:none!important;box-shadow:none!important;border:none!important;min-height:auto!important;}
.exsen-logo strong{font-size:32px!important;line-height:1!important;letter-spacing:-.03em!important;}
.exsen-logo em{font-size:24px!important;line-height:1.1!important;margin-left:12px!important;}
.exsen-logo-home:hover{transform:none!important;opacity:.96!important;}
.exsen-user-area{margin-left:auto!important;}
.exsen-icon-chip.exsen-notification-toggle{background:linear-gradient(180deg,#0d2a58,#0a2042)!important;border:1px solid rgba(112,177,255,.26)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 12px 28px rgba(0,0,0,.18)!important;}
.exsen-icon-chip.exsen-notification-toggle .exsen-icon-chip__icon{color:#f6f9ff!important;opacity:.96!important;}
.exsen-icon-chip.exsen-notification-toggle .exsen-icon-chip__count{background:linear-gradient(180deg,#3aa8ff,#1366ff)!important;color:#fff!important;box-shadow:0 8px 18px rgba(19,102,255,.45)!important;}
.exsen-wallet-chip{min-width:188px!important;height:56px!important;border-radius:16px!important;background:linear-gradient(180deg,#156fff,#0d55dd)!important;border:1px solid rgba(133,192,255,.34)!important;box-shadow:0 16px 36px rgba(16,90,219,.28)!important;color:#fff!important;transition:transform .2s ease,box-shadow .2s ease!important;}
.exsen-wallet-chip:hover{transform:translateY(-1px)!important;box-shadow:0 18px 40px rgba(16,90,219,.34)!important;}
.exsen-wallet-chip strong{font-size:22px!important;line-height:1!important;display:inline-flex!important;align-items:center!important;gap:6px!important;}
.exsen-wallet-chip .exsen-wallet-icon{opacity:.98!important;}
.exsen-balance-chip,.exsen-user-chip{height:56px!important;border-radius:16px!important;background:linear-gradient(180deg,#0c2246,#091a36)!important;border:1px solid rgba(112,177,255,.2)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 12px 28px rgba(0,0,0,.16)!important;}
.exsen-user-chip:hover{transform:translateY(-1px)!important;box-shadow:0 16px 32px rgba(0,0,0,.22)!important;}
.exsen-notification-dropdown,.exsen-user-dropdown{border:1px solid rgba(112,177,255,.24)!important;border-radius:20px!important;background:linear-gradient(180deg,rgba(7,24,52,.98),rgba(4,16,36,.99))!important;box-shadow:0 24px 70px rgba(0,0,0,.38)!important;}
.exsen-mini-notification,.exsen-user-dropdown-item{transition:background .18s ease,transform .18s ease!important;}
.exsen-mini-notification:hover,.exsen-user-dropdown-item:hover{transform:translateX(2px)!important;}
.exsen-trading-dashboard{display:grid!important;grid-template-columns:300px minmax(0,1fr)!important;grid-template-areas:'watch board' 'chat chat'!important;gap:20px!important;padding:24px!important;}
.exsen-trading-watchlist{grid-area:watch!important;}
.exsen-trade-board{grid-area:board!important;position:relative!important;padding:24px 24px 18px!important;overflow:hidden!important;}
.exsen-live-investor-chat{grid-area:chat!important;}
.exsen-panel-card{background:linear-gradient(180deg,rgba(7,28,58,.94),rgba(5,20,44,.94))!important;border:1px solid rgba(105,173,255,.18)!important;box-shadow:0 18px 50px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.03)!important;}
.exsen-panel-card:before{content:'';position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,.03),transparent 22%);opacity:.75;}
.exsen-card-title{align-items:center!important;margin-bottom:10px!important;}
.exsen-card-title button{width:40px!important;height:40px!important;border-radius:12px!important;border:1px solid rgba(112,177,255,.2)!important;background:linear-gradient(180deg,#123466,#0c2446)!important;color:#89c4ff!important;display:flex!important;align-items:center!important;justify-content:center!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.06)!important;}
.exsen-card-title button svg{width:18px!important;height:18px!important;display:block!important;}
.exsen-market-row{align-items:center!important;padding:18px 0!important;}
.exsen-market-medal{position:relative!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:72px!important;height:72px!important;border-radius:50%!important;flex:0 0 72px!important;box-shadow:inset 0 8px 14px rgba(255,255,255,.16),inset 0 -10px 18px rgba(0,0,0,.26),0 10px 26px rgba(0,0,0,.22)!important;overflow:hidden!important;}
.exsen-market-medal:before,.exsen-market-medal:after{content:'';position:absolute;display:block;}
.exsen-market-row.is-gold .exsen-market-medal{background:radial-gradient(circle at 32% 28%,#ffeaa0 0,#f4c545 42%,#b46a00 100%)!important;}
.exsen-market-row.is-gold .exsen-market-medal:before{width:34px;height:22px;border-radius:5px;background:linear-gradient(180deg,#fff0b3,#e6ae1d);transform:rotate(-26deg) translate(-4px,-1px);box-shadow:0 2px 0 rgba(255,255,255,.3) inset,0 5px 10px rgba(0,0,0,.2);}
.exsen-market-row.is-gold .exsen-market-medal:after{width:34px;height:22px;border-radius:5px;background:linear-gradient(180deg,#f7d25c,#c98a08);transform:rotate(-26deg) translate(12px,12px);box-shadow:0 2px 0 rgba(255,255,255,.24) inset,0 5px 10px rgba(0,0,0,.2);}
.exsen-market-row.is-silver .exsen-market-medal{background:radial-gradient(circle at 32% 28%,#fdfefe 0,#bcc7d4 40%,#5f6f84 100%)!important;}
.exsen-market-row.is-silver .exsen-market-medal:before{width:34px;height:22px;border-radius:5px;background:linear-gradient(180deg,#f7fbff,#c7d2df);transform:rotate(-26deg) translate(-4px,-1px);box-shadow:0 2px 0 rgba(255,255,255,.35) inset,0 5px 10px rgba(0,0,0,.18);}
.exsen-market-row.is-silver .exsen-market-medal:after{width:34px;height:22px;border-radius:5px;background:linear-gradient(180deg,#e7edf3,#9da8b7);transform:rotate(-26deg) translate(12px,12px);box-shadow:0 2px 0 rgba(255,255,255,.28) inset,0 5px 10px rgba(0,0,0,.18);}
.exsen-market-row.is-oil .exsen-market-medal{background:radial-gradient(circle at 36% 26%,#717171 0,#0f1218 58%,#050608 100%)!important;}
.exsen-market-row.is-oil .exsen-market-medal:before{width:24px;height:34px;left:50%;top:50%;transform:translate(-50%,-46%);background:linear-gradient(180deg,#eff3f8,#7e8792);clip-path:path('M12 0 C6 10 2 15 2 22 a10 10 0 0 0 20 0 C22 15 18 10 12 0 Z');}
.exsen-market-row.is-stock .exsen-market-medal{background:radial-gradient(circle at 32% 28%,#8bd8ff 0,#2e9eff 42%,#0a458a 100%)!important;}
.exsen-market-row.is-stock .exsen-market-medal:before{width:28px;height:28px;border-left:4px solid #eef8ff;border-bottom:4px solid #eef8ff;left:18px;bottom:16px;border-radius:2px;}
.exsen-market-row.is-stock .exsen-market-medal:after{width:28px;height:28px;right:16px;top:17px;border-right:4px solid #eef8ff;border-top:4px solid #eef8ff;transform:rotate(45deg);}
.exsen-market-info strong{font-size:15px!important;display:block!important;}
.exsen-market-info span{font-size:12px!important;letter-spacing:.03em!important;}
.exsen-market-info em{font-size:18px!important;margin-top:10px!important;}
.exsen-market-info svg{height:24px!important;margin-top:10px!important;}
.exsen-market-row b{font-size:18px!important;min-width:68px!important;text-align:right!important;}
.exsen-market-all{margin-top:10px!important;height:52px!important;font-size:18px!important;border-radius:14px!important;}
.exsen-trade-head{position:relative!important;z-index:2!important;}
.exsen-trade-title h2{font-size:28px!important;line-height:1.05!important;letter-spacing:-.02em!important;margin-bottom:10px!important;}
.exsen-trade-title span{font-size:16px!important;}
.exsen-trade-title strong{font-size:54px!important;line-height:1!important;margin-top:18px!important;display:block!important;letter-spacing:-.03em!important;}
.exsen-trade-title strong small{font-size:18px!important;margin-left:4px!important;}
.exsen-trade-title em{font-size:17px!important;margin-top:14px!important;display:inline-flex!important;align-items:center!important;gap:6px!important;}
.exsen-trade-actions{padding-top:2px!important;}
.exsen-trade-actions button{height:56px!important;padding:0 28px!important;border-radius:14px!important;font-size:20px!important;font-weight:800!important;letter-spacing:.03em!important;box-shadow:0 16px 28px rgba(0,0,0,.18)!important;}
.exsen-trade-actions .buy{background:linear-gradient(180deg,#34d67f,#16a759)!important;}
.exsen-trade-actions .sell{background:linear-gradient(180deg,#ff6b73,#e03940)!important;}
.exsen-time-tabs{gap:10px!important;}
.exsen-time-tabs button{width:60px!important;height:52px!important;border-radius:14px!important;font-size:18px!important;background:linear-gradient(180deg,#10284e,#0b2142)!important;}
.exsen-time-tabs button.is-active{background:linear-gradient(180deg,#173767,#10284e)!important;box-shadow:inset 0 0 0 2px rgba(80,161,255,.75),0 0 0 1px rgba(16,40,78,.4)!important;}
.exsen-live-chart{margin-top:24px!important;height:520px!important;border-radius:22px!important;background:linear-gradient(180deg,rgba(2,21,47,.72),rgba(3,19,41,.9))!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.03)!important;}
.exsen-price-tag{right:0!important;top:38%!important;border-radius:12px 0 0 12px!important;min-width:112px!important;height:50px!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:16px!important;font-weight:800!important;background:linear-gradient(180deg,#2f83ff,#1f69ef)!important;}
.exsen-session-stats{margin-top:18px!important;gap:14px!important;}
.exsen-session-stats>div{padding:20px 22px!important;min-height:92px!important;border-radius:18px!important;background:linear-gradient(180deg,rgba(11,36,72,.84),rgba(8,27,54,.84))!important;}
.exsen-session-stats span{font-size:15px!important;}
.exsen-session-stats strong{font-size:18px!important;margin-top:10px!important;display:block!important;}
.exsen-live-investor-chat{padding:18px 20px 20px!important;}
.exsen-live-chat-head{align-items:center!important;margin-bottom:18px!important;}
.exsen-live-chat-head h3{font-size:17px!important;letter-spacing:.02em!important;text-transform:uppercase!important;}
.exsen-live-chat-head span{display:inline-flex!important;align-items:center!important;gap:8px!important;font-size:15px!important;}
.exsen-live-chat-head span i{width:9px!important;height:9px!important;border-radius:50%!important;background:#1fea84!important;box-shadow:0 0 0 5px rgba(31,234,132,.12)!important;}
.exsen-live-chat-head strong{display:inline-flex!important;align-items:center!important;gap:8px!important;font-size:18px!important;color:#39ff92!important;}
.exsen-live-chat-head strong svg{width:20px!important;height:20px!important;display:block!important;color:#39ff92!important;}
.exsen-live-chat-list{max-height:320px!important;padding-right:8px!important;}
.exsen-live-chat-list div{padding:14px 8px!important;border-bottom:1px solid rgba(107,170,255,.08)!important;}
.exsen-live-chat-list b{box-shadow:0 10px 20px rgba(0,0,0,.16)!important;}
.exsen-live-chat-input{margin-top:14px!important;display:grid!important;grid-template-columns:1fr 68px!important;gap:12px!important;}
.exsen-live-chat-input input{height:58px!important;border-radius:16px!important;}
.exsen-live-chat-input button{height:58px!important;border-radius:16px!important;background:linear-gradient(180deg,#2f83ff,#156cff)!important;display:flex!important;align-items:center!important;justify-content:center!important;box-shadow:0 14px 26px rgba(20,88,224,.28)!important;}
.exsen-live-chat-input button svg{width:22px!important;height:22px!important;display:block!important;}
.exsen-chat-rule{margin-top:14px!important;text-align:center!important;font-size:14px!important;color:rgba(223,236,255,.68)!important;}
.exsen-floating-support{box-shadow:0 18px 44px rgba(29,102,255,.28)!important;border:1px solid rgba(115,177,255,.28)!important;background:linear-gradient(180deg,#2f83ff,#145dff)!important;}
.exsen-floating-support-panel{border-radius:22px!important;box-shadow:0 28px 80px rgba(0,0,0,.42)!important;}
.exsen-floating-support-head{align-items:center!important;border-bottom:1px solid rgba(104,172,255,.12)!important;background:linear-gradient(180deg,rgba(12,39,78,.85),rgba(8,28,56,.86))!important;}
.exsen-floating-support-head strong{font-size:18px!important;}
.exsen-floating-support-close{width:36px!important;height:36px!important;border-radius:12px!important;background:rgba(17,46,90,.85)!important;border:1px solid rgba(111,178,255,.18)!important;color:#fff!important;}
.exsen-floating-support-body{padding:18px 16px!important;max-height:280px!important;overflow:auto!important;}
.exsen-floating-support-body p{padding:12px 14px!important;border-radius:14px!important;background:rgba(12,39,76,.72)!important;border:1px solid rgba(113,176,255,.1)!important;margin:0 0 10px!important;line-height:1.55!important;}
.exsen-floating-support-input{padding:14px 16px 16px!important;border-top:1px solid rgba(104,172,255,.12)!important;background:rgba(4,17,35,.7)!important;}
.exsen-floating-support-input input{height:50px!important;border-radius:14px!important;}
.exsen-floating-support-input button{height:50px!important;border-radius:14px!important;background:linear-gradient(180deg,#2f83ff,#145dff)!important;box-shadow:0 12px 24px rgba(20,88,224,.24)!important;}
@media (max-width: 1280px){.exsen-trading-dashboard{grid-template-columns:280px minmax(0,1fr)!important;}.exsen-trade-title strong{font-size:48px!important;}}
@media (max-width: 1024px){.exsen-trading-dashboard{grid-template-columns:1fr!important;grid-template-areas:'watch' 'board' 'chat'!important;}.exsen-trade-title strong{font-size:44px!important;}.exsen-live-chart{height:460px!important;}.exsen-user-area{gap:10px!important;}.exsen-wallet-chip strong{font-size:18px!important;}}
@media (max-width: 760px){.exsen-logo strong{font-size:28px!important;}.exsen-logo em{font-size:20px!important;}.exsen-user-area{justify-content:flex-start!important;}.exsen-wallet-chip,.exsen-balance-chip,.exsen-user-chip,.exsen-icon-chip.exsen-notification-toggle{width:auto!important;min-width:0!important;}.exsen-trading-dashboard{padding:14px!important;gap:14px!important;}.exsen-market-medal{width:58px!important;height:58px!important;flex-basis:58px!important;}.exsen-trade-title strong{font-size:38px!important;}.exsen-trade-actions button{min-width:72px!important;height:50px!important;padding:0 22px!important;font-size:18px!important;}.exsen-time-tabs button{width:54px!important;height:46px!important;font-size:16px!important;}.exsen-live-chart{height:400px!important;}.exsen-session-stats{grid-template-columns:1fr 1fr!important;}.exsen-live-chat-input{grid-template-columns:1fr 58px!important;}.exsen-live-chat-input button{height:54px!important;}.exsen-live-chat-input input{height:54px!important;}}


/* v0.3.3 compact premium header + order input */
.exsen-dash-topbar{padding:14px 24px!important;min-height:74px!important;gap:18px!important;align-items:center!important;}
.exsen-logo strong{font-size:28px!important;}
.exsen-logo em{font-size:20px!important;margin-left:10px!important;}
.exsen-user-area{gap:12px!important;align-items:center!important;}
.exsen-icon-chip.exsen-notification-toggle{width:56px!important;height:56px!important;border-radius:16px!important;}
.exsen-icon-chip.exsen-notification-toggle .exsen-icon-chip__icon{font-size:21px!important;}
.exsen-wallet-chip{min-width:158px!important;height:54px!important;padding:0 18px!important;border-radius:15px!important;}
.exsen-wallet-chip strong{font-size:17px!important;}
.exsen-wallet-chip .exsen-wallet-icon svg{width:20px!important;height:20px!important;}
.exsen-balance-chip,.exsen-user-chip{height:54px!important;border-radius:15px!important;padding-top:0!important;padding-bottom:0!important;}
.exsen-balance-chip{min-width:138px!important;padding-left:16px!important;padding-right:16px!important;}
.exsen-balance-chip small{font-size:11px!important;letter-spacing:.05em!important;margin-bottom:4px!important;}
.exsen-balance-chip strong{font-size:17px!important;line-height:1!important;}
.exsen-user-chip{min-width:250px!important;padding:8px 14px!important;gap:12px!important;}
.exsen-user-chip .exsen-avatar{width:40px!important;height:40px!important;flex:0 0 40px!important;font-size:18px!important;}
.exsen-user-chip small{font-size:11px!important;line-height:1.15!important;}
.exsen-user-chip strong{font-size:12px!important;line-height:1.15!important;}

.exsen-trade-head{grid-template-columns:minmax(230px,1fr) minmax(360px,430px) auto!important;column-gap:20px!important;align-items:start!important;}
.exsen-trade-title h2{font-size:26px!important;}
.exsen-trade-title strong{font-size:40px!important;margin-top:16px!important;}
.exsen-trade-title strong small{font-size:16px!important;}
.exsen-trade-title em{font-size:15px!important;margin-top:12px!important;}
.exsen-trade-controls{display:flex!important;flex-direction:column!important;gap:12px!important;align-self:start!important;}
.exsen-trade-actions{gap:10px!important;justify-self:auto!important;align-self:auto!important;}
.exsen-trade-actions button{min-width:78px!important;height:48px!important;padding:0 20px!important;border-radius:14px!important;font-size:15px!important;letter-spacing:.02em!important;opacity:.82!important;transition:transform .18s ease,opacity .18s ease,box-shadow .18s ease!important;}
.exsen-trade-actions button.is-active{opacity:1!important;transform:translateY(-1px)!important;box-shadow:0 12px 22px rgba(0,0,0,.2)!important;}
.exsen-trade-order-box{display:flex!important;flex-direction:column!important;gap:8px!important;}
.exsen-trade-order-box label{font-size:12px!important;font-weight:700!important;letter-spacing:.06em!important;text-transform:uppercase!important;color:#8cbfff!important;}
.exsen-trade-order-row{display:grid!important;grid-template-columns:minmax(0,1fr) 138px!important;gap:10px!important;}
.exsen-trade-order-input{height:48px!important;border-radius:14px!important;border:1px solid rgba(108,176,255,.18)!important;background:linear-gradient(180deg,rgba(12,38,74,.92),rgba(7,25,48,.94))!important;display:flex!important;align-items:center!important;padding:0 14px!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.03)!important;}
.exsen-trade-order-input span{font-size:16px!important;font-weight:800!important;color:#95c8ff!important;margin-right:10px!important;}
.exsen-trade-order-input input{width:100%!important;height:100%!important;background:transparent!important;border:none!important;outline:none!important;color:#fff!important;font-size:16px!important;font-weight:700!important;padding:0!important;box-shadow:none!important;}
.exsen-trade-order-input input::placeholder{color:#7e99ba!important;opacity:1!important;}
.exsen-order-submit{height:48px!important;border:none!important;border-radius:14px!important;color:#fff!important;font-size:14px!important;font-weight:800!important;letter-spacing:.02em!important;cursor:pointer!important;box-shadow:0 14px 24px rgba(0,0,0,.18)!important;}
.exsen-order-submit.buy{background:linear-gradient(180deg,#24c776,#149055)!important;}
.exsen-order-submit.sell{background:linear-gradient(180deg,#ff656f,#db3540)!important;}
.exsen-time-tabs{gap:10px!important;justify-self:end!important;align-self:start!important;}
.exsen-time-tabs button{width:56px!important;height:48px!important;border-radius:14px!important;font-size:16px!important;}

@media (max-width: 1200px){.exsen-trade-head{grid-template-columns:1fr!important;}.exsen-time-tabs{justify-self:start!important;}.exsen-trade-controls{max-width:460px!important;}}
@media (max-width: 760px){.exsen-dash-topbar{padding:14px 16px!important;min-height:auto!important;}.exsen-user-chip{min-width:220px!important;}.exsen-wallet-chip{min-width:146px!important;height:50px!important;}.exsen-balance-chip,.exsen-user-chip,.exsen-icon-chip.exsen-notification-toggle{height:50px!important;}.exsen-trade-title strong{font-size:34px!important;}.exsen-trade-order-row{grid-template-columns:1fr!important;}.exsen-time-tabs{flex-wrap:wrap!important;}}


/* v0.3.4 live trading logic + admin driven data */
.exsen-trade-feedback{min-height:20px;color:#9eb8d7;font-size:13px;line-height:1.4;}
.exsen-trade-feedback.is-success{color:#27e28e;}
.exsen-trade-feedback.is-error{color:#ff727d;}
.exsen-market-row{cursor:pointer;transition:transform .18s ease,border-color .18s ease,background .18s ease;}
.exsen-market-row:hover{transform:translateY(-1px);}
.exsen-market-row.is-active{background:rgba(43,140,255,.09)!important;border-radius:18px!important;box-shadow:inset 0 0 0 1px rgba(85,151,255,.16)!important;}
.exsen-trade-order-input input:disabled,.exsen-order-submit:disabled{opacity:.6;cursor:not-allowed;}


/* v0.3.5 support + wallet holdings */
.exsen-wallet-assets{margin-top:24px!important;}
.exsen-sub-head{margin-bottom:14px!important;}
.exsen-sub-head h3{margin:6px 0 0!important;color:#fff!important;font-size:26px!important;}
.exsen-holdings-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important;}
.exsen-holding-card{padding:20px!important;border-radius:18px!important;background:linear-gradient(180deg,rgba(17,46,91,.88),rgba(9,29,57,.94))!important;border:1px solid rgba(97,163,255,.14)!important;display:flex!important;flex-direction:column!important;gap:10px!important;}
.exsen-holding-card small{color:#8cbfff!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.04em!important;}
.exsen-holding-card strong{font-size:24px!important;color:#fff!important;}
.exsen-holding-card span{color:#9cb1cf!important;font-weight:700!important;}
.exsen-market-row.is-active{background:rgba(43,140,255,.12)!important;border-radius:18px!important;box-shadow:inset 0 0 0 1px rgba(85,151,255,.18)!important;}
.exsen-trade-controls{max-width:430px!important;}
.exsen-trade-actions{display:inline-flex!important;gap:12px!important;padding:0!important;border:none!important;background:none!important;box-shadow:none!important;}
.exsen-trade-actions button{min-width:78px!important;height:46px!important;padding:0 20px!important;font-size:17px!important;}
.exsen-order-submit{height:48px!important;border-radius:14px!important;border:none!important;font-size:16px!important;font-weight:900!important;cursor:pointer!important;padding:0 20px!important;background:linear-gradient(180deg,#2b8cff,#1765d6)!important;color:#fff!important;box-shadow:0 10px 24px rgba(21,93,216,.24)!important;}
.exsen-order-submit.sell{background:linear-gradient(180deg,#ff6b77,#d94252)!important;box-shadow:0 10px 24px rgba(217,66,82,.24)!important;}
.exsen-order-submit.buy{background:linear-gradient(180deg,#32d67f,#18a760)!important;box-shadow:0 10px 24px rgba(24,167,96,.22)!important;}
.exsen-trade-balance-note{color:#8ea8c9!important;font-size:13px!important;}
.exsen-trade-balance-note strong{color:#fff!important;}
.exsen-support-empty{color:#9db4d0!important;text-align:center!important;}
.exsen-floating-support-body p{display:flex!important;justify-content:space-between!important;align-items:flex-end!important;gap:10px!important;}
.exsen-floating-support-body p.is-user{background:rgba(20,88,224,.24)!important;border:1px solid rgba(88,166,255,.18)!important;}
.exsen-floating-support-body p span{font-size:12px!important;color:#8da8cb!important;white-space:nowrap!important;}
@media (max-width: 1100px){.exsen-holdings-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}}
@media (max-width: 760px){.exsen-holdings-grid{grid-template-columns:1fr!important;}}


/* v0.3.6 wallet history / transactions */
.exsen-history-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:22px!important;margin-top:24px!important;}
.exsen-history-card{padding:24px!important;border-radius:24px!important;background:linear-gradient(180deg,rgba(11,33,64,.9),rgba(7,23,45,.98))!important;border:1px solid rgba(84,143,255,.14)!important;box-shadow:0 18px 40px rgba(2,8,20,.22)!important;}
.exsen-history-table-wrap{overflow:auto!important;border-radius:18px!important;border:1px solid rgba(84,143,255,.12)!important;background:rgba(5,18,36,.6)!important;}
.exsen-history-table{width:100%!important;border-collapse:collapse!important;min-width:680px!important;}
.exsen-history-table th,.exsen-history-table td{padding:16px 18px!important;border-bottom:1px solid rgba(84,143,255,.1)!important;text-align:left!important;vertical-align:top!important;}
.exsen-history-table th{font-size:12px!important;letter-spacing:.05em!important;text-transform:uppercase!important;color:#86b7ff!important;background:rgba(13,33,63,.72)!important;}
.exsen-history-table td{font-size:14px!important;color:#d8e6fa!important;}
.exsen-history-table td strong{display:block!important;color:#fff!important;font-size:15px!important;}
.exsen-history-table td small{display:block!important;margin-top:4px!important;color:#8ea8c9!important;font-size:12px!important;}
.exsen-history-type{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:68px!important;padding:7px 12px!important;border-radius:999px!important;font-size:12px!important;font-weight:800!important;letter-spacing:.04em!important;}
.exsen-history-type.buy{background:rgba(28,183,105,.16)!important;color:#39dd87!important;border:1px solid rgba(57,221,135,.22)!important;}
.exsen-history-type.sell{background:rgba(242,91,99,.16)!important;color:#ff7c84!important;border:1px solid rgba(255,124,132,.22)!important;}
.exsen-history-status{display:inline-flex!important;padding:7px 12px!important;border-radius:999px!important;background:rgba(43,140,255,.14)!important;color:#9fd2ff!important;border:1px solid rgba(43,140,255,.18)!important;font-size:12px!important;font-weight:700!important;}
.exsen-history-summary{margin-top:0!important;margin-bottom:22px!important;}
@media (max-width: 1200px){.exsen-history-grid{grid-template-columns:1fr!important;}}


/* v0.4.0 restore tab screens + safe trade controls */
.exsen-panel-tab{
  display:none;
}

.exsen-panel-tab.is-active{
  display:block !important;
}

.exsen-wallet-chip,
.exsen-user-dropdown-item,
.exsen-mini-notification,
.exsen-mini-notification-link,
.exsen-panel-return,
.exsen-logo-home,
.exsen-dash-nav button,
.exsen-user-menu-toggle,
.exsen-notification-toggle,
.exsen-trade-actions button,
.exsen-order-submit{
  pointer-events:auto !important;
  cursor:pointer !important;
}

.exsen-user-dropdown,
.exsen-notification-dropdown{
  z-index:99999 !important;
  pointer-events:auto !important;
}

.exsen-user-menu-wrap,
.exsen-notification-wrap{
  z-index:99998 !important;
}


/* v0.4.1 user dropdown click fix */
.exsen-user-menu-wrap{
  position:relative !important;
  z-index:100000 !important;
}

.exsen-user-menu-toggle{
  position:relative !important;
  z-index:100001 !important;
  pointer-events:auto !important;
  cursor:pointer !important;
}

.exsen-user-menu-toggle *{
  pointer-events:none !important;
}

.exsen-user-dropdown{
  position:absolute !important;
  top:calc(100% + 12px) !important;
  right:0 !important;
  min-width:270px !important;
  z-index:100002 !important;
  pointer-events:auto !important;
}

.exsen-user-dropdown[hidden],
.exsen-notification-dropdown[hidden]{
  display:none !important;
}

.exsen-user-dropdown:not([hidden]),
.exsen-notification-dropdown:not([hidden]){
  display:block !important;
}

.exsen-user-dropdown-item{
  pointer-events:auto !important;
  cursor:pointer !important;
  width:100% !important;
}

.exsen-panel-tab{
  display:none;
}

.exsen-panel-tab.is-active{
  display:block !important;
}


/* v0.5.0 server-side menu links */
.exsen-user-menu-wrap,
.exsen-notification-wrap{
  position:relative !important;
  z-index:100000 !important;
}

.exsen-user-menu-wrap summary,
.exsen-notification-wrap summary{
  list-style:none !important;
}

.exsen-user-menu-wrap summary::-webkit-details-marker,
.exsen-notification-wrap summary::-webkit-details-marker{
  display:none !important;
}

.exsen-user-menu-toggle,
.exsen-notification-toggle,
.exsen-wallet-chip{
  cursor:pointer !important;
  text-decoration:none !important;
}

.exsen-user-menu-toggle *{
  pointer-events:none !important;
}

.exsen-user-dropdown,
.exsen-notification-dropdown{
  position:absolute !important;
  top:calc(100% + 12px) !important;
  right:0 !important;
  z-index:100002 !important;
  display:none !important;
  pointer-events:auto !important;
}

.exsen-user-menu-wrap[open] .exsen-user-dropdown,
.exsen-notification-wrap[open] .exsen-notification-dropdown{
  display:block !important;
}

.exsen-user-dropdown-item,
.exsen-mini-notification,
.exsen-mini-notification-link{
  display:block !important;
  text-decoration:none !important;
  cursor:pointer !important;
}

.exsen-panel-tab{
  display:none;
}

.exsen-panel-tab.is-active{
  display:block !important;
}

.exsen-nav-link{
  color:inherit !important;
  text-decoration:none !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
}


/* v0.5.1 visible user menu hard fix */
.exsen-user-menu-visible{
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  position:relative !important;
  z-index:100000 !important;
}

.exsen-user-menu-visible .exsen-user-chip{
  height:54px !important;
  min-width:230px !important;
  flex:0 0 auto !important;
  cursor:default !important;
  pointer-events:auto !important;
}

.exsen-user-quick-links{
  height:54px !important;
  display:flex !important;
  align-items:center !important;
  gap:6px !important;
  padding:6px !important;
  border:1px solid rgba(112,177,255,.20) !important;
  border-radius:16px !important;
  background:linear-gradient(180deg,#0c2246,#091a36) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 12px 28px rgba(0,0,0,.16) !important;
}

.exsen-user-quick-links a{
  height:40px !important;
  min-width:66px !important;
  padding:0 12px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:12px !important;
  color:#dbeaff !important;
  text-decoration:none !important;
  font-size:12px !important;
  font-weight:900 !important;
  line-height:1 !important;
  white-space:nowrap !important;
  cursor:pointer !important;
  pointer-events:auto !important;
  background:rgba(255,255,255,.035) !important;
  border:1px solid rgba(255,255,255,.04) !important;
}

.exsen-user-quick-links a:hover{
  background:rgba(43,140,255,.16) !important;
  border-color:rgba(88,166,255,.20) !important;
  color:#ffffff !important;
}

.exsen-notification-direct{
  text-decoration:none !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  pointer-events:auto !important;
  cursor:pointer !important;
}

.exsen-notification-direct .exsen-icon-chip{
  pointer-events:none !important;
}

.exsen-wallet-chip{
  pointer-events:auto !important;
  cursor:pointer !important;
  text-decoration:none !important;
}

@media (max-width: 1200px){
  .exsen-user-menu-visible{
    flex-direction:column !important;
    align-items:flex-end !important;
    gap:8px !important;
  }
  .exsen-user-quick-links{
    height:auto !important;
    flex-wrap:wrap !important;
    justify-content:flex-end !important;
    max-width:360px !important;
  }
}

@media (max-width: 760px){
  .exsen-user-menu-visible{
    align-items:flex-start !important;
  }
  .exsen-user-quick-links{
    justify-content:flex-start !important;
  }
}


/* v0.5.2 modal overlay + dropdown profile menu */
.exsen-dash-app.exsen-modal-open .exsen-dashboard,
.exsen-dash-app.exsen-modal-open .exsen-ticker{
  filter:blur(7px) brightness(.72) !important;
  opacity:.45 !important;
  pointer-events:none !important;
  transition:filter .22s ease, opacity .22s ease !important;
}

.exsen-panel-tab.is-active{
  position:fixed !important;
  inset:0 !important;
  z-index:100080 !important;
  display:flex !important;
  align-items:flex-start !important;
  justify-content:center !important;
  padding:110px 24px 42px !important;
  background:rgba(1,10,24,.58) !important;
  backdrop-filter:blur(10px) !important;
  -webkit-backdrop-filter:blur(10px) !important;
  overflow:auto !important;
}

.exsen-panel-tab.is-active .exsen-panel-card.exsen-tab-page{
  width:min(1180px, 100%) !important;
  margin:0 auto !important;
  position:relative !important;
  box-shadow:0 34px 90px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.04) !important;
}

.exsen-panel-return{
  position:absolute !important;
  top:22px !important;
  right:22px !important;
  width:48px !important;
  height:48px !important;
  border-radius:50% !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-decoration:none !important;
  border:1px solid rgba(106,170,255,.30) !important;
  background:rgba(24,61,113,.72) !important;
  color:#fff !important;
  font-size:30px !important;
  font-weight:800 !important;
  line-height:1 !important;
  z-index:5 !important;
}

.exsen-panel-return:hover{
  background:rgba(43,140,255,.28) !important;
  border-color:rgba(106,170,255,.52) !important;
}

.exsen-user-dropdown-native{
  position:relative !important;
  z-index:100120 !important;
}

.exsen-user-dropdown-native summary{
  list-style:none !important;
  cursor:pointer !important;
}

.exsen-user-dropdown-native summary::-webkit-details-marker{
  display:none !important;
}

.exsen-user-dropdown-native .exsen-user-chip{
  cursor:pointer !important;
}

.exsen-user-dropdown-native .exsen-user-dropdown{
  position:absolute !important;
  top:calc(100% + 12px) !important;
  right:0 !important;
  min-width:285px !important;
  display:none !important;
  z-index:100130 !important;
  border:1px solid rgba(112,177,255,.24) !important;
  border-radius:20px !important;
  background:linear-gradient(180deg,rgba(7,24,52,.98),rgba(4,16,36,.99)) !important;
  box-shadow:0 24px 70px rgba(0,0,0,.38) !important;
  padding:14px !important;
}

.exsen-user-dropdown-native[open] .exsen-user-dropdown{
  display:block !important;
}

.exsen-user-dropdown-native .exsen-user-dropdown-item{
  display:block !important;
  width:100% !important;
  padding:13px 14px !important;
  border-radius:13px !important;
  text-decoration:none !important;
  color:#dcecff !important;
  font-weight:800 !important;
  cursor:pointer !important;
}

.exsen-user-dropdown-native .exsen-user-dropdown-item:hover{
  background:rgba(43,140,255,.12) !important;
  color:#fff !important;
}

.exsen-user-dropdown-native .is-logout{
  color:#ff939b !important;
}

.exsen-user-menu-visible,
.exsen-user-quick-links{
  display:none !important;
}

.exsen-security-note{
  grid-column:1 / -1 !important;
  padding:18px 20px !important;
  border-radius:18px !important;
  background:rgba(43,140,255,.08) !important;
  border:1px solid rgba(86,159,255,.16) !important;
  color:#bcd3ef !important;
  display:flex !important;
  flex-direction:column !important;
  gap:8px !important;
}

.exsen-security-note strong{
  color:#fff !important;
  font-size:16px !important;
}

.exsen-security-note span{
  line-height:1.65 !important;
}

@media (max-width: 760px){
  .exsen-panel-tab.is-active{
    padding:92px 14px 28px !important;
  }

  .exsen-user-dropdown-native .exsen-user-dropdown{
    right:auto !important;
    left:0 !important;
    min-width:260px !important;
  }
}


/* v0.5.3 normal page mode + side navigation */
.exsen-dash-app.exsen-page-open .exsen-dashboard,
.exsen-dash-app.exsen-page-open .exsen-ticker{
  filter:none !important;
  opacity:1 !important;
  pointer-events:auto !important;
}

.exsen-panel-tab.is-active{
  position:relative !important;
  inset:auto !important;
  z-index:1 !important;
  display:grid !important;
  grid-template-columns:260px minmax(0, 1fr) !important;
  align-items:start !important;
  justify-content:initial !important;
  gap:24px !important;
  width:min(1420px, calc(100% - 48px)) !important;
  margin:28px auto 48px !important;
  padding:0 !important;
  background:transparent !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
  overflow:visible !important;
}

.exsen-panel-tab.is-active .exsen-panel-card.exsen-tab-page{
  width:100% !important;
  margin:0 !important;
  position:relative !important;
  box-shadow:0 18px 50px rgba(0,0,0,.20), inset 0 1px 0 rgba(255,255,255,.04) !important;
}

.exsen-page-side-nav{
  position:sticky !important;
  top:110px !important;
  display:flex !important;
  flex-direction:column !important;
  gap:10px !important;
  padding:18px !important;
  border-radius:22px !important;
  border:1px solid rgba(112,177,255,.18) !important;
  background:linear-gradient(180deg,rgba(8,28,58,.94),rgba(4,18,38,.98)) !important;
  box-shadow:0 18px 45px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.04) !important;
}

.exsen-side-title{
  padding:4px 4px 14px !important;
  margin-bottom:6px !important;
  border-bottom:1px solid rgba(112,177,255,.12) !important;
}

.exsen-side-title span{
  display:block !important;
  color:#3da6ff !important;
  font-size:12px !important;
  font-weight:900 !important;
  letter-spacing:.08em !important;
  text-transform:uppercase !important;
  margin-bottom:6px !important;
}

.exsen-side-title strong{
  display:block !important;
  color:#fff !important;
  font-size:20px !important;
  font-weight:900 !important;
}

.exsen-page-side-nav a{
  min-height:46px !important;
  display:flex !important;
  align-items:center !important;
  padding:0 14px !important;
  border-radius:14px !important;
  text-decoration:none !important;
  color:#cfe0f7 !important;
  font-size:14px !important;
  font-weight:850 !important;
  background:rgba(255,255,255,.025) !important;
  border:1px solid rgba(255,255,255,.04) !important;
}

.exsen-page-side-nav a:hover,
.exsen-page-side-nav a.is-active{
  color:#fff !important;
  background:linear-gradient(180deg,rgba(43,140,255,.24),rgba(20,82,170,.18)) !important;
  border-color:rgba(92,169,255,.26) !important;
}

.exsen-panel-return{
  position:absolute !important;
  top:22px !important;
  right:22px !important;
  width:46px !important;
  height:46px !important;
  border-radius:50% !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-decoration:none !important;
  border:1px solid rgba(106,170,255,.30) !important;
  background:rgba(24,61,113,.72) !important;
  color:#fff !important;
  font-size:30px !important;
  font-weight:800 !important;
  line-height:1 !important;
  z-index:5 !important;
}

.exsen-panel-return:hover{
  background:rgba(43,140,255,.28) !important;
  border-color:rgba(106,170,255,.52) !important;
}

@media (max-width: 1050px){
  .exsen-panel-tab.is-active{
    grid-template-columns:1fr !important;
    width:calc(100% - 28px) !important;
    margin:18px auto 34px !important;
  }

  .exsen-page-side-nav{
    position:relative !important;
    top:auto !important;
    flex-direction:row !important;
    overflow:auto !important;
    padding:12px !important;
  }

  .exsen-side-title{
    display:none !important;
  }

  .exsen-page-side-nav a{
    flex:0 0 auto !important;
    white-space:nowrap !important;
  }
}

/* disable old modal overlay rules from previous version */
.exsen-dash-app.exsen-modal-open .exsen-dashboard,
.exsen-dash-app.exsen-modal-open .exsen-ticker{
  filter:none !important;
  opacity:1 !important;
  pointer-events:auto !important;
}


/* v0.5.4 subpage top layout fix */
.exsen-dash-app.exsen-page-open .exsen-dashboard,
.exsen-dash-app.exsen-page-open .exsen-ticker,
.exsen-dash-app.exsen-page-open .exsen-trading-dashboard,
.exsen-dash-app.exsen-page-open .exsen-live-investor-chat{
  display:none !important;
  visibility:hidden !important;
  height:0 !important;
  min-height:0 !important;
  overflow:hidden !important;
  margin:0 !important;
  padding:0 !important;
}

.exsen-dash-app.exsen-page-open{
  min-height:100vh !important;
}

.exsen-dash-app.exsen-page-open .exsen-panel-tab.is-active{
  margin:26px auto 48px !important;
}

.exsen-panel-tab.is-active{
  position:relative !important;
  inset:auto !important;
  z-index:1 !important;
  display:grid !important;
  grid-template-columns:260px minmax(0, 1fr) !important;
  align-items:start !important;
  justify-content:initial !important;
  gap:24px !important;
  width:min(1420px, calc(100% - 48px)) !important;
  margin:28px auto 48px !important;
  padding:0 !important;
  background:transparent !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
  overflow:visible !important;
}

.exsen-panel-tab.is-active .exsen-panel-card.exsen-tab-page{
  width:100% !important;
  margin:0 !important;
  position:relative !important;
}

.exsen-page-side-nav{
  align-self:start !important;
}

@media (max-width:1050px){
  .exsen-panel-tab.is-active{
    grid-template-columns:1fr !important;
    width:calc(100% - 28px) !important;
    margin:18px auto 34px !important;
  }
}


/* v0.5.5 wallet page alignment polish */
.exsen-panel-tab.is-active{
  width:min(1540px, calc(100% - 32px)) !important;
  grid-template-columns:240px minmax(0, 1fr) !important;
  gap:22px !important;
  margin:22px auto 46px !important;
}

.exsen-panel-tab.is-active .exsen-panel-card.exsen-tab-page{
  min-width:0 !important;
  overflow:hidden !important;
  padding:28px !important;
  border-radius:22px !important;
}

.exsen-page-side-nav{
  width:240px !important;
  min-width:0 !important;
  padding:16px !important;
  border-radius:20px !important;
}

.exsen-page-side-nav a{
  min-height:42px !important;
  padding:0 12px !important;
  font-size:13px !important;
}

.exsen-page-head{
  padding-right:70px !important;
}

.exsen-info-grid{
  display:grid !important;
  grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
  gap:14px !important;
  width:100% !important;
}

.exsen-info-grid > div{
  min-width:0 !important;
  width:100% !important;
  box-sizing:border-box !important;
  padding:18px 20px !important;
}

.exsen-wallet-assets{
  width:100% !important;
  margin-top:24px !important;
}

.exsen-holdings-grid{
  display:grid !important;
  grid-template-columns:repeat(4, minmax(0, 1fr)) !important;
  gap:14px !important;
  width:100% !important;
}

.exsen-holding-card{
  min-width:0 !important;
  width:100% !important;
  box-sizing:border-box !important;
  padding:18px !important;
}

.exsen-history-grid{
  display:grid !important;
  grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  gap:16px !important;
  width:100% !important;
  margin-top:18px !important;
  box-sizing:border-box !important;
  align-items:stretch !important;
}

.exsen-history-card{
  min-width:0 !important;
  width:100% !important;
  box-sizing:border-box !important;
  padding:20px !important;
  border-radius:20px !important;
  overflow:hidden !important;
}

.exsen-history-card .exsen-sub-head{
  margin-bottom:14px !important;
  padding-right:0 !important;
}

.exsen-history-card .exsen-sub-head span{
  display:block !important;
  color:#3da6ff !important;
  font-size:12px !important;
  font-weight:900 !important;
  letter-spacing:.08em !important;
  text-transform:uppercase !important;
  margin-bottom:6px !important;
}

.exsen-history-card .exsen-sub-head h3{
  font-size:22px !important;
  line-height:1.15 !important;
  margin:0 0 6px !important;
}

.exsen-history-card .exsen-sub-head p{
  font-size:14px !important;
  line-height:1.5 !important;
  margin:0 !important;
}

.exsen-history-table-wrap{
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  overflow-x:auto !important;
  border-radius:16px !important;
}

.exsen-history-table{
  width:100% !important;
  min-width:0 !important;
  table-layout:fixed !important;
}

.exsen-history-table th,
.exsen-history-table td{
  padding:12px 10px !important;
  font-size:12px !important;
  line-height:1.35 !important;
  white-space:normal !important;
  word-break:break-word !important;
}

.exsen-history-table th{
  font-size:11px !important;
  letter-spacing:.04em !important;
}

.exsen-history-table td strong{
  font-size:13px !important;
}

.exsen-history-table td small{
  font-size:11px !important;
}

.exsen-history-type,
.exsen-history-status{
  min-width:auto !important;
  padding:6px 9px !important;
  font-size:11px !important;
}

.exsen-panel-return{
  top:18px !important;
  right:18px !important;
  width:42px !important;
  height:42px !important;
  font-size:26px !important;
}

/* Cüzdan ekranında tablo taşmasını kesin engelle */
.exsen-tab-page *{
  box-sizing:border-box !important;
}

@media (max-width: 1250px){
  .exsen-history-grid{
    grid-template-columns:1fr !important;
  }

  .exsen-holdings-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 1050px){
  .exsen-panel-tab.is-active{
    grid-template-columns:1fr !important;
    width:calc(100% - 24px) !important;
    gap:14px !important;
  }

  .exsen-page-side-nav{
    width:100% !important;
  }

  .exsen-info-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 680px){
  .exsen-panel-tab.is-active .exsen-panel-card.exsen-tab-page{
    padding:20px !important;
  }

  .exsen-info-grid,
  .exsen-holdings-grid,
  .exsen-history-grid{
    grid-template-columns:1fr !important;
  }

  .exsen-page-head{
    padding-right:48px !important;
  }
}


/* v0.6.0 admin controlled market pricing */
.exsen-live-quote-box{
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  gap:10px !important;
  margin-bottom:10px !important;
}

.exsen-live-quote-box > div{
  min-height:58px !important;
  border-radius:15px !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  padding:10px 14px !important;
  box-shadow:0 14px 26px rgba(0,0,0,.18) !important;
  border:1px solid rgba(255,255,255,.10) !important;
}

.exsen-live-quote-box span{
  font-size:11px !important;
  font-weight:900 !important;
  letter-spacing:.08em !important;
  color:rgba(255,255,255,.78) !important;
}

.exsen-live-quote-box strong{
  font-size:22px !important;
  line-height:1.05 !important;
  color:#fff !important;
}

.exsen-live-quote-box .sell{
  background:linear-gradient(180deg,#ff606e,#c92f3e) !important;
}

.exsen-live-quote-box .buy{
  background:linear-gradient(180deg,#2d87ff,#135ee7) !important;
}

.exsen-market-row[data-mode="range"] .exsen-market-info strong:after{
  content:"  • AUTO";
  color:#3dff96;
  font-size:10px;
  letter-spacing:.06em;
}

.exsen-market-row[data-mode="live"] .exsen-market-info strong:after{
  content:"  • KUR";
  color:#69b8ff;
  font-size:10px;
  letter-spacing:.06em;
}

.exsen-trade-controls{
  min-width:360px !important;
}

@media (max-width:760px){
  .exsen-live-quote-box{
    grid-template-columns:1fr !important;
  }
  .exsen-trade-controls{
    min-width:0 !important;
  }
}


/* v0.6.1 dynamic live chart */
.exsen-dynamic-chart{
  position:relative !important;
  overflow:hidden !important;
  min-height:430px !important;
}

.exsen-dynamic-chart-svg{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  z-index:2 !important;
}

.exsen-dynamic-chart-svg .wick{
  stroke-width:2.3 !important;
  opacity:.95 !important;
}

.exsen-dynamic-chart-svg .wick.up,
.exsen-dynamic-chart-svg .body.up{
  stroke:#22e093 !important;
  fill:#18d98b !important;
}

.exsen-dynamic-chart-svg .wick.down,
.exsen-dynamic-chart-svg .body.down{
  stroke:#ff5b5f !important;
  fill:#ff4d55 !important;
}

.exsen-dynamic-chart-svg .exsen-js-chart-line{
  fill:none !important;
  stroke:#2487ff !important;
  stroke-width:4 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
  filter:drop-shadow(0 0 8px rgba(36,135,255,.55)) !important;
}

.exsen-dynamic-chart-svg .exsen-js-chart-live-line{
  stroke:#1688ff !important;
  stroke-width:2 !important;
  stroke-dasharray:4 5 !important;
  opacity:.92 !important;
}

.exsen-dynamic-chart .exsen-chart-times{
  z-index:4 !important;
}

.exsen-dynamic-chart .exsen-price-tag{
  z-index:5 !important;
  transition:top .32s ease !important;
}

.exsen-time-tabs button{
  cursor:pointer !important;
}

.exsen-time-tabs button.is-active{
  box-shadow:0 0 0 2px rgba(67,153,255,.35) inset, 0 8px 22px rgba(43,140,255,.16) !important;
}


/* v0.6.4 full shared live support bridge */
.exsen-support-page-card{position:relative!important;min-height:560px!important;padding:28px!important;border-radius:22px!important;background:radial-gradient(circle at 16% 0%,rgba(41,132,255,.18),transparent 32%),linear-gradient(180deg,rgba(10,39,82,.94),rgba(4,20,45,.98))!important;border:1px solid rgba(111,176,255,.20)!important}.exsen-support-page-head{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:22px!important;padding-right:56px!important;margin-bottom:22px!important;padding-bottom:22px!important;border-bottom:1px solid rgba(118,177,255,.15)!important}.exsen-support-page-head span{display:block!important;color:#46b7ff!important;font-size:12px!important;letter-spacing:.08em!important;text-transform:uppercase!important;font-weight:950!important;margin-bottom:10px!important}.exsen-support-page-head h2{color:#fff!important;font-size:34px!important;line-height:1.05!important;margin:0 0 10px!important;letter-spacing:-.03em!important}.exsen-support-page-head p{color:#b7cdee!important;font-size:15px!important;line-height:1.6!important;margin:0!important}.exsen-support-status{flex:0 0 210px!important;display:grid!important;gap:5px!important;padding:14px 16px!important;border-radius:18px!important;background:rgba(5,28,62,.70)!important;border:1px solid rgba(85,160,255,.18)!important}.exsen-support-status i{width:10px!important;height:10px!important;border-radius:50%!important;background:#24e39b!important;box-shadow:0 0 0 6px rgba(36,227,155,.10),0 0 18px rgba(36,227,155,.40)!important}.exsen-support-status strong{color:#fff!important;font-size:15px!important;font-weight:950!important}.exsen-support-status small{color:#8fb2df!important;font-size:12px!important;font-weight:800!important}.exsen-support-chat-shell{border-radius:20px!important;border:1px solid rgba(111,176,255,.18)!important;background:rgba(4,18,41,.52)!important;overflow:hidden!important}.exsen-support-chat-body{height:360px!important;overflow-y:auto!important;padding:22px!important;display:flex!important;flex-direction:column!important;gap:14px!important}.exsen-chat-day,.exsen-support-chat-empty{align-self:center!important;color:#8fb2df!important;font-size:12px!important;font-weight:900!important;padding:7px 14px!important;border-radius:999px!important;background:rgba(10,43,90,.72)!important;border:1px solid rgba(111,176,255,.14)!important}.exsen-support-bubble{display:flex!important;align-items:flex-end!important;gap:10px!important;max-width:76%!important}.exsen-support-bubble.is-user{align-self:flex-end!important;flex-direction:row-reverse!important}.exsen-support-avatar{width:36px!important;height:36px!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important;color:#fff!important;font-size:14px!important;font-weight:950!important;background:linear-gradient(135deg,#235aa4,#2d7cff)!important}.exsen-support-bubble.is-agent .exsen-support-avatar{background:linear-gradient(135deg,#0eaa78,#27d99b)!important}.exsen-support-bubble>div{min-width:0!important;padding:13px 15px!important;border-radius:18px 18px 18px 6px!important;background:linear-gradient(180deg,rgba(18,51,96,.92),rgba(9,34,73,.96))!important;border:1px solid rgba(111,176,255,.16)!important}.exsen-support-bubble.is-user>div{border-radius:18px 18px 6px 18px!important;background:linear-gradient(180deg,rgba(36,112,222,.94),rgba(16,72,154,.96))!important}.exsen-support-bubble strong{display:block!important;color:#fff!important;font-size:13px!important;font-weight:950!important;margin-bottom:5px!important}.exsen-support-bubble p{color:#dce9ff!important;font-size:14px!important;line-height:1.55!important;margin:0!important}.exsen-support-bubble small{display:block!important;color:#9fbce5!important;font-size:11px!important;font-weight:800!important;margin-top:7px!important;text-align:right!important}.exsen-support-page-form{padding:16px!important;border-top:1px solid rgba(111,176,255,.14)!important;background:rgba(4,17,40,.72)!important}.exsen-support-compose{display:grid!important;grid-template-columns:minmax(0,1fr) 58px!important;gap:12px!important;align-items:end!important}.exsen-support-compose textarea{width:100%!important;min-height:58px!important;max-height:130px!important;resize:vertical!important;border-radius:16px!important;border:1px solid rgba(119,174,244,.20)!important;background:rgba(13,36,73,.88)!important;color:#fff!important;padding:16px!important;outline:none!important}.exsen-support-compose button{width:58px!important;height:58px!important;border:0!important;border-radius:18px!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;color:#fff!important;background:linear-gradient(180deg,#2f86ff,#1264df)!important}.exsen-support-compose button svg{width:26px!important;height:26px!important}


/* v0.6.13 watchlist no-icons full market list */
.exsen-trading-watchlist{
  max-height:calc(100vh - 120px)!important;
  overflow:auto!important;
  padding-right:8px!important;
}
.exsen-trading-watchlist .exsen-market-medal{display:none!important;}
.exsen-trading-watchlist .exsen-market-row{
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:12px!important;
  align-items:center!important;
  padding:14px 14px!important;
  margin:0 0 10px!important;
  border:1px solid rgba(97,163,255,.16)!important;
  border-radius:16px!important;
  background:rgba(7,25,52,.52)!important;
}
.exsen-trading-watchlist .exsen-market-info strong{font-size:14px!important;line-height:1.25!important;display:block!important;}
.exsen-trading-watchlist .exsen-market-info strong small{font-size:12px!important;margin-left:4px!important;}
.exsen-trading-watchlist .exsen-market-info span{display:block!important;font-size:11px!important;line-height:1.2!important;margin-top:4px!important;}
.exsen-trading-watchlist .exsen-market-info em{display:block!important;font-size:16px!important;line-height:1.2!important;margin-top:6px!important;}
.exsen-trading-watchlist .exsen-market-info svg{width:92px!important;height:22px!important;margin-top:8px!important;}
.exsen-trading-watchlist .exsen-market-row b{min-width:60px!important;font-size:14px!important;line-height:1!important;text-align:right!important;align-self:flex-end!important;margin-bottom:4px!important;}
.exsen-trading-watchlist .exsen-card-title button{display:none!important;}
.exsen-trading-watchlist .exsen-market-row.is-active{border-color:rgba(85,151,255,.48)!important;box-shadow:inset 0 0 0 1px rgba(85,151,255,.22),0 10px 22px rgba(2,11,31,.24)!important;background:rgba(18,45,91,.68)!important;}
@media (max-width: 1200px){
  .exsen-trading-watchlist{max-height:none!important;}
}


/* v0.6.14 yönetilebilir sohbet akışı */
.exsen-auto-investor-chat .exsen-live-chat-list{min-height:0!important;}
.exsen-auto-investor-chat .exsen-live-chat-row{animation:exsenAutoChatIn .28s ease both!important;}
.exsen-auto-investor-chat .exsen-live-chat-head .exsen-live-online-count{color:#39ff92!important;font-weight:950!important;}
@keyframes exsenAutoChatIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}

/* v0.6.15 - Canlı sohbet gönder butonu ikon düzeltmesi: SVG bağımlılığı kaldırıldı. */
.exsen-live-chat-input .exsen-live-send-btn{position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#fff!important;font-size:0!important;line-height:1!important;overflow:hidden!important;}
.exsen-live-chat-input .exsen-live-send-btn .exsen-send-icon{display:block!important;visibility:visible!important;opacity:1!important;color:#fff!important;font-size:24px!important;font-weight:900!important;line-height:1!important;transform:translateX(1px)!important;text-shadow:0 1px 8px rgba(0,0,0,.22)!important;}
.exsen-live-chat-input .exsen-live-send-btn::before{content:""!important;position:absolute!important;inset:0!important;border-radius:inherit!important;background:linear-gradient(180deg,rgba(255,255,255,.16),rgba(255,255,255,0))!important;pointer-events:none!important;}
.exsen-live-chat-input .exsen-live-send-btn:hover .exsen-send-icon{transform:translateX(3px)!important;}

/* v0.6.16 - Canlı sohbet okuma alanı ve 5 dakikalık geçmiş düzeltmesi */
.exsen-auto-investor-chat .exsen-live-chat-list{
  min-height:calc((var(--exsen-chat-visible-rows, 5) * 70px) + 12px)!important;
  max-height:calc((var(--exsen-chat-visible-rows, 5) * 70px) + 12px)!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  padding:0 8px 12px 0!important;
  scroll-behavior:smooth!important;
  scrollbar-width:thin!important;
  scrollbar-color:rgba(85,151,255,.42) rgba(5,22,48,.52)!important;
}
.exsen-auto-investor-chat .exsen-live-chat-list::-webkit-scrollbar{width:7px!important;}
.exsen-auto-investor-chat .exsen-live-chat-list::-webkit-scrollbar-track{background:rgba(5,22,48,.52)!important;border-radius:999px!important;}
.exsen-auto-investor-chat .exsen-live-chat-list::-webkit-scrollbar-thumb{background:rgba(85,151,255,.42)!important;border-radius:999px!important;}
.exsen-auto-investor-chat .exsen-live-chat-row{
  min-height:68px!important;
  box-sizing:border-box!important;
}
.exsen-auto-investor-chat .exsen-live-chat-row span{
  line-height:1.45!important;
  overflow:visible!important;
  white-space:normal!important;
}
.exsen-auto-investor-chat .exsen-live-chat-input{
  margin-top:18px!important;
}
.exsen-auto-investor-chat .exsen-chat-rule{
  margin:14px 0 0!important;
  padding:4px 0 0!important;
  line-height:1.5!important;
}
@media (max-width:760px){
  .exsen-auto-investor-chat .exsen-live-chat-list{
    min-height:calc((var(--exsen-chat-visible-rows, 5) * 86px) + 12px)!important;
    max-height:calc((var(--exsen-chat-visible-rows, 5) * 86px) + 12px)!important;
  }
  .exsen-auto-investor-chat .exsen-live-chat-row{min-height:82px!important;}
}

/* v0.6.19 account identity verification */
.exsen-kyc-box{
  margin-top:18px !important;
  padding:20px !important;
  border-radius:18px !important;
  background:linear-gradient(135deg, rgba(43,140,255,.09), rgba(8,24,50,.66)) !important;
  border:1px solid rgba(79,151,255,.22) !important;
  box-shadow:0 18px 42px rgba(0,0,0,.18) !important;
}
.exsen-kyc-box.is-disabled{
  opacity:.58 !important;
  filter:saturate(.65) !important;
}
.exsen-kyc-head{
  display:flex !important;
  justify-content:space-between !important;
  align-items:center !important;
  gap:18px !important;
  margin-bottom:18px !important;
}
.exsen-kyc-head span{
  display:block !important;
  color:#58b6ff !important;
  font-size:11px !important;
  font-weight:900 !important;
  text-transform:uppercase !important;
  letter-spacing:.08em !important;
  margin-bottom:6px !important;
}
.exsen-kyc-head h3{
  margin:0 !important;
  color:#fff !important;
  font-size:24px !important;
  letter-spacing:-.03em !important;
}
.exsen-kyc-status{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:38px !important;
  padding:0 14px !important;
  border-radius:999px !important;
  font-size:13px !important;
  font-weight:900 !important;
  white-space:nowrap !important;
  background:rgba(148,163,184,.10) !important;
  color:#b8c9df !important;
  border:1px solid rgba(148,163,184,.22) !important;
}
.exsen-kyc-status.is-ready{
  background:rgba(43,140,255,.13) !important;
  color:#8fc5ff !important;
  border-color:rgba(43,140,255,.28) !important;
}
.exsen-kyc-status.is-pending{
  background:rgba(255,190,92,.13) !important;
  color:#ffd79a !important;
  border-color:rgba(255,190,92,.30) !important;
}
.exsen-kyc-status.is-approved{
  background:rgba(25,214,139,.12) !important;
  color:var(--dash-green) !important;
  border-color:rgba(25,214,139,.24) !important;
}
.exsen-kyc-status.is-rejected{
  background:rgba(255,91,91,.12) !important;
  color:#ff9c9c !important;
  border-color:rgba(255,91,91,.28) !important;
}
.exsen-kyc-steps{
  display:grid !important;
  grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  gap:14px !important;
}
.exsen-kyc-step{
  min-height:150px !important;
  padding:16px !important;
  border-radius:16px !important;
  background:rgba(255,255,255,.045) !important;
  border:1px solid rgba(128,174,233,.22) !important;
  position:relative !important;
  overflow:hidden !important;
}
.exsen-kyc-step.is-complete{
  border-color:rgba(25,214,139,.30) !important;
  background:linear-gradient(135deg, rgba(25,214,139,.09), rgba(255,255,255,.035)) !important;
}
.exsen-kyc-step.is-locked{
  pointer-events:none !important;
  opacity:.58 !important;
}
.exsen-kyc-step-top{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  margin-bottom:18px !important;
}
.exsen-kyc-step-top b{
  width:34px !important;
  height:34px !important;
  border-radius:12px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:rgba(43,140,255,.18) !important;
  color:#9ed0ff !important;
  border:1px solid rgba(43,140,255,.30) !important;
}
.exsen-kyc-step-top strong{
  color:#fff !important;
  font-size:16px !important;
}
.exsen-kyc-upload{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:56px !important;
  border-radius:14px !important;
  border:1px dashed rgba(143,197,255,.36) !important;
  background:rgba(43,140,255,.08) !important;
  cursor:pointer !important;
  color:#eaf5ff !important;
  font-weight:900 !important;
}
.exsen-kyc-upload input{
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  opacity:0 !important;
  pointer-events:none !important;
}
.exsen-kyc-upload span{
  color:inherit !important;
}
.exsen-kyc-step em{
  display:block !important;
  min-height:20px !important;
  margin-top:10px !important;
  color:#99b7d8 !important;
  font-style:normal !important;
  font-size:12px !important;
  word-break:break-word !important;
}
.exsen-kyc-progress{
  height:8px !important;
  margin-top:16px !important;
  border-radius:999px !important;
  overflow:hidden !important;
  background:rgba(255,255,255,.07) !important;
  border:1px solid rgba(255,255,255,.06) !important;
}
.exsen-kyc-progress i{
  display:block !important;
  height:100% !important;
  border-radius:999px !important;
  background:linear-gradient(90deg, #2b8cff, #19d68b) !important;
  transition:width .25s ease !important;
}
.exsen-kyc-message{
  min-height:0 !important;
  margin-top:10px !important;
  font-size:13px !important;
  font-weight:800 !important;
  color:#ff9c9c !important;
}
@media (max-width: 760px){
  .exsen-kyc-head{align-items:flex-start !important; flex-direction:column !important;}
  .exsen-kyc-steps{grid-template-columns:1fr !important;}
}

/* v0.6.20 kyc explicit upload + camera */
.exsen-kyc-actions{
  display:grid !important;
  grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  gap:10px !important;
}
.exsen-kyc-step .exsen-kyc-upload{
  min-height:50px !important;
}
.exsen-kyc-camera{
  background:rgba(25,214,139,.08) !important;
  border-color:rgba(25,214,139,.30) !important;
}
.exsen-kyc-submit{
  width:100% !important;
  min-height:46px !important;
  margin-top:10px !important;
  border:0 !important;
  border-radius:14px !important;
  background:linear-gradient(135deg, rgba(43,140,255,.92), rgba(31,103,225,.92)) !important;
  color:#fff !important;
  font-weight:950 !important;
  cursor:pointer !important;
  box-shadow:0 12px 24px rgba(43,140,255,.20) !important;
}
.exsen-kyc-submit:disabled{
  cursor:not-allowed !important;
  opacity:.42 !important;
  box-shadow:none !important;
}
.exsen-kyc-submit.is-ready:not(:disabled){
  opacity:1 !important;
}
.exsen-kyc-message.is-success{
  min-height:38px !important;
  display:flex !important;
  align-items:center !important;
  padding:0 14px !important;
  border-radius:13px !important;
  background:rgba(25,214,139,.13) !important;
  color:#19d68b !important;
  border:1px solid rgba(25,214,139,.25) !important;
}
.exsen-kyc-message.is-error{
  min-height:38px !important;
  display:flex !important;
  align-items:center !important;
  padding:0 14px !important;
  border-radius:13px !important;
  background:rgba(255,91,91,.11) !important;
  color:#ff9c9c !important;
  border:1px solid rgba(255,91,91,.22) !important;
}
@media (max-width: 560px){
  .exsen-kyc-actions{grid-template-columns:1fr !important;}
}

/* v0.6.21 - kamera yönlendirme ve yenilemede devam eden sohbet akışı */
button.exsen-kyc-upload{
  appearance:none !important;
  -webkit-appearance:none !important;
  width:100% !important;
  font:inherit !important;
  line-height:1.2 !important;
}
.exsen-kyc-camera-input{
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  opacity:0 !important;
  pointer-events:none !important;
  left:-9999px !important;
}
.exsen-kyc-camera:disabled{
  cursor:not-allowed !important;
  opacity:.48 !important;
}
.exsen-auto-investor-chat .exsen-live-chat-list{
  overscroll-behavior:contain !important;
}


/* v0.6.22 - Canlı sohbet: Messenger/Telegram tarzı baloncuk görünümü */
.exsen-auto-investor-chat.exsen-live-investor-chat{
  padding:20px !important;
}
.exsen-auto-investor-chat .exsen-live-chat-head{
  padding-bottom:12px !important;
}
.exsen-auto-investor-chat .exsen-live-chat-head h3{
  font-size:15px !important;
  letter-spacing:.03em !important;
}
.exsen-auto-investor-chat .exsen-live-chat-head span{
  font-size:12px !important;
}
.exsen-auto-investor-chat .exsen-live-chat-head strong{
  font-size:13px !important;
}
.exsen-auto-investor-chat .exsen-live-chat-head small{
  font-size:11px !important;
}
.exsen-auto-investor-chat .exsen-live-chat-list{
  margin-top:14px !important;
  padding:14px 12px !important;
  min-height:260px !important;
  max-height:calc((var(--exsen-chat-visible-rows, 5) * 64px) + 34px) !important;
  overflow-y:auto !important;
  border:1px solid rgba(88,166,255,.11) !important;
  border-radius:18px !important;
  background:
    radial-gradient(circle at 20% 0%, rgba(43,140,255,.12), transparent 34%),
    linear-gradient(180deg, rgba(4,20,43,.62), rgba(3,15,31,.82)) !important;
}
.exsen-auto-investor-chat .exsen-live-chat-list .exsen-live-chat-row{
  display:flex !important;
  grid-template-columns:none !important;
  align-items:flex-end !important;
  gap:9px !important;
  padding:5px 2px !important;
  border:0 !important;
  min-width:0 !important;
}
.exsen-auto-investor-chat .exsen-live-chat-list .exsen-live-chat-row + .exsen-live-chat-row{
  margin-top:4px !important;
}
.exsen-auto-investor-chat .exsen-live-chat-list .exsen-live-chat-row b{
  flex:0 0 32px !important;
  width:32px !important;
  height:32px !important;
  min-width:32px !important;
  border-radius:50% !important;
  display:grid !important;
  place-items:center !important;
  color:#fff !important;
  font-size:12px !important;
  font-weight:900 !important;
  box-shadow:0 8px 18px rgba(0,0,0,.18) !important;
}
.exsen-auto-investor-chat .exsen-live-chat-list .exsen-live-chat-bubble{
  display:block !important;
  grid-template-columns:none !important;
  max-width:min(74%, 720px) !important;
  padding:9px 11px 8px !important;
  border:1px solid rgba(132,186,255,.10) !important;
  border-bottom:0 !important;
  border-radius:16px 16px 16px 6px !important;
  background:rgba(12,38,76,.88) !important;
  box-shadow:0 10px 22px rgba(0,0,0,.14) !important;
}
.exsen-auto-investor-chat .exsen-live-chat-list .exsen-live-chat-meta{
  display:flex !important;
  grid-template-columns:none !important;
  align-items:center !important;
  gap:8px !important;
  justify-content:space-between !important;
  padding:0 !important;
  margin:0 0 3px !important;
  border:0 !important;
}
.exsen-auto-investor-chat .exsen-live-chat-list .exsen-live-chat-meta strong{
  color:#f3f8ff !important;
  font-size:12px !important;
  line-height:1.1 !important;
  font-weight:800 !important;
}
.exsen-auto-investor-chat .exsen-live-chat-list .exsen-live-chat-meta em{
  color:rgba(207,220,240,.62) !important;
  font-size:9px !important;
  line-height:1 !important;
  font-style:normal !important;
  text-align:right !important;
  min-width:auto !important;
}
.exsen-auto-investor-chat .exsen-live-chat-list .exsen-live-chat-bubble span{
  display:block !important;
  color:#eaf2ff !important;
  font-size:14px !important;
  line-height:1.38 !important;
  font-weight:600 !important;
  word-break:break-word !important;
}
.exsen-auto-investor-chat .exsen-live-chat-list .exsen-live-chat-row.is-user{
  justify-content:flex-end !important;
}
.exsen-auto-investor-chat .exsen-live-chat-list .exsen-live-chat-row.is-user b{
  display:none !important;
}
.exsen-auto-investor-chat .exsen-live-chat-list .exsen-live-chat-row.is-user .exsen-live-chat-bubble{
  border-radius:16px 16px 6px 16px !important;
  border-color:rgba(66,153,255,.28) !important;
  background:linear-gradient(180deg, rgba(43,140,255,.96), rgba(25,101,214,.96)) !important;
}
.exsen-auto-investor-chat .exsen-live-chat-list .exsen-live-chat-row.is-user .exsen-live-chat-meta{
  justify-content:flex-end !important;
}
.exsen-auto-investor-chat .exsen-live-chat-list .exsen-live-chat-row.is-user .exsen-live-chat-meta strong{
  display:none !important;
}
.exsen-auto-investor-chat .exsen-live-chat-list .exsen-live-chat-row.is-user .exsen-live-chat-meta em{
  color:rgba(255,255,255,.68) !important;
}
.exsen-auto-investor-chat .exsen-live-chat-list .exsen-live-chat-row.is-user .exsen-live-chat-bubble span{
  color:#fff !important;
}
.exsen-auto-investor-chat .exsen-live-chat-input{
  grid-template-columns:1fr 46px !important;
  gap:9px !important;
  margin-top:14px !important;
  padding:8px !important;
  border-radius:18px !important;
  background:rgba(7,28,59,.82) !important;
}
.exsen-auto-investor-chat .exsen-live-chat-input input{
  height:44px !important;
  font-size:13px !important;
  padding:0 12px !important;
}
.exsen-auto-investor-chat .exsen-live-chat-input button{
  width:44px !important;
  height:44px !important;
  border-radius:15px !important;
  font-size:19px !important;
}
@media(max-width:760px){
  .exsen-auto-investor-chat .exsen-live-chat-list .exsen-live-chat-bubble{max-width:82% !important;}
  .exsen-auto-investor-chat .exsen-live-chat-list .exsen-live-chat-bubble span{font-size:13px !important;}
}


/* v0.6.23 - üst aksiyon ve cüzdan ürün filtreleme */
.exsen-balance-chip-link{
  text-decoration:none!important;
  color:inherit!important;
  cursor:pointer!important;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease!important;
}
.exsen-balance-chip-link:hover{
  transform:translateY(-1px)!important;
  border-color:rgba(96,165,250,.42)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 16px 34px rgba(28,106,230,.20)!important;
}
.exsen-wallet-assets .exsen-holding-card[hidden],
.exsen-wallet-assets .exsen-wallet-empty[hidden]{
  display:none!important;
}
.exsen-wallet-empty{
  grid-column:1/-1!important;
  min-height:96px!important;
  border:1px dashed rgba(101,163,255,.24)!important;
  border-radius:18px!important;
  background:rgba(12,34,70,.42)!important;
  color:#9eb9dd!important;
  font-weight:800!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
}

/* v0.6.24 - Cüzdan işlem geçmişi modern, isteğe bağlı liste */
.exsen-history-modern-grid{
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:18px !important;
  align-items:start !important;
}
.exsen-history-collapsible{
  padding:0 !important;
  overflow:hidden !important;
  border-radius:24px !important;
  background:linear-gradient(180deg,rgba(14,38,72,.92),rgba(7,23,45,.98)) !important;
  border:1px solid rgba(77,145,255,.18) !important;
  box-shadow:0 18px 38px rgba(0,8,24,.22) !important;
}
.exsen-history-collapsible summary{
  list-style:none !important;
  cursor:pointer !important;
  display:grid !important;
  grid-template-columns:auto 1fr auto !important;
  gap:16px !important;
  align-items:center !important;
  padding:22px !important;
  min-height:126px !important;
  user-select:none !important;
}
.exsen-history-collapsible summary::-webkit-details-marker{display:none !important;}
.exsen-history-summary-icon{
  width:54px !important;
  height:54px !important;
  border-radius:18px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  font-size:13px !important;
  font-weight:950 !important;
  letter-spacing:.04em !important;
  flex:0 0 auto !important;
}
.exsen-history-summary-icon.buy{
  color:#26f38c !important;
  background:rgba(18,193,112,.14) !important;
  border:1px solid rgba(38,243,140,.24) !important;
}
.exsen-history-summary-icon.all{
  color:#7db8ff !important;
  background:rgba(48,128,255,.16) !important;
  border:1px solid rgba(125,184,255,.24) !important;
  font-size:22px !important;
}
.exsen-history-summary-text span{
  display:block !important;
  color:#3da6ff !important;
  font-size:11px !important;
  font-weight:950 !important;
  letter-spacing:.09em !important;
  text-transform:uppercase !important;
  margin-bottom:6px !important;
}
.exsen-history-summary-text h3{
  margin:0 0 6px !important;
  color:#fff !important;
  font-size:22px !important;
  line-height:1.12 !important;
}
.exsen-history-summary-text p{
  margin:0 !important;
  color:#b7d4f7 !important;
  font-size:13px !important;
  line-height:1.45 !important;
}
.exsen-history-summary-side{
  text-align:right !important;
  min-width:104px !important;
}
.exsen-history-summary-side strong{
  display:block !important;
  color:#fff !important;
  font-size:26px !important;
  line-height:1 !important;
}
.exsen-history-summary-side small{
  display:block !important;
  color:#8fb0d6 !important;
  font-size:11px !important;
  margin:5px 0 12px !important;
}
.exsen-history-summary-side em{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:999px !important;
  padding:9px 13px !important;
  background:#2378ff !important;
  color:#fff !important;
  font-size:12px !important;
  font-style:normal !important;
  font-weight:900 !important;
  white-space:nowrap !important;
  box-shadow:0 12px 24px rgba(35,120,255,.24) !important;
}
.exsen-history-collapsible[open] .exsen-history-summary-side em{
  background:rgba(255,255,255,.1) !important;
  box-shadow:none !important;
}
.exsen-history-collapsible[open] .exsen-history-summary-side em::before{content:'Liste Açık' !important; font-size:0 !important;}
.exsen-history-collapsible[open] .exsen-history-summary-side em{font-size:0 !important;}
.exsen-history-collapsible[open] .exsen-history-summary-side em::after{content:'Liste Açık' !important; font-size:12px !important;}
.exsen-history-drawer{
  border-top:1px solid rgba(91,154,255,.14) !important;
  padding:16px !important;
  display:grid !important;
  gap:10px !important;
  max-height:420px !important;
  overflow:auto !important;
  background:rgba(2,13,28,.22) !important;
}
.exsen-history-full-list{
  padding:0 !important;
  overflow:hidden !important;
}
.exsen-history-full-list .exsen-history-drawer,
.exsen-history-drawer.is-open{
  border-top:none !important;
  max-height:620px !important;
}
.exsen-history-list-item{
  display:grid !important;
  grid-template-columns:minmax(180px,1.4fr) minmax(110px,.8fr) minmax(110px,.8fr) auto !important;
  gap:14px !important;
  align-items:center !important;
  padding:14px 16px !important;
  border-radius:16px !important;
  background:rgba(13,36,68,.7) !important;
  border:1px solid rgba(88,151,255,.12) !important;
}
.exsen-history-list-left{
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  min-width:0 !important;
}
.exsen-history-list-left strong{
  display:block !important;
  color:#fff !important;
  font-size:14px !important;
  line-height:1.2 !important;
}
.exsen-history-list-left small,
.exsen-history-list-mid small,
.exsen-history-list-right small{
  display:block !important;
  color:#86a8ce !important;
  font-size:11px !important;
  line-height:1.25 !important;
}
.exsen-history-list-mid strong{
  display:block !important;
  color:#eaf4ff !important;
  font-size:14px !important;
  margin-top:3px !important;
  white-space:nowrap !important;
}
.exsen-history-list-right{
  text-align:right !important;
  display:grid !important;
  justify-items:end !important;
  gap:7px !important;
}
.exsen-history-empty-card{
  padding:22px !important;
  border-radius:16px !important;
  background:rgba(14,38,72,.62) !important;
  color:#a9c5e5 !important;
  font-size:14px !important;
  text-align:center !important;
  border:1px dashed rgba(120,175,255,.2) !important;
}
@media (max-width:1250px){
  .exsen-history-modern-grid{grid-template-columns:1fr !important;}
}
@media (max-width:860px){
  .exsen-history-collapsible summary{grid-template-columns:auto 1fr !important; padding:18px !important;}
  .exsen-history-summary-side{grid-column:1 / -1 !important; display:flex !important; align-items:center !important; justify-content:space-between !important; text-align:left !important;}
  .exsen-history-summary-side small{margin:0 !important;}
  .exsen-history-list-item{grid-template-columns:1fr !important; gap:10px !important;}
  .exsen-history-list-right{text-align:left !important; justify-items:start !important;}
}

/* v0.6.26 contract cards - centered and sell area */
.exsen-contract-wallet-section{
  margin-top:24px !important;
  padding-top:2px !important;
}
.exsen-contract-wallet-section .exsen-sub-head{
  align-items:flex-end !important;
  gap:16px !important;
}
.exsen-contract-wallet-section .exsen-sub-head > strong{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:36px !important;
  padding:0 14px !important;
  border-radius:999px !important;
  background:rgba(43,140,255,.14) !important;
  color:#8dc2ff !important;
  border:1px solid rgba(84,143,255,.18) !important;
  font-size:12px !important;
  font-weight:900 !important;
  letter-spacing:.03em !important;
  white-space:nowrap !important;
}
.exsen-contract-card-grid{
  display:grid !important;
  grid-template-columns:repeat(auto-fit,minmax(295px,1fr)) !important;
  gap:18px !important;
  margin-top:14px !important;
}
.exsen-contract-card{
  position:relative !important;
  overflow:hidden !important;
  min-height:300px !important;
  padding:20px !important;
  border-radius:26px !important;
  background:
    radial-gradient(circle at 92% 0%, rgba(43,140,255,.24), transparent 34%),
    linear-gradient(180deg,rgba(14,42,78,.96),rgba(6,22,44,.98)) !important;
  border:1px solid rgba(104,166,255,.18) !important;
  box-shadow:0 18px 45px rgba(2,8,20,.24) !important;
  display:flex !important;
  flex-direction:column !important;
  gap:14px !important;
}
.exsen-contract-card::before{
  content:'' !important;
  position:absolute !important;
  inset:0 0 auto 0 !important;
  height:4px !important;
  background:linear-gradient(90deg,#2b8cff,#24d39a) !important;
  opacity:.9 !important;
}
.exsen-contract-card-top{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:10px !important;
}
.exsen-contract-card-top span{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:30px !important;
  padding:0 12px !important;
  border-radius:999px !important;
  background:rgba(26,198,124,.14) !important;
  color:#39e79a !important;
  border:1px solid rgba(57,221,135,.2) !important;
  font-size:11px !important;
  font-weight:900 !important;
}
.exsen-contract-card-top small{
  color:#8ea8c9 !important;
  font-size:11px !important;
  font-weight:800 !important;
}
.exsen-contract-identity{
  text-align:center !important;
  padding:8px 8px 2px !important;
}
.exsen-contract-identity h4,
.exsen-contract-card h4{
  margin:0 0 10px !important;
  color:#fff !important;
  font-size:22px !important;
  font-weight:950 !important;
  letter-spacing:-.03em !important;
  line-height:1.18 !important;
  text-align:center !important;
  text-wrap:balance !important;
}
.exsen-contract-identity small{
  display:block !important;
  margin-bottom:7px !important;
  color:#7fb3ff !important;
  font-size:10px !important;
  font-weight:900 !important;
  text-transform:uppercase !important;
  letter-spacing:.12em !important;
}
.exsen-contract-value{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:48px !important;
  padding:0 18px !important;
  border-radius:18px !important;
  background:rgba(43,140,255,.12) !important;
  border:1px solid rgba(82,152,255,.18) !important;
  color:#fff !important;
  font-size:28px !important;
  line-height:1 !important;
  font-weight:950 !important;
  letter-spacing:-.04em !important;
}
.exsen-contract-meta{
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  gap:10px !important;
}
.exsen-contract-meta div{
  padding:12px !important;
  border-radius:16px !important;
  background:rgba(5,18,36,.45) !important;
  border:1px solid rgba(84,143,255,.1) !important;
  min-width:0 !important;
}
.exsen-contract-meta div:first-child{
  grid-column:1 / -1 !important;
}
.exsen-contract-meta small{
  display:block !important;
  margin-bottom:5px !important;
  color:#79aaf0 !important;
  font-size:10px !important;
  font-weight:900 !important;
  text-transform:uppercase !important;
  letter-spacing:.06em !important;
}
.exsen-contract-meta strong{
  color:#eaf3ff !important;
  font-size:13px !important;
  line-height:1.35 !important;
  font-weight:900 !important;
  word-break:break-word !important;
}
.exsen-contract-card p{
  margin:0 !important;
  color:#b9cbe5 !important;
  font-size:13px !important;
  line-height:1.55 !important;
  text-align:center !important;
}
.exsen-contract-sell-box{
  margin-top:auto !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:14px !important;
  padding:13px !important;
  border-radius:18px !important;
  background:rgba(6,18,38,.72) !important;
  border:1px solid rgba(104,166,255,.16) !important;
}
.exsen-contract-sell-box small{
  display:block !important;
  color:#79aaf0 !important;
  font-size:10px !important;
  font-weight:900 !important;
  text-transform:uppercase !important;
  letter-spacing:.08em !important;
  margin-bottom:4px !important;
}
.exsen-contract-sell-box strong{
  display:block !important;
  color:#eaf3ff !important;
  font-size:13px !important;
  font-weight:900 !important;
}
.exsen-contract-sell-button{
  border:0 !important;
  min-width:86px !important;
  min-height:40px !important;
  border-radius:14px !important;
  color:#fff !important;
  background:linear-gradient(135deg,#ff4b65,#d92c45) !important;
  box-shadow:0 12px 26px rgba(217,44,69,.22) !important;
  font-size:13px !important;
  font-weight:950 !important;
  cursor:pointer !important;
}
.exsen-contract-sell-button:hover{filter:brightness(1.05) !important; transform:translateY(-1px) !important;}
.exsen-contract-sell-button:disabled{
  cursor:not-allowed !important;
  opacity:.76 !important;
  background:rgba(43,140,255,.28) !important;
  box-shadow:none !important;
  transform:none !important;
}
.exsen-contract-sell-feedback{
  min-height:18px !important;
  color:#39e79a !important;
  font-size:12px !important;
  font-weight:800 !important;
  text-align:center !important;
}
.exsen-contract-sell-feedback.is-error{color:#ff95a6 !important;}
.exsen-contract-empty{
  grid-column:1 / -1 !important;
  min-height:84px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:18px !important;
  border:1px dashed rgba(104,166,255,.22) !important;
  background:rgba(6,22,44,.55) !important;
  color:#8ea8c9 !important;
  font-weight:800 !important;
}
@media (max-width: 760px){
  .exsen-contract-card-grid{grid-template-columns:1fr !important;}
  .exsen-contract-wallet-section .exsen-sub-head{align-items:flex-start !important;}
  .exsen-contract-sell-box{align-items:stretch !important; flex-direction:column !important;}
  .exsen-contract-sell-button{width:100% !important;}
}

  .exsen-contract-wallet-section .exsen-sub-head{align-items:flex-start !important;}
}

/* v2.1.5 customer panel menu grouping */
.exsen-client-side-nav .exsen-side-group{
  display:flex !important;
  flex-direction:column !important;
  gap:7px !important;
}
.exsen-client-side-nav .exsen-side-main{
  position:relative !important;
}
.exsen-client-side-nav .exsen-side-main::after{
  content:'›' !important;
  margin-left:auto !important;
  font-size:18px !important;
  opacity:.65 !important;
}
.exsen-client-side-nav .exsen-side-group.is-open .exsen-side-main::after{
  transform:rotate(90deg) !important;
}
.exsen-client-side-nav .exsen-side-sub{
  display:flex !important;
  flex-direction:column !important;
  gap:6px !important;
  padding:0 0 2px 12px !important;
  margin-top:-2px !important;
  border-left:1px solid rgba(109,176,255,.18) !important;
}
.exsen-client-side-nav .exsen-side-subitem{
  min-height:34px !important;
  padding:0 12px !important;
  border-radius:11px !important;
  font-size:12px !important;
  font-weight:800 !important;
  background:rgba(255,255,255,.018) !important;
  color:#b9ccea !important;
}
.exsen-client-side-nav .exsen-side-subitem::before{
  content:'•' !important;
  margin-right:8px !important;
  color:#58a6ff !important;
  opacity:.8 !important;
}
.exsen-client-side-nav .exsen-side-subitem.is-active{
  color:#fff !important;
  background:rgba(43,140,255,.20) !important;
  border-color:rgba(92,169,255,.24) !important;
}
@media (max-width:1050px){
  .exsen-client-side-nav .exsen-side-group,
  .exsen-client-side-nav .exsen-side-sub{
    flex-direction:row !important;
    align-items:center !important;
    gap:8px !important;
    padding:0 !important;
    margin:0 !important;
    border-left:0 !important;
  }
  .exsen-client-side-nav .exsen-side-main::after,
  .exsen-client-side-nav .exsen-side-subitem::before{
    display:none !important;
  }
}


/* v2.1.6 compact side menu with inline sections */
.exsen-client-side-nav .exsen-side-group{gap:0 !important;}
.exsen-client-side-nav .exsen-side-main::after,
.exsen-client-side-nav .exsen-side-sub{display:none !important;}
.exsen-inline-sections{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:18px !important;margin-top:22px !important;}
.exsen-inline-card{background:rgba(7,18,45,.38) !important;border:1px solid rgba(79,148,255,.15) !important;border-radius:22px !important;padding:22px !important;box-shadow:0 18px 38px rgba(0,0,0,.18) !important;}
.exsen-inline-form{margin-top:12px !important;}
.exsen-inline-card .exsen-sub-head{margin-bottom:14px !important;}
.exsen-inline-card .exsen-sub-head h3{margin:0 !important;font-size:24px !important;}
.exsen-inline-card .exsen-sub-head p{margin-top:4px !important;}
.exsen-inline-card .exsen-form-grid,
.exsen-inline-card .exsen-profile-form{max-width:none !important;}
@media (max-width:980px){
  .exsen-inline-sections{grid-template-columns:1fr !important;}
}


/* v2.1.7 settings and inline form alignment repair */
.exsen-inline-sections{align-items:start !important;}
.exsen-inline-card{display:flex !important;flex-direction:column !important;align-self:stretch !important;}
.exsen-inline-card .exsen-page-head,
.exsen-inline-card .exsen-sub-head{padding-right:0 !important;}
.exsen-inline-card .exsen-sub-head{margin-bottom:18px !important;padding-bottom:14px !important;border-bottom:1px solid rgba(118,177,255,.15) !important;}
.exsen-inline-card .exsen-sub-head h3{line-height:1.12 !important;}

.exsen-profile-form,
.exsen-password-reset-form{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:16px !important;
  align-items:start !important;
}
.exsen-profile-form label,
.exsen-password-reset-form label{
  display:flex !important;
  flex-direction:column !important;
  gap:8px !important;
  min-width:0 !important;
  color:#dcecff !important;
  font-weight:800 !important;
}
.exsen-password-reset-form input,
.exsen-password-reset-form select,
.exsen-password-reset-form textarea,
.exsen-profile-form input,
.exsen-profile-form select{
  width:100% !important;
  min-width:0 !important;
  min-height:54px !important;
  border-radius:14px !important;
  border:1px solid rgba(111,176,255,.18) !important;
  background:rgba(255,255,255,.055) !important;
  color:#fff !important;
  padding:0 16px !important;
  box-sizing:border-box !important;
  line-height:1.25 !important;
}
.exsen-profile-form select,
.exsen-password-reset-form select{padding-right:42px !important;}
.exsen-profile-form .exsen-dash-btn,
.exsen-password-reset-form .exsen-dash-btn,
.exsen-settings-actions .exsen-dash-btn{
  min-height:56px !important;
  padding:0 22px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
  line-height:1.15 !important;
  white-space:normal !important;
}
.exsen-password-reset-form .exsen-dash-btn{grid-column:1 / -1 !important;max-width:320px !important;width:100% !important;}
.exsen-profile-form .exsen-dash-btn{width:100% !important;max-width:280px !important;}
.exsen-security-note{margin-top:2px !important;}

.exsen-settings-list{gap:16px !important;}
.exsen-settings-list label{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) auto !important;
  align-items:center !important;
  gap:18px !important;
  min-height:92px !important;
  padding:20px 22px !important;
}
.exsen-settings-list label > span{display:grid !important;gap:6px !important;min-width:0 !important;}
.exsen-settings-list label strong{font-size:15px !important;line-height:1.25 !important;}
.exsen-settings-list label small{font-size:13px !important;line-height:1.45 !important;max-width:780px !important;}
.exsen-settings-list input[type="checkbox"]{
  -webkit-appearance:none !important;
  appearance:none !important;
  width:58px !important;
  height:32px !important;
  min-width:58px !important;
  border-radius:999px !important;
  border:1px solid rgba(105,156,230,.42) !important;
  background:linear-gradient(180deg,rgba(22,44,84,.95),rgba(13,29,59,.95)) !important;
  position:relative !important;
  cursor:pointer !important;
  box-shadow:inset 0 1px 2px rgba(255,255,255,.05), inset 0 -2px 6px rgba(0,0,0,.22) !important;
  transition:background .18s ease,border-color .18s ease,box-shadow .18s ease !important;
}
.exsen-settings-list input[type="checkbox"]::before{
  content:'' !important;
  position:absolute !important;
  top:3px !important;
  left:3px !important;
  width:24px !important;
  height:24px !important;
  border-radius:50% !important;
  background:linear-gradient(180deg,#ffffff,#d9e8ff) !important;
  box-shadow:0 3px 12px rgba(0,0,0,.28) !important;
  transition:transform .18s ease !important;
}
.exsen-settings-list input[type="checkbox"]:checked{
  background:linear-gradient(180deg,#3e95ff,#1b6ef1) !important;
  border-color:rgba(105,189,255,.75) !important;
  box-shadow:0 0 0 4px rgba(45,135,255,.12), inset 0 1px 1px rgba(255,255,255,.14) !important;
}
.exsen-settings-list input[type="checkbox"]:checked::before{transform:translateX(26px) !important;}
.exsen-settings-list input[type="checkbox"]:focus-visible{outline:none !important;box-shadow:0 0 0 4px rgba(45,135,255,.18) !important;}

@media (max-width:980px){
  .exsen-settings-list label{grid-template-columns:1fr !important;align-items:start !important;}
}
@media (max-width:760px){
  .exsen-profile-form,
  .exsen-password-reset-form,
  .exsen-inline-sections{grid-template-columns:1fr !important;}
  .exsen-profile-form .exsen-dash-btn,
  .exsen-password-reset-form .exsen-dash-btn,
  .exsen-settings-actions .exsen-dash-btn{max-width:none !important;}
}


/* v2.1.8 settings layout reorder and compact size */
.exsen-inline-sections{margin-top:10px !important;margin-bottom:24px !important;}
.exsen-settings-list-shell{max-width:940px !important;margin-top:10px !important;}
.exsen-settings-list{gap:12px !important;}
.exsen-settings-list label{min-height:74px !important;padding:16px 18px !important;border-radius:18px !important;}
.exsen-settings-list label strong{font-size:14px !important;}
.exsen-settings-list label small{font-size:12px !important;line-height:1.35 !important;}
.exsen-settings-list input[type="checkbox"]{width:54px !important;height:30px !important;min-width:54px !important;}
.exsen-settings-list input[type="checkbox"]::before{width:22px !important;height:22px !important;}
.exsen-settings-list input[type="checkbox"]:checked::before{transform:translateX(24px) !important;}
.exsen-settings-actions{max-width:940px !important;margin-top:18px !important;}
.exsen-inline-card{padding:20px !important;}
.exsen-inline-card .exsen-sub-head h3{font-size:22px !important;}
@media (min-width:981px){
  .exsen-settings-list-shell{margin-left:0 !important;}
}


/* v2.1.9 CRM customer management rebuild + cleaner settings */
.exsen-settings-actions p{display:none !important;}

.exsen-customer-crm-card{padding:18px !important;}
.exsen-customer-crm-head{margin-bottom:14px !important;padding-bottom:12px !important;}
.exsen-customer-crm-head p{display:none !important;}
.exsen-customer-crm-workspace{
  display:grid !important;
  grid-template-columns:320px minmax(0,1fr) !important;
  gap:14px !important;
  align-items:start !important;
}
.exsen-customer-list-panel{
  position:sticky !important;
  top:70px !important;
  max-height:calc(100vh - 110px) !important;
  overflow:hidden !important;
}
.exsen-customer-list-panel .exsen-record-list{
  max-height:calc(100vh - 190px) !important;
  overflow:auto !important;
}
.exsen-customer-list-item{
  padding:13px 14px !important;
  gap:5px !important;
}
.exsen-customer-list-item strong{
  font-size:13.5px !important;
  line-height:1.2 !important;
}
.exsen-customer-list-item small{
  font-size:12px !important;
}
.exsen-customer-list-meta{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:6px !important;
  margin-top:5px !important;
}
.exsen-customer-list-meta span{
  display:inline-flex !important;
  border-radius:999px !important;
  background:#eef6ff !important;
  color:#0f4a86 !important;
  padding:4px 8px !important;
  font-size:11px !important;
  font-weight:850 !important;
}
.exsen-customer-list-item em{
  display:inline-flex !important;
  width:max-content !important;
  margin-top:6px !important;
  border-radius:999px !important;
  background:#ecfdf5 !important;
  color:#047857 !important;
  padding:5px 9px !important;
  font-size:11px !important;
  font-style:normal !important;
  font-weight:900 !important;
}
.exsen-customer-detail-panel{
  overflow:hidden !important;
}
.exsen-customer-detail-head{
  padding:16px 18px !important;
  border-bottom:1px solid #dbe7f6 !important;
}
.exsen-customer-summary-grid{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:10px !important;
  padding:14px !important;
  background:#f8fbff !important;
  border-bottom:1px solid #dbe7f6 !important;
}
.exsen-customer-summary-grid div{
  min-height:76px !important;
  border:1px solid #dbe7f6 !important;
  border-radius:14px !important;
  background:#fff !important;
  padding:12px 13px !important;
  box-shadow:0 8px 20px rgba(15,23,42,.035) !important;
}
.exsen-customer-summary-grid small{
  display:block !important;
  color:#64748b !important;
  font-size:11px !important;
  font-weight:900 !important;
  margin-bottom:7px !important;
}
.exsen-customer-summary-grid strong{
  display:block !important;
  color:#0f172a !important;
  font-size:18px !important;
  font-weight:950 !important;
  line-height:1.15 !important;
  word-break:break-word !important;
}
.exsen-customer-admin-form{
  padding:14px !important;
}
.exsen-customer-admin-sections{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:14px !important;
}
.exsen-customer-admin-section{
  border:1px solid #dbe7f6 !important;
  border-radius:18px !important;
  background:#fff !important;
  overflow:hidden !important;
  box-shadow:0 10px 24px rgba(15,23,42,.035) !important;
}
.exsen-customer-admin-section.is-wallet,
.exsen-customer-admin-section.is-contracts{
  grid-column:1 / -1 !important;
}
.exsen-customer-section-head{
  display:flex !important;
  align-items:flex-start !important;
  gap:12px !important;
  padding:14px 16px !important;
  background:linear-gradient(180deg,#f8fbff,#ffffff) !important;
  border-bottom:1px solid #dbe7f6 !important;
}
.exsen-customer-section-head span{
  width:34px !important;
  height:34px !important;
  border-radius:12px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  color:#fff !important;
  background:linear-gradient(135deg,#0d47a1,#2f7df4) !important;
  font-weight:950 !important;
  font-size:12px !important;
  flex:0 0 auto !important;
}
.exsen-customer-section-head h3{
  margin:0 !important;
  font-size:17px !important;
  color:#0f172a !important;
  font-weight:950 !important;
}
.exsen-customer-section-head p{
  margin:4px 0 0 !important;
  color:#64748b !important;
  font-size:12px !important;
  line-height:1.35 !important;
}
.exsen-customer-form-grid{
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  padding:14px !important;
  gap:12px !important;
}
.exsen-customer-form-grid .exsen-full-field.is-wide{
  grid-column:1 / -1 !important;
}
.exsen-customer-form-grid .exsen-full-field strong{
  font-size:12px !important;
  margin-bottom:6px !important;
}
.exsen-customer-form-grid input,
.exsen-customer-form-grid textarea,
.exsen-customer-form-grid select{
  min-height:42px !important;
  border-radius:11px !important;
  font-size:13px !important;
}
.exsen-customer-form-grid textarea{
  min-height:92px !important;
}
.exsen-customer-savebar{
  position:sticky !important;
  bottom:0 !important;
  background:rgba(255,255,255,.96) !important;
  backdrop-filter:blur(12px) !important;
  border-top:1px solid #dbe7f6 !important;
  padding:14px 0 0 !important;
  margin-top:14px !important;
}
@media(max-width:1280px){
  .exsen-customer-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
  .exsen-customer-admin-sections{grid-template-columns:1fr !important;}
}
@media(max-width:980px){
  .exsen-customer-crm-workspace{grid-template-columns:1fr !important;}
  .exsen-customer-list-panel{position:relative !important;top:0 !important;max-height:none !important;}
  .exsen-customer-list-panel .exsen-record-list{max-height:360px !important;}
}
@media(max-width:680px){
  .exsen-customer-summary-grid,
  .exsen-customer-form-grid{grid-template-columns:1fr !important;}
}


/* v2.2.0 Messenger-style live support */
.exsen-support-page-card{padding:26px !important;}
.exsen-support-page-head{margin-bottom:18px !important;}
.exsen-support-page-head p{max-width:740px !important;}
.exsen-support-chat-shell{background:linear-gradient(180deg,rgba(4,18,41,.92),rgba(3,16,36,.96)) !important;border-radius:24px !important;overflow:hidden !important;}
.exsen-support-chat-body{height:430px !important;padding:18px !important;gap:12px !important;background:radial-gradient(circle at top right,rgba(31,122,255,.08),transparent 32%),linear-gradient(180deg,#071c42,#031632) !important;}
.exsen-support-bubble{max-width:78% !important;align-items:flex-start !important;gap:8px !important;}
.exsen-support-avatar{width:38px !important;height:38px !important;font-size:13px !important;box-shadow:0 8px 18px rgba(0,0,0,.22) !important;}
.exsen-support-bubble>div{padding:10px 12px !important;border-radius:22px 22px 22px 8px !important;background:linear-gradient(180deg,rgba(13,43,84,.96),rgba(8,29,59,.98)) !important;}
.exsen-support-bubble.is-user>div{border-radius:22px 22px 8px 22px !important;background:linear-gradient(180deg,#2e89ff,#1c67dd) !important;}
.exsen-support-bubble strong{font-size:12px !important;margin-bottom:3px !important;opacity:.95 !important;}
.exsen-support-bubble p{font-size:14px !important;line-height:1.45 !important;word-break:break-word !important;}
.exsen-support-bubble small{margin-top:6px !important;font-size:10.5px !important;opacity:.9 !important;}
.exsen-support-page-form{padding:14px !important;background:rgba(5,19,42,.92) !important;display:grid !important;gap:12px !important;}
.exsen-support-hidden-input{display:none !important;}
.exsen-support-preview[hidden]{display:none !important;}
.exsen-support-preview-card{display:grid !important;grid-template-columns:56px minmax(0,1fr) auto !important;align-items:center !important;gap:12px !important;padding:10px 12px !important;border-radius:18px !important;border:1px solid rgba(111,176,255,.16) !important;background:rgba(10,36,73,.86) !important;}
.exsen-support-preview-card img{width:56px !important;height:56px !important;object-fit:cover !important;border-radius:12px !important;display:block !important;}
.exsen-support-preview-card strong{display:block !important;color:#fff !important;font-size:13px !important;font-weight:900 !important;}
.exsen-support-preview-card small{display:block !important;color:#93b4de !important;font-size:11px !important;font-weight:700 !important;margin-top:4px !important;}
.exsen-support-preview-remove{width:34px !important;height:34px !important;border-radius:999px !important;border:1px solid rgba(111,176,255,.2) !important;background:rgba(255,255,255,.08) !important;color:#fff !important;font-size:22px !important;line-height:1 !important;cursor:pointer !important;}
.exsen-support-compose{grid-template-columns:minmax(0,1fr) 56px !important;gap:12px !important;align-items:end !important;}
.exsen-support-compose-box{display:grid !important;gap:10px !important;padding:12px !important;border-radius:22px !important;border:1px solid rgba(111,176,255,.14) !important;background:rgba(8,30,61,.96) !important;box-shadow:inset 0 1px 0 rgba(255,255,255,.03) !important;}
.exsen-support-toolbar{display:flex !important;align-items:center !important;gap:8px !important;}
.exsen-support-tool{width:40px !important;height:40px !important;border-radius:999px !important;border:1px solid rgba(111,176,255,.16) !important;background:rgba(255,255,255,.06) !important;color:#d9ebff !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;cursor:pointer !important;transition:all .18s ease !important;}
.exsen-support-tool:hover{background:rgba(47,122,244,.18) !important;border-color:rgba(111,176,255,.38) !important;color:#fff !important;transform:translateY(-1px) !important;}
.exsen-support-tool svg{width:20px !important;height:20px !important;display:block !important;}
.exsen-support-compose textarea{min-height:74px !important;max-height:180px !important;border-radius:16px !important;border:0 !important;background:rgba(255,255,255,.045) !important;padding:14px 16px !important;line-height:1.5 !important;}
.exsen-support-compose textarea::placeholder{color:#85a6d0 !important;}
.exsen-support-send{width:56px !important;height:56px !important;border-radius:18px !important;border:0 !important;background:linear-gradient(180deg,#2f86ff,#1264df) !important;color:#fff !important;display:flex !important;align-items:center !important;justify-content:center !important;box-shadow:0 14px 30px rgba(18,100,223,.24) !important;cursor:pointer !important;}
.exsen-support-send svg{width:24px !important;height:24px !important;display:block !important;}
.exsen-panel-message{font-size:13px !important;font-weight:800 !important;}
.exsen-panel-message.is-success{color:#24e39b !important;}
.exsen-panel-message.is-error{color:#ff9ea6 !important;}
.exsen-support-attachment{display:grid !important;gap:8px !important;margin-top:10px !important;}
.exsen-support-attachment-thumb{display:block !important;width:min(220px,100%) !important;overflow:hidden !important;border-radius:16px !important;border:1px solid rgba(255,255,255,.14) !important;}
.exsen-support-attachment-thumb img{display:block !important;width:100% !important;height:auto !important;object-fit:cover !important;}
.exsen-support-attachment-link{display:inline-flex !important;width:max-content !important;max-width:100% !important;padding:8px 12px !important;border-radius:999px !important;background:rgba(255,255,255,.08) !important;color:#fff !important;text-decoration:none !important;font-size:12px !important;font-weight:800 !important;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important;}
.exsen-msg-bubble .exsen-support-attachment-link{background:#edf4ff !important;color:#0f4a86 !important;}
@media (max-width:760px){
  .exsen-support-page-head{flex-direction:column !important;}
  .exsen-support-status{width:100% !important;max-width:260px !important;}
  .exsen-support-chat-body{height:360px !important;padding:14px !important;}
  .exsen-support-bubble{max-width:88% !important;}
  .exsen-support-compose{grid-template-columns:1fr !important;}
  .exsen-support-send{width:100% !important;height:52px !important;border-radius:16px !important;}
}


/* v2.2.2 support compose icon and placement repair */
.exsen-support-compose{grid-template-columns:minmax(0,1fr) 64px !important;align-items:end !important;gap:14px !important;}
.exsen-support-compose-box{display:grid !important;grid-template-columns:1fr !important;gap:12px !important;padding:14px !important;}
.exsen-support-compose-box textarea{order:1 !important;}
.exsen-support-toolbar{order:2 !important;display:flex !important;align-items:center !important;gap:10px !important;flex-wrap:wrap !important;}
.exsen-support-tool{width:auto !important;min-width:132px !important;height:44px !important;padding:0 14px !important;border-radius:14px !important;background:rgba(255,255,255,.08) !important;color:#ffffff !important;font-size:13px !important;font-weight:800 !important;gap:8px !important;box-shadow:none !important;}
.exsen-support-tool svg{width:18px !important;height:18px !important;display:block !important;flex:0 0 auto !important;color:#fff !important;fill:currentColor !important;}
.exsen-support-tool svg path{fill:currentColor !important;stroke:none !important;}
.exsen-support-tool span{display:inline-block !important;line-height:1 !important;color:#fff !important;}
.exsen-support-send{width:64px !important;height:64px !important;border-radius:20px !important;align-self:end !important;color:#fff !important;}
.exsen-support-send svg{width:26px !important;height:26px !important;color:#fff !important;fill:currentColor !important;}
.exsen-support-send svg path{fill:currentColor !important;stroke:none !important;}
@media (max-width:760px){
  .exsen-support-tool{min-width:0 !important;flex:1 1 140px !important;justify-content:center !important;}
  .exsen-support-compose{grid-template-columns:1fr !important;}
  .exsen-support-send{width:100% !important;height:54px !important;border-radius:16px !important;}
}


/* v2.2.3 floating support compact layout fix */
.exsen-floating-support-panel{width:356px !important;max-width:calc(100vw - 28px) !important;}
.exsen-floating-support-head{padding:18px 18px 14px !important;}
.exsen-floating-support-head strong{font-size:17px !important;line-height:1.15 !important;}
.exsen-floating-support-head small{font-size:13px !important;}
.exsen-floating-support-body{
  padding:14px 14px 12px !important;
  display:flex !important;
  flex-direction:column !important;
  gap:10px !important;
  max-height:210px !important;
  overflow:auto !important;
}
.exsen-floating-support-body p{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  justify-content:flex-start !important;
  gap:6px !important;
  width:max-content !important;
  max-width:85% !important;
  min-width:120px !important;
  margin:0 !important;
  padding:12px 14px !important;
  border-radius:16px 16px 16px 8px !important;
  line-height:1.4 !important;
}
.exsen-floating-support-body p.is-user{
  margin-left:auto !important;
  border-radius:16px 16px 8px 16px !important;
}
.exsen-floating-support-body p b{
  display:block !important;
  margin:0 !important;
  font-size:12px !important;
  font-weight:900 !important;
  color:#ffffff !important;
}
.exsen-floating-support-body p span{
  display:block !important;
  align-self:flex-end !important;
  margin-top:2px !important;
  font-size:10px !important;
  line-height:1 !important;
}
.exsen-floating-support-body .exsen-support-empty{
  max-width:100% !important;
  width:auto !important;
  min-width:0 !important;
  border-radius:14px !important;
}
.exsen-floating-support-input{
  grid-template-columns:minmax(0,1fr) 74px !important;
  align-items:center !important;
  gap:10px !important;
  padding:12px 14px 14px !important;
}
.exsen-floating-support-input input{
  height:48px !important;
  padding:0 14px !important;
  font-size:14px !important;
}
.exsen-floating-support-input button{
  height:48px !important;
  min-width:74px !important;
  padding:0 10px !important;
  font-size:12px !important;
  letter-spacing:.1px !important;
  line-height:1 !important;
  box-shadow:0 10px 22px rgba(20,88,224,.2) !important;
}
@media (max-width:760px){
  .exsen-floating-support-panel{right:12px !important;left:12px !important;bottom:96px !important;width:auto !important;}
  .exsen-floating-support-body{max-height:190px !important;}
  .exsen-floating-support-input{grid-template-columns:minmax(0,1fr) 70px !important;}
  .exsen-floating-support-input button{font-size:11px !important;min-width:70px !important;}
}


/* v2.2.4 support composer: single attach menu + send inside input */
.exsen-support-compose{
  display:block !important;
  grid-template-columns:1fr !important;
}
.exsen-support-compose-box{
  position:relative !important;
  display:block !important;
  padding:0 !important;
  min-height:122px !important;
  border-radius:22px !important;
  overflow:visible !important;
}
.exsen-support-compose-box textarea{
  display:block !important;
  width:100% !important;
  min-height:122px !important;
  padding:16px 76px 56px 58px !important;
  border-radius:22px !important;
  resize:vertical !important;
  box-sizing:border-box !important;
}
.exsen-support-inline-actions{
  position:absolute !important;
  left:12px !important;
  right:12px !important;
  bottom:12px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  pointer-events:none !important;
}
.exsen-support-attach-wrap{
  position:relative !important;
  pointer-events:auto !important;
}
.exsen-support-attach-toggle,
.exsen-support-send{
  width:42px !important;
  height:42px !important;
  min-width:42px !important;
  min-height:42px !important;
  padding:0 !important;
  border:0 !important;
  border-radius:999px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  cursor:pointer !important;
  color:#fff !important;
  line-height:1 !important;
  font-size:0 !important;
}
.exsen-support-attach-toggle{
  background:rgba(255,255,255,.08) !important;
  border:1px solid rgba(111,176,255,.16) !important;
}
.exsen-support-attach-toggle:hover{
  background:rgba(47,122,244,.20) !important;
}
.exsen-support-send{
  pointer-events:auto !important;
  background:linear-gradient(180deg,#2f86ff,#1264df) !important;
  box-shadow:0 10px 24px rgba(18,100,223,.24) !important;
}
.exsen-support-attach-toggle svg,
.exsen-support-send svg{
  width:20px !important;
  height:20px !important;
  display:block !important;
  color:#fff !important;
  fill:currentColor !important;
}
.exsen-support-send svg{
  width:21px !important;
  height:21px !important;
  transform:translateX(1px) !important;
}
.exsen-support-attach-toggle svg path,
.exsen-support-send svg path{
  fill:currentColor !important;
  stroke:none !important;
}
.exsen-support-attach-menu[hidden]{
  display:none !important;
}
.exsen-support-attach-menu{
  position:absolute !important;
  left:0 !important;
  bottom:52px !important;
  z-index:25 !important;
  width:190px !important;
  padding:8px !important;
  border-radius:16px !important;
  border:1px solid rgba(111,176,255,.18) !important;
  background:linear-gradient(180deg,rgba(12,38,75,.98),rgba(6,22,47,.98)) !important;
  box-shadow:0 18px 46px rgba(0,0,0,.35) !important;
}
.exsen-support-attach-menu button{
  width:100% !important;
  min-height:40px !important;
  padding:0 10px !important;
  border:0 !important;
  border-radius:12px !important;
  background:transparent !important;
  color:#eaf4ff !important;
  display:flex !important;
  align-items:center !important;
  gap:9px !important;
  cursor:pointer !important;
  font-size:12px !important;
  font-weight:850 !important;
  text-align:left !important;
}
.exsen-support-attach-menu button:hover{
  background:rgba(47,122,244,.16) !important;
  color:#fff !important;
}
.exsen-support-attach-menu button svg{
  width:17px !important;
  height:17px !important;
  flex:0 0 auto !important;
  color:#9fd0ff !important;
  fill:currentColor !important;
}
.exsen-support-attach-menu button svg path{
  fill:currentColor !important;
}
.exsen-support-toolbar,
.exsen-support-tool{
  display:none !important;
}
@media (max-width:760px){
  .exsen-support-compose-box textarea{
    padding:15px 68px 54px 54px !important;
  }
  .exsen-support-attach-menu{
    width:180px !important;
  }
}


/* v2.2.5 support page cleanup and professional chat layout */
.exsen-support-page-card{padding:24px !important;}
.exsen-support-page-head{display:flex !important;align-items:center !important;justify-content:space-between !important;gap:18px !important;padding-right:54px !important;margin-bottom:18px !important;padding-bottom:16px !important;border-bottom:1px solid rgba(118,177,255,.12) !important;}
.exsen-support-page-head > div:first-child{display:flex !important;align-items:center !important;min-height:44px !important;}
.exsen-support-page-head span,
.exsen-support-page-head p{display:none !important;}
.exsen-support-page-head h2{margin:0 !important;font-size:28px !important;line-height:1.08 !important;letter-spacing:-.02em !important;}
.exsen-support-status{flex:0 0 185px !important;padding:12px 14px !important;border-radius:16px !important;gap:3px !important;}
.exsen-support-status strong{font-size:14px !important;}
.exsen-support-status small{font-size:11px !important;}

.exsen-support-chat-shell{border-radius:22px !important;overflow:hidden !important;background:linear-gradient(180deg,rgba(4,18,41,.96),rgba(3,16,36,.98)) !important;}
.exsen-support-chat-body{height:460px !important;padding:24px 26px 20px !important;display:flex !important;flex-direction:column !important;gap:14px !important;background:radial-gradient(circle at top right,rgba(31,122,255,.07),transparent 32%),linear-gradient(180deg,#071c42,#031632) !important;}
.exsen-chat-day{align-self:center !important;margin-bottom:2px !important;}
.exsen-support-bubble{width:100% !important;max-width:none !important;display:flex !important;align-items:flex-end !important;justify-content:flex-start !important;gap:12px !important;}
.exsen-support-bubble.is-user{justify-content:flex-end !important;flex-direction:row-reverse !important;}
.exsen-support-avatar{width:38px !important;height:38px !important;font-size:13px !important;box-shadow:0 10px 20px rgba(0,0,0,.22) !important;}
.exsen-support-bubble > div{max-width:min(760px,78%) !important;padding:12px 14px !important;border-radius:20px 20px 20px 8px !important;box-shadow:0 12px 24px rgba(0,0,0,.12) !important;word-break:break-word !important;}
.exsen-support-bubble.is-user > div{max-width:min(760px,72%) !important;border-radius:20px 20px 8px 20px !important;}
.exsen-support-bubble strong{font-size:11.5px !important;line-height:1.2 !important;margin-bottom:4px !important;opacity:.96 !important;}
.exsen-support-bubble p{font-size:14px !important;line-height:1.5 !important;margin:0 !important;}
.exsen-support-bubble small{font-size:10px !important;line-height:1 !important;margin-top:7px !important;opacity:.9 !important;}
.exsen-support-attachment{margin-top:9px !important;}
.exsen-support-attachment-thumb{width:min(240px,100%) !important;border-radius:14px !important;}

.exsen-support-page-form{padding:14px 16px 16px !important;background:rgba(4,17,40,.82) !important;border-top:1px solid rgba(111,176,255,.12) !important;}
.exsen-support-compose-box{min-height:108px !important;}
.exsen-support-compose-box textarea{min-height:108px !important;padding:16px 72px 54px 56px !important;border-radius:20px !important;background:rgba(17,44,82,.82) !important;border:1px solid rgba(119,174,244,.18) !important;}
.exsen-support-inline-actions{left:12px !important;right:12px !important;bottom:12px !important;}
.exsen-support-attach-toggle,.exsen-support-send{width:40px !important;height:40px !important;min-width:40px !important;min-height:40px !important;}
.exsen-support-send svg{width:20px !important;height:20px !important;}
.exsen-panel-message{padding-top:8px !important;min-height:20px !important;}

@media (max-width:860px){
  .exsen-support-page-head{flex-direction:column !important;align-items:flex-start !important;padding-right:0 !important;}
  .exsen-support-status{width:100% !important;max-width:220px !important;}
  .exsen-support-chat-body{height:400px !important;padding:18px 16px !important;}
  .exsen-support-bubble > div,.exsen-support-bubble.is-user > div{max-width:84% !important;}
}


/* v2.2.6 compact composer like chatgpt */
.exsen-support-page-form{padding:12px 16px 16px !important;}
.exsen-support-compose-box{
  min-height:74px !important;
  background:rgba(17,44,82,.82) !important;
  border:1px solid rgba(119,174,244,.16) !important;
  border-radius:18px !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03) !important;
}
.exsen-support-compose-box textarea{
  min-height:74px !important;
  height:74px !important;
  max-height:120px !important;
  padding:18px 62px 18px 54px !important;
  border-radius:18px !important;
  background:transparent !important;
  border:0 !important;
  line-height:1.45 !important;
  font-size:14px !important;
  resize:none !important;
}
.exsen-support-compose-box textarea::placeholder{color:#8ea8c9 !important;}
.exsen-support-inline-actions{
  left:14px !important;
  right:10px !important;
  top:50% !important;
  bottom:auto !important;
  transform:translateY(-50%) !important;
  align-items:center !important;
}
.exsen-support-attach-toggle,
.exsen-support-send{
  width:32px !important;
  height:32px !important;
  min-width:32px !important;
  min-height:32px !important;
}
.exsen-support-attach-toggle{
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  opacity:.92 !important;
}
.exsen-support-attach-toggle:hover{background:transparent !important;opacity:1 !important;transform:none !important;}
.exsen-support-attach-toggle svg{width:21px !important;height:21px !important;color:#d9e9ff !important;}
.exsen-support-send{
  background:linear-gradient(180deg,#2f86ff,#1264df) !important;
  border-radius:12px !important;
  box-shadow:0 8px 18px rgba(18,100,223,.18) !important;
}
.exsen-support-send svg{width:16px !important;height:16px !important;transform:translateX(1px) !important;}
.exsen-support-attach-menu{left:-2px !important;bottom:44px !important;width:176px !important;}
.exsen-support-attach-menu button{min-height:36px !important;font-size:11.5px !important;}
@media (max-width:760px){
  .exsen-support-page-form{padding:10px 12px 14px !important;}
  .exsen-support-compose-box{min-height:68px !important;}
  .exsen-support-compose-box textarea{min-height:68px !important;height:68px !important;padding:16px 56px 16px 50px !important;}
  .exsen-support-inline-actions{left:12px !important;right:10px !important;}
}


/* v2.2.7 tiny transparent paperclip */
.exsen-support-compose-box{min-height:72px !important;}
.exsen-support-compose-box textarea{
  min-height:72px !important;
  height:72px !important;
  padding:18px 62px 18px 44px !important;
}
.exsen-support-inline-actions{
  left:10px !important;
  right:10px !important;
}
.exsen-support-attach-toggle{
  width:24px !important;
  height:24px !important;
  min-width:24px !important;
  min-height:24px !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  border-radius:0 !important;
}
.exsen-support-attach-toggle svg{
  width:18px !important;
  height:18px !important;
  color:#d7e6fb !important;
}
.exsen-support-attach-toggle svg path{fill:currentColor !important;}
.exsen-support-send{
  width:32px !important;
  height:32px !important;
  min-width:32px !important;
  min-height:32px !important;
}
@media (max-width:760px){
  .exsen-support-compose-box textarea{
    min-height:68px !important;
    height:68px !important;
    padding:16px 56px 16px 42px !important;
  }
  .exsen-support-inline-actions{left:10px !important;right:10px !important;}
  .exsen-support-attach-toggle{width:22px !important;height:22px !important;min-width:22px !important;min-height:22px !important;}
  .exsen-support-attach-toggle svg{width:17px !important;height:17px !important;}
}


/* v2.2.8 final live support composer repair */
.exsen-support-page-card .exsen-support-page-form{
  padding:12px 16px 16px !important;
}

.exsen-support-page-card .exsen-support-final-compose{
  display:block !important;
  width:100% !important;
}

.exsen-support-page-card .exsen-support-final-compose .exsen-support-compose-box{
  position:relative !important;
  display:block !important;
  width:100% !important;
  min-height:62px !important;
  height:62px !important;
  padding:0 !important;
  border-radius:18px !important;
  overflow:visible !important;
  background:rgba(17,44,82,.82) !important;
  border:1px solid rgba(119,174,244,.17) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03) !important;
}

.exsen-support-page-card .exsen-support-final-compose .exsen-support-compose-box textarea{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:62px !important;
  min-height:62px !important;
  max-height:62px !important;
  margin:0 !important;
  padding:20px 58px 16px 50px !important;
  border:0 !important;
  border-radius:18px !important;
  background:transparent !important;
  color:#ffffff !important;
  font-size:14px !important;
  line-height:1.35 !important;
  resize:none !important;
  outline:none !important;
  box-sizing:border-box !important;
}

.exsen-support-page-card .exsen-support-final-compose .exsen-support-compose-box textarea::placeholder{
  color:#8ea8c9 !important;
  opacity:1 !important;
}

.exsen-support-page-card .exsen-support-final-compose .exsen-support-inline-actions{
  position:absolute !important;
  left:14px !important;
  right:10px !important;
  top:50% !important;
  bottom:auto !important;
  transform:translateY(-50%) !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  pointer-events:none !important;
  z-index:5 !important;
}

.exsen-support-page-card .exsen-support-final-compose .exsen-support-attach-wrap{
  position:relative !important;
  pointer-events:auto !important;
  width:22px !important;
  height:22px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}

.exsen-support-page-card .exsen-support-final-compose .exsen-support-final-attach{
  width:22px !important;
  height:22px !important;
  min-width:22px !important;
  min-height:22px !important;
  max-width:22px !important;
  max-height:22px !important;
  padding:0 !important;
  margin:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  background-image:none !important;
  box-shadow:none !important;
  outline:none !important;
  color:#d8e9ff !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  opacity:.9 !important;
  cursor:pointer !important;
}

.exsen-support-page-card .exsen-support-final-compose .exsen-support-final-attach:hover{
  background:transparent !important;
  box-shadow:none !important;
  opacity:1 !important;
}

.exsen-support-page-card .exsen-support-final-compose .exsen-support-final-attach svg{
  width:18px !important;
  height:18px !important;
  display:block !important;
  color:currentColor !important;
  fill:currentColor !important;
}

.exsen-support-page-card .exsen-support-final-compose .exsen-support-final-attach svg path{
  fill:currentColor !important;
  stroke:none !important;
}

.exsen-support-page-card .exsen-support-final-compose .exsen-support-final-send{
  pointer-events:auto !important;
  width:36px !important;
  height:36px !important;
  min-width:36px !important;
  min-height:36px !important;
  max-width:36px !important;
  max-height:36px !important;
  padding:0 !important;
  margin:0 !important;
  border:0 !important;
  border-radius:13px !important;
  background:linear-gradient(180deg,#2f86ff,#1264df) !important;
  box-shadow:0 8px 18px rgba(18,100,223,.18) !important;
  color:#fff !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  cursor:pointer !important;
}

.exsen-support-page-card .exsen-support-final-compose .exsen-support-final-send svg{
  width:17px !important;
  height:17px !important;
  display:block !important;
  color:#fff !important;
  fill:currentColor !important;
  transform:translateX(1px) !important;
}

.exsen-support-page-card .exsen-support-final-compose .exsen-support-final-send svg path{
  fill:currentColor !important;
  stroke:none !important;
}

.exsen-support-page-card .exsen-support-final-compose .exsen-support-attach-menu{
  left:-8px !important;
  bottom:34px !important;
  width:178px !important;
  z-index:50 !important;
}

.exsen-support-page-card .exsen-panel-message{
  min-height:18px !important;
  padding-top:8px !important;
}

/* kill old generic button rules for this specific composer */
.exsen-support-page-card .exsen-support-final-compose button.exsen-support-final-attach{
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}

@media (max-width:760px){
  .exsen-support-page-card .exsen-support-page-form{
    padding:10px 12px 14px !important;
  }
  .exsen-support-page-card .exsen-support-final-compose .exsen-support-compose-box{
    height:58px !important;
    min-height:58px !important;
  }
  .exsen-support-page-card .exsen-support-final-compose .exsen-support-compose-box textarea{
    height:58px !important;
    min-height:58px !important;
    max-height:58px !important;
    padding:18px 54px 15px 46px !important;
  }
  .exsen-support-page-card .exsen-support-final-compose .exsen-support-inline-actions{
    left:12px !important;
    right:9px !important;
  }
  .exsen-support-page-card .exsen-support-final-compose .exsen-support-final-send{
    width:34px !important;
    height:34px !important;
    min-width:34px !important;
    min-height:34px !important;
  }
}


/* v2.3.0 mobile-first public site + customer panel */
.exsen-mobile-public-nav,
.exsen-mobile-panel-nav{
  display:none;
}

@media (max-width: 782px){
  html,body{
    max-width:100%;
    overflow-x:hidden;
  }

  body.exsen-yatirim-page,
  body.exsen-panel-page{
    background:#031225 !important;
  }

  .exsen-app{
    min-height:100vh !important;
    padding:0 0 96px !important;
    background:
      radial-gradient(circle at 78% 8%, rgba(38,132,255,.18), transparent 34%),
      linear-gradient(180deg,#040c1c 0%,#061b3b 46%,#031022 100%) !important;
  }

  .exsen-header{
    position:sticky !important;
    top:0 !important;
    z-index:70 !important;
    min-height:70px !important;
    padding:14px 16px 10px !important;
    background:rgba(3,13,29,.78) !important;
    backdrop-filter:blur(18px) !important;
    border-bottom:1px solid rgba(92,160,255,.12) !important;
  }

  .exsen-brand-mark strong{
    font-size:24px !important;
    letter-spacing:-.04em !important;
  }

  .exsen-brand-mark em{
    font-size:15px !important;
    margin-left:5px !important;
  }

  .exsen-top-actions{
    display:flex !important;
    gap:8px !important;
    overflow-x:auto !important;
    max-width:58vw !important;
    scrollbar-width:none !important;
  }

  .exsen-top-actions::-webkit-scrollbar{
    display:none !important;
  }

  .exsen-top-actions .exsen-nav-link:not(.is-client-menu),
  .exsen-top-actions .exsen-login-actions-btn{
    display:none !important;
  }

  .exsen-top-actions::after{
    content:'☰' !important;
    width:38px !important;
    height:38px !important;
    border-radius:12px !important;
    display:grid !important;
    place-items:center !important;
    color:#fff !important;
    background:rgba(255,255,255,.06) !important;
    border:1px solid rgba(119,174,244,.16) !important;
    font-size:20px !important;
  }

  .exsen-screen{
    padding:0 14px 24px !important;
  }

  .exsen-home-shell{
    max-width:100% !important;
    padding:14px 0 92px !important;
  }

  .exsen-hero-v2{
    min-height:auto !important;
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:14px !important;
    padding:22px 16px 18px !important;
    border-radius:22px !important;
    background:
      radial-gradient(circle at 90% 30%, rgba(36,116,255,.24), transparent 38%),
      linear-gradient(180deg,rgba(10,36,76,.9),rgba(4,17,39,.96)) !important;
    border:1px solid rgba(104,172,255,.18) !important;
    box-shadow:0 18px 44px rgba(0,0,0,.25) !important;
    overflow:hidden !important;
  }

  .exsen-hero-copy{
    order:1 !important;
  }

  .exsen-hero-copy .exsen-kicker{
    display:none !important;
  }

  .exsen-hero-copy h1{
    max-width:260px !important;
    margin:0 0 10px !important;
    color:#fff !important;
    font-size:31px !important;
    line-height:1.05 !important;
    letter-spacing:-.045em !important;
  }

  .exsen-hero-copy h1::first-line{
    color:#fff !important;
  }

  .exsen-hero-copy p.exsen-lead{
    max-width:270px !important;
    margin:0 0 16px !important;
    color:#b8c9e4 !important;
    font-size:13px !important;
    line-height:1.55 !important;
  }

  .exsen-actions{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:9px !important;
    max-width:220px !important;
  }

  .exsen-actions .exsen-gold,
  .exsen-actions button{
    width:100% !important;
    min-height:44px !important;
    border-radius:12px !important;
    color:#fff !important;
    background:linear-gradient(180deg,#2f86ff,#1264df) !important;
    box-shadow:0 12px 24px rgba(18,100,223,.25) !important;
  }

  .exsen-hero-visual-v2{
    position:absolute !important;
    right:-18px !important;
    top:105px !important;
    width:48% !important;
    min-width:168px !important;
    opacity:.95 !important;
    pointer-events:none !important;
  }

  .exsen-hero-main-image{
    max-width:100% !important;
    height:auto !important;
    filter:drop-shadow(0 18px 34px rgba(0,0,0,.3)) !important;
  }

  .exsen-trade-showcase,
  .exsen-content-block,
  .exsen-markets-section,
  .exsen-info-form-section,
  .exsen-about-section,
  .exsen-section{
    margin-top:14px !important;
    padding:16px !important;
    border-radius:20px !important;
    background:linear-gradient(180deg,rgba(9,33,70,.82),rgba(5,20,44,.92)) !important;
    border:1px solid rgba(104,172,255,.14) !important;
    box-shadow:none !important;
  }

  .exsen-showcase-head h2,
  .exsen-section-copy h2,
  .exsen-content-block h2{
    font-size:20px !important;
    line-height:1.18 !important;
    margin-bottom:8px !important;
  }

  .exsen-showcase-head p,
  .exsen-section-copy p{
    font-size:13px !important;
    line-height:1.55 !important;
    color:#a9bedc !important;
  }

  .exsen-investment-card-grid,
  .exsen-stat-strip,
  .exsen-stat-strip-final{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
  }

  .exsen-investment-card,
  .exsen-stat-card-visual,
  .premium-card{
    min-height:auto !important;
    padding:12px !important;
    border-radius:16px !important;
    background:rgba(255,255,255,.045) !important;
    border:1px solid rgba(119,174,244,.12) !important;
  }

  .exsen-investment-card{
    display:grid !important;
    grid-template-columns:64px minmax(0,1fr) !important;
    gap:12px !important;
    align-items:center !important;
  }

  .exsen-investment-visual{
    width:64px !important;
    height:64px !important;
    border-radius:16px !important;
  }

  .exsen-investment-content h3{
    font-size:15px !important;
    margin:0 0 4px !important;
  }

  .exsen-investment-content p{
    font-size:12px !important;
    line-height:1.4 !important;
    margin:0 !important;
  }

  .exsen-market-layout,
  .exsen-market-layout-visual{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:14px !important;
  }

  .exsen-section-visual{
    order:2 !important;
    min-height:180px !important;
  }

  .exsen-section-visual img{
    max-height:220px !important;
    object-fit:contain !important;
  }

  .exsen-form-grid,
  .exsen-lead-form,
  .exsen-register-grid{
    grid-template-columns:1fr !important;
  }

  .exsen-mobile-public-nav{
    position:fixed !important;
    left:12px !important;
    right:12px !important;
    bottom:10px !important;
    z-index:9999 !important;
    height:72px !important;
    display:grid !important;
    grid-template-columns:repeat(5,1fr) !important;
    gap:4px !important;
    padding:9px 8px calc(9px + env(safe-area-inset-bottom)) !important;
    border-radius:24px !important;
    background:rgba(5,20,45,.88) !important;
    border:1px solid rgba(119,174,244,.18) !important;
    backdrop-filter:blur(18px) !important;
    box-shadow:0 16px 44px rgba(0,0,0,.42) !important;
  }

  .exsen-mobile-public-nav button{
    appearance:none !important;
    border:0 !important;
    background:transparent !important;
    color:#91a9c8 !important;
    display:grid !important;
    place-items:center !important;
    gap:4px !important;
    font-size:10px !important;
    font-weight:800 !important;
    cursor:pointer !important;
    border-radius:16px !important;
    padding:4px 0 !important;
  }

  .exsen-mobile-public-nav svg{
    width:21px !important;
    height:21px !important;
  }

  .exsen-mobile-public-nav button.is-active,
  .exsen-mobile-public-nav button:hover{
    color:#fff !important;
    background:radial-gradient(circle, rgba(45,133,255,.28), transparent 72%) !important;
  }

  /* Logged customer mobile panel */
  .exsen-dash-app{
    min-height:100vh !important;
    padding-bottom:100px !important;
    background:
      radial-gradient(circle at 85% 0%, rgba(39,126,255,.16), transparent 38%),
      linear-gradient(180deg,#041022 0%,#061a38 50%,#030f21 100%) !important;
  }

  .exsen-dash-topbar{
    position:sticky !important;
    top:0 !important;
    z-index:80 !important;
    height:auto !important;
    min-height:66px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:10px !important;
    padding:12px 14px !important;
    background:rgba(3,13,29,.86) !important;
    backdrop-filter:blur(18px) !important;
    border-bottom:1px solid rgba(92,160,255,.12) !important;
  }

  .exsen-logo strong{
    font-size:24px !important;
    letter-spacing:-.04em !important;
  }

  .exsen-logo em{
    font-size:15px !important;
    margin-left:5px !important;
  }

  .exsen-user-area{
    width:auto !important;
    justify-content:flex-end !important;
    gap:8px !important;
    flex-wrap:nowrap !important;
  }

  .exsen-wallet-chip,
  .exsen-balance-chip{
    display:none !important;
  }

  .exsen-user-chip{
    width:42px !important;
    height:42px !important;
    padding:0 !important;
    border-radius:999px !important;
    justify-content:center !important;
  }

  .exsen-user-chip div{
    display:none !important;
  }

  .exsen-avatar{
    width:34px !important;
    height:34px !important;
    font-size:14px !important;
  }

  .exsen-icon-chip{
    width:42px !important;
    height:42px !important;
    min-width:42px !important;
  }

  .exsen-trading-dashboard{
    display:grid !important;
    grid-template-columns:1fr !important;
    grid-template-areas:'board' 'watch' 'chat' !important;
    gap:14px !important;
    padding:14px 14px 100px !important;
    max-width:100% !important;
  }

  .exsen-panel-card,
  .exsen-chart-board,
  .exsen-watchlist,
  .exsen-trade-board,
  .exsen-client-card-v213,
  .exsen-panel-tab .exsen-panel-card{
    width:100% !important;
    border-radius:20px !important;
    padding:16px !important;
    background:linear-gradient(180deg,rgba(9,33,70,.86),rgba(5,20,44,.95)) !important;
    border:1px solid rgba(104,172,255,.15) !important;
    box-shadow:0 16px 36px rgba(0,0,0,.18) !important;
  }

  .exsen-page-side-nav,
  .exsen-client-side-nav{
    display:none !important;
  }

  .exsen-panel-tab{
    padding:14px 14px 100px !important;
  }

  .exsen-panel-tab.is-active{
    display:block !important;
  }

  .exsen-trade-head{
    grid-template-columns:1fr !important;
    gap:12px !important;
  }

  .exsen-trade-title span{
    font-size:12px !important;
  }

  .exsen-trade-title strong{
    font-size:34px !important;
    line-height:1.05 !important;
  }

  .exsen-trade-title p{
    font-size:13px !important;
  }

  .exsen-trade-actions{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:10px !important;
    width:100% !important;
  }

  .exsen-trade-actions button{
    width:100% !important;
    min-width:0 !important;
    height:50px !important;
    border-radius:14px !important;
    font-size:18px !important;
  }

  .exsen-time-tabs{
    display:flex !important;
    gap:8px !important;
    overflow-x:auto !important;
    scrollbar-width:none !important;
  }

  .exsen-time-tabs::-webkit-scrollbar{
    display:none !important;
  }

  .exsen-time-tabs button{
    width:auto !important;
    min-width:52px !important;
    height:42px !important;
    border-radius:12px !important;
    font-size:14px !important;
  }

  .exsen-live-chart{
    height:330px !important;
    border-radius:18px !important;
    margin-top:14px !important;
  }

  .exsen-chart-times{
    left:16px !important;
    right:16px !important;
    bottom:12px !important;
    font-size:11px !important;
  }

  .exsen-market-row{
    min-height:82px !important;
    border-radius:16px !important;
    padding:12px !important;
    gap:12px !important;
  }

  .exsen-market-medal{
    width:50px !important;
    height:50px !important;
    flex-basis:50px !important;
  }

  .exsen-market-info strong{
    font-size:15px !important;
  }

  .exsen-market-info span,
  .exsen-market-info em{
    font-size:12px !important;
  }

  .exsen-session-stats,
  .exsen-portfolio-grid,
  .exsen-wallet-grid,
  .exsen-settings-list,
  .exsen-inline-sections,
  .exsen-customer-summary-grid{
    grid-template-columns:1fr 1fr !important;
    gap:10px !important;
  }

  .exsen-support-page-card{
    min-height:auto !important;
    padding:18px 14px !important;
  }

  .exsen-support-page-head{
    padding-right:46px !important;
  }

  .exsen-support-chat-body{
    height:calc(100vh - 280px) !important;
    min-height:330px !important;
    padding:16px !important;
  }

  .exsen-support-bubble > div,
  .exsen-support-bubble.is-user > div{
    max-width:82% !important;
  }

  .exsen-support-page-form{
    padding:12px !important;
  }

  .exsen-floating-support{
    display:none !important;
  }

  .exsen-floating-support-panel{
    display:none !important;
  }

  .exsen-mobile-panel-nav{
    position:fixed !important;
    left:12px !important;
    right:12px !important;
    bottom:10px !important;
    z-index:99999 !important;
    height:74px !important;
    display:grid !important;
    grid-template-columns:repeat(5,1fr) !important;
    gap:4px !important;
    padding:9px 8px calc(9px + env(safe-area-inset-bottom)) !important;
    border-radius:24px !important;
    background:rgba(5,20,45,.9) !important;
    border:1px solid rgba(119,174,244,.20) !important;
    backdrop-filter:blur(20px) !important;
    box-shadow:0 16px 44px rgba(0,0,0,.42) !important;
  }

  .exsen-mobile-panel-nav a{
    display:grid !important;
    place-items:center !important;
    gap:4px !important;
    padding:4px 0 !important;
    color:#91a9c8 !important;
    text-decoration:none !important;
    border-radius:16px !important;
    font-size:10px !important;
    font-weight:850 !important;
    line-height:1 !important;
  }

  .exsen-mobile-panel-nav svg{
    width:21px !important;
    height:21px !important;
  }

  .exsen-mobile-panel-nav a.is-active{
    color:#fff !important;
    background:radial-gradient(circle, rgba(45,133,255,.28), transparent 72%) !important;
    text-shadow:0 0 12px rgba(77,157,255,.35) !important;
  }

  .exsen-mobile-panel-nav a.is-active svg{
    filter:drop-shadow(0 0 8px rgba(45,133,255,.7)) !important;
  }

  .exsen-panel-return{
    width:40px !important;
    height:40px !important;
    border-radius:14px !important;
  }

  .exsen-wallet-modern-grid,
  .exsen-wallet-top-grid,
  .exsen-history-grid,
  .exsen-profile-form,
  .exsen-password-reset-form{
    grid-template-columns:1fr !important;
  }

  .exsen-inline-sections{
    grid-template-columns:1fr !important;
  }
}

@media (max-width: 420px){
  .exsen-hero-copy h1{
    font-size:28px !important;
    max-width:230px !important;
  }

  .exsen-hero-visual-v2{
    right:-36px !important;
    width:52% !important;
  }

  .exsen-session-stats,
  .exsen-portfolio-grid,
  .exsen-wallet-grid,
  .exsen-settings-list,
  .exsen-customer-summary-grid{
    grid-template-columns:1fr !important;
  }

  .exsen-live-chart{
    height:300px !important;
  }
}


/* v2.3.1 final mobile readability + logged-only bottom nav */
@media (max-width: 782px){

  /* Public users must not see bottom menu */
  .exsen-mobile-public-nav{
    display:none !important;
  }

  .exsen-app{
    padding-bottom:24px !important;
  }

  /* Header: logo left, hamburger right, aligned */
  .exsen-header{
    min-height:64px !important;
    height:64px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    padding:10px 14px !important;
  }

  .exsen-brand{
    display:flex !important;
    align-items:center !important;
    height:42px !important;
    padding:0 !important;
  }

  .exsen-brand-mark{
    display:flex !important;
    align-items:center !important;
    gap:5px !important;
    line-height:1 !important;
  }

  .exsen-brand-mark strong{
    font-size:24px !important;
    line-height:1 !important;
  }

  .exsen-brand-mark em{
    font-size:14px !important;
    line-height:1 !important;
    margin:0 !important;
  }

  .exsen-top-actions{
    width:auto !important;
    max-width:none !important;
    flex:0 0 auto !important;
    margin-left:auto !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-end !important;
    overflow:visible !important;
  }

  .exsen-top-actions > *{
    display:none !important;
  }

  .exsen-top-actions::after{
    content:'☰' !important;
    width:40px !important;
    height:40px !important;
    border-radius:12px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    color:#fff !important;
    background:rgba(255,255,255,.055) !important;
    border:1px solid rgba(119,174,244,.16) !important;
    font-size:22px !important;
    line-height:1 !important;
  }

  /* Public homepage: cleaner, less crowded */
  .exsen-screen{
    padding:0 12px 20px !important;
  }

  .exsen-home-shell{
    padding:12px 0 28px !important;
  }

  .exsen-hero-v2{
    padding:20px 14px !important;
    min-height:420px !important;
    border-radius:20px !important;
  }

  .exsen-hero-copy h1{
    max-width:250px !important;
    font-size:29px !important;
    line-height:1.08 !important;
    margin-bottom:10px !important;
  }

  .exsen-hero-copy p.exsen-lead{
    max-width:245px !important;
    font-size:12.5px !important;
    line-height:1.5 !important;
    margin-bottom:14px !important;
  }

  .exsen-actions{
    max-width:205px !important;
  }

  .exsen-actions .exsen-gold,
  .exsen-actions button{
    min-height:42px !important;
    font-size:12px !important;
    border-radius:12px !important;
    padding:0 14px !important;
  }

  .exsen-hero-visual-v2{
    width:46% !important;
    min-width:150px !important;
    right:-18px !important;
    top:118px !important;
  }

  .exsen-trade-showcase,
  .exsen-content-block,
  .exsen-markets-section,
  .exsen-info-form-section,
  .exsen-about-section,
  .exsen-section{
    padding:14px !important;
    margin-top:12px !important;
    border-radius:18px !important;
  }

  .exsen-showcase-head h2,
  .exsen-section-copy h2,
  .exsen-content-block h2{
    font-size:18px !important;
    line-height:1.18 !important;
  }

  .exsen-showcase-head p,
  .exsen-section-copy p,
  .exsen-content-block p{
    font-size:12.5px !important;
    line-height:1.45 !important;
  }

  .exsen-investment-card{
    grid-template-columns:54px minmax(0,1fr) !important;
    gap:10px !important;
    padding:10px !important;
    border-radius:14px !important;
  }

  .exsen-investment-visual{
    width:54px !important;
    height:54px !important;
    border-radius:14px !important;
  }

  .exsen-investment-content h3{
    font-size:14px !important;
    line-height:1.2 !important;
  }

  .exsen-investment-content p{
    font-size:11.5px !important;
    line-height:1.35 !important;
  }

  .exsen-stat-card-visual,
  .premium-card{
    padding:10px !important;
    border-radius:14px !important;
  }

  /* Logged panel cleaner cards */
  .exsen-dash-app{
    padding-bottom:96px !important;
  }

  .exsen-dash-topbar{
    min-height:64px !important;
    padding:10px 14px !important;
  }

  .exsen-trading-dashboard,
  .exsen-panel-tab{
    padding:12px 12px 96px !important;
    gap:12px !important;
  }

  .exsen-panel-card,
  .exsen-chart-board,
  .exsen-watchlist,
  .exsen-trade-board,
  .exsen-client-card-v213,
  .exsen-panel-tab .exsen-panel-card{
    padding:14px !important;
    border-radius:18px !important;
  }

  .exsen-card-title h3,
  .exsen-panel-card h2,
  .exsen-panel-card h3{
    font-size:18px !important;
    line-height:1.22 !important;
  }

  .exsen-panel-card p,
  .exsen-panel-card small,
  .exsen-panel-card span{
    line-height:1.35 !important;
  }

  .exsen-market-row{
    min-height:auto !important;
    padding:10px !important;
    border-radius:14px !important;
  }

  .exsen-market-medal{
    width:44px !important;
    height:44px !important;
    flex-basis:44px !important;
  }

  .exsen-market-info strong{
    font-size:14px !important;
  }

  .exsen-market-info span,
  .exsen-market-info em{
    font-size:11.5px !important;
  }

  .exsen-live-chart{
    height:285px !important;
  }

  .exsen-session-stats,
  .exsen-portfolio-grid,
  .exsen-wallet-grid,
  .exsen-settings-list,
  .exsen-customer-summary-grid{
    grid-template-columns:1fr 1fr !important;
    gap:9px !important;
  }

  .exsen-session-stats > *,
  .exsen-portfolio-grid > *,
  .exsen-wallet-grid > *{
    min-height:auto !important;
    padding:12px !important;
    border-radius:15px !important;
  }

  /* Logged-only bottom nav */
  .exsen-mobile-panel-nav{
    height:68px !important;
    left:10px !important;
    right:10px !important;
    bottom:8px !important;
    padding:8px 7px calc(8px + env(safe-area-inset-bottom)) !important;
    border-radius:22px !important;
  }

  .exsen-mobile-panel-nav a{
    font-size:9.5px !important;
    gap:3px !important;
    border-radius:14px !important;
  }

  .exsen-mobile-panel-nav svg{
    width:20px !important;
    height:20px !important;
  }
}

@media (max-width:420px){
  .exsen-hero-v2{
    min-height:390px !important;
  }

  .exsen-hero-copy h1{
    font-size:27px !important;
    max-width:220px !important;
  }

  .exsen-hero-copy p.exsen-lead{
    max-width:215px !important;
    font-size:12px !important;
  }

  .exsen-hero-visual-v2{
    width:50% !important;
    right:-36px !important;
    top:124px !important;
  }

  .exsen-session-stats,
  .exsen-portfolio-grid,
  .exsen-wallet-grid,
  .exsen-settings-list,
  .exsen-customer-summary-grid{
    grid-template-columns:1fr !important;
  }

  .exsen-live-chart{
    height:260px !important;
  }
}


/* v2.3.2 mobile header hamburger exact alignment */
@media (max-width: 782px){
  .exsen-header{
    position:sticky !important;
    top:0 !important;
    z-index:9998 !important;
    height:64px !important;
    min-height:64px !important;
    max-height:64px !important;
    display:grid !important;
    grid-template-columns:minmax(0,1fr) 44px !important;
    grid-template-rows:44px !important;
    align-items:center !important;
    column-gap:10px !important;
    padding:10px 14px !important;
    box-sizing:border-box !important;
  }

  .exsen-header .exsen-brand{
    grid-column:1 !important;
    grid-row:1 !important;
    width:auto !important;
    height:44px !important;
    min-height:44px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    padding:0 !important;
    margin:0 !important;
  }

  .exsen-header .exsen-brand-mark{
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:6px !important;
    height:44px !important;
    white-space:nowrap !important;
  }

  .exsen-header .exsen-brand-mark strong,
  .exsen-header .exsen-brand-mark em{
    display:inline-flex !important;
    align-items:center !important;
    height:44px !important;
    line-height:1 !important;
  }

  .exsen-header .exsen-brand-mark strong{
    font-size:24px !important;
  }

  .exsen-header .exsen-brand-mark em{
    font-size:14px !important;
    margin:0 !important;
  }

  .exsen-header .exsen-top-actions{
    grid-column:2 !important;
    grid-row:1 !important;
    position:static !important;
    width:44px !important;
    height:44px !important;
    min-width:44px !important;
    max-width:44px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    padding:0 !important;
    margin:0 !important;
    overflow:visible !important;
    transform:none !important;
  }

  .exsen-header .exsen-top-actions > *{
    display:none !important;
  }

  .exsen-header .exsen-top-actions::after{
    content:'☰' !important;
    width:40px !important;
    height:40px !important;
    min-width:40px !important;
    min-height:40px !important;
    margin:0 !important;
    padding:0 !important;
    border-radius:12px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    box-sizing:border-box !important;
    color:#ffffff !important;
    background:rgba(255,255,255,.055) !important;
    border:1px solid rgba(119,174,244,.16) !important;
    font-size:22px !important;
    line-height:1 !important;
  }
}


/* v2.6.7 clean borsa shortcode bridge layout */
.exsen-dash-app .exsen-shortcode-market-layout{
  display:grid !important;
  grid-template-columns:19% 81% !important;
  grid-template-rows:minmax(0,72%) minmax(180px,28%) !important;
  grid-template-areas:
    "left chart"
    "left chat" !important;
  gap:0 !important;
  width:100% !important;
  max-width:none !important;
  min-height:calc(100vh - 72px) !important;
  height:calc(100vh - 72px) !important;
  margin:0 !important;
  padding:0 !important;
  overflow:hidden !important;
  background:linear-gradient(180deg,#05172d 0%,#03111f 100%) !important;
  border-top:1px solid rgba(77,133,205,.22) !important;
  box-sizing:border-box !important;
}

.exsen-dash-app .exsen-borsa-slot{
  min-width:0 !important;
  min-height:0 !important;
  overflow:hidden !important;
  border-radius:0 !important;
  box-shadow:none !important;
  background:linear-gradient(180deg,rgba(4,17,31,.96),rgba(3,13,24,.98)) !important;
  border:0 !important;
  box-sizing:border-box !important;
}

.exsen-dash-app .exsen-borsa-slot-left{
  grid-area:left !important;
  border-right:1px solid rgba(77,133,205,.24) !important;
}

.exsen-dash-app .exsen-borsa-slot-chart{
  grid-area:chart !important;
  border-bottom:1px solid rgba(77,133,205,.24) !important;
}

.exsen-dash-app .exsen-borsa-slot-chat{
  grid-area:chat !important;
}

.exsen-dash-app .exsen-borsa-slot-inner{
  width:100% !important;
  height:100% !important;
  min-width:0 !important;
  min-height:0 !important;
  overflow:hidden !important;
  box-sizing:border-box !important;
}

.exsen-dash-app .exsen-borsa-slot-inner > *{
  max-width:100% !important;
  box-sizing:border-box !important;
}

.exsen-dash-app .exsen-borsa-placeholder{
  width:100% !important;
  height:100% !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
  gap:10px !important;
  padding:22px !important;
  background:
    radial-gradient(circle at 50% 0%,rgba(34,126,255,.11),transparent 38%),
    linear-gradient(180deg,rgba(6,24,46,.92),rgba(3,14,27,.98)) !important;
  color:#d9e8fb !important;
}

.exsen-dash-app .exsen-borsa-placeholder span{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  height:26px !important;
  padding:0 10px !important;
  border-radius:999px !important;
  color:#67b7ff !important;
  background:rgba(39,134,255,.10) !important;
  border:1px solid rgba(83,156,255,.18) !important;
  font-size:11px !important;
  font-weight:850 !important;
  letter-spacing:.04em !important;
  text-transform:uppercase !important;
}

.exsen-dash-app .exsen-borsa-placeholder strong{
  display:block !important;
  color:#ffffff !important;
  font-size:20px !important;
  line-height:1.15 !important;
  font-weight:900 !important;
}

.exsen-dash-app .exsen-borsa-placeholder p{
  max-width:520px !important;
  margin:0 !important;
  color:#9fb4cf !important;
  font-size:13px !important;
  line-height:1.45 !important;
  font-weight:650 !important;
}

.exsen-dash-app .exsen-borsa-placeholder code{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:36px !important;
  padding:0 14px !important;
  border-radius:10px !important;
  background:#071d36 !important;
  color:#82c3ff !important;
  border:1px solid rgba(83,156,255,.22) !important;
  font-size:13px !important;
  font-weight:850 !important;
  font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace !important;
}

.exsen-dash-app .exsen-borsa-slot-left .exsen-borsa-placeholder{
  justify-content:flex-start !important;
  padding-top:34px !important;
}

.exsen-dash-app .exsen-borsa-slot-left .exsen-borsa-placeholder strong{
  font-size:17px !important;
}

.exsen-dash-app .exsen-borsa-slot-left .exsen-borsa-placeholder p{
  font-size:12px !important;
}

.exsen-dash-app .exsen-borsa-slot-chat .exsen-borsa-placeholder{
  flex-direction:row !important;
  justify-content:space-between !important;
  text-align:left !important;
  padding:18px 24px !important;
}

.exsen-dash-app .exsen-borsa-slot-chat .exsen-borsa-placeholder strong{
  font-size:18px !important;
}

.exsen-dash-app .exsen-borsa-slot-chat .exsen-borsa-placeholder p{
  max-width:480px !important;
}

/* Eski piyasa/terminal arayüz sınıfları overview içinde artık görünmesin */
.exsen-dash-app .exsen-shortcode-market-layout .exsen-trading-watchlist,
.exsen-dash-app .exsen-shortcode-market-layout .exsen-trade-board,
.exsen-dash-app .exsen-shortcode-market-layout .exsen-live-investor-chat,
.exsen-dash-app .exsen-shortcode-market-layout .exsen-market-row,
.exsen-dash-app .exsen-shortcode-market-layout .exsen-live-chart,
.exsen-dash-app .exsen-shortcode-market-layout .exsen-live-quote-box,
.exsen-dash-app .exsen-shortcode-market-layout .exsen-trade-order-box,
.exsen-dash-app .exsen-shortcode-market-layout .exsen-chart-toolbar,
.exsen-dash-app .exsen-shortcode-market-layout .exsen-time-tabs{
  all:unset;
}

@media (max-width:1100px){
  .exsen-dash-app .exsen-shortcode-market-layout{
    grid-template-columns:24% 76% !important;
  }
}

@media (max-width:782px){
  .exsen-dash-app .exsen-shortcode-market-layout{
    display:grid !important;
    grid-template-columns:1fr !important;
    grid-template-rows:220px 420px 260px !important;
    grid-template-areas:
      "left"
      "chart"
      "chat" !important;
    height:auto !important;
    min-height:0 !important;
    overflow:visible !important;
    padding-bottom:86px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-left,
  .exsen-dash-app .exsen-borsa-slot-chart,
  .exsen-dash-app .exsen-borsa-slot-chat{
    border-right:0 !important;
    border-bottom:1px solid rgba(77,133,205,.22) !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-borsa-placeholder{
    flex-direction:column !important;
    align-items:flex-start !important;
    justify-content:center !important;
  }
}


/* v2.6.8 borsa layout embedded live chat */
.exsen-dash-app .exsen-shortcode-market-layout{
  grid-template-rows:minmax(0,69%) minmax(220px,31%) !important;
}

.exsen-dash-app .exsen-borsa-slot-chat{
  grid-area:chat !important;
  overflow:hidden !important;
  background:linear-gradient(180deg,rgba(3,15,27,.98),rgba(2,10,20,.99)) !important;
  border-top:1px solid rgba(77,133,205,.24) !important;
}

.exsen-dash-app .exsen-borsa-slot-chat > .exsen-live-investor-chat{
  width:100% !important;
  height:100% !important;
  min-height:0 !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  background:transparent !important;
  overflow:hidden !important;
}

/* Keep only the actual live chat in the borsa slot */
.exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-room-list,
.exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-briefs,
.exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-rules,
.exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-footer{
  display:none !important;
}

.exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-head,
.exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-head-rich{
  height:42px !important;
  min-height:42px !important;
  padding:0 18px !important;
  border-bottom:1px solid rgba(77,133,205,.20) !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  background:rgba(3,14,25,.52) !important;
}

.exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-title-only{
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
}

.exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-title-only h3{
  margin:0 !important;
  color:#f3f8ff !important;
  font-size:14px !important;
  line-height:1 !important;
  font-weight:900 !important;
  letter-spacing:.035em !important;
  text-transform:uppercase !important;
}

.exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-title-only span{
  display:inline-flex !important;
  align-items:center !important;
  gap:6px !important;
  color:#9ab3cf !important;
  font-size:11px !important;
  font-weight:750 !important;
}

.exsen-dash-app .exsen-borsa-slot-chat .exsen-live-online-dot{
  width:8px !important;
  height:8px !important;
  border-radius:999px !important;
  background:#19df8b !important;
  box-shadow:0 0 0 4px rgba(25,223,139,.10) !important;
}

.exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-shell,
.exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-shell-rich{
  display:block !important;
  width:100% !important;
  height:calc(100% - 42px) !important;
  min-height:0 !important;
  padding:0 !important;
}

.exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-feed,
.exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-feed-rich{
  position:relative !important;
  width:100% !important;
  height:100% !important;
  min-height:0 !important;
  padding:12px 18px 66px !important;
  overflow:hidden !important;
}

.exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-list{
  width:100% !important;
  height:100% !important;
  max-height:none !important;
  min-height:0 !important;
  display:flex !important;
  flex-direction:column !important;
  gap:8px !important;
  overflow:auto !important;
  padding:0 6px 4px 0 !important;
  margin:0 !important;
  border:0 !important;
  background:transparent !important;
  border-radius:0 !important;
}

.exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-row{
  display:flex !important;
  align-items:flex-end !important;
  justify-content:flex-start !important;
  gap:9px !important;
  width:100% !important;
  max-width:100% !important;
  padding:0 !important;
  margin:0 !important;
}

.exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-row.is-user{
  justify-content:flex-end !important;
}

.exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-row > b{
  width:28px !important;
  height:28px !important;
  min-width:28px !important;
  border-radius:50% !important;
  display:grid !important;
  place-items:center !important;
  color:#fff !important;
  font-size:11px !important;
  line-height:1 !important;
  font-weight:900 !important;
  box-shadow:0 8px 16px rgba(0,0,0,.18) !important;
}

.exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-row.is-user > b{
  order:2 !important;
}

.exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-bubble{
  width:auto !important;
  max-width:70% !important;
  padding:8px 11px !important;
  border-radius:13px !important;
  background:linear-gradient(180deg,rgba(18,51,94,.94),rgba(10,33,64,.98)) !important;
  border:1px solid rgba(74,137,226,.18) !important;
  box-shadow:0 8px 18px rgba(0,0,0,.12) !important;
}

.exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-row.is-user .exsen-live-chat-bubble{
  background:linear-gradient(180deg,rgba(28,115,239,.88),rgba(16,82,197,.94)) !important;
  border-color:rgba(94,162,255,.24) !important;
}

.exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-meta{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:10px !important;
  margin-bottom:3px !important;
}

.exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-meta strong{
  color:#f4f9ff !important;
  font-size:11px !important;
  line-height:1.1 !important;
  font-weight:900 !important;
}

.exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-meta em{
  color:#8fa8c6 !important;
  font-size:9px !important;
  line-height:1 !important;
  font-style:normal !important;
  font-weight:750 !important;
}

.exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-row.is-user .exsen-live-chat-meta em{
  color:rgba(255,255,255,.72) !important;
}

.exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-bubble span{
  display:block !important;
  color:#e5f0fd !important;
  font-size:11px !important;
  line-height:1.35 !important;
  font-weight:700 !important;
}

.exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-input,
.exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-input-rich,
.exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-input{
  position:absolute !important;
  left:18px !important;
  right:18px !important;
  bottom:12px !important;
  height:42px !important;
  min-height:42px !important;
  display:flex !important;
  align-items:center !important;
  gap:9px !important;
  padding:4px 5px 4px 13px !important;
  border-radius:999px !important;
  background:linear-gradient(180deg,rgba(9,30,54,.94),rgba(5,19,36,.98)) !important;
  border:1px solid rgba(74,137,226,.20) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035),0 8px 18px rgba(0,0,0,.14) !important;
}

.exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-input input,
.exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-input input{
  flex:1 1 auto !important;
  min-width:0 !important;
  height:100% !important;
  border:0 !important;
  outline:0 !important;
  background:transparent !important;
  color:#f5f9ff !important;
  font-size:12px !important;
  font-weight:700 !important;
  padding:0 4px !important;
}

.exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-input input::placeholder,
.exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-input input::placeholder{
  color:#88a3c0 !important;
}

.exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-actions{
  display:flex !important;
  align-items:center !important;
  gap:5px !important;
}

.exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-actions button:not(.exsen-live-send-btn){
  width:30px !important;
  height:30px !important;
  min-width:30px !important;
  border:0 !important;
  border-radius:50% !important;
  display:grid !important;
  place-items:center !important;
  padding:0 !important;
  color:#9db7d4 !important;
  background:transparent !important;
  font-size:13px !important;
}

.exsen-dash-app .exsen-borsa-slot-chat .exsen-live-send-btn{
  width:34px !important;
  height:34px !important;
  min-width:34px !important;
  border:0 !important;
  border-radius:50% !important;
  padding:0 !important;
  display:grid !important;
  place-items:center !important;
  color:transparent !important;
  font-size:0 !important;
  background:linear-gradient(180deg,#3d97ff,#156be8) !important;
  box-shadow:0 8px 18px rgba(24,112,239,.34), inset 0 1px 0 rgba(255,255,255,.25) !important;
  overflow:hidden !important;
}

.exsen-dash-app .exsen-borsa-slot-chat .exsen-live-send-btn::before{
  content:'➜' !important;
  color:#ffffff !important;
  font-size:18px !important;
  line-height:1 !important;
  transform:translateX(1px) !important;
}

.exsen-dash-app .exsen-borsa-slot-chat .exsen-live-send-btn:hover{
  transform:translateY(-1px) !important;
}

@media (max-width:782px){
  .exsen-dash-app .exsen-shortcode-market-layout{
    grid-template-rows:auto minmax(420px, 1fr) minmax(260px,31vh) !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-feed,
  .exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-feed-rich{
    padding:10px 12px 62px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-input,
  .exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-input-rich,
  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-input{
    left:12px !important;
    right:12px !important;
    bottom:10px !important;
  }
}


/* v2.6.9 full screen fixed borsa layout + always visible chat input */
html:has(.exsen-dash-app),
body.exsen-panel-page{
  height:100dvh !important;
  max-height:100dvh !important;
  overflow:hidden !important;
}

body.exsen-panel-page #page,
body.exsen-panel-page .site,
body.exsen-panel-page .site-main,
body.exsen-panel-page .content-area,
body.exsen-panel-page .site-content,
body.exsen-panel-page article,
body.exsen-panel-page .entry-content,
body.exsen-panel-page .page-content{
  height:100dvh !important;
  max-height:100dvh !important;
  overflow:hidden !important;
}

.exsen-dash-app{
  height:100dvh !important;
  max-height:100dvh !important;
  overflow:hidden !important;
}

.exsen-dash-app .exsen-dash-topbar{
  height:64px !important;
  min-height:64px !important;
  max-height:64px !important;
  overflow:hidden !important;
}

.exsen-dash-app .exsen-shortcode-market-layout{
  height:calc(100dvh - 64px) !important;
  min-height:0 !important;
  max-height:calc(100dvh - 64px) !important;
  grid-template-rows:minmax(0,69fr) minmax(0,31fr) !important;
  overflow:hidden !important;
}

.exsen-dash-app .exsen-borsa-slot,
.exsen-dash-app .exsen-borsa-slot-chart,
.exsen-dash-app .exsen-borsa-slot-chat{
  min-height:0 !important;
  max-height:100% !important;
  overflow:hidden !important;
}

.exsen-dash-app .exsen-borsa-slot-chat{
  height:100% !important;
  position:relative !important;
}

.exsen-dash-app .exsen-borsa-slot-chat > .exsen-live-investor-chat{
  display:flex !important;
  flex-direction:column !important;
  width:100% !important;
  height:100% !important;
  min-height:0 !important;
  max-height:100% !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  background:transparent !important;
  overflow:hidden !important;
}

.exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-head,
.exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-head-rich{
  flex:0 0 40px !important;
  height:40px !important;
  min-height:40px !important;
  max-height:40px !important;
}

.exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-shell,
.exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-shell-rich{
  flex:1 1 auto !important;
  height:auto !important;
  min-height:0 !important;
  max-height:none !important;
  overflow:hidden !important;
}

.exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-feed,
.exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-feed-rich{
  position:relative !important;
  height:100% !important;
  min-height:0 !important;
  max-height:100% !important;
  padding:10px 18px 60px !important;
  overflow:hidden !important;
}

.exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-list{
  height:100% !important;
  max-height:100% !important;
  min-height:0 !important;
  overflow:auto !important;
  padding-bottom:2px !important;
}

.exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-input,
.exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-input-rich,
.exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-input-simple,
.exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-input{
  display:flex !important;
  visibility:visible !important;
  opacity:1 !important;
  position:absolute !important;
  left:18px !important;
  right:18px !important;
  bottom:10px !important;
  height:42px !important;
  min-height:42px !important;
  max-height:42px !important;
  z-index:30 !important;
  align-items:center !important;
  gap:8px !important;
  padding:4px 5px 4px 13px !important;
  border-radius:999px !important;
  background:linear-gradient(180deg,rgba(9,30,54,.96),rgba(5,19,36,.99)) !important;
  border:1px solid rgba(74,137,226,.24) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 8px 18px rgba(0,0,0,.18) !important;
}

.exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-input input,
.exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-input input{
  display:block !important;
  flex:1 1 auto !important;
  min-width:0 !important;
  height:100% !important;
  border:0 !important;
  outline:0 !important;
  background:transparent !important;
  color:#f5f9ff !important;
  font-size:12px !important;
  font-weight:700 !important;
  padding:0 6px !important;
}

.exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-actions{
  display:flex !important;
  align-items:center !important;
  gap:4px !important;
  height:34px !important;
}

.exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-actions button:not(.exsen-live-send-btn){
  width:28px !important;
  height:28px !important;
  min-width:28px !important;
  border:0 !important;
  border-radius:50% !important;
  display:grid !important;
  place-items:center !important;
  padding:0 !important;
  color:#9db7d4 !important;
  background:transparent !important;
  font-size:12px !important;
}

.exsen-dash-app .exsen-borsa-slot-chat .exsen-live-send-btn{
  width:34px !important;
  height:34px !important;
  min-width:34px !important;
  max-width:34px !important;
  border:0 !important;
  border-radius:50% !important;
  padding:0 !important;
  display:grid !important;
  place-items:center !important;
  color:transparent !important;
  font-size:0 !important;
  background:linear-gradient(180deg,#3d97ff,#156be8) !important;
  box-shadow:0 8px 18px rgba(24,112,239,.34), inset 0 1px 0 rgba(255,255,255,.25) !important;
  overflow:hidden !important;
}

.exsen-dash-app .exsen-borsa-slot-chat .exsen-live-send-btn::before{
  content:'➜' !important;
  color:#ffffff !important;
  font-size:18px !important;
  line-height:1 !important;
  transform:translateX(1px) !important;
}

@media (max-width:782px){
  html:has(.exsen-dash-app),
  body.exsen-panel-page,
  .exsen-dash-app{
    height:auto !important;
    max-height:none !important;
    overflow:auto !important;
  }

  .exsen-dash-app .exsen-shortcode-market-layout{
    height:auto !important;
    max-height:none !important;
    grid-template-rows:auto minmax(420px, 1fr) minmax(260px,31vh) !important;
  }
}


/* v2.7.0 hard fix: hide WordPress admin bar for all Exsen frontend users */
#wpadminbar,
html body #wpadminbar{
  display:none !important;
  visibility:hidden !important;
  height:0 !important;
  min-height:0 !important;
  max-height:0 !important;
  overflow:hidden !important;
}

html.wp-toolbar,
html:has(.exsen-dash-app),
body.admin-bar,
body.exsen-panel-page.admin-bar{
  margin-top:0 !important;
  padding-top:0 !important;
}

html[style*="margin-top"],
body[style*="margin-top"]{
  margin-top:0 !important;
}

/* v2.7.0 hard-fixed borsa chat input. Independent from old chat input CSS. */
.exsen-dash-app .exsen-borsa-slot-chat{
  position:relative !important;
  overflow:hidden !important;
}

.exsen-dash-app .exsen-borsa-slot-chat > .exsen-live-investor-chat{
  height:100% !important;
  padding-bottom:58px !important;
  box-sizing:border-box !important;
}

.exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-feed,
.exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-feed-rich{
  padding-bottom:8px !important;
}

.exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-input,
.exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-input,
.exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-input-rich,
.exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-input-simple{
  display:none !important;
}

.exsen-dash-app .exsen-borsa-chat-fixed-input{
  position:absolute !important;
  left:18px !important;
  right:18px !important;
  bottom:10px !important;
  height:42px !important;
  min-height:42px !important;
  max-height:42px !important;
  z-index:99999 !important;
  display:flex !important;
  align-items:center !important;
  gap:8px !important;
  padding:4px 5px 4px 14px !important;
  border-radius:999px !important;
  background:linear-gradient(180deg,rgba(9,30,54,.98),rgba(5,19,36,1)) !important;
  border:1px solid rgba(74,137,226,.28) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.045),0 8px 18px rgba(0,0,0,.22) !important;
  box-sizing:border-box !important;
}

.exsen-dash-app .exsen-borsa-chat-fixed-input input{
  flex:1 1 auto !important;
  min-width:0 !important;
  height:100% !important;
  border:0 !important;
  outline:0 !important;
  background:transparent !important;
  color:#f5f9ff !important;
  font-size:12px !important;
  font-weight:700 !important;
  padding:0 6px !important;
  box-shadow:none !important;
}

.exsen-dash-app .exsen-borsa-chat-fixed-input input::placeholder{
  color:#8da8c5 !important;
}

.exsen-dash-app .exsen-borsa-chat-icon-btn{
  width:30px !important;
  height:30px !important;
  min-width:30px !important;
  border:0 !important;
  border-radius:50% !important;
  display:grid !important;
  place-items:center !important;
  padding:0 !important;
  color:#a4bfdc !important;
  background:transparent !important;
  font-size:14px !important;
  line-height:1 !important;
  box-shadow:none !important;
}

.exsen-dash-app .exsen-borsa-chat-send-btn{
  width:34px !important;
  height:34px !important;
  min-width:34px !important;
  max-width:34px !important;
  border:0 !important;
  border-radius:50% !important;
  padding:0 !important;
  display:grid !important;
  place-items:center !important;
  color:#ffffff !important;
  font-size:18px !important;
  line-height:1 !important;
  background:linear-gradient(180deg,#3d97ff,#156be8) !important;
  box-shadow:0 8px 18px rgba(24,112,239,.34), inset 0 1px 0 rgba(255,255,255,.25) !important;
  overflow:hidden !important;
}

.exsen-dash-app .exsen-borsa-chat-send-btn:hover{
  transform:translateY(-1px) !important;
}

/* Desktop viewport must fit without browser page scrolling */
@media (min-width:783px){
  html:has(.exsen-dash-app),
  body.exsen-panel-page{
    height:100vh !important;
    height:100dvh !important;
    max-height:100vh !important;
    max-height:100dvh !important;
    overflow:hidden !important;
  }

  .exsen-dash-app{
    height:100vh !important;
    height:100dvh !important;
    max-height:100vh !important;
    max-height:100dvh !important;
    overflow:hidden !important;
  }

  .exsen-dash-app .exsen-shortcode-market-layout{
    height:calc(100vh - 64px) !important;
    height:calc(100dvh - 64px) !important;
    max-height:calc(100vh - 64px) !important;
    max-height:calc(100dvh - 64px) !important;
    overflow:hidden !important;
  }
}


/* v2.7.1 compact header + compact chat */
.exsen-dash-app .exsen-dash-topbar{
  height:58px !important;
  min-height:58px !important;
  max-height:58px !important;
  padding:0 18px !important;
  display:grid !important;
  grid-template-columns:auto minmax(0,1fr) auto !important;
  align-items:center !important;
  gap:12px !important;
  overflow:hidden !important;
}

.exsen-dash-app .exsen-logo{min-width:160px !important;display:flex !important;align-items:center !important;gap:10px !important;}
.exsen-dash-app .exsen-logo strong{font-size:26px !important;line-height:1 !important;}
.exsen-dash-app .exsen-logo em{font-size:16px !important;line-height:1 !important;}

.exsen-dash-app .exsen-user-area{
  justify-self:end !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:8px !important;
  min-width:0 !important;
  max-width:760px !important;
  overflow:hidden !important;
}

.exsen-dash-app .exsen-icon-chip{width:42px !important;min-width:42px !important;height:42px !important;border-radius:12px !important;}
.exsen-dash-app .exsen-support-chip{height:42px !important;min-height:42px !important;padding:0 20px !important;border-radius:12px !important;font-size:18px !important;white-space:nowrap !important;}
.exsen-dash-app .exsen-wallet-chip{height:42px !important;min-height:42px !important;width:140px !important;min-width:140px !important;padding:5px 12px !important;border-radius:12px !important;}
.exsen-dash-app .exsen-wallet-chip span{font-size:9px !important;letter-spacing:.10em !important;line-height:1 !important;}
.exsen-dash-app .exsen-wallet-chip strong{display:block !important;font-size:16px !important;line-height:1.05 !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;}
.exsen-dash-app .exsen-user-chip{height:42px !important;min-height:42px !important;width:260px !important;min-width:220px !important;max-width:260px !important;padding:5px 12px !important;border-radius:12px !important;gap:9px !important;overflow:hidden !important;}
.exsen-dash-app .exsen-avatar{width:32px !important;min-width:32px !important;height:32px !important;font-size:14px !important;}
.exsen-dash-app .exsen-user-chip span,.exsen-dash-app .exsen-user-chip strong,.exsen-dash-app .exsen-user-chip small{line-height:1.05 !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;}
.exsen-dash-app .exsen-user-chip span{font-size:10px !important;}
.exsen-dash-app .exsen-user-chip strong{font-size:11px !important;}
.exsen-dash-app .exsen-user-chip small{font-size:10px !important;}

.exsen-dash-app .exsen-shortcode-market-layout{
  height:calc(100dvh - 58px) !important;
  max-height:calc(100dvh - 58px) !important;
}

.exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-head,
.exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-head-rich{
  flex-basis:34px !important;
  height:34px !important;
  min-height:34px !important;
  max-height:34px !important;
  padding:0 14px !important;
}

.exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-title-only h3{font-size:12px !important;}
.exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-title-only span{font-size:10px !important;}
.exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-feed,
.exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-feed-rich{padding:8px 14px 52px !important;}
.exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-list{gap:6px !important;padding-right:4px !important;}
.exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-row{gap:7px !important;min-height:34px !important;}
.exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-row > b{width:24px !important;height:24px !important;min-width:24px !important;font-size:10px !important;margin-top:2px !important;}
.exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-bubble{max-width:62% !important;padding:6px 9px !important;border-radius:10px !important;}
.exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-meta{margin-bottom:2px !important;gap:8px !important;}
.exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-meta strong{font-size:10px !important;}
.exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-meta em{font-size:8px !important;}
.exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-bubble span{font-size:10px !important;line-height:1.25 !important;}

.exsen-dash-app .exsen-borsa-chat-fixed-input{
  left:14px !important;
  right:14px !important;
  bottom:8px !important;
  height:38px !important;
  min-height:38px !important;
  max-height:38px !important;
  padding:3px 4px 3px 12px !important;
}
.exsen-dash-app .exsen-borsa-chat-fixed-input input{font-size:11px !important;}
.exsen-dash-app .exsen-borsa-chat-icon-btn{width:27px !important;height:27px !important;min-width:27px !important;font-size:12px !important;}
.exsen-dash-app .exsen-borsa-chat-send-btn{width:31px !important;height:31px !important;min-width:31px !important;max-width:31px !important;}
.exsen-dash-app .exsen-borsa-chat-send-btn::before{font-size:16px !important;}

@media (min-width:783px) and (max-width:1280px){
  .exsen-dash-app .exsen-support-chip{font-size:15px !important;padding:0 14px !important;}
  .exsen-dash-app .exsen-wallet-chip{width:118px !important;min-width:118px !important;}
  .exsen-dash-app .exsen-wallet-chip strong{font-size:13px !important;}
  .exsen-dash-app .exsen-user-chip{width:190px !important;min-width:170px !important;}
}

/* v2.7.2 1920x1080 desktop tuning + separated mobile scale */
:root{
  --exsen-desktop-header-h:50px;
  --exsen-left-col-w:270px;
}

@media (min-width:783px){
  html:has(.exsen-dash-app),
  body.exsen-panel-page{
    width:100vw !important;
    height:100vh !important;
    height:100dvh !important;
    max-height:100vh !important;
    max-height:100dvh !important;
    overflow:hidden !important;
  }

  .exsen-dash-app{
    width:100vw !important;
    height:100vh !important;
    height:100dvh !important;
    max-height:100vh !important;
    max-height:100dvh !important;
    overflow:hidden !important;
    font-size:12px !important;
  }

  .exsen-dash-app .exsen-dash-topbar{
    height:var(--exsen-desktop-header-h) !important;
    min-height:var(--exsen-desktop-header-h) !important;
    max-height:var(--exsen-desktop-header-h) !important;
    padding:0 14px !important;
    grid-template-columns:220px minmax(0,1fr) auto !important;
    gap:10px !important;
  }

  .exsen-dash-app .exsen-logo{
    min-width:0 !important;
    width:220px !important;
    gap:8px !important;
  }

  .exsen-dash-app .exsen-logo strong{
    font-size:22px !important;
    line-height:1 !important;
  }

  .exsen-dash-app .exsen-logo em{
    font-size:13px !important;
    line-height:1 !important;
  }

  .exsen-dash-app .exsen-user-area{
    max-width:620px !important;
    gap:7px !important;
  }

  .exsen-dash-app .exsen-icon-chip{
    width:36px !important;
    min-width:36px !important;
    height:36px !important;
    min-height:36px !important;
    border-radius:10px !important;
  }

  .exsen-dash-app .exsen-icon-chip svg{
    width:15px !important;
    height:15px !important;
  }

  .exsen-dash-app .exsen-icon-chip__count{
    min-width:16px !important;
    height:16px !important;
    line-height:16px !important;
    font-size:9px !important;
    top:-5px !important;
    right:-5px !important;
  }

  .exsen-dash-app .exsen-support-chip{
    height:36px !important;
    min-height:36px !important;
    padding:0 15px !important;
    border-radius:10px !important;
    font-size:14px !important;
    line-height:1 !important;
  }

  .exsen-dash-app .exsen-support-chip svg{
    width:14px !important;
    height:14px !important;
  }

  .exsen-dash-app .exsen-wallet-chip{
    height:36px !important;
    min-height:36px !important;
    width:112px !important;
    min-width:112px !important;
    padding:4px 9px !important;
    border-radius:10px !important;
  }

  .exsen-dash-app .exsen-wallet-chip span{
    font-size:8px !important;
    letter-spacing:.09em !important;
  }

  .exsen-dash-app .exsen-wallet-chip strong{
    font-size:12px !important;
    line-height:1.1 !important;
  }

  .exsen-dash-app .exsen-user-chip{
    height:36px !important;
    min-height:36px !important;
    width:190px !important;
    min-width:170px !important;
    max-width:190px !important;
    padding:4px 9px !important;
    border-radius:10px !important;
    gap:7px !important;
  }

  .exsen-dash-app .exsen-avatar{
    width:28px !important;
    min-width:28px !important;
    height:28px !important;
    font-size:12px !important;
  }

  .exsen-dash-app .exsen-user-chip span{
    font-size:8px !important;
  }

  .exsen-dash-app .exsen-user-chip strong{
    font-size:9px !important;
  }

  .exsen-dash-app .exsen-user-chip small{
    font-size:8px !important;
  }

  .exsen-dash-app .exsen-shortcode-market-layout{
    grid-template-columns:var(--exsen-left-col-w) minmax(0,1fr) !important;
    grid-template-rows:minmax(0,69fr) minmax(0,31fr) !important;
    height:calc(100vh - var(--exsen-desktop-header-h)) !important;
    height:calc(100dvh - var(--exsen-desktop-header-h)) !important;
    max-height:calc(100vh - var(--exsen-desktop-header-h)) !important;
    max-height:calc(100dvh - var(--exsen-desktop-header-h)) !important;
    min-height:0 !important;
  }

  .exsen-dash-app .exsen-borsa-slot-left .exsen-borsa-placeholder{
    padding:24px 14px !important;
    justify-content:flex-start !important;
  }

  .exsen-dash-app .exsen-borsa-placeholder span{
    height:22px !important;
    padding:0 9px !important;
    font-size:9px !important;
  }

  .exsen-dash-app .exsen-borsa-placeholder strong{
    font-size:15px !important;
    line-height:1.15 !important;
  }

  .exsen-dash-app .exsen-borsa-placeholder p{
    font-size:11px !important;
    line-height:1.35 !important;
  }

  .exsen-dash-app .exsen-borsa-placeholder code{
    min-height:30px !important;
    padding:0 10px !important;
    font-size:11px !important;
    border-radius:8px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chart .exsen-borsa-placeholder{
    padding:18px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-head,
  .exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-head-rich{
    flex:0 0 30px !important;
    height:30px !important;
    min-height:30px !important;
    max-height:30px !important;
    padding:0 12px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-title-only{
    gap:8px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-title-only h3{
    font-size:11px !important;
    letter-spacing:.03em !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-title-only span{
    font-size:9px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-online-dot{
    width:7px !important;
    height:7px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-shell,
  .exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-shell-rich{
    height:calc(100% - 30px) !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-feed,
  .exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-feed-rich{
    padding:7px 12px 48px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-list{
    gap:4px !important;
    padding-right:3px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-row{
    gap:6px !important;
    min-height:28px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-row > b{
    width:21px !important;
    height:21px !important;
    min-width:21px !important;
    font-size:9px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-bubble{
    max-width:58% !important;
    padding:5px 8px !important;
    border-radius:9px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-meta{
    margin-bottom:1px !important;
    gap:6px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-meta strong{
    font-size:9px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-meta em{
    font-size:7px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-bubble span{
    font-size:9px !important;
    line-height:1.2 !important;
  }

  .exsen-dash-app .exsen-borsa-chat-fixed-input{
    left:12px !important;
    right:12px !important;
    bottom:7px !important;
    height:34px !important;
    min-height:34px !important;
    max-height:34px !important;
    padding:3px 4px 3px 10px !important;
    gap:5px !important;
  }

  .exsen-dash-app .exsen-borsa-chat-fixed-input input{
    font-size:10px !important;
  }

  .exsen-dash-app .exsen-borsa-chat-icon-btn{
    width:25px !important;
    height:25px !important;
    min-width:25px !important;
    font-size:11px !important;
  }

  .exsen-dash-app .exsen-borsa-chat-send-btn{
    width:28px !important;
    height:28px !important;
    min-width:28px !important;
    max-width:28px !important;
  }

  .exsen-dash-app .exsen-borsa-chat-send-btn::before{
    font-size:15px !important;
  }
}

@media (min-width:783px) and (max-width:1600px){
  :root{
    --exsen-left-col-w:248px;
  }

  .exsen-dash-app .exsen-dash-topbar{
    padding:0 10px !important;
  }

  .exsen-dash-app .exsen-logo{
    width:180px !important;
  }

  .exsen-dash-app .exsen-logo strong{
    font-size:20px !important;
  }

  .exsen-dash-app .exsen-logo em{
    font-size:12px !important;
  }

  .exsen-dash-app .exsen-user-area{
    max-width:560px !important;
    gap:6px !important;
  }

  .exsen-dash-app .exsen-support-chip{
    font-size:13px !important;
    padding:0 12px !important;
  }

  .exsen-dash-app .exsen-wallet-chip{
    width:100px !important;
    min-width:100px !important;
  }

  .exsen-dash-app .exsen-wallet-chip strong{
    font-size:11px !important;
  }

  .exsen-dash-app .exsen-user-chip{
    width:168px !important;
    min-width:155px !important;
  }
}

@media (max-width:782px){
  html:has(.exsen-dash-app),
  body.exsen-panel-page,
  .exsen-dash-app{
    width:100% !important;
    height:auto !important;
    max-height:none !important;
    overflow:auto !important;
  }

  .exsen-dash-app .exsen-dash-topbar{
    height:54px !important;
    min-height:54px !important;
    max-height:54px !important;
    padding:0 12px !important;
    grid-template-columns:auto 1fr auto !important;
  }

  .exsen-dash-app .exsen-logo strong{
    font-size:22px !important;
  }

  .exsen-dash-app .exsen-logo em{
    font-size:12px !important;
  }

  .exsen-dash-app .exsen-user-area .exsen-wallet-chip,
  .exsen-dash-app .exsen-user-area .exsen-support-chip{
    display:none !important;
  }

  .exsen-dash-app .exsen-user-chip{
    width:auto !important;
    min-width:0 !important;
    max-width:120px !important;
    height:36px !important;
    padding:4px 8px !important;
  }

  .exsen-dash-app .exsen-avatar{
    width:28px !important;
    height:28px !important;
    min-width:28px !important;
  }

  .exsen-dash-app .exsen-user-chip > div{
    display:none !important;
  }

  .exsen-dash-app .exsen-shortcode-market-layout{
    display:grid !important;
    grid-template-columns:1fr !important;
    grid-template-rows:minmax(140px,auto) minmax(420px,55vh) minmax(240px,31vh) !important;
    grid-template-areas:
      "left"
      "chart"
      "chat" !important;
    height:auto !important;
    min-height:calc(100dvh - 54px) !important;
    max-height:none !important;
    overflow:visible !important;
  }

  .exsen-dash-app .exsen-borsa-slot-left{
    border-right:0 !important;
    border-bottom:1px solid rgba(77,133,205,.24) !important;
  }

  .exsen-dash-app .exsen-borsa-placeholder{
    padding:18px 14px !important;
  }

  .exsen-dash-app .exsen-borsa-placeholder strong{
    font-size:15px !important;
  }

  .exsen-dash-app .exsen-borsa-placeholder p{
    font-size:11px !important;
  }

  .exsen-dash-app .exsen-borsa-placeholder code{
    font-size:10px !important;
    min-height:30px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat{
    min-height:240px !important;
  }

  .exsen-dash-app .exsen-borsa-chat-fixed-input{
    left:10px !important;
    right:10px !important;
    height:36px !important;
    min-height:36px !important;
  }
}



/* v2.8.1 global scale control
   Size level: 2/5.  1=smallest, 5=largest. */
:root{
  --exsen-scale-desktop: .86;
  --exsen-scale-mobile: .76;
  --exsen-mobile-card-pad: 12px;
  --exsen-mobile-card-gap: 10px;
  --exsen-mobile-radius: 16px;
}

/* Desktop 1920x1080 compact baseline */
@media (min-width:783px){
  .exsen-app,
  .exsen-dash-app{
    font-size: calc(14px * var(--exsen-scale-desktop)) !important;
  }

  .exsen-app h1{font-size:clamp(32px,3.2vw,54px) !important;}
  .exsen-app h2{font-size:clamp(24px,2.2vw,36px) !important;}
  .exsen-app h3{font-size:clamp(17px,1.25vw,22px) !important;}

  .exsen-content-block,
  .exsen-info-section,
  .exsen-about-wrap,
  .exsen-markets-section{
    padding-top:clamp(34px,4vw,58px) !important;
    padding-bottom:clamp(34px,4vw,58px) !important;
  }

  .exsen-soft-card,
  .exsen-detail-card,
  .exsen-form-card{
    padding:clamp(16px,1.3vw,24px) !important;
    border-radius:18px !important;
  }
}

/* Mobile global compact baseline */
@media (max-width:782px){
  .exsen-app,
  .exsen-dash-app{
    font-size: calc(14px * var(--exsen-scale-mobile)) !important;
  }

  .exsen-app[data-user-logged="0"] .exsen-home-shell{
    gap:18px !important;
  }

  .exsen-app[data-user-logged="0"] .exsen-content-block,
  .exsen-app[data-user-logged="0"] .exsen-info-section,
  .exsen-app[data-user-logged="0"] .exsen-about-wrap,
  .exsen-app[data-user-logged="0"] .exsen-markets-section,
  .exsen-app[data-user-logged="0"] #hakkimizda,
  .exsen-app[data-user-logged="0"] #bilgi-al{
    padding:0 !important;
    margin:10px auto 0 !important;
  }

  .exsen-app[data-user-logged="0"] .exsen-about-copy-approved,
  .exsen-app[data-user-logged="0"] .exsen-contact-standard,
  .exsen-app[data-user-logged="0"] .exsen-form-card,
  .exsen-app[data-user-logged="0"] .exsen-copy-plain,
  .exsen-app[data-user-logged="0"] .exsen-section-copy{
    padding:var(--exsen-mobile-card-pad) !important;
    border-radius:var(--exsen-mobile-radius) !important;
  }

  .exsen-app[data-user-logged="0"] .exsen-about-points-approved{
    display:grid !important;
    gap:var(--exsen-mobile-card-gap) !important;
    margin-top:10px !important;
  }

  .exsen-app[data-user-logged="0"] .exsen-about-points-approved .exsen-soft-card,
  .exsen-app[data-user-logged="0"] .exsen-soft-card,
  .exsen-app[data-user-logged="0"] .exsen-detail-card{
    min-height:auto !important;
    padding:12px !important;
    border-radius:16px !important;
  }

  .exsen-app[data-user-logged="0"] .exsen-about-points-approved .exsen-soft-card strong,
  .exsen-app[data-user-logged="0"] .exsen-soft-card strong{
    font-size:13px !important;
    line-height:1.2 !important;
    margin-bottom:5px !important;
  }

  .exsen-app[data-user-logged="0"] .exsen-about-points-approved .exsen-soft-card span,
  .exsen-app[data-user-logged="0"] .exsen-soft-card span,
  .exsen-app[data-user-logged="0"] .exsen-about-copy-approved p,
  .exsen-app[data-user-logged="0"] .exsen-copy-plain p{
    font-size:11px !important;
    line-height:1.48 !important;
  }

  .exsen-app[data-user-logged="0"] #hakkimizda .exsen-about-copy-approved h2,
  .exsen-app[data-user-logged="0"] .exsen-copy-plain h2,
  .exsen-app[data-user-logged="0"] .exsen-section-copy h2{
    font-size:18px !important;
    line-height:1.16 !important;
    margin-bottom:12px !important;
  }

  .exsen-app[data-user-logged="0"] .exsen-about-points-approved .exsen-soft-card br,
  .exsen-app[data-user-logged="0"] .exsen-soft-card br{
    display:none !important;
  }

  /* logged-in mobile app compact */
  .exsen-mobile-app-shell{
    padding-left:10px !important;
    padding-right:10px !important;
    gap:10px !important;
  }

  .exsen-mobile-portfolio-card,
  .exsen-mobile-panel-card,
  .exsen-mobile-promo-card,
  .exsen-mobile-selected-asset,
  .exsen-mobile-wallet-card,
  .exsen-mobile-settings-card,
  .exsen-mobile-support-card{
    border-radius:16px !important;
    padding:12px !important;
  }

  .exsen-mobile-stat-grid{
    gap:8px !important;
  }

  .exsen-mobile-stat-grid article{
    min-height:70px !important;
    padding:10px !important;
  }

  .exsen-mobile-bottom-nav{
    height:64px !important;
    border-radius:20px !important;
  }

  .exsen-mobile-bottom-nav button{
    font-size:17px !important;
  }

  .exsen-mobile-bottom-nav button span{
    font-size:9px !important;
  }
}


/* v2.8.2 logged-in mobile layout fix
   Public homepage is not affected. */
@media (max-width:782px){
  body.exsen-panel-page,
  body.exsen-panel-page .exsen-dash-app{
    overflow-x:hidden !important;
  }

  .exsen-dash-app .exsen-dash-topbar{
    height:52px !important;
    min-height:52px !important;
    max-height:52px !important;
    padding:0 10px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:0 !important;
    position:sticky !important;
    top:0 !important;
    z-index:500 !important;
    background:#040d1e !important;
    border-bottom:1px solid rgba(75,139,225,.18) !important;
  }

  .exsen-dash-app .exsen-dash-topbar .exsen-logo{
    width:auto !important;
    min-width:0 !important;
    height:52px !important;
    display:flex !important;
    align-items:center !important;
    gap:7px !important;
  }

  .exsen-dash-app .exsen-dash-topbar .exsen-logo strong{
    font-size:22px !important;
    line-height:1 !important;
  }

  .exsen-dash-app .exsen-dash-topbar .exsen-logo em{
    font-size:12px !important;
    line-height:1 !important;
  }

  /* Right side must be empty after login on mobile */
  .exsen-dash-app .exsen-dash-topbar .exsen-user-area,
  .exsen-dash-app .exsen-dash-topbar .exsen-icon-chip,
  .exsen-dash-app .exsen-dash-topbar .exsen-support-chip,
  .exsen-dash-app .exsen-dash-topbar .exsen-wallet-chip,
  .exsen-dash-app .exsen-dash-topbar .exsen-user-chip,
  .exsen-dash-app .exsen-dash-topbar details,
  .exsen-dash-app .exsen-dash-topbar .exsen-user-dropdown,
  .exsen-dash-app .exsen-dash-topbar .exsen-mobile-menu-toggle{
    display:none !important;
    visibility:hidden !important;
    width:0 !important;
    min-width:0 !important;
    max-width:0 !important;
    height:0 !important;
    overflow:hidden !important;
  }

  /* Use the current shortcode layout on mobile, but make it compact and stop after chat */
  .exsen-dash-app .exsen-shortcode-market-layout{
    display:grid !important;
    visibility:visible !important;
    height:auto !important;
    min-height:calc(100dvh - 52px - 74px) !important;
    max-height:none !important;
    grid-template-columns:1fr !important;
    grid-template-rows:auto minmax(300px,44dvh) minmax(230px,31dvh) !important;
    grid-template-areas:
      "left"
      "chart"
      "chat" !important;
    padding:0 0 82px !important;
    margin:0 !important;
    overflow:visible !important;
    background:#041326 !important;
  }

  .exsen-dash-app .exsen-borsa-slot-left,
  .exsen-dash-app .exsen-borsa-slot-chart,
  .exsen-dash-app .exsen-borsa-slot-chat{
    width:100% !important;
    min-width:0 !important;
    max-width:100% !important;
    min-height:0 !important;
    overflow:hidden !important;
    border-left:0 !important;
    border-right:0 !important;
  }

  .exsen-dash-app .exsen-borsa-slot-left{
    grid-area:left !important;
    height:auto !important;
    min-height:172px !important;
    max-height:190px !important;
    border-bottom:1px solid rgba(75,139,225,.18) !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chart{
    grid-area:chart !important;
    height:44dvh !important;
    min-height:300px !important;
    max-height:380px !important;
    border-bottom:1px solid rgba(75,139,225,.18) !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat{
    grid-area:chat !important;
    height:31dvh !important;
    min-height:230px !important;
    max-height:300px !important;
    border-bottom:0 !important;
  }

  .exsen-dash-app .exsen-borsa-placeholder{
    padding:14px 12px !important;
    gap:8px !important;
    text-align:center !important;
  }

  .exsen-dash-app .exsen-borsa-placeholder span{
    height:20px !important;
    padding:0 8px !important;
    border-radius:999px !important;
    font-size:8.5px !important;
    letter-spacing:.07em !important;
  }

  .exsen-dash-app .exsen-borsa-placeholder strong{
    font-size:15px !important;
    line-height:1.18 !important;
    margin:0 !important;
  }

  .exsen-dash-app .exsen-borsa-placeholder p{
    max-width:260px !important;
    font-size:10.5px !important;
    line-height:1.36 !important;
    margin:0 auto !important;
  }

  .exsen-dash-app .exsen-borsa-placeholder code{
    min-height:28px !important;
    padding:0 10px !important;
    border-radius:8px !important;
    font-size:10px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat > .exsen-live-investor-chat{
    height:100% !important;
    max-height:100% !important;
    padding-bottom:48px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-head,
  .exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-head-rich{
    height:30px !important;
    min-height:30px !important;
    max-height:30px !important;
    padding:0 10px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-title-only h3{
    font-size:11px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-title-only span{
    font-size:9px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-feed,
  .exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-feed-rich{
    padding:6px 10px 42px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-list{
    gap:4px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-row{
    gap:5px !important;
    min-height:27px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-row > b{
    width:20px !important;
    height:20px !important;
    min-width:20px !important;
    font-size:8px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-bubble{
    max-width:76% !important;
    padding:5px 7px !important;
    border-radius:8px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-meta strong{
    font-size:8.5px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-meta em{
    font-size:7px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-bubble span{
    font-size:8.8px !important;
    line-height:1.18 !important;
  }

  .exsen-dash-app .exsen-borsa-chat-fixed-input{
    left:10px !important;
    right:10px !important;
    bottom:7px !important;
    height:34px !important;
    min-height:34px !important;
    max-height:34px !important;
    padding:3px 4px 3px 10px !important;
  }

  .exsen-dash-app .exsen-borsa-chat-fixed-input input{
    font-size:10px !important;
  }

  .exsen-dash-app .exsen-borsa-chat-icon-btn{
    width:24px !important;
    height:24px !important;
    min-width:24px !important;
    font-size:10px !important;
  }

  .exsen-dash-app .exsen-borsa-chat-send-btn{
    width:28px !important;
    height:28px !important;
    min-width:28px !important;
    max-width:28px !important;
  }

  /* Fixed bottom menu restored */
  .exsen-dash-app .exsen-mobile-separate-layout{
    display:block !important;
    position:fixed !important;
    left:0 !important;
    right:0 !important;
    bottom:0 !important;
    width:100% !important;
    height:0 !important;
    min-height:0 !important;
    padding:0 !important;
    margin:0 !important;
    background:transparent !important;
    z-index:999999 !important;
    overflow:visible !important;
    pointer-events:none !important;
  }

  .exsen-dash-app .exsen-mobile-app-shell{
    position:static !important;
    width:100% !important;
    min-height:0 !important;
    max-width:none !important;
    padding:0 !important;
    margin:0 !important;
    background:transparent !important;
    pointer-events:none !important;
  }

  .exsen-dash-app .exsen-mobile-app-screen{
    display:none !important;
  }

  .exsen-dash-app .exsen-mobile-bottom-nav{
    pointer-events:auto !important;
    position:fixed !important;
    left:10px !important;
    right:10px !important;
    bottom:8px !important;
    z-index:999999 !important;
    height:64px !important;
    display:grid !important;
    grid-template-columns:repeat(5,minmax(0,1fr)) !important;
    gap:4px !important;
    padding:7px 7px calc(7px + env(safe-area-inset-bottom)) !important;
    border-radius:20px !important;
    background:rgba(5,20,45,.96) !important;
    border:1px solid rgba(119,174,244,.20) !important;
    backdrop-filter:blur(18px) !important;
    box-shadow:0 14px 36px rgba(0,0,0,.42) !important;
  }

  .exsen-dash-app .exsen-mobile-bottom-nav button{
    border:0 !important;
    background:transparent !important;
    display:grid !important;
    place-items:center !important;
    gap:3px !important;
    padding:3px 0 !important;
    color:#91a9c8 !important;
    border-radius:15px !important;
    font-size:17px !important;
    line-height:1 !important;
    font-weight:850 !important;
  }

  .exsen-dash-app .exsen-mobile-bottom-nav button span{
    font-size:9px !important;
    line-height:1 !important;
  }

  .exsen-dash-app .exsen-mobile-bottom-nav button.is-active{
    color:#fff !important;
    background:radial-gradient(circle,rgba(45,133,255,.33),transparent 72%) !important;
  }

  /* Nothing extra below chat: hide non-overview mobile panel bodies in this shortcode layout mode */
  .exsen-dash-app .exsen-panel-tab:not([data-panel="overview"]){
    display:none !important;
  }
}


/* v2.8.3 mobile shortcode tabs + longer chat */
@media (max-width:782px){
  .exsen-dash-app .exsen-shortcode-market-layout{
    grid-template-rows:minmax(130px,150px) minmax(250px,34dvh) minmax(290px,40dvh) !important;
    min-height:auto !important;
    padding-bottom:42px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-left{
    min-height:130px !important;
    max-height:150px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chart{
    height:34dvh !important;
    min-height:250px !important;
    max-height:330px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat{
    height:40dvh !important;
    min-height:290px !important;
    max-height:420px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat > .exsen-live-investor-chat{
    padding-bottom:42px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-feed,
  .exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-feed-rich{
    padding-bottom:38px !important;
  }

  .exsen-dash-app .exsen-borsa-chat-fixed-input{
    bottom:6px !important;
  }

  .exsen-dash-app .exsen-mobile-shortcode-tab{
    display:none;
    width:100% !important;
    min-height:calc(100dvh - 52px - 70px) !important;
    padding:12px 10px 82px !important;
    margin:0 !important;
    background:
      radial-gradient(circle at 84% 0%,rgba(37,111,231,.16),transparent 32%),
      linear-gradient(180deg,#061731 0%,#031023 100%) !important;
    box-sizing:border-box !important;
  }

  .exsen-dash-app .exsen-mobile-shortcode-card{
    width:100% !important;
    min-height:calc(100dvh - 52px - 94px) !important;
    border-radius:18px !important;
    border:1px solid rgba(87,151,239,.18) !important;
    background:linear-gradient(180deg,rgba(12,41,82,.90),rgba(5,20,45,.98)) !important;
    box-shadow:0 16px 36px rgba(0,0,0,.22) !important;
    overflow:hidden !important;
    box-sizing:border-box !important;
  }

  .exsen-dash-app .exsen-mobile-shortcode-card > *{
    max-width:100% !important;
  }

  .exsen-dash-app .exsen-mobile-shortcode-placeholder{
    min-height:calc(100dvh - 52px - 94px) !important;
    display:grid !important;
    place-items:center !important;
    align-content:center !important;
    gap:9px !important;
    text-align:center !important;
    padding:22px !important;
    color:#d9e9ff !important;
  }

  .exsen-dash-app .exsen-mobile-shortcode-placeholder span{
    height:22px !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    padding:0 9px !important;
    border-radius:999px !important;
    background:rgba(45,132,255,.16) !important;
    color:#63b7ff !important;
    font-size:9px !important;
    font-weight:900 !important;
    letter-spacing:.08em !important;
  }

  .exsen-dash-app .exsen-mobile-shortcode-placeholder strong{
    display:block !important;
    color:#fff !important;
    font-size:17px !important;
    line-height:1.2 !important;
  }

  .exsen-dash-app .exsen-mobile-shortcode-placeholder p{
    max-width:280px !important;
    margin:0 !important;
    color:#9fb8d6 !important;
    font-size:11px !important;
    line-height:1.42 !important;
  }

  .exsen-dash-app .exsen-mobile-shortcode-placeholder code{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    min-height:30px !important;
    padding:0 12px !important;
    border-radius:10px !important;
    border:1px solid rgba(80,150,240,.24) !important;
    background:rgba(0,0,0,.18) !important;
    color:#8fd0ff !important;
    font-size:10px !important;
    font-weight:900 !important;
  }
}


/* v2.8.5 premium compact messenger chat + strict mobile tab visibility */
@media (max-width:782px){
  /* Strict menu switching: only active panel visible */
  .exsen-dash-app .exsen-shortcode-market-layout[data-mobile-shortcode-panel="trade"],
  .exsen-dash-app .exsen-mobile-shortcode-tab{
    display:none !important;
  }

  .exsen-dash-app .exsen-shortcode-market-layout[data-mobile-shortcode-panel="trade"].is-mobile-active,
  .exsen-dash-app .exsen-shortcode-market-layout[data-mobile-shortcode-panel="trade"]:not([hidden]){
    display:grid !important;
  }

  .exsen-dash-app .exsen-mobile-shortcode-tab.is-mobile-active,
  .exsen-dash-app .exsen-mobile-shortcode-tab:not([hidden]){
    display:block !important;
  }

  .exsen-dash-app .exsen-mobile-shortcode-tab[hidden],
  .exsen-dash-app .exsen-shortcode-market-layout[hidden]{
    display:none !important;
  }

  /* Default first mobile screen is trade layout */
  .exsen-dash-app .exsen-shortcode-market-layout[data-mobile-shortcode-panel="trade"]{
    grid-template-rows:minmax(130px,150px) minmax(300px,36dvh) minmax(270px,36dvh) !important;
    padding-bottom:72px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat{
    height:36dvh !important;
    min-height:270px !important;
    max-height:390px !important;
    background:rgba(3,13,25,.72) !important;
    backdrop-filter:blur(10px) !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat > .exsen-live-investor-chat{
    background:transparent !important;
    padding-bottom:38px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-head,
  .exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-head-rich{
    height:27px !important;
    min-height:27px !important;
    max-height:27px !important;
    padding:0 11px !important;
    background:rgba(5,21,41,.44) !important;
    border-bottom:1px solid rgba(92,157,245,.12) !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-title-only h3{
    font-size:10px !important;
    letter-spacing:.035em !important;
    color:rgba(247,251,255,.95) !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-title-only span{
    font-size:8px !important;
    color:rgba(171,196,225,.80) !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-online-dot{
    width:6px !important;
    height:6px !important;
    box-shadow:0 0 0 3px rgba(25,223,139,.08) !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-feed,
  .exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-feed-rich{
    padding:6px 9px 35px !important;
    background:transparent !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-list{
    gap:4px !important;
    padding-right:2px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-row{
    gap:5px !important;
    min-height:24px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-row > b{
    width:18px !important;
    height:18px !important;
    min-width:18px !important;
    font-size:7.5px !important;
    font-weight:900 !important;
    box-shadow:0 5px 12px rgba(0,0,0,.22) !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-bubble{
    max-width:78% !important;
    padding:4px 7px !important;
    border-radius:9px !important;
    background:rgba(23,61,111,.46) !important;
    border:1px solid rgba(123,178,248,.10) !important;
    box-shadow:0 7px 16px rgba(0,0,0,.13) !important;
    backdrop-filter:blur(8px) !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-row.is-user .exsen-live-chat-bubble{
    background:rgba(36,128,255,.58) !important;
    border-color:rgba(126,188,255,.16) !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-meta{
    margin-bottom:1px !important;
    gap:6px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-meta strong{
    font-size:8px !important;
    line-height:1 !important;
    color:rgba(255,255,255,.92) !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-meta em{
    font-size:6.5px !important;
    line-height:1 !important;
    color:rgba(190,211,235,.62) !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-bubble span{
    font-size:8px !important;
    line-height:1.16 !important;
    font-weight:700 !important;
    color:rgba(239,247,255,.92) !important;
  }

  .exsen-dash-app .exsen-borsa-chat-fixed-input{
    left:9px !important;
    right:9px !important;
    bottom:6px !important;
    height:31px !important;
    min-height:31px !important;
    max-height:31px !important;
    padding:3px 4px 3px 10px !important;
    background:rgba(8,29,53,.66) !important;
    border:1px solid rgba(116,171,241,.16) !important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.035),0 7px 16px rgba(0,0,0,.16) !important;
    backdrop-filter:blur(12px) !important;
  }

  .exsen-dash-app .exsen-borsa-chat-fixed-input input{
    font-size:9.5px !important;
    color:rgba(246,250,255,.94) !important;
  }

  .exsen-dash-app .exsen-borsa-chat-fixed-input input::placeholder{
    color:rgba(172,197,224,.76) !important;
  }

  .exsen-dash-app .exsen-borsa-chat-icon-btn{
    width:22px !important;
    height:22px !important;
    min-width:22px !important;
    font-size:10px !important;
    opacity:.82 !important;
  }

  .exsen-dash-app .exsen-borsa-chat-send-btn{
    width:25px !important;
    height:25px !important;
    min-width:25px !important;
    max-width:25px !important;
    background:linear-gradient(180deg,rgba(61,151,255,.96),rgba(21,107,232,.96)) !important;
    box-shadow:0 7px 15px rgba(24,112,239,.28), inset 0 1px 0 rgba(255,255,255,.20) !important;
  }

  .exsen-dash-app .exsen-borsa-chat-send-btn::before{
    font-size:14px !important;
  }

  /* Bottom menu stays visible, no hidden page content below it */
  .exsen-dash-app .exsen-mobile-separate-layout{
    pointer-events:none !important;
    height:0 !important;
    min-height:0 !important;
  }

  .exsen-dash-app .exsen-mobile-bottom-nav{
    pointer-events:auto !important;
  }
}


/* v2.8.6 public homepage scroll + initial home safety */
@media (min-width:783px){
  html:has(.exsen-app[data-user-logged="0"]),
  body:has(.exsen-app[data-user-logged="0"]){
    height:auto !important;
    max-height:none !important;
    min-height:100% !important;
    overflow-y:auto !important;
    overflow-x:hidden !important;
  }

  body:has(.exsen-app[data-user-logged="0"]) #page,
  body:has(.exsen-app[data-user-logged="0"]) .site,
  body:has(.exsen-app[data-user-logged="0"]) .site-main,
  body:has(.exsen-app[data-user-logged="0"]) .content-area,
  body:has(.exsen-app[data-user-logged="0"]) .site-content,
  body:has(.exsen-app[data-user-logged="0"]) article,
  body:has(.exsen-app[data-user-logged="0"]) .entry-content,
  body:has(.exsen-app[data-user-logged="0"]) .page-content{
    height:auto !important;
    max-height:none !important;
    overflow:visible !important;
  }

  .exsen-app[data-user-logged="0"]{
    height:auto !important;
    min-height:100vh !important;
    max-height:none !important;
    overflow:visible !important;
  }

  .exsen-app[data-user-logged="0"] .exsen-screen[data-screen-panel]{
    height:auto !important;
    max-height:none !important;
    overflow:visible !important;
  }

  .exsen-app[data-user-logged="0"] .exsen-screen[data-screen-panel="home"].is-active{
    display:block !important;
  }

  .exsen-app[data-user-logged="0"] .exsen-home-shell{
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
    overflow:visible !important;
    padding-bottom:70px !important;
  }
}

/* mobile public should also start as a normal scrollable home */
@media (max-width:782px){
  html:has(.exsen-app[data-user-logged="0"]),
  body:has(.exsen-app[data-user-logged="0"]){
    height:auto !important;
    max-height:none !important;
    overflow-y:auto !important;
    overflow-x:hidden !important;
  }

  .exsen-app[data-user-logged="0"]{
    height:auto !important;
    min-height:100dvh !important;
    max-height:none !important;
    overflow:visible !important;
  }

  .exsen-app[data-user-logged="0"] .exsen-screen[data-screen-panel]{
    height:auto !important;
    max-height:none !important;
    overflow:visible !important;
  }
}


/* v2.8.7 logged-in mobile: remove gap above bottom nav on shortcode pages */
@media (max-width:782px){
  .exsen-dash-app .exsen-mobile-shortcode-tab{
    height:calc(100dvh - 52px) !important;
    min-height:calc(100dvh - 52px) !important;
    max-height:calc(100dvh - 52px) !important;
    padding:8px 10px 76px !important;
    margin:0 !important;
    box-sizing:border-box !important;
    overflow:hidden !important;
    flex-direction:column !important;
  }

  .exsen-dash-app .exsen-mobile-shortcode-tab.is-mobile-active,
  .exsen-dash-app .exsen-mobile-shortcode-tab:not([hidden]){
    display:flex !important;
  }

  .exsen-dash-app .exsen-mobile-shortcode-tab[hidden]{
    display:none !important;
  }

  .exsen-dash-app .exsen-mobile-shortcode-card{
    flex:1 1 auto !important;
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
    margin:0 !important;
    box-sizing:border-box !important;
    display:flex !important;
    flex-direction:column !important;
    overflow:hidden !important;
  }

  .exsen-dash-app .exsen-mobile-shortcode-placeholder{
    flex:1 1 auto !important;
    min-height:0 !important;
    height:100% !important;
    max-height:none !important;
    display:grid !important;
    place-items:center !important;
    align-content:center !important;
  }

  .exsen-dash-app .exsen-mobile-bottom-nav{
    bottom:8px !important;
  }

  /* Trade screen should also stop before the fixed nav without leaving a big blank strip */
  .exsen-dash-app .exsen-shortcode-market-layout[data-mobile-shortcode-panel="trade"]{
    padding-bottom:72px !important;
  }
}


/* v2.8.8 logged-in mobile: no empty bottom gap, no page scroll on empty shortcode screens */
@media (max-width:782px){
  html:has(.exsen-dash-app),
  body.exsen-panel-page,
  body.exsen-panel-page .exsen-dash-app{
    height:100dvh !important;
    max-height:100dvh !important;
    overflow:hidden !important;
  }

  .exsen-dash-app{
    min-height:100dvh !important;
    max-height:100dvh !important;
    overflow:hidden !important;
  }

  .exsen-dash-app .exsen-mobile-shortcode-tab{
    height:calc(100dvh - 52px - 72px) !important;
    min-height:calc(100dvh - 52px - 72px) !important;
    max-height:calc(100dvh - 52px - 72px) !important;
    padding:8px 10px 0 !important;
    margin:0 !important;
    box-sizing:border-box !important;
    overflow:hidden !important;
    flex-direction:column !important;
  }

  .exsen-dash-app .exsen-mobile-shortcode-tab.is-mobile-active,
  .exsen-dash-app .exsen-mobile-shortcode-tab:not([hidden]){
    display:flex !important;
  }

  .exsen-dash-app .exsen-mobile-shortcode-tab[hidden]{
    display:none !important;
  }

  .exsen-dash-app .exsen-mobile-shortcode-card{
    flex:1 1 auto !important;
    height:100% !important;
    min-height:0 !important;
    max-height:100% !important;
    margin:0 !important;
    padding:0 !important;
    overflow:hidden !important;
    box-sizing:border-box !important;
  }

  .exsen-dash-app .exsen-mobile-shortcode-placeholder{
    height:100% !important;
    min-height:0 !important;
    max-height:100% !important;
    padding:18px !important;
    overflow:hidden !important;
    box-sizing:border-box !important;
  }

  .exsen-dash-app .exsen-mobile-bottom-nav{
    bottom:8px !important;
    height:64px !important;
  }

  .exsen-dash-app .exsen-shortcode-market-layout[data-mobile-shortcode-panel="trade"]{
    height:calc(100dvh - 52px - 72px) !important;
    min-height:calc(100dvh - 52px - 72px) !important;
    max-height:calc(100dvh - 52px - 72px) !important;
    padding-bottom:0 !important;
    overflow:hidden !important;
  }
}


/* v2.8.9 mobile content/nav separation + chat composer visible */
@media (max-width:782px){
  html:has(.exsen-dash-app),
  body.exsen-panel-page,
  .exsen-dash-app{
    height:100dvh !important;
    max-height:100dvh !important;
    overflow:hidden !important;
  }

  .exsen-dash-app .exsen-mobile-bottom-nav{
    bottom:8px !important;
    height:64px !important;
    padding:7px 7px calc(7px + env(safe-area-inset-bottom)) !important;
    z-index:999999 !important;
  }

  /* All mobile panels end slightly above the bottom nav so borders do not collide */
  .exsen-dash-app .exsen-shortcode-market-layout[data-mobile-shortcode-panel="trade"],
  .exsen-dash-app .exsen-mobile-shortcode-tab{
    width:100% !important;
    height:calc(100dvh - 52px - 82px) !important;
    min-height:calc(100dvh - 52px - 82px) !important;
    max-height:calc(100dvh - 52px - 82px) !important;
    padding:8px 10px 8px !important;
    margin:0 !important;
    overflow:hidden !important;
    box-sizing:border-box !important;
  }

  .exsen-dash-app .exsen-mobile-shortcode-tab.is-mobile-active,
  .exsen-dash-app .exsen-mobile-shortcode-tab:not([hidden]){
    display:flex !important;
    flex-direction:column !important;
  }

  .exsen-dash-app .exsen-mobile-shortcode-card{
    flex:1 1 auto !important;
    width:100% !important;
    height:100% !important;
    min-height:0 !important;
    max-height:100% !important;
    margin:0 0 6px !important;
    border-radius:18px !important;
    overflow:hidden !important;
    box-sizing:border-box !important;
  }

  .exsen-dash-app .exsen-mobile-shortcode-placeholder{
    height:100% !important;
    min-height:0 !important;
    max-height:100% !important;
  }

  /* Trade tab: make room for the composer by reducing visible messages slightly */
  .exsen-dash-app .exsen-shortcode-market-layout[data-mobile-shortcode-panel="trade"]{
    display:grid !important;
    grid-template-columns:1fr !important;
    grid-template-rows:minmax(110px,22%) minmax(170px,31%) minmax(250px,1fr) !important;
    gap:10px !important;
    padding-bottom:6px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-left,
  .exsen-dash-app .exsen-borsa-slot-chart,
  .exsen-dash-app .exsen-borsa-slot-chat{
    min-height:0 !important;
    max-height:100% !important;
    overflow:hidden !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat{
    position:relative !important;
    display:flex !important;
    flex-direction:column !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat > .exsen-live-investor-chat{
    display:flex !important;
    flex-direction:column !important;
    height:100% !important;
    min-height:0 !important;
    max-height:100% !important;
    padding:0 !important;
    overflow:hidden !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-head,
  .exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-head-rich{
    flex:0 0 34px !important;
    height:34px !important;
    min-height:34px !important;
    max-height:34px !important;
    margin:0 !important;
    padding-bottom:6px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-shell,
  .exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-shell-rich{
    flex:1 1 auto !important;
    min-height:0 !important;
    max-height:none !important;
    overflow:hidden !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-feed,
  .exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-feed-rich{
    position:relative !important;
    height:100% !important;
    min-height:0 !important;
    max-height:100% !important;
    padding:6px 0 56px !important;
    overflow:hidden !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-list{
    height:100% !important;
    min-height:0 !important;
    max-height:100% !important;
    overflow:auto !important;
    padding:0 0 2px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-row{
    gap:8px !important;
    margin-bottom:8px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-row > b{
    width:24px !important;
    height:24px !important;
    min-width:24px !important;
    font-size:11px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-bubble{
    max-width:calc(100% - 34px) !important;
    padding:8px 10px !important;
    border-radius:14px !important;
    background:rgba(20,52,98,.48) !important;
    border:1px solid rgba(90,146,227,.14) !important;
    box-shadow:none !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-meta strong{
    font-size:11px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-meta em{
    font-size:10px !important;
    opacity:.8 !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-bubble span{
    font-size:11px !important;
    line-height:1.3 !important;
  }

  .exsen-dash-app .exsen-borsa-chat-fixed-input{
    left:10px !important;
    right:10px !important;
    bottom:8px !important;
    height:40px !important;
    min-height:40px !important;
    max-height:40px !important;
    padding:4px 5px 4px 12px !important;
  }

  .exsen-dash-app .exsen-borsa-chat-fixed-input input{
    font-size:11px !important;
  }

  .exsen-dash-app .exsen-borsa-chat-icon-btn{
    width:24px !important;
    height:24px !important;
    min-width:24px !important;
    font-size:12px !important;
  }

  .exsen-dash-app .exsen-borsa-chat-send-btn{
    width:32px !important;
    height:32px !important;
    min-width:32px !important;
    max-width:32px !important;
  }
}


/* v2.8.10 mobile bottom menu hard switch fix - visual sizes untouched */
@media (max-width:782px){
  .exsen-dash-app[data-mobile-active-panel] .exsen-mobile-shortcode-tab{
    display:none !important;
  }

  .exsen-dash-app[data-mobile-active-panel]:not([data-mobile-active-panel="trade"]) .exsen-shortcode-market-layout[data-mobile-shortcode-panel="trade"]{
    display:none !important;
    visibility:hidden !important;
    height:0 !important;
    min-height:0 !important;
    max-height:0 !important;
    padding:0 !important;
    margin:0 !important;
    overflow:hidden !important;
  }

  .exsen-dash-app[data-mobile-active-panel="trade"] .exsen-shortcode-market-layout[data-mobile-shortcode-panel="trade"]{
    display:grid !important;
    visibility:visible !important;
  }

  .exsen-dash-app[data-mobile-active-panel="account"] .exsen-mobile-shortcode-tab[data-mobile-shortcode-panel="account"],
  .exsen-dash-app[data-mobile-active-panel="wallet"] .exsen-mobile-shortcode-tab[data-mobile-shortcode-panel="wallet"],
  .exsen-dash-app[data-mobile-active-panel="support"] .exsen-mobile-shortcode-tab[data-mobile-shortcode-panel="support"],
  .exsen-dash-app[data-mobile-active-panel="settings"] .exsen-mobile-shortcode-tab[data-mobile-shortcode-panel="settings"]{
    display:flex !important;
    visibility:visible !important;
  }

  .exsen-dash-app[data-mobile-active-panel="trade"] .exsen-mobile-shortcode-tab{
    display:none !important;
  }
}


/* v2.8.11 mobile menu real screen switch
   Forces only selected screen to remain visible. Size/design untouched. */
@media (max-width:782px){
  body.exsen-mobile-view-account .exsen-dash-app .exsen-shortcode-market-layout[data-mobile-shortcode-panel="trade"],
  body.exsen-mobile-view-wallet .exsen-dash-app .exsen-shortcode-market-layout[data-mobile-shortcode-panel="trade"],
  body.exsen-mobile-view-support .exsen-dash-app .exsen-shortcode-market-layout[data-mobile-shortcode-panel="trade"],
  body.exsen-mobile-view-settings .exsen-dash-app .exsen-shortcode-market-layout[data-mobile-shortcode-panel="trade"]{
    display:none !important;
    visibility:hidden !important;
    height:0 !important;
    min-height:0 !important;
    max-height:0 !important;
    padding:0 !important;
    margin:0 !important;
    overflow:hidden !important;
    pointer-events:none !important;
  }

  body.exsen-mobile-view-trade .exsen-dash-app .exsen-shortcode-market-layout[data-mobile-shortcode-panel="trade"]{
    display:grid !important;
    visibility:visible !important;
    pointer-events:auto !important;
  }

  body.exsen-mobile-view-account .exsen-dash-app .exsen-mobile-shortcode-tab,
  body.exsen-mobile-view-trade .exsen-dash-app .exsen-mobile-shortcode-tab,
  body.exsen-mobile-view-wallet .exsen-dash-app .exsen-mobile-shortcode-tab,
  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-shortcode-tab,
  body.exsen-mobile-view-settings .exsen-dash-app .exsen-mobile-shortcode-tab{
    display:none !important;
    visibility:hidden !important;
    pointer-events:none !important;
  }

  body.exsen-mobile-view-account .exsen-dash-app .exsen-mobile-shortcode-tab[data-mobile-shortcode-panel="account"],
  body.exsen-mobile-view-wallet .exsen-dash-app .exsen-mobile-shortcode-tab[data-mobile-shortcode-panel="wallet"],
  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-shortcode-tab[data-mobile-shortcode-panel="support"],
  body.exsen-mobile-view-settings .exsen-dash-app .exsen-mobile-shortcode-tab[data-mobile-shortcode-panel="settings"]{
    display:flex !important;
    visibility:visible !important;
    pointer-events:auto !important;
  }
}


/* v2.8.12 mobile account tab: restored account settings with compact site typography */
@media (max-width:782px){
  body.exsen-mobile-view-account .exsen-dash-app .exsen-mobile-shortcode-tab[data-mobile-shortcode-panel="account"]{
    display:flex !important;
    visibility:visible !important;
    pointer-events:auto !important;
  }

  .exsen-dash-app .exsen-mobile-account-settings-card{
    padding:12px !important;
    overflow-y:auto !important;
    -webkit-overflow-scrolling:touch !important;
    gap:10px !important;
    background:linear-gradient(180deg,rgba(10,35,73,.94),rgba(4,18,40,.98)) !important;
  }

  .exsen-mobile-account-head{
    padding:2px 2px 4px !important;
  }

  .exsen-mobile-account-head span,
  .exsen-mobile-account-box-title span{
    display:block !important;
    color:#58b6ff !important;
    font-size:8.5px !important;
    line-height:1 !important;
    font-weight:950 !important;
    letter-spacing:.08em !important;
    text-transform:uppercase !important;
    margin-bottom:6px !important;
  }

  .exsen-mobile-account-head h2{
    margin:0 0 5px !important;
    color:#fff !important;
    font-size:17px !important;
    line-height:1.12 !important;
    letter-spacing:-.03em !important;
  }

  .exsen-mobile-account-head p{
    margin:0 !important;
    color:#9eb8d8 !important;
    font-size:10.5px !important;
    line-height:1.4 !important;
    font-weight:650 !important;
  }

  .exsen-mobile-account-profile{
    display:grid !important;
    grid-template-columns:42px minmax(0,1fr) auto !important;
    gap:10px !important;
    align-items:center !important;
    padding:10px !important;
    border-radius:15px !important;
    border:1px solid rgba(91,154,239,.16) !important;
    background:rgba(5,23,49,.54) !important;
  }

  .exsen-mobile-account-avatar{
    width:42px !important;
    height:42px !important;
    border-radius:14px !important;
    display:grid !important;
    place-items:center !important;
    color:#fff !important;
    font-size:16px !important;
    font-weight:950 !important;
    background:linear-gradient(180deg,#4ca5ff,#156be8) !important;
    box-shadow:0 10px 22px rgba(30,116,240,.20) !important;
  }

  .exsen-mobile-account-profile strong{
    display:block !important;
    color:#fff !important;
    font-size:12.5px !important;
    line-height:1.15 !important;
    margin-bottom:3px !important;
  }

  .exsen-mobile-account-profile small{
    display:block !important;
    color:#94aecf !important;
    font-size:9.5px !important;
    line-height:1.2 !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
  }

  .exsen-mobile-account-profile em{
    font-style:normal !important;
    color:#22e39a !important;
    font-size:8.5px !important;
    font-weight:900 !important;
    padding:5px 7px !important;
    border-radius:999px !important;
    background:rgba(24,223,134,.10) !important;
    white-space:nowrap !important;
  }

  .exsen-mobile-account-stats{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:8px !important;
  }

  .exsen-mobile-account-stats article{
    min-height:54px !important;
    padding:10px !important;
    border-radius:14px !important;
    border:1px solid rgba(91,154,239,.14) !important;
    background:rgba(8,29,60,.52) !important;
  }

  .exsen-mobile-account-stats small{
    display:block !important;
    color:#8da8c8 !important;
    font-size:8.5px !important;
    line-height:1 !important;
    margin-bottom:6px !important;
  }

  .exsen-mobile-account-stats strong{
    display:block !important;
    color:#fff !important;
    font-size:11px !important;
    line-height:1.12 !important;
    font-weight:950 !important;
  }

  .exsen-mobile-account-box{
    padding:11px !important;
    border-radius:15px !important;
    border:1px solid rgba(91,154,239,.14) !important;
    background:rgba(5,22,48,.58) !important;
  }

  .exsen-mobile-account-box + .exsen-mobile-account-box{
    margin-top:9px !important;
  }

  .exsen-mobile-account-box-title{
    margin-bottom:10px !important;
  }

  .exsen-mobile-account-box-title strong{
    display:block !important;
    color:#fff !important;
    font-size:13px !important;
    line-height:1.15 !important;
  }

  .exsen-mobile-account-form,
  .exsen-mobile-reset-form{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:8px !important;
  }

  .exsen-mobile-account-form label,
  .exsen-mobile-reset-form label{
    display:grid !important;
    gap:5px !important;
    color:#cfe0f7 !important;
    font-size:9.5px !important;
    line-height:1 !important;
    font-weight:850 !important;
  }

  .exsen-mobile-account-form input,
  .exsen-mobile-account-form select,
  .exsen-mobile-reset-form input{
    width:100% !important;
    height:34px !important;
    min-height:34px !important;
    border-radius:10px !important;
    border:1px solid rgba(104,165,244,.17) !important;
    background:rgba(12,34,68,.76) !important;
    color:#fff !important;
    padding:0 9px !important;
    font-size:10px !important;
    font-weight:750 !important;
    outline:none !important;
    box-sizing:border-box !important;
  }

  .exsen-mobile-account-form button,
  .exsen-mobile-reset-form button{
    grid-column:1 / -1 !important;
    height:35px !important;
    min-height:35px !important;
    border:0 !important;
    border-radius:11px !important;
    background:linear-gradient(180deg,#328eff,#1468df) !important;
    color:#fff !important;
    font-size:10.5px !important;
    font-weight:950 !important;
    box-shadow:0 10px 20px rgba(20,104,223,.18) !important;
  }

  .exsen-mobile-reset-form .exsen-panel-message{
    grid-column:1 / -1 !important;
    margin:0 !important;
    min-height:13px !important;
    color:#26e397 !important;
    font-size:9.5px !important;
    line-height:1.25 !important;
    font-weight:800 !important;
  }

  .exsen-mobile-reset-form .exsen-panel-message.is-error{
    color:#ff6b7c !important;
  }

  .exsen-mobile-account-preferences{
    display:grid !important;
    gap:7px !important;
  }

  .exsen-mobile-account-preferences label{
    min-height:42px !important;
    display:grid !important;
    grid-template-columns:minmax(0,1fr) auto !important;
    align-items:center !important;
    gap:10px !important;
    padding:8px 9px !important;
    border-radius:13px !important;
    background:rgba(10,34,68,.58) !important;
    border:1px solid rgba(91,154,239,.10) !important;
  }

  .exsen-mobile-account-preferences label strong{
    display:block !important;
    color:#fff !important;
    font-size:10.5px !important;
    line-height:1.1 !important;
  }

  .exsen-mobile-account-preferences label small{
    display:block !important;
    color:#8ea9ca !important;
    font-size:8.8px !important;
    line-height:1.25 !important;
    margin-top:3px !important;
  }

  .exsen-mobile-account-preferences input[type="checkbox"]{
    width:34px !important;
    height:20px !important;
    appearance:none !important;
    border-radius:999px !important;
    background:rgba(108,138,176,.28) !important;
    border:1px solid rgba(125,179,245,.18) !important;
    position:relative !important;
  }

  .exsen-mobile-account-preferences input[type="checkbox"]::before{
    content:'' !important;
    position:absolute !important;
    width:16px !important;
    height:16px !important;
    top:1px !important;
    left:1px !important;
    border-radius:50% !important;
    background:#dfeeff !important;
    transition:.18s ease !important;
  }

  .exsen-mobile-account-preferences input[type="checkbox"]:checked{
    background:linear-gradient(180deg,#328eff,#1468df) !important;
  }

  .exsen-mobile-account-preferences input[type="checkbox"]:checked::before{
    transform:translateX(14px) !important;
  }
}

@media (max-width:380px){
  .exsen-mobile-account-form,
  .exsen-mobile-reset-form{
    grid-template-columns:1fr !important;
  }

  .exsen-mobile-account-stats{
    grid-template-columns:1fr 1fr !important;
  }
}


/* v2.8.13 mobile balance/account box height repair */
@media (max-width:782px){
  /* Account page content should flow normally; no child should stretch into huge empty columns */
  body.exsen-mobile-view-account .exsen-dash-app .exsen-mobile-account-settings-card{
    display:block !important;
    flex-direction:initial !important;
    align-items:initial !important;
    justify-content:flex-start !important;
    gap:0 !important;
    height:100% !important;
    min-height:0 !important;
    max-height:100% !important;
    padding:12px !important;
    overflow-y:auto !important;
    overflow-x:hidden !important;
  }

  body.exsen-mobile-view-account .exsen-dash-app .exsen-mobile-account-settings-card > *{
    flex:0 0 auto !important;
    min-height:0 !important;
    height:auto !important;
    max-height:none !important;
    align-self:stretch !important;
  }

  /* Top account/balance two-row cards: compact, readable, fixed height */
  .exsen-dash-app .exsen-mobile-account-stats,
  body.exsen-mobile-view-account .exsen-dash-app .exsen-mobile-account-stats{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    grid-auto-rows:58px !important;
    gap:8px !important;
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
    margin:10px 0 !important;
    align-items:stretch !important;
  }

  .exsen-dash-app .exsen-mobile-account-stats article,
  body.exsen-mobile-view-account .exsen-dash-app .exsen-mobile-account-stats article{
    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;
    align-items:flex-start !important;
    height:58px !important;
    min-height:58px !important;
    max-height:58px !important;
    padding:9px 10px !important;
    margin:0 !important;
    border-radius:14px !important;
    overflow:hidden !important;
    box-sizing:border-box !important;
  }

  .exsen-dash-app .exsen-mobile-account-stats article small,
  body.exsen-mobile-view-account .exsen-dash-app .exsen-mobile-account-stats article small{
    display:block !important;
    height:auto !important;
    min-height:0 !important;
    margin:0 0 5px !important;
    color:#8da8c8 !important;
    font-size:8.5px !important;
    line-height:1 !important;
    white-space:nowrap !important;
  }

  .exsen-dash-app .exsen-mobile-account-stats article strong,
  body.exsen-mobile-view-account .exsen-dash-app .exsen-mobile-account-stats article strong{
    display:block !important;
    height:auto !important;
    min-height:0 !important;
    max-width:100% !important;
    color:#fff !important;
    font-size:11.5px !important;
    line-height:1.12 !important;
    font-weight:950 !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
  }

  /* Profile and forms must not become two giant blank columns */
  body.exsen-mobile-view-account .exsen-dash-app .exsen-mobile-account-profile,
  body.exsen-mobile-view-account .exsen-dash-app .exsen-mobile-account-box{
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
    flex:0 0 auto !important;
    margin-bottom:9px !important;
  }

  body.exsen-mobile-view-account .exsen-dash-app .exsen-mobile-account-form,
  body.exsen-mobile-view-account .exsen-dash-app .exsen-mobile-reset-form{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    grid-auto-rows:auto !important;
    align-items:start !important;
    gap:8px !important;
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
  }

  body.exsen-mobile-view-account .exsen-dash-app .exsen-mobile-account-form label,
  body.exsen-mobile-view-account .exsen-dash-app .exsen-mobile-reset-form label{
    display:grid !important;
    grid-template-rows:auto 34px !important;
    gap:5px !important;
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
    margin:0 !important;
    padding:0 !important;
    align-self:start !important;
  }

  body.exsen-mobile-view-account .exsen-dash-app .exsen-mobile-account-form input,
  body.exsen-mobile-view-account .exsen-dash-app .exsen-mobile-account-form select,
  body.exsen-mobile-view-account .exsen-dash-app .exsen-mobile-reset-form input{
    height:34px !important;
    min-height:34px !important;
    max-height:34px !important;
    line-height:34px !important;
  }

  /* General logged-in mobile summary cards also keep normal compact height */
  .exsen-dash-app .exsen-mobile-stat-grid{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    grid-auto-rows:72px !important;
    gap:8px !important;
    align-items:stretch !important;
  }

  .exsen-dash-app .exsen-mobile-stat-grid article{
    height:72px !important;
    min-height:72px !important;
    max-height:72px !important;
    padding:10px !important;
    overflow:hidden !important;
    box-sizing:border-box !important;
  }
}

@media (max-width:380px){
  body.exsen-mobile-view-account .exsen-dash-app .exsen-mobile-account-form,
  body.exsen-mobile-view-account .exsen-dash-app .exsen-mobile-reset-form{
    grid-template-columns:1fr !important;
  }
}


/* v2.8.14 mobile support tab: call real live support system */
@media (max-width:782px){
  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-live-support-tab{
    display:flex !important;
    visibility:visible !important;
    pointer-events:auto !important;
  }

  .exsen-dash-app .exsen-mobile-live-support-card{
    display:flex !important;
    flex-direction:column !important;
    height:100% !important;
    min-height:0 !important;
    padding:10px !important;
    overflow:hidden !important;
    background:linear-gradient(180deg,rgba(10,35,73,.94),rgba(4,18,40,.98)) !important;
  }

  .exsen-mobile-support-head{
    flex:0 0 auto !important;
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:10px !important;
    padding:4px 4px 10px !important;
    border-bottom:1px solid rgba(91,154,239,.13) !important;
  }

  .exsen-mobile-support-head span{
    display:block !important;
    color:#58b6ff !important;
    font-size:8.5px !important;
    line-height:1 !important;
    font-weight:950 !important;
    letter-spacing:.08em !important;
    text-transform:uppercase !important;
    margin-bottom:5px !important;
  }

  .exsen-mobile-support-head h2{
    margin:0 !important;
    color:#fff !important;
    font-size:17px !important;
    line-height:1.1 !important;
    letter-spacing:-.03em !important;
  }

  .exsen-mobile-support-status{
    min-width:86px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:6px !important;
    height:30px !important;
    border-radius:999px !important;
    background:rgba(23,226,145,.10) !important;
    border:1px solid rgba(23,226,145,.14) !important;
  }

  .exsen-mobile-support-status i{
    width:7px !important;
    height:7px !important;
    border-radius:50% !important;
    background:#24e39b !important;
    box-shadow:0 0 0 5px rgba(36,227,155,.08) !important;
  }

  .exsen-mobile-support-status strong{
    color:#eafff7 !important;
    font-size:9.5px !important;
    font-weight:950 !important;
  }

  .exsen-mobile-support-chat-shell{
    flex:1 1 auto !important;
    min-height:0 !important;
    height:auto !important;
    display:flex !important;
    flex-direction:column !important;
    margin-top:10px !important;
    border-radius:17px !important;
    border:1px solid rgba(91,154,239,.15) !important;
    background:rgba(5,20,44,.58) !important;
    overflow:hidden !important;
  }

  .exsen-mobile-support-chat-body{
    flex:1 1 auto !important;
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
    padding:10px !important;
    display:flex !important;
    flex-direction:column !important;
    gap:8px !important;
    overflow-y:auto !important;
    background:radial-gradient(circle at top right,rgba(31,122,255,.08),transparent 32%),linear-gradient(180deg,rgba(7,28,66,.76),rgba(3,17,38,.92)) !important;
  }

  .exsen-mobile-support-chat-body .exsen-chat-day{
    align-self:center !important;
    padding:4px 8px !important;
    border-radius:999px !important;
    background:rgba(255,255,255,.06) !important;
    color:#9fb8d7 !important;
    font-size:8.5px !important;
    font-weight:900 !important;
  }

  .exsen-mobile-support-chat-body .exsen-support-bubble{
    max-width:86% !important;
    display:flex !important;
    gap:7px !important;
    align-items:flex-end !important;
  }

  .exsen-mobile-support-chat-body .exsen-support-bubble.is-user{
    align-self:flex-end !important;
    flex-direction:row-reverse !important;
  }

  .exsen-mobile-support-chat-body .exsen-support-avatar{
    width:22px !important;
    height:22px !important;
    min-width:22px !important;
    border-radius:50% !important;
    display:grid !important;
    place-items:center !important;
    background:#2b8cff !important;
    color:#fff !important;
    font-size:9px !important;
    font-weight:950 !important;
  }

  .exsen-mobile-support-chat-body .exsen-support-bubble > div{
    padding:8px 10px !important;
    border-radius:14px !important;
    background:rgba(21,58,111,.58) !important;
    border:1px solid rgba(106,166,245,.13) !important;
  }

  .exsen-mobile-support-chat-body .exsen-support-bubble.is-user > div{
    background:rgba(36,128,255,.62) !important;
  }

  .exsen-mobile-support-chat-body .exsen-support-bubble strong{
    display:block !important;
    color:#fff !important;
    font-size:9.5px !important;
    line-height:1.1 !important;
    margin-bottom:3px !important;
  }

  .exsen-mobile-support-chat-body .exsen-support-bubble p{
    margin:0 !important;
    color:#eef6ff !important;
    font-size:10.5px !important;
    line-height:1.35 !important;
    font-weight:700 !important;
  }

  .exsen-mobile-support-chat-body .exsen-support-bubble small{
    display:block !important;
    margin-top:3px !important;
    color:rgba(203,221,241,.66) !important;
    font-size:8px !important;
    line-height:1 !important;
    text-align:right !important;
  }

  .exsen-mobile-support-form{
    flex:0 0 auto !important;
    padding:8px !important;
    background:rgba(3,15,34,.72) !important;
    border-top:1px solid rgba(91,154,239,.12) !important;
  }

  .exsen-mobile-support-form .exsen-support-preview{
    margin:0 0 7px !important;
  }

  .exsen-mobile-support-form .exsen-support-compose-box{
    min-height:40px !important;
    height:40px !important;
    display:flex !important;
    align-items:center !important;
    gap:7px !important;
    padding:4px 5px 4px 12px !important;
    border-radius:999px !important;
    background:rgba(8,29,53,.72) !important;
    border:1px solid rgba(116,171,241,.16) !important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.035),0 7px 16px rgba(0,0,0,.16) !important;
  }

  .exsen-mobile-support-form textarea{
    flex:1 1 auto !important;
    width:auto !important;
    min-width:0 !important;
    height:28px !important;
    min-height:28px !important;
    max-height:28px !important;
    border:0 !important;
    outline:0 !important;
    resize:none !important;
    background:transparent !important;
    color:#fff !important;
    padding:7px 0 0 !important;
    font-size:10.5px !important;
    font-weight:750 !important;
    line-height:1.2 !important;
  }

  .exsen-mobile-support-form textarea::placeholder{
    color:rgba(172,197,224,.78) !important;
  }

  .exsen-mobile-support-form .exsen-support-inline-actions{
    flex:0 0 auto !important;
    display:flex !important;
    align-items:center !important;
    gap:4px !important;
  }

  .exsen-mobile-support-form .exsen-support-attach-toggle{
    width:26px !important;
    height:26px !important;
    min-width:26px !important;
    border:0 !important;
    border-radius:50% !important;
    background:transparent !important;
    color:#9db7d4 !important;
    display:grid !important;
    place-items:center !important;
    padding:0 !important;
  }

  .exsen-mobile-support-form .exsen-support-attach-toggle svg{
    width:16px !important;
    height:16px !important;
  }

  .exsen-mobile-support-form .exsen-support-send{
    width:31px !important;
    height:31px !important;
    min-width:31px !important;
    border:0 !important;
    border-radius:50% !important;
    background:linear-gradient(180deg,#3d97ff,#156be8) !important;
    display:grid !important;
    place-items:center !important;
    padding:0 !important;
    box-shadow:0 7px 15px rgba(24,112,239,.28), inset 0 1px 0 rgba(255,255,255,.20) !important;
  }

  .exsen-mobile-support-form .exsen-support-send svg{
    width:16px !important;
    height:16px !important;
    color:#fff !important;
  }

  .exsen-mobile-support-form .exsen-panel-message{
    min-height:12px !important;
    margin:5px 4px 0 !important;
    font-size:9px !important;
    line-height:1.2 !important;
    color:#25e197 !important;
    font-weight:800 !important;
  }

  .exsen-mobile-support-form .exsen-panel-message.is-error{
    color:#ff6b7c !important;
  }

  .exsen-mobile-support-form .exsen-support-attach-menu{
    right:0 !important;
    bottom:35px !important;
    width:168px !important;
    border-radius:14px !important;
    background:rgba(6,24,52,.98) !important;
    border:1px solid rgba(100,165,246,.18) !important;
    box-shadow:0 18px 35px rgba(0,0,0,.28) !important;
    overflow:hidden !important;
  }

  .exsen-mobile-support-form .exsen-support-attach-menu button{
    height:36px !important;
    padding:0 10px !important;
    font-size:10px !important;
    color:#dceaff !important;
  }

  .exsen-mobile-support-form .exsen-support-attach-menu svg{
    width:15px !important;
    height:15px !important;
  }
}


/* v2.8.15 mobile support spacing + attach icon position fix */
@media (max-width:782px){
  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-live-support-tab{
    padding:6px 8px 6px !important;
  }

  .exsen-dash-app .exsen-mobile-live-support-card{
    padding:8px !important;
    border-radius:18px !important;
  }

  .exsen-mobile-support-head{
    padding:0 2px 7px !important;
    margin:0 !important;
    gap:8px !important;
  }

  .exsen-mobile-support-head span{
    font-size:8px !important;
    margin-bottom:4px !important;
  }

  .exsen-mobile-support-head h2{
    font-size:16px !important;
  }

  .exsen-mobile-support-status{
    height:27px !important;
    min-width:78px !important;
    gap:5px !important;
  }

  .exsen-mobile-support-status strong{
    font-size:8.8px !important;
  }

  .exsen-mobile-support-chat-shell{
    margin-top:7px !important;
    border-radius:16px !important;
    flex:1 1 auto !important;
    min-height:0 !important;
  }

  .exsen-mobile-support-chat-body{
    padding:8px 8px 6px !important;
    gap:7px !important;
    flex:1 1 auto !important;
    min-height:0 !important;
  }

  .exsen-mobile-support-chat-body .exsen-chat-day{
    padding:3px 7px !important;
    font-size:8px !important;
  }

  .exsen-mobile-support-chat-body .exsen-support-bubble{
    max-width:88% !important;
    gap:6px !important;
  }

  .exsen-mobile-support-chat-body .exsen-support-avatar{
    width:20px !important;
    height:20px !important;
    min-width:20px !important;
    font-size:8px !important;
  }

  .exsen-mobile-support-chat-body .exsen-support-bubble > div{
    padding:7px 9px !important;
    border-radius:13px !important;
  }

  .exsen-mobile-support-chat-body .exsen-support-bubble strong{
    font-size:9px !important;
  }

  .exsen-mobile-support-chat-body .exsen-support-bubble p{
    font-size:10px !important;
    line-height:1.32 !important;
  }

  .exsen-mobile-support-chat-body .exsen-support-bubble small{
    font-size:7.5px !important;
  }

  .exsen-mobile-support-form{
    padding:7px !important;
    flex:0 0 auto !important;
  }

  .exsen-mobile-support-form .exsen-support-compose,
  .exsen-mobile-support-form .exsen-support-final-compose{
    margin:0 !important;
    padding:0 !important;
    position:relative !important;
  }

  .exsen-mobile-support-form .exsen-support-compose-box{
    display:flex !important;
    flex-direction:row !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:6px !important;
    width:100% !important;
    min-height:38px !important;
    height:38px !important;
    padding:4px 5px 4px 12px !important;
    border-radius:999px !important;
    position:relative !important;
    box-sizing:border-box !important;
  }

  .exsen-mobile-support-form textarea{
    order:1 !important;
    flex:1 1 auto !important;
    width:auto !important;
    min-width:0 !important;
    height:27px !important;
    min-height:27px !important;
    max-height:27px !important;
    padding:7px 0 0 !important;
    margin:0 !important;
    position:static !important;
    z-index:1 !important;
    font-size:10px !important;
    line-height:1.2 !important;
  }

  .exsen-mobile-support-form .exsen-support-inline-actions{
    order:2 !important;
    flex:0 0 auto !important;
    display:flex !important;
    flex-direction:row !important;
    align-items:center !important;
    justify-content:flex-end !important;
    gap:4px !important;
    width:auto !important;
    height:31px !important;
    min-height:31px !important;
    margin:0 !important;
    padding:0 !important;
    position:static !important;
    right:auto !important;
    left:auto !important;
    top:auto !important;
    bottom:auto !important;
    transform:none !important;
    z-index:2 !important;
  }

  .exsen-mobile-support-form .exsen-support-attach-wrap{
    order:1 !important;
    position:relative !important;
    width:24px !important;
    height:24px !important;
    min-width:24px !important;
    display:grid !important;
    place-items:center !important;
    margin:0 !important;
    padding:0 !important;
  }

  .exsen-mobile-support-form .exsen-support-attach-toggle,
  .exsen-mobile-support-form .exsen-support-final-attach{
    position:static !important;
    inset:auto !important;
    transform:none !important;
    width:24px !important;
    height:24px !important;
    min-width:24px !important;
    max-width:24px !important;
    margin:0 !important;
    padding:0 !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
    color:#9db7d4 !important;
    opacity:.92 !important;
  }

  .exsen-mobile-support-form .exsen-support-attach-toggle svg,
  .exsen-mobile-support-form .exsen-support-final-attach svg{
    width:15px !important;
    height:15px !important;
  }

  .exsen-mobile-support-form .exsen-support-send,
  .exsen-mobile-support-form .exsen-support-final-send{
    order:2 !important;
    position:static !important;
    inset:auto !important;
    transform:none !important;
    width:30px !important;
    height:30px !important;
    min-width:30px !important;
    max-width:30px !important;
    margin:0 !important;
  }

  .exsen-mobile-support-form .exsen-support-send svg,
  .exsen-mobile-support-form .exsen-support-final-send svg{
    width:15px !important;
    height:15px !important;
  }

  .exsen-mobile-support-form .exsen-panel-message{
    min-height:10px !important;
    margin:4px 4px 0 !important;
    font-size:8.5px !important;
  }

  .exsen-mobile-support-form .exsen-support-attach-menu{
    right:0 !important;
    left:auto !important;
    bottom:32px !important;
  }
}


/* v2.8.16 mobile support/chat premium refinement */
@media (max-width:782px){
  /* Support screen spacing above fixed bottom nav */
  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-shortcode-tab[data-mobile-shortcode-panel="support"]{
    padding:8px 10px 4px !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-live-support-card{
    padding:7px 8px 4px !important;
    border-radius:18px !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-shortcode-card{
    margin:0 0 2px !important;
  }

  .exsen-mobile-support-chat-shell{
    margin-top:6px !important;
    border:0 !important;
    border-radius:15px !important;
    background:rgba(5,20,44,.42) !important;
    box-shadow:inset 0 0 0 1px rgba(91,154,239,.10) !important;
  }

  .exsen-mobile-support-chat-body{
    padding:8px 8px 5px !important;
    gap:6px !important;
  }

  .exsen-mobile-support-chat-body .exsen-support-bubble{
    width:100% !important;
    max-width:none !important;
    display:flex !important;
    align-items:flex-end !important;
    justify-content:flex-start !important;
    gap:6px !important;
  }

  .exsen-mobile-support-chat-body .exsen-support-bubble.is-user{
    justify-content:flex-end !important;
    align-self:flex-end !important;
    flex-direction:row-reverse !important;
  }

  .exsen-mobile-support-chat-body .exsen-support-bubble:not(.is-user){
    align-self:flex-start !important;
  }

  .exsen-mobile-support-chat-body .exsen-support-avatar{
    width:18px !important;
    height:18px !important;
    min-width:18px !important;
    font-size:7px !important;
    box-shadow:none !important;
    opacity:.95 !important;
  }

  .exsen-mobile-support-chat-body .exsen-support-bubble > div{
    max-width:78% !important;
    padding:7px 9px !important;
    border-radius:13px !important;
    background:rgba(18,47,90,.38) !important;
    border:1px solid rgba(106,166,245,.10) !important;
    backdrop-filter:blur(10px) !important;
    box-shadow:none !important;
  }

  .exsen-mobile-support-chat-body .exsen-support-bubble.is-user > div{
    background:rgba(46,126,255,.26) !important;
    border-color:rgba(107,170,255,.16) !important;
  }

  .exsen-mobile-support-chat-body .exsen-support-bubble strong{
    font-size:8.8px !important;
    margin-bottom:2px !important;
    opacity:.96 !important;
  }

  .exsen-mobile-support-chat-body .exsen-support-bubble p{
    font-size:9.6px !important;
    line-height:1.32 !important;
    font-weight:650 !important;
  }

  .exsen-mobile-support-chat-body .exsen-support-bubble small{
    margin-top:4px !important;
    font-size:7.3px !important;
    opacity:.72 !important;
  }

  .exsen-mobile-support-form{
    padding:6px 7px 5px !important;
    border-top:1px solid rgba(91,154,239,.08) !important;
    background:rgba(3,15,34,.56) !important;
  }

  .exsen-mobile-support-form .exsen-support-compose-box{
    min-height:37px !important;
    height:37px !important;
    padding:4px 5px 4px 11px !important;
    background:rgba(8,29,53,.62) !important;
    border-color:rgba(116,171,241,.12) !important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.02) !important;
  }

  .exsen-mobile-support-form textarea{
    font-size:9.8px !important;
  }

  .exsen-mobile-support-form .exsen-support-attach-toggle,
  .exsen-mobile-support-form .exsen-support-final-attach{
    width:22px !important;
    height:22px !important;
    min-width:22px !important;
    max-width:22px !important;
  }

  .exsen-mobile-support-form .exsen-support-attach-toggle svg,
  .exsen-mobile-support-form .exsen-support-final-attach svg{
    width:14px !important;
    height:14px !important;
  }

  .exsen-mobile-support-form .exsen-support-send,
  .exsen-mobile-support-form .exsen-support-final-send{
    width:28px !important;
    height:28px !important;
    min-width:28px !important;
    max-width:28px !important;
  }

  .exsen-mobile-support-form .exsen-support-send svg,
  .exsen-mobile-support-form .exsen-support-final-send svg{
    width:14px !important;
    height:14px !important;
  }

  /* Trade/live chat panel: flatter premium chat bubbles */
  .exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-feed,
  .exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-feed-rich{
    padding:6px 8px 60px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-list{
    gap:4px !important;
    padding:0 0 1px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-row{
    align-items:flex-start !important;
    gap:6px !important;
    margin-bottom:5px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-row > b{
    width:20px !important;
    height:20px !important;
    min-width:20px !important;
    font-size:8px !important;
    box-shadow:none !important;
    margin-top:1px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-bubble{
    max-width:78% !important;
    padding:6px 8px !important;
    border-radius:12px !important;
    background:rgba(18,47,90,.30) !important;
    border:1px solid rgba(90,146,227,.09) !important;
    backdrop-filter:blur(10px) !important;
    box-shadow:none !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-row.is-user .exsen-live-chat-bubble{
    background:rgba(49,126,244,.24) !important;
    border-color:rgba(107,170,255,.14) !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-meta{
    margin-bottom:2px !important;
    gap:6px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-meta strong{
    font-size:9px !important;
    line-height:1.1 !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-meta em{
    font-size:7.4px !important;
    opacity:.72 !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-bubble span{
    font-size:9.4px !important;
    line-height:1.24 !important;
    font-weight:650 !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-input,
  .exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-input,
  .exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-input-rich{
    left:10px !important;
    right:10px !important;
    bottom:8px !important;
    height:39px !important;
    min-height:39px !important;
    padding:4px 5px 4px 11px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-input input,
  .exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-input input{
    font-size:10px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-actions button:not(.exsen-live-send-btn){
    width:24px !important;
    height:24px !important;
    min-width:24px !important;
    font-size:11px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-send-btn{
    width:30px !important;
    height:30px !important;
    min-width:30px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-send-btn::before{
    font-size:16px !important;
  }
}


/* v2.8.18 mobile live chat refinement */
@media (max-width: 782px){
  .exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-feed,
  .exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-feed-rich{
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
    padding:8px 10px 52px !important;
    overflow:hidden !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-list{
    height:calc(100% - 10px) !important;
    max-height:calc(100% - 10px) !important;
    gap:8px !important;
    padding-right:3px !important;
    overflow:auto !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-row{
    gap:7px !important;
    min-height:30px !important;
    align-items:flex-start !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-row + .exsen-live-chat-row{
    margin-top:1px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-row > b{
    width:18px !important;
    height:18px !important;
    min-width:18px !important;
    font-size:7px !important;
    margin-top:3px !important;
    box-shadow:0 8px 18px rgba(0,0,0,.16) !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-bubble{
    max-width:72% !important;
    padding:5px 8px !important;
    border-radius:9px !important;
    background:linear-gradient(180deg,rgba(21,48,89,.78),rgba(12,31,61,.68)) !important;
    border:1px solid rgba(104,159,245,.16) !important;
    box-shadow:none !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-row.is-user .exsen-live-chat-bubble{
    background:linear-gradient(180deg,rgba(36,91,191,.72),rgba(19,58,128,.62)) !important;
    border-color:rgba(105,166,255,.22) !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-meta{
    gap:5px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-meta strong{
    font-size:8px !important;
    line-height:1.15 !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-meta em{
    font-size:6.7px !important;
    line-height:1.1 !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-bubble span{
    font-size:8.3px !important;
    line-height:1.22 !important;
  }
}




/* v2.8.20 chat send buttons + remove visible-count restriction */
@media (max-width:782px){
  /* 1 mesaj azaltma / yükseklik kısıtını kaldır: alan doğal yüksekliğinde kalsın */
  .exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-feed,
  .exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-feed-rich{
    height:100% !important;
    min-height:0 !important;
    max-height:none !important;
    padding:8px 10px 58px !important;
    overflow:hidden !important;
    box-sizing:border-box !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-list{
    height:100% !important;
    max-height:none !important;
    min-height:0 !important;
    gap:8px !important;
    overflow:auto !important;
    padding:0 4px 4px 0 !important;
    margin:0 !important;
    box-sizing:border-box !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-row{
    margin-bottom:3px !important;
  }

  .exsen-dash-app .exsen-borsa-chat-fixed-input,
  .exsen-dash-app .exsen-borsa-chat-fixed-input *,
  .exsen-dash-app .exsen-mobile-support-form,
  .exsen-dash-app .exsen-mobile-support-form *{
    pointer-events:auto !important;
  }

  .exsen-dash-app .exsen-borsa-chat-fixed-input{
    z-index:999999 !important;
  }

  .exsen-dash-app .exsen-borsa-chat-send-btn,
  .exsen-dash-app .exsen-mobile-support-form .exsen-support-send{
    cursor:pointer !important;
    pointer-events:auto !important;
    touch-action:manipulation !important;
  }
}


/* v2.8.21 support alignment + remove live-chat visible-count restriction */
@media (max-width:782px){
  /* Sohbet chatinde mesaj sayısı kısıtı yok; sadece input üstünden taşmasın */
  .exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-feed,
  .exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-feed-rich{
    height:100% !important;
    min-height:0 !important;
    max-height:none !important;
    padding:8px 10px 58px !important;
    overflow:hidden !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-list{
    height:100% !important;
    max-height:none !important;
    min-height:0 !important;
    overflow:auto !important;
    gap:8px !important;
  }

  /* Destek: destek/admin solda, kullanıcı sağda */
  .exsen-mobile-support-chat-body .exsen-support-bubble{
    width:100% !important;
    max-width:none !important;
    display:flex !important;
    align-items:flex-end !important;
    gap:6px !important;
  }

  .exsen-mobile-support-chat-body .exsen-support-bubble.is-agent{
    justify-content:flex-start !important;
    align-self:flex-start !important;
    flex-direction:row !important;
  }

  .exsen-mobile-support-chat-body .exsen-support-bubble.is-user{
    justify-content:flex-end !important;
    align-self:flex-end !important;
    flex-direction:row-reverse !important;
  }

  .exsen-mobile-support-chat-body .exsen-support-bubble.is-agent > div{
    border-radius:13px 13px 13px 5px !important;
    background:rgba(18,47,90,.42) !important;
    border:1px solid rgba(106,166,245,.10) !important;
  }

  .exsen-mobile-support-chat-body .exsen-support-bubble.is-user > div{
    border-radius:13px 13px 5px 13px !important;
    background:rgba(46,126,255,.30) !important;
    border:1px solid rgba(107,170,255,.16) !important;
  }

  .exsen-mobile-support-chat-body .exsen-support-bubble > div{
    max-width:78% !important;
  }
}


/* v2.8.22 mobile support success notice removed + stable left/right alignment */
@media (max-width:782px){
  .exsen-mobile-support-form .exsen-panel-message:empty{display:none !important;}
  .exsen-mobile-support-form .exsen-panel-message.is-success{display:none !important;}

  .exsen-mobile-support-chat-body .exsen-support-bubble{
    width:100% !important;
    max-width:none !important;
    display:flex !important;
    align-items:flex-end !important;
    gap:6px !important;
  }

  .exsen-mobile-support-chat-body .exsen-support-bubble.is-user{
    justify-content:flex-end !important;
    align-self:flex-end !important;
    flex-direction:row-reverse !important;
  }

  .exsen-mobile-support-chat-body .exsen-support-bubble.is-agent{
    justify-content:flex-start !important;
    align-self:flex-start !important;
    flex-direction:row !important;
  }
}


/* v2.8.23 mobile support width + scroll hard fix */
@media (max-width:782px){
  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-live-support-card{
    padding:8px 8px 6px !important;
    min-height:0 !important;
    overflow:hidden !important;
  }

  .exsen-mobile-support-chat-shell{
    margin-top:6px !important;
    display:flex !important;
    flex-direction:column !important;
    flex:1 1 auto !important;
    min-height:0 !important;
    overflow:hidden !important;
  }

  .exsen-mobile-support-chat-body{
    flex:1 1 auto !important;
    min-height:0 !important;
    height:auto !important;
    overflow-y:auto !important;
    overflow-x:hidden !important;
    scroll-behavior:smooth !important;
    overscroll-behavior:contain !important;
    padding:10px 10px 8px !important;
    gap:10px !important;
    align-items:stretch !important;
  }

  .exsen-mobile-support-chat-body .exsen-chat-day{
    align-self:center !important;
    margin-bottom:2px !important;
  }

  .exsen-mobile-support-chat-body .exsen-support-bubble{
    width:100% !important;
    max-width:100% !important;
    display:flex !important;
    align-items:flex-end !important;
    gap:7px !important;
    margin:0 !important;
    flex:0 0 auto !important;
  }

  .exsen-mobile-support-chat-body .exsen-support-bubble.is-agent{
    justify-content:flex-start !important;
    flex-direction:row !important;
  }

  .exsen-mobile-support-chat-body .exsen-support-bubble.is-user{
    justify-content:flex-end !important;
    flex-direction:row-reverse !important;
  }

  .exsen-mobile-support-chat-body .exsen-support-avatar{
    width:20px !important;
    height:20px !important;
    min-width:20px !important;
    font-size:8px !important;
    line-height:20px !important;
    margin:0 !important;
  }

  .exsen-mobile-support-chat-body .exsen-support-bubble > div,
  .exsen-mobile-support-chat-body .exsen-support-bubble.is-user > div,
  .exsen-mobile-support-chat-body .exsen-support-bubble.is-agent > div{
    flex:0 1 auto !important;
    width:auto !important;
    min-width:0 !important;
    max-width:calc(100% - 32px) !important;
    padding:8px 10px !important;
    border-radius:14px !important;
    overflow:visible !important;
  }

  .exsen-mobile-support-chat-body .exsen-support-bubble strong{
    display:block !important;
    font-size:9px !important;
    line-height:1.2 !important;
    margin:0 0 4px !important;
    white-space:normal !important;
    word-break:break-word !important;
  }

  .exsen-mobile-support-chat-body .exsen-support-bubble p{
    font-size:10px !important;
    line-height:1.38 !important;
    margin:0 !important;
    white-space:normal !important;
    word-break:break-word !important;
  }

  .exsen-mobile-support-chat-body .exsen-support-bubble small{
    display:block !important;
    margin-top:4px !important;
    font-size:7px !important;
    line-height:1 !important;
  }
}


/* v2.8.24 final mobile support clean alignment/scroll */
@media (max-width:782px){
  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-live-support-card{
    display:flex !important;
    flex-direction:column !important;
    min-height:0 !important;
    height:100% !important;
    overflow:hidden !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-chat-shell{
    flex:1 1 auto !important;
    min-height:0 !important;
    height:auto !important;
    overflow:hidden !important;
    display:flex !important;
    flex-direction:column !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-chat-body{
    width:100% !important;
    flex:1 1 auto !important;
    min-height:0 !important;
    height:auto !important;
    max-height:none !important;
    overflow-y:auto !important;
    overflow-x:hidden !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
    justify-content:flex-start !important;
    gap:10px !important;
    padding:10px 10px 8px !important;
    box-sizing:border-box !important;
    overscroll-behavior:contain !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-chat-body .exsen-chat-day{
    flex:0 0 auto !important;
    align-self:center !important;
    margin:0 0 2px !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-chat-body .exsen-support-bubble{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    flex:0 0 auto !important;
    display:flex !important;
    align-items:flex-end !important;
    gap:7px !important;
    margin:0 !important;
    padding:0 !important;
    box-sizing:border-box !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-chat-body .exsen-support-bubble.is-agent{
    flex-direction:row !important;
    justify-content:flex-start !important;
    align-self:stretch !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-chat-body .exsen-support-bubble.is-user{
    flex-direction:row-reverse !important;
    justify-content:flex-start !important;
    align-self:stretch !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-chat-body .exsen-support-avatar{
    width:20px !important;
    height:20px !important;
    min-width:20px !important;
    max-width:20px !important;
    flex:0 0 20px !important;
    border-radius:50% !important;
    display:grid !important;
    place-items:center !important;
    font-size:8px !important;
    line-height:20px !important;
    margin:0 !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-chat-body .exsen-support-bubble > div,
  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-chat-body .exsen-support-bubble.is-agent > div,
  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-chat-body .exsen-support-bubble.is-user > div{
    width:auto !important;
    min-width:0 !important;
    max-width:calc(100% - 34px) !important;
    flex:0 1 auto !important;
    padding:8px 10px !important;
    border-radius:14px !important;
    box-sizing:border-box !important;
    overflow:visible !important;
    word-break:break-word !important;
    white-space:normal !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-chat-body .exsen-support-bubble.is-user > div{
    margin-left:auto !important;
    margin-right:0 !important;
    border-radius:14px 14px 5px 14px !important;
    background:rgba(46,126,255,.32) !important;
    border:1px solid rgba(107,170,255,.18) !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-chat-body .exsen-support-bubble.is-agent > div{
    margin-right:auto !important;
    margin-left:0 !important;
    border-radius:14px 14px 14px 5px !important;
    background:rgba(18,47,90,.44) !important;
    border:1px solid rgba(106,166,245,.12) !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-chat-body .exsen-support-bubble strong{
    display:block !important;
    font-size:9px !important;
    line-height:1.2 !important;
    margin:0 0 4px !important;
    white-space:normal !important;
    overflow:visible !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-chat-body .exsen-support-bubble p{
    display:block !important;
    font-size:10px !important;
    line-height:1.38 !important;
    margin:0 !important;
    white-space:normal !important;
    overflow:visible !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-form{
    flex:0 0 auto !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-form .exsen-panel-message:empty,
  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-form .exsen-panel-message.is-success{
    display:none !important;
  }
}


/* v2.8.25 support history scroll stability */
@media (max-width:782px){
  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-chat-body{
    overflow-y:auto !important;
    overflow-x:hidden !important;
    min-height:0 !important;
    align-content:flex-start !important;
    justify-content:flex-start !important;
    gap:10px !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-chat-body .exsen-support-bubble{
    flex:0 0 auto !important;
  }
}


/* v2.8.28 mobile support message gap fix */
@media (max-width:782px){
  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-chat-body{
    display:block !important;
    flex:1 1 auto !important;
    min-height:0 !important;
    height:auto !important;
    max-height:none !important;
    overflow-y:auto !important;
    overflow-x:hidden !important;
    padding:10px 10px 8px !important;
    box-sizing:border-box !important;
    gap:0 !important;
    align-items:initial !important;
    align-content:normal !important;
    justify-content:flex-start !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-chat-body .exsen-chat-day{
    display:table !important;
    margin:0 auto 8px !important;
    align-self:auto !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-chat-body .exsen-support-bubble{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    display:flex !important;
    align-items:flex-end !important;
    gap:7px !important;
    margin:0 0 9px !important;
    padding:0 !important;
    box-sizing:border-box !important;
    flex:initial !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-chat-body .exsen-support-bubble:last-child{
    margin-bottom:0 !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-chat-body .exsen-support-bubble.is-agent{
    flex-direction:row !important;
    justify-content:flex-start !important;
    align-self:auto !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-chat-body .exsen-support-bubble.is-user{
    flex-direction:row-reverse !important;
    justify-content:flex-start !important;
    align-self:auto !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-chat-body .exsen-support-bubble > div,
  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-chat-body .exsen-support-bubble.is-agent > div,
  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-chat-body .exsen-support-bubble.is-user > div{
    max-width:calc(100% - 34px) !important;
    width:auto !important;
    min-width:0 !important;
    flex:0 1 auto !important;
    margin-top:0 !important;
    margin-bottom:0 !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-chat-body .exsen-support-bubble.is-user > div{
    margin-left:auto !important;
    margin-right:0 !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-chat-body .exsen-support-bubble.is-agent > div{
    margin-right:auto !important;
    margin-left:0 !important;
  }
}


/* v2.8.29 final mobile support stable message flow */
@media (max-width:782px){
  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-chat-body{
    display:block !important;
    overflow-y:auto !important;
    overflow-x:hidden !important;
    scroll-behavior:auto !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-chat-body .exsen-support-bubble{
    display:flex !important;
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    margin:0 0 9px !important;
    padding:0 !important;
    gap:7px !important;
    align-items:flex-end !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-chat-body .exsen-support-bubble.is-user{
    flex-direction:row-reverse !important;
    justify-content:flex-start !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-chat-body .exsen-support-bubble.is-agent{
    flex-direction:row !important;
    justify-content:flex-start !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-chat-body .exsen-support-bubble.is-user > div{
    margin-left:auto !important;
    margin-right:0 !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-chat-body .exsen-support-bubble.is-agent > div{
    margin-right:auto !important;
    margin-left:0 !important;
  }
}


/* v2.8.30 mobile live support: remove restrictive height/scroll limits */
@media (max-width:782px){
  body.exsen-mobile-view-support,
  body.exsen-mobile-view-support.exsen-panel-page,
  body.exsen-mobile-view-support .exsen-dash-app{
    height:auto !important;
    max-height:none !important;
    overflow-y:auto !important;
    overflow-x:hidden !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-shortcode-tab[data-mobile-shortcode-panel="support"],
  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-live-support-tab{
    height:auto !important;
    min-height:calc(100dvh - 52px - 82px) !important;
    max-height:none !important;
    overflow:visible !important;
    padding:8px 10px 82px !important;
    display:block !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-live-support-card,
  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-shortcode-card.exsen-mobile-live-support-card{
    height:auto !important;
    min-height:calc(100dvh - 52px - 96px) !important;
    max-height:none !important;
    overflow:visible !important;
    display:block !important;
    padding:8px !important;
    margin:0 !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-chat-shell{
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
    overflow:visible !important;
    display:block !important;
    margin-top:7px !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-chat-body{
    display:block !important;
    height:auto !important;
    min-height:380px !important;
    max-height:none !important;
    overflow:visible !important;
    padding:10px !important;
    margin:0 !important;
    box-sizing:border-box !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-chat-body .exsen-chat-day{
    display:table !important;
    margin:0 auto 8px !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-chat-body .exsen-support-bubble{
    display:flex !important;
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    gap:7px !important;
    margin:0 0 9px !important;
    padding:0 !important;
    align-items:flex-end !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-chat-body .exsen-support-bubble.is-user{
    flex-direction:row-reverse !important;
    justify-content:flex-start !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-chat-body .exsen-support-bubble.is-agent{
    flex-direction:row !important;
    justify-content:flex-start !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-chat-body .exsen-support-bubble.is-user > div{
    margin-left:auto !important;
    margin-right:0 !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-chat-body .exsen-support-bubble.is-agent > div{
    margin-right:auto !important;
    margin-left:0 !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-chat-body .exsen-support-bubble > div{
    max-width:calc(100% - 34px) !important;
    width:auto !important;
    min-width:0 !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-form{
    position:sticky !important;
    bottom:82px !important;
    z-index:20 !important;
    background:rgba(3,15,34,.86) !important;
    border-radius:16px !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-bottom-nav{
    position:fixed !important;
    z-index:999999 !important;
  }
}


/* v2.8.31 FINAL premium mobile live support reset */
@media (max-width:782px){
  body.exsen-mobile-view-support,
  body.exsen-mobile-view-support.exsen-panel-page,
  body.exsen-mobile-view-support .exsen-dash-app{
    height:100dvh !important;
    max-height:100dvh !important;
    overflow:hidden !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-shortcode-tab[data-mobile-shortcode-panel="support"],
  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-live-support-tab{
    display:flex !important;
    flex-direction:column !important;
    height:calc(100dvh - 52px - 74px) !important;
    min-height:calc(100dvh - 52px - 74px) !important;
    max-height:calc(100dvh - 52px - 74px) !important;
    padding:8px 9px 5px !important;
    margin:0 !important;
    overflow:hidden !important;
    box-sizing:border-box !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-live-support-card,
  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-shortcode-card.exsen-mobile-live-support-card{
    display:grid !important;
    grid-template-rows:auto minmax(0,1fr) auto !important;
    height:100% !important;
    min-height:0 !important;
    max-height:100% !important;
    width:100% !important;
    padding:8px !important;
    margin:0 !important;
    overflow:hidden !important;
    border-radius:18px !important;
    background:linear-gradient(180deg,rgba(10,35,73,.96),rgba(4,18,40,.99)) !important;
    border:1px solid rgba(87,153,239,.18) !important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.035),0 18px 44px rgba(0,0,0,.18) !important;
    box-sizing:border-box !important;
  }

  body.exsen-mobile-view-support .exsen-mobile-support-head{
    grid-row:1 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:8px !important;
    height:42px !important;
    min-height:42px !important;
    padding:0 2px 7px !important;
    margin:0 !important;
    border-bottom:1px solid rgba(91,154,239,.13) !important;
    box-sizing:border-box !important;
  }

  body.exsen-mobile-view-support .exsen-mobile-support-head span{
    display:block !important;
    color:#58b6ff !important;
    font-size:7.8px !important;
    line-height:1 !important;
    font-weight:950 !important;
    letter-spacing:.09em !important;
    text-transform:uppercase !important;
    margin:0 0 4px !important;
  }

  body.exsen-mobile-view-support .exsen-mobile-support-head h2{
    margin:0 !important;
    color:#fff !important;
    font-size:16px !important;
    line-height:1.05 !important;
    letter-spacing:-.03em !important;
  }

  body.exsen-mobile-view-support .exsen-mobile-support-status{
    height:27px !important;
    min-width:78px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:5px !important;
    border-radius:999px !important;
    background:rgba(23,226,145,.10) !important;
    border:1px solid rgba(23,226,145,.15) !important;
    color:#eafff7 !important;
    box-sizing:border-box !important;
  }

  body.exsen-mobile-view-support .exsen-mobile-support-status i{
    width:7px !important;
    height:7px !important;
    min-width:7px !important;
    border-radius:50% !important;
    background:#24e39b !important;
    box-shadow:0 0 0 5px rgba(36,227,155,.08) !important;
  }

  body.exsen-mobile-view-support .exsen-mobile-support-status strong{
    color:#eafff7 !important;
    font-size:8.8px !important;
    font-weight:950 !important;
    line-height:1 !important;
  }

  body.exsen-mobile-view-support .exsen-mobile-support-chat-shell{
    grid-row:2 / 4 !important;
    display:grid !important;
    grid-template-rows:minmax(0,1fr) auto !important;
    min-height:0 !important;
    height:100% !important;
    max-height:100% !important;
    margin:7px 0 0 !important;
    padding:0 !important;
    overflow:hidden !important;
    border-radius:16px !important;
    border:1px solid rgba(91,154,239,.12) !important;
    background:rgba(4,17,38,.54) !important;
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.012) !important;
    box-sizing:border-box !important;
  }

  body.exsen-mobile-view-support .exsen-mobile-support-chat-body{
    grid-row:1 !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
    justify-content:flex-start !important;
    gap:8px !important;
    width:100% !important;
    height:100% !important;
    min-height:0 !important;
    max-height:100% !important;
    padding:10px 9px 8px !important;
    margin:0 !important;
    overflow-y:auto !important;
    overflow-x:hidden !important;
    overscroll-behavior:contain !important;
    -webkit-overflow-scrolling:touch !important;
    scroll-behavior:auto !important;
    box-sizing:border-box !important;
    background:radial-gradient(circle at top right,rgba(30,111,235,.07),transparent 36%) !important;
  }

  body.exsen-mobile-view-support .exsen-mobile-support-chat-body .exsen-chat-day{
    flex:0 0 auto !important;
    display:block !important;
    align-self:center !important;
    width:max-content !important;
    margin:0 auto 2px !important;
    padding:4px 9px !important;
    border-radius:999px !important;
    background:rgba(255,255,255,.06) !important;
    border:1px solid rgba(117,170,238,.10) !important;
    color:#a9c1dc !important;
    font-size:8px !important;
    line-height:1 !important;
    font-weight:900 !important;
  }

  body.exsen-mobile-view-support .exsen-mobile-support-chat-body .exsen-support-bubble{
    flex:0 0 auto !important;
    display:flex !important;
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    gap:7px !important;
    margin:0 !important;
    padding:0 !important;
    align-items:flex-end !important;
    box-sizing:border-box !important;
  }

  body.exsen-mobile-view-support .exsen-mobile-support-chat-body .exsen-support-bubble.is-user{
    flex-direction:row-reverse !important;
    justify-content:flex-start !important;
  }

  body.exsen-mobile-view-support .exsen-mobile-support-chat-body .exsen-support-bubble.is-agent{
    flex-direction:row !important;
    justify-content:flex-start !important;
  }

  body.exsen-mobile-view-support .exsen-mobile-support-chat-body .exsen-support-avatar{
    width:20px !important;
    height:20px !important;
    min-width:20px !important;
    max-width:20px !important;
    flex:0 0 20px !important;
    border-radius:50% !important;
    display:grid !important;
    place-items:center !important;
    color:#fff !important;
    font-size:8px !important;
    line-height:1 !important;
    font-weight:950 !important;
    margin:0 0 2px !important;
    box-shadow:none !important;
  }

  body.exsen-mobile-view-support .exsen-mobile-support-chat-body .exsen-support-bubble > div{
    width:auto !important;
    min-width:0 !important;
    max-width:calc(100% - 34px) !important;
    flex:0 1 auto !important;
    padding:7px 10px !important;
    margin:0 !important;
    border-radius:14px !important;
    box-shadow:none !important;
    box-sizing:border-box !important;
    overflow:visible !important;
    word-break:break-word !important;
    white-space:normal !important;
  }

  body.exsen-mobile-view-support .exsen-mobile-support-chat-body .exsen-support-bubble.is-user > div{
    margin-left:auto !important;
    margin-right:0 !important;
    border-radius:14px 14px 5px 14px !important;
    background:linear-gradient(180deg,rgba(43,126,255,.50),rgba(22,78,171,.42)) !important;
    border:1px solid rgba(104,168,255,.18) !important;
  }

  body.exsen-mobile-view-support .exsen-mobile-support-chat-body .exsen-support-bubble.is-agent > div{
    margin-right:auto !important;
    margin-left:0 !important;
    border-radius:14px 14px 14px 5px !important;
    background:rgba(18,47,90,.46) !important;
    border:1px solid rgba(106,166,245,.11) !important;
  }

  body.exsen-mobile-view-support .exsen-mobile-support-chat-body .exsen-support-bubble strong{
    display:block !important;
    color:#fff !important;
    font-size:8.8px !important;
    line-height:1.18 !important;
    margin:0 0 4px !important;
    font-weight:950 !important;
    white-space:normal !important;
    overflow:visible !important;
  }

  body.exsen-mobile-view-support .exsen-mobile-support-chat-body .exsen-support-bubble p{
    display:block !important;
    margin:0 !important;
    color:#f1f7ff !important;
    font-size:10px !important;
    line-height:1.34 !important;
    font-weight:650 !important;
    white-space:normal !important;
    overflow:visible !important;
  }

  body.exsen-mobile-view-support .exsen-mobile-support-form{
    grid-row:2 !important;
    position:relative !important;
    bottom:auto !important;
    z-index:5 !important;
    flex:0 0 auto !important;
    padding:7px !important;
    margin:0 !important;
    border-top:1px solid rgba(91,154,239,.10) !important;
    background:rgba(3,15,34,.76) !important;
    border-radius:0 0 16px 16px !important;
    box-sizing:border-box !important;
  }

  body.exsen-mobile-view-support .exsen-mobile-support-form .exsen-support-compose-box{
    width:100% !important;
    min-height:38px !important;
    height:38px !important;
    display:flex !important;
    flex-direction:row !important;
    align-items:center !important;
    gap:6px !important;
    padding:4px 5px 4px 12px !important;
    border-radius:999px !important;
    background:rgba(8,29,53,.72) !important;
    border:1px solid rgba(116,171,241,.14) !important;
    box-sizing:border-box !important;
  }

  body.exsen-mobile-view-support .exsen-mobile-support-form textarea{
    flex:1 1 auto !important;
    width:auto !important;
    min-width:0 !important;
    height:27px !important;
    min-height:27px !important;
    max-height:27px !important;
    padding:7px 0 0 !important;
    margin:0 !important;
    border:0 !important;
    outline:0 !important;
    resize:none !important;
    background:transparent !important;
    color:#fff !important;
    font-size:10px !important;
    line-height:1.2 !important;
    font-weight:750 !important;
    box-sizing:border-box !important;
  }

  body.exsen-mobile-view-support .exsen-mobile-support-form .exsen-support-inline-actions{
    flex:0 0 auto !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-end !important;
    gap:4px !important;
    height:31px !important;
  }

  body.exsen-mobile-view-support .exsen-mobile-support-form .exsen-support-attach-wrap{
    width:23px !important;
    height:23px !important;
    min-width:23px !important;
    display:grid !important;
    place-items:center !important;
    position:relative !important;
  }

  body.exsen-mobile-view-support .exsen-mobile-support-form .exsen-support-attach-toggle{
    width:23px !important;
    height:23px !important;
    min-width:23px !important;
    max-width:23px !important;
    padding:0 !important;
    margin:0 !important;
    border:0 !important;
    background:transparent !important;
    color:#9db7d4 !important;
    box-shadow:none !important;
    display:grid !important;
    place-items:center !important;
  }

  body.exsen-mobile-view-support .exsen-mobile-support-form .exsen-support-attach-toggle svg{
    width:14px !important;
    height:14px !important;
  }

  body.exsen-mobile-view-support .exsen-mobile-support-form .exsen-support-send{
    width:30px !important;
    height:30px !important;
    min-width:30px !important;
    max-width:30px !important;
    border:0 !important;
    border-radius:50% !important;
    background:linear-gradient(180deg,#3d97ff,#156be8) !important;
    display:grid !important;
    place-items:center !important;
    padding:0 !important;
    margin:0 !important;
    box-shadow:0 7px 15px rgba(24,112,239,.28),inset 0 1px 0 rgba(255,255,255,.20) !important;
    cursor:pointer !important;
    pointer-events:auto !important;
  }

  body.exsen-mobile-view-support .exsen-mobile-support-form .exsen-support-send svg{
    width:15px !important;
    height:15px !important;
    color:#fff !important;
  }

  body.exsen-mobile-view-support .exsen-mobile-support-form .exsen-panel-message:empty,
  body.exsen-mobile-view-support .exsen-mobile-support-form .exsen-panel-message.is-success{
    display:none !important;
  }
}


/* v2.8.33 clean support stability */
@media (max-width:782px){
  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-chat-body{
    display:flex !important;
    flex-direction:column !important;
    justify-content:flex-start !important;
    overflow-y:auto !important;
  }
  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-chat-body .exsen-support-bubble{
    flex:0 0 auto !important;
  }
  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-form,
  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-form *{
    pointer-events:auto !important;
  }
}


/* v2.8.34 mobile support send icon centering + isolated thread */
@media (max-width:782px){
  body.exsen-mobile-view-support .exsen-dash-app [data-mobile-support-thread]{
    display:flex !important;
    flex-direction:column !important;
    justify-content:flex-start !important;
    overflow-y:auto !important;
    overflow-x:hidden !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-form .exsen-support-send{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    text-align:center !important;
    line-height:1 !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-form .exsen-support-send svg{
    display:block !important;
    margin:0 !important;
    flex:0 0 auto !important;
    transform:translateX(1px) !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-form .exsen-support-send svg path{
    transform-box:fill-box !important;
    transform-origin:center !important;
  }
}


/* v2.8.35 standalone mobile support repair */
@media (max-width:782px){
  body.exsen-mobile-view-support .exsen-dash-app [data-exsen-mobile-support-thread-v35]{
    display:flex !important;
    flex-direction:column !important;
    justify-content:flex-start !important;
    align-items:stretch !important;
    gap:8px !important;
    overflow-y:auto !important;
    overflow-x:hidden !important;
    min-height:0 !important;
    height:100% !important;
    padding:10px 9px 8px !important;
    box-sizing:border-box !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app [data-exsen-mobile-support-thread-v35] .exsen-chat-day{
    flex:0 0 auto !important;
    align-self:center !important;
    margin:0 auto 2px !important;
    width:max-content !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app [data-exsen-mobile-support-thread-v35] .exsen-support-bubble{
    flex:0 0 auto !important;
    display:flex !important;
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    gap:7px !important;
    margin:0 !important;
    padding:0 !important;
    align-items:flex-end !important;
    box-sizing:border-box !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app [data-exsen-mobile-support-thread-v35] .exsen-support-bubble.is-user{
    flex-direction:row-reverse !important;
    justify-content:flex-start !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app [data-exsen-mobile-support-thread-v35] .exsen-support-bubble.is-agent{
    flex-direction:row !important;
    justify-content:flex-start !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app [data-exsen-mobile-support-thread-v35] .exsen-support-bubble.is-user > div{
    margin-left:auto !important;
    margin-right:0 !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app [data-exsen-mobile-support-thread-v35] .exsen-support-bubble.is-agent > div{
    margin-right:auto !important;
    margin-left:0 !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-form-v35{
    grid-row:2 !important;
    position:relative !important;
    z-index:50 !important;
    flex:0 0 auto !important;
    padding:7px !important;
    margin:0 !important;
    border-top:1px solid rgba(91,154,239,.10) !important;
    background:rgba(3,15,34,.76) !important;
    border-radius:0 0 16px 16px !important;
    box-sizing:border-box !important;
    pointer-events:auto !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-form-v35,
  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-form-v35 *{
    pointer-events:auto !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-form-v35 .exsen-support-compose-box{
    width:100% !important;
    min-height:38px !important;
    height:38px !important;
    display:flex !important;
    flex-direction:row !important;
    align-items:center !important;
    gap:6px !important;
    padding:4px 5px 4px 12px !important;
    border-radius:999px !important;
    background:rgba(8,29,53,.72) !important;
    border:1px solid rgba(116,171,241,.14) !important;
    box-sizing:border-box !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-form-v35 textarea{
    flex:1 1 auto !important;
    min-width:0 !important;
    height:27px !important;
    min-height:27px !important;
    max-height:27px !important;
    padding:7px 0 0 !important;
    margin:0 !important;
    border:0 !important;
    outline:0 !important;
    resize:none !important;
    background:transparent !important;
    color:#fff !important;
    font-size:10px !important;
    line-height:1.2 !important;
    font-weight:750 !important;
    box-sizing:border-box !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-form-v35 .exsen-support-inline-actions{
    flex:0 0 auto !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-end !important;
    gap:4px !important;
    height:31px !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-form-v35 .exsen-support-send{
    width:30px !important;
    height:30px !important;
    min-width:30px !important;
    max-width:30px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    text-align:center !important;
    padding:0 !important;
    margin:0 !important;
    border:0 !important;
    border-radius:50% !important;
    background:linear-gradient(180deg,#3d97ff,#156be8) !important;
    box-shadow:0 7px 15px rgba(24,112,239,.28),inset 0 1px 0 rgba(255,255,255,.20) !important;
    cursor:pointer !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-form-v35 .exsen-support-send svg{
    display:block !important;
    width:15px !important;
    height:15px !important;
    margin:0 !important;
    transform:translateX(1px) !important;
    color:#fff !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-form-v35 .exsen-panel-message:empty,
  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-form-v35 .exsen-panel-message.is-success{
    display:none !important;
  }
}


/* v2.8.36 mobile support: compact messages + input visible */
@media (max-width:782px){
  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-shortcode-tab[data-mobile-shortcode-panel="support"],
  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-live-support-tab{
    height:calc(100dvh - 52px - 72px) !important;
    min-height:calc(100dvh - 52px - 72px) !important;
    max-height:calc(100dvh - 52px - 72px) !important;
    padding:7px 8px 4px !important;
    overflow:hidden !important;
    box-sizing:border-box !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-live-support-card,
  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-shortcode-card.exsen-mobile-live-support-card{
    display:grid !important;
    grid-template-rows:42px minmax(0,1fr) 51px !important;
    height:100% !important;
    min-height:0 !important;
    max-height:100% !important;
    padding:8px !important;
    overflow:hidden !important;
    box-sizing:border-box !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-head{
    grid-row:1 !important;
    height:42px !important;
    min-height:42px !important;
    max-height:42px !important;
    padding:0 2px 7px !important;
    margin:0 !important;
    box-sizing:border-box !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-chat-shell{
    grid-row:2 / 4 !important;
    display:grid !important;
    grid-template-rows:minmax(0,1fr) 51px !important;
    height:100% !important;
    min-height:0 !important;
    max-height:100% !important;
    margin:7px 0 0 !important;
    overflow:hidden !important;
    box-sizing:border-box !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app [data-exsen-mobile-support-thread-v35]{
    grid-row:1 !important;
    display:block !important;
    height:100% !important;
    min-height:0 !important;
    max-height:100% !important;
    overflow-y:auto !important;
    overflow-x:hidden !important;
    padding:8px 8px 7px !important;
    margin:0 !important;
    box-sizing:border-box !important;
    scroll-behavior:auto !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app [data-exsen-mobile-support-thread-v35] .exsen-chat-day{
    display:table !important;
    margin:0 auto 7px !important;
    padding:4px 8px !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app [data-exsen-mobile-support-thread-v35] .exsen-support-bubble{
    display:flex !important;
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    gap:7px !important;
    margin:0 0 8px !important;
    padding:0 !important;
    align-items:flex-end !important;
    box-sizing:border-box !important;
    flex:initial !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app [data-exsen-mobile-support-thread-v35] .exsen-support-bubble:last-child{
    margin-bottom:0 !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app [data-exsen-mobile-support-thread-v35] .exsen-support-bubble.is-user{
    flex-direction:row-reverse !important;
    justify-content:flex-start !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app [data-exsen-mobile-support-thread-v35] .exsen-support-bubble.is-agent{
    flex-direction:row !important;
    justify-content:flex-start !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app [data-exsen-mobile-support-thread-v35] .exsen-support-avatar{
    width:19px !important;
    height:19px !important;
    min-width:19px !important;
    max-width:19px !important;
    flex:0 0 19px !important;
    margin:0 0 2px !important;
    font-size:7.5px !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app [data-exsen-mobile-support-thread-v35] .exsen-support-bubble > div{
    max-width:calc(100% - 33px) !important;
    width:auto !important;
    min-width:0 !important;
    padding:7px 9px !important;
    margin-top:0 !important;
    margin-bottom:0 !important;
    border-radius:13px !important;
    box-sizing:border-box !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app [data-exsen-mobile-support-thread-v35] .exsen-support-bubble.is-user > div{
    margin-left:auto !important;
    margin-right:0 !important;
    border-radius:13px 13px 5px 13px !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app [data-exsen-mobile-support-thread-v35] .exsen-support-bubble.is-agent > div{
    margin-right:auto !important;
    margin-left:0 !important;
    border-radius:13px 13px 13px 5px !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app [data-exsen-mobile-support-thread-v35] .exsen-support-bubble strong{
    font-size:8.6px !important;
    line-height:1.15 !important;
    margin:0 0 3px !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app [data-exsen-mobile-support-thread-v35] .exsen-support-bubble p{
    font-size:9.6px !important;
    line-height:1.3 !important;
    margin:0 !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-form-v35{
    grid-row:2 !important;
    position:relative !important;
    height:51px !important;
    min-height:51px !important;
    max-height:51px !important;
    padding:6px 7px !important;
    margin:0 !important;
    border-radius:0 0 16px 16px !important;
    box-sizing:border-box !important;
    overflow:visible !important;
    background:rgba(3,15,34,.82) !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-form-v35 .exsen-support-compose,
  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-form-v35 .exsen-support-final-compose{
    margin:0 !important;
    padding:0 !important;
    height:38px !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-form-v35 .exsen-support-compose-box{
    height:38px !important;
    min-height:38px !important;
    max-height:38px !important;
    padding:4px 5px 4px 12px !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-form-v35 textarea{
    height:27px !important;
    min-height:27px !important;
    max-height:27px !important;
    padding:7px 0 0 !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-bottom-nav{
    position:fixed !important;
    left:10px !important;
    right:10px !important;
    bottom:10px !important;
    z-index:999999 !important;
  }
}


/* v2.8.37 mobile support UI scan fix */
@media (max-width:782px){
  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-chat-shell{
    border:1px solid rgba(91,154,239,.15) !important;
    border-radius:16px !important;
    background:rgba(4,17,38,.48) !important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.015) !important;
    overflow:hidden !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app [data-exsen-mobile-support-thread-v35],
  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-chat-body{
    display:block !important;
    border:0 !important;
    outline:0 !important;
    box-shadow:none !important;
    border-radius:0 !important;
    background:transparent !important;
    height:100% !important;
    min-height:0 !important;
    max-height:100% !important;
    overflow-y:auto !important;
    overflow-x:hidden !important;
    padding:10px 9px 8px !important;
    margin:0 !important;
    box-sizing:border-box !important;
    scroll-behavior:auto !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app [data-exsen-mobile-support-thread-v35] .exsen-chat-day{
    display:table !important;
    width:auto !important;
    margin:0 auto 9px !important;
    padding:4px 8px !important;
    line-height:1 !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app [data-exsen-mobile-support-thread-v35] .exsen-support-bubble{
    display:flex !important;
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    gap:7px !important;
    margin:0 0 8px !important;
    padding:0 !important;
    align-items:flex-end !important;
    box-sizing:border-box !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app [data-exsen-mobile-support-thread-v35] .exsen-support-bubble.is-agent{
    flex-direction:row !important;
    justify-content:flex-start !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app [data-exsen-mobile-support-thread-v35] .exsen-support-bubble.is-user{
    flex-direction:row-reverse !important;
    justify-content:flex-start !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app [data-exsen-mobile-support-thread-v35] .exsen-support-avatar{
    width:18px !important;
    height:18px !important;
    min-width:18px !important;
    max-width:18px !important;
    flex:0 0 18px !important;
    font-size:7px !important;
    margin:0 0 2px !important;
    box-shadow:none !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app [data-exsen-mobile-support-thread-v35] .exsen-support-bubble > div{
    max-width:calc(100% - 32px) !important;
    width:auto !important;
    min-width:0 !important;
    padding:7px 9px !important;
    margin-top:0 !important;
    margin-bottom:0 !important;
    box-sizing:border-box !important;
    box-shadow:none !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app [data-exsen-mobile-support-thread-v35] .exsen-support-bubble.is-agent > div{
    margin-right:auto !important;
    margin-left:0 !important;
    border-radius:13px 13px 13px 5px !important;
    background:rgba(18,47,90,.42) !important;
    border:1px solid rgba(106,166,245,.12) !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app [data-exsen-mobile-support-thread-v35] .exsen-support-bubble.is-user > div{
    margin-left:auto !important;
    margin-right:0 !important;
    border-radius:13px 13px 5px 13px !important;
    background:linear-gradient(180deg,rgba(43,126,255,.46),rgba(22,78,171,.40)) !important;
    border:1px solid rgba(104,168,255,.18) !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app [data-exsen-mobile-support-thread-v35] .exsen-support-bubble strong{
    font-size:8.4px !important;
    line-height:1.15 !important;
    margin:0 0 3px !important;
    font-weight:950 !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app [data-exsen-mobile-support-thread-v35] .exsen-support-bubble p{
    font-size:9.4px !important;
    line-height:1.3 !important;
    margin:0 !important;
    font-weight:650 !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-form-v35{
    height:50px !important;
    min-height:50px !important;
    max-height:50px !important;
    padding:6px 7px !important;
    border-top:1px solid rgba(91,154,239,.10) !important;
    background:rgba(3,15,34,.80) !important;
    border-radius:0 0 16px 16px !important;
    box-shadow:none !important;
    overflow:visible !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-form-v35 .exsen-support-compose,
  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-form-v35 .exsen-support-final-compose{
    height:38px !important;
    margin:0 !important;
    padding:0 !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-form-v35 .exsen-support-compose-box{
    height:38px !important;
    min-height:38px !important;
    max-height:38px !important;
    border-radius:999px !important;
    padding:4px 5px 4px 12px !important;
    background:rgba(8,29,53,.72) !important;
    border:1px solid rgba(116,171,241,.14) !important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.025) !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-form-v35 .exsen-support-inline-actions{
    height:30px !important;
    display:flex !important;
    align-items:center !important;
    gap:4px !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-form-v35 .exsen-support-attach-wrap{
    width:24px !important;
    height:24px !important;
    min-width:24px !important;
    max-width:24px !important;
    display:grid !important;
    place-items:center !important;
    position:relative !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-form-v35 .exsen-support-attach-toggle,
  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-form-v35 .exsen-support-final-attach{
    width:24px !important;
    height:24px !important;
    min-width:24px !important;
    max-width:24px !important;
    padding:0 !important;
    margin:0 !important;
    border:0 !important;
    border-radius:50% !important;
    background:transparent !important;
    background-image:none !important;
    color:#9db7d4 !important;
    box-shadow:none !important;
    display:grid !important;
    place-items:center !important;
    opacity:.95 !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-form-v35 .exsen-support-attach-toggle svg,
  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-form-v35 .exsen-support-final-attach svg{
    width:15px !important;
    height:15px !important;
    display:block !important;
    margin:0 !important;
    color:#9db7d4 !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-form-v35 .exsen-support-send{
    width:29px !important;
    height:29px !important;
    min-width:29px !important;
    max-width:29px !important;
    padding:0 !important;
    margin:0 !important;
    border:0 !important;
    border-radius:50% !important;
    display:grid !important;
    place-items:center !important;
    text-align:center !important;
    line-height:1 !important;
    background:linear-gradient(180deg,#3d97ff,#156be8) !important;
    box-shadow:0 7px 15px rgba(24,112,239,.25),inset 0 1px 0 rgba(255,255,255,.20) !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-form-v35 .exsen-support-send svg{
    width:14px !important;
    height:14px !important;
    display:block !important;
    margin:0 !important;
    transform:translateX(1px) !important;
    color:#fff !important;
  }
}

/* v2.8.38 definitive mobile support repair */
@media (max-width:782px){
  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-live-support-card,
  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-shortcode-card.exsen-mobile-live-support-card{
    display:grid !important;
    grid-template-rows:42px minmax(0,1fr) !important;
    isolation:isolate !important;
    overflow:hidden !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-chat-shell{
    grid-row:2 !important;
    display:grid !important;
    grid-template-rows:minmax(0,1fr) 52px !important;
    min-height:0 !important;
    height:100% !important;
    max-height:100% !important;
    position:relative !important;
    z-index:1 !important;
    overflow:hidden !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app [data-exsen-mobile-support-thread-v38]{
    grid-row:1 !important;
    position:relative !important;
    z-index:1 !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
    justify-content:flex-start !important;
    gap:8px !important;
    width:100% !important;
    height:100% !important;
    min-height:0 !important;
    max-height:100% !important;
    padding:10px 9px 9px !important;
    margin:0 !important;
    overflow-y:auto !important;
    overflow-x:hidden !important;
    pointer-events:auto !important;
    box-sizing:border-box !important;
    overscroll-behavior:contain !important;
    -webkit-overflow-scrolling:touch !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app [data-exsen-mobile-support-thread-v38] .exsen-chat-day{
    flex:0 0 auto !important;
    align-self:center !important;
    display:block !important;
    width:max-content !important;
    margin:0 auto 2px !important;
    padding:4px 8px !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app [data-exsen-mobile-support-thread-v38] .exsen-support-bubble{
    flex:0 0 auto !important;
    display:flex !important;
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    gap:7px !important;
    margin:0 !important;
    padding:0 !important;
    align-items:flex-end !important;
    visibility:visible !important;
    opacity:1 !important;
    transform:none !important;
    box-sizing:border-box !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app [data-exsen-mobile-support-thread-v38] .exsen-support-bubble.is-agent{
    flex-direction:row !important;
    justify-content:flex-start !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app [data-exsen-mobile-support-thread-v38] .exsen-support-bubble.is-user{
    flex-direction:row-reverse !important;
    justify-content:flex-start !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app [data-exsen-mobile-support-thread-v38] .exsen-support-avatar{
    width:19px !important;
    height:19px !important;
    min-width:19px !important;
    max-width:19px !important;
    flex:0 0 19px !important;
    margin:0 0 2px !important;
    font-size:7.5px !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app [data-exsen-mobile-support-thread-v38] .exsen-support-bubble > div{
    width:auto !important;
    min-width:0 !important;
    max-width:calc(100% - 33px) !important;
    padding:7px 9px !important;
    margin:0 !important;
    box-sizing:border-box !important;
    visibility:visible !important;
    opacity:1 !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app [data-exsen-mobile-support-thread-v38] .exsen-support-bubble.is-agent > div{
    margin-right:auto !important;
    margin-left:0 !important;
    border-radius:13px 13px 13px 5px !important;
    background:rgba(18,47,90,.46) !important;
    border:1px solid rgba(106,166,245,.12) !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app [data-exsen-mobile-support-thread-v38] .exsen-support-bubble.is-user > div{
    margin-left:auto !important;
    margin-right:0 !important;
    border-radius:13px 13px 5px 13px !important;
    background:linear-gradient(180deg,rgba(43,126,255,.50),rgba(22,78,171,.42)) !important;
    border:1px solid rgba(104,168,255,.18) !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app [data-exsen-mobile-support-thread-v38] .exsen-support-bubble strong{
    display:block !important;
    font-size:8.6px !important;
    line-height:1.15 !important;
    margin:0 0 3px !important;
    white-space:normal !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app [data-exsen-mobile-support-thread-v38] .exsen-support-bubble p{
    display:block !important;
    font-size:9.8px !important;
    line-height:1.32 !important;
    margin:0 !important;
    white-space:pre-wrap !important;
    overflow-wrap:anywhere !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-form-v38{
    grid-row:2 !important;
    position:relative !important;
    inset:auto !important;
    z-index:1000 !important;
    display:block !important;
    width:100% !important;
    height:52px !important;
    min-height:52px !important;
    max-height:52px !important;
    padding:6px 7px !important;
    margin:0 !important;
    border:0 !important;
    border-top:1px solid rgba(91,154,239,.10) !important;
    border-radius:0 0 16px 16px !important;
    background:rgba(3,15,34,.94) !important;
    overflow:visible !important;
    pointer-events:auto !important;
    touch-action:manipulation !important;
    box-sizing:border-box !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-form-v38,
  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-form-v38 *{
    pointer-events:auto !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-form-v38 .exsen-support-compose,
  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-form-v38 .exsen-support-final-compose{
    position:relative !important;
    z-index:1001 !important;
    width:100% !important;
    height:39px !important;
    min-height:39px !important;
    max-height:39px !important;
    margin:0 !important;
    padding:0 !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-form-v38 .exsen-support-compose-box{
    position:relative !important;
    z-index:1002 !important;
    display:flex !important;
    flex-direction:row !important;
    align-items:center !important;
    width:100% !important;
    height:39px !important;
    min-height:39px !important;
    max-height:39px !important;
    gap:5px !important;
    padding:4px 5px 4px 12px !important;
    border-radius:999px !important;
    border:1px solid rgba(116,171,241,.20) !important;
    background:rgba(8,29,53,.96) !important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.03) !important;
    overflow:visible !important;
    box-sizing:border-box !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-form-v38 textarea{
    position:relative !important;
    z-index:1004 !important;
    order:1 !important;
    flex:1 1 auto !important;
    display:block !important;
    width:100% !important;
    min-width:0 !important;
    height:29px !important;
    min-height:29px !important;
    max-height:29px !important;
    padding:7px 2px 5px 0 !important;
    margin:0 !important;
    border:0 !important;
    outline:0 !important;
    resize:none !important;
    background:transparent !important;
    color:#f7fbff !important;
    caret-color:#ffffff !important;
    font-size:11.5px !important;
    line-height:1.35 !important;
    font-weight:650 !important;
    opacity:1 !important;
    visibility:visible !important;
    cursor:text !important;
    pointer-events:auto !important;
    touch-action:manipulation !important;
    -webkit-user-select:text !important;
    user-select:text !important;
    box-shadow:none !important;
    box-sizing:border-box !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-form-v38 textarea::placeholder{
    color:#91acc9 !important;
    opacity:1 !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-form-v38 .exsen-support-inline-actions{
    position:relative !important;
    z-index:1005 !important;
    order:2 !important;
    flex:0 0 auto !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-end !important;
    gap:4px !important;
    height:31px !important;
    margin:0 !important;
    padding:0 !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-form-v38 .exsen-support-attach-wrap{
    position:relative !important;
    z-index:1006 !important;
    width:24px !important;
    height:24px !important;
    min-width:24px !important;
    max-width:24px !important;
    display:grid !important;
    place-items:center !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-form-v38 .exsen-support-attach-toggle,
  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-form-v38 .exsen-support-final-attach{
    position:relative !important;
    inset:auto !important;
    transform:none !important;
    width:24px !important;
    height:24px !important;
    min-width:24px !important;
    max-width:24px !important;
    padding:0 !important;
    margin:0 !important;
    border:0 !important;
    border-radius:50% !important;
    background:transparent !important;
    background-image:none !important;
    color:#9db7d4 !important;
    box-shadow:none !important;
    display:grid !important;
    place-items:center !important;
    cursor:pointer !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-form-v38 .exsen-support-attach-toggle svg{
    width:15px !important;
    height:15px !important;
    display:block !important;
    margin:0 !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-form-v38 .exsen-support-send{
    position:relative !important;
    inset:auto !important;
    transform:none !important;
    z-index:1007 !important;
    width:30px !important;
    height:30px !important;
    min-width:30px !important;
    max-width:30px !important;
    padding:0 !important;
    margin:0 !important;
    border:0 !important;
    border-radius:50% !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    background:linear-gradient(180deg,#3d97ff,#156be8) !important;
    color:#fff !important;
    box-shadow:0 7px 15px rgba(24,112,239,.28),inset 0 1px 0 rgba(255,255,255,.20) !important;
    cursor:pointer !important;
    line-height:1 !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-form-v38 .exsen-support-send svg{
    display:block !important;
    width:15px !important;
    height:15px !important;
    margin:0 !important;
    padding:0 !important;
    transform:none !important;
    transform-origin:center !important;
    color:#fff !important;
    flex:0 0 15px !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-form-v38 .exsen-support-send svg path{
    fill:currentColor !important;
    transform:none !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-form-v38 .exsen-support-attach-menu{
    position:absolute !important;
    left:auto !important;
    right:-38px !important;
    bottom:34px !important;
    z-index:1100 !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-form-v38 .exsen-panel-message{
    position:absolute !important;
    left:8px !important;
    right:8px !important;
    bottom:52px !important;
    z-index:1200 !important;
    margin:0 !important;
    padding:6px 8px !important;
    border-radius:8px !important;
    font-size:9px !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-form-v38 .exsen-panel-message:empty,
  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-form-v38 .exsen-panel-message.is-success{
    display:none !important;
  }
}

/* v2.8.38 message-row height guard */
@media (max-width:782px){
  body.exsen-mobile-view-support .exsen-dash-app [data-exsen-mobile-support-thread-v38] > .exsen-support-bubble,
  body.exsen-mobile-view-support .exsen-dash-app [data-exsen-mobile-support-thread-v38] .exsen-support-bubble{
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
    align-self:auto !important;
  }
}


/* v2.8.39 mobile chat visual refinement */
@media (max-width:782px){
  /* Canlı Destek: içteki ikinci çerçeveyi kaldır, tek panel görünümü bırak. */
  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-chat-shell{
    margin:0 !important;
    border:0 !important;
    border-radius:0 !important;
    background:transparent !important;
    box-shadow:none !important;
  }

  body.exsen-mobile-view-support .exsen-dash-app .exsen-mobile-support-form-v38{
    border-radius:0 !important;
  }

  /* Ticaret sohbeti: mesajları ayır ve yazıları daha kompakt göster. */
  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-list{
    gap:9px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-row,
  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-row + .exsen-live-chat-row{
    margin:0 !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-bubble{
    padding:5px 7px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-meta{
    margin-bottom:2px !important;
    gap:4px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-meta strong{
    font-size:7.6px !important;
    line-height:1.1 !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-meta em{
    font-size:6.2px !important;
    line-height:1 !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-bubble span{
    font-size:8px !important;
    line-height:1.22 !important;
    font-weight:650 !important;
  }
}


/* v2.8.40 desktop trade chat density + spacing */
@media (min-width:783px){
  .exsen-dash-app .exsen-borsa-slot-chat{
    min-height:280px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat > .exsen-live-investor-chat{
    padding-bottom:52px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-head,
  .exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-head-rich{
    height:34px !important;
    min-height:34px !important;
    padding:0 12px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-title-only h3{
    font-size:11px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-title-only span{
    font-size:9px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-feed,
  .exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-feed-rich{
    padding:8px 14px 50px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-list{
    gap:10px !important;
    padding:0 4px 4px 0 !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-row,
  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-row + .exsen-live-chat-row{
    gap:8px !important;
    margin:0 !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-row > b{
    width:22px !important;
    height:22px !important;
    min-width:22px !important;
    font-size:8.5px !important;
    margin-top:2px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-bubble{
    max-width:65% !important;
    padding:6px 9px 7px !important;
    border-radius:10px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-meta{
    margin-bottom:2px !important;
    gap:7px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-meta strong{
    font-size:9px !important;
    line-height:1.12 !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-meta em{
    font-size:7px !important;
    line-height:1 !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-bubble span{
    font-size:9.2px !important;
    line-height:1.28 !important;
    font-weight:650 !important;
  }

  .exsen-dash-app .exsen-borsa-chat-fixed-input{
    left:12px !important;
    right:12px !important;
    bottom:8px !important;
    height:36px !important;
    min-height:36px !important;
    max-height:36px !important;
    padding:3px 4px 3px 10px !important;
  }

  .exsen-dash-app .exsen-borsa-chat-fixed-input input{
    font-size:10px !important;
  }

  .exsen-dash-app .exsen-borsa-chat-icon-btn{
    width:24px !important;
    height:24px !important;
    min-width:24px !important;
    font-size:10px !important;
  }

  .exsen-dash-app .exsen-borsa-chat-send-btn{
    width:28px !important;
    height:28px !important;
    min-width:28px !important;
    max-width:28px !important;
  }
}


/* v2.8.42 desktop trade chat: preserve v2.8.40 and remove only the gap above input */
@media (min-width:783px){
  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-list{
    justify-content:flex-start !important;
    align-content:flex-start !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-list > .exsen-live-chat-row:first-child{
    margin-top:auto !important;
  }
}


/* v2.8.43 separate Account and Settings screens */
.exsen-dash-app .exsen-panel-message.is-success,
.exsen-dash-app [data-exsen-form-message].is-success{color:#24df98 !important;}
.exsen-dash-app .exsen-panel-message.is-error,
.exsen-dash-app [data-exsen-form-message].is-error{color:#ff6f82 !important;}

.exsen-account-profile-desktop-v43{margin:18px 0 !important;}
.exsen-account-profile-desktop-v43 [data-exsen-form-message],
.exsen-settings-desktop-v43 [data-exsen-form-message]{grid-column:1/-1;min-height:18px;margin:0;font-weight:800;}
.exsen-settings-desktop-v43{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;}
.exsen-settings-desktop-v43 > .exsen-inline-card:first-child,
.exsen-settings-desktop-v43 > .exsen-settings-form-desktop-v43{min-width:0;}
.exsen-settings-form-desktop-v43{display:grid;grid-template-columns:1fr 1fr;gap:18px;}
.exsen-settings-form-desktop-v43 .exsen-settings-actions{grid-column:1/-1;display:flex;align-items:center;gap:14px;}
.exsen-settings-form-desktop-v43 .exsen-settings-actions p{margin:0;}
.exsen-settings-desktop-v43 > .exsen-privacy-v43{grid-column:1/-1;}
.exsen-choice-block-v43{display:grid;gap:8px;margin-top:14px;}
.exsen-choice-block-v43 > span{color:#9eb7d6;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.04em;}
.exsen-segment-v43{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;}
.exsen-segment-v43.is-two{grid-template-columns:repeat(2,minmax(0,1fr));}
.exsen-segment-v43 label{position:relative;cursor:pointer;}
.exsen-segment-v43 input{position:absolute;opacity:0;pointer-events:none;}
.exsen-segment-v43 b{display:flex;align-items:center;justify-content:center;min-height:38px;border-radius:11px;border:1px solid rgba(91,154,239,.18);background:rgba(8,29,60,.56);color:#9fb8d6;font-size:11px;font-weight:900;}
.exsen-segment-v43 input:checked + b{color:#fff;border-color:#2e8cff;background:linear-gradient(180deg,#328eff,#1468df);box-shadow:0 8px 18px rgba(20,104,223,.18);}
.exsen-privacy-v43 details{border:1px solid rgba(91,154,239,.14);border-radius:12px;background:rgba(8,29,60,.45);overflow:hidden;margin-top:8px;}
.exsen-privacy-v43 summary{display:flex;align-items:center;justify-content:space-between;cursor:pointer;list-style:none;padding:11px 12px;color:#eaf3ff;font-weight:850;font-size:12px;}
.exsen-privacy-v43 summary::-webkit-details-marker{display:none;}
.exsen-privacy-v43 details p{margin:0;padding:0 12px 12px;color:#91abc9;font-size:11px;line-height:1.45;}
.exsen-settings-logout-v43{display:flex;align-items:center;justify-content:space-between;margin-top:10px;padding:12px;border-radius:12px;border:1px solid rgba(255,97,116,.20);background:rgba(145,25,45,.15);color:#ff8796 !important;text-decoration:none !important;font-size:12px;font-weight:900;}

@media(max-width:1100px){
  .exsen-settings-desktop-v43{grid-template-columns:1fr;}
  .exsen-settings-form-desktop-v43{grid-template-columns:1fr;}
  .exsen-settings-desktop-v43 > .exsen-privacy-v43{grid-column:auto;}
}

@media(max-width:782px){
  body.exsen-mobile-view-account .exsen-dash-app .exsen-account-v43-card,
  body.exsen-mobile-view-settings .exsen-dash-app .exsen-settings-v43-card{
    display:block !important;
    height:100% !important;
    min-height:0 !important;
    max-height:100% !important;
    padding:12px !important;
    overflow-y:auto !important;
    overflow-x:hidden !important;
    -webkit-overflow-scrolling:touch !important;
  }

  body.exsen-mobile-view-settings .exsen-dash-app .exsen-mobile-shortcode-tab[data-mobile-shortcode-panel="settings"]{
    display:flex !important;
    visibility:visible !important;
    pointer-events:auto !important;
  }

  .exsen-profile-save-form [data-exsen-form-message]{grid-column:1/-1;margin:0;min-height:12px;font-size:9px;font-weight:800;}
  .exsen-account-box-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;}
  .exsen-account-box-title-row > em{font-style:normal;white-space:nowrap;}

  .exsen-account-kyc-v43 .exsen-kyc-box{margin:0 !important;padding:0 !important;border:0 !important;background:transparent !important;box-shadow:none !important;}
  .exsen-account-kyc-v43 .exsen-kyc-head{display:none !important;}
  .exsen-account-kyc-v43 .exsen-kyc-steps{grid-template-columns:1fr !important;gap:8px !important;}
  .exsen-account-kyc-v43 .exsen-kyc-step{padding:9px !important;border-radius:12px !important;}
  .exsen-account-kyc-v43 .exsen-kyc-step-top b{width:22px !important;height:22px !important;font-size:9px !important;}
  .exsen-account-kyc-v43 .exsen-kyc-step-top strong{font-size:10px !important;}
  .exsen-account-kyc-v43 .exsen-kyc-actions{display:grid !important;grid-template-columns:1fr 1fr !important;gap:6px !important;margin-top:8px !important;}
  .exsen-account-kyc-v43 .exsen-kyc-upload,
  .exsen-account-kyc-v43 .exsen-kyc-submit{min-height:31px !important;height:31px !important;border-radius:9px !important;font-size:9px !important;}
  .exsen-account-kyc-v43 .exsen-kyc-submit{width:100% !important;margin-top:6px !important;}
  .exsen-account-kyc-v43 .exsen-kyc-step em{font-size:8.5px !important;}
  .exsen-account-kyc-v43 .exsen-kyc-progress{margin-top:9px !important;}

  .exsen-mobile-contract-list-v43{display:grid;gap:7px;}
  .exsen-mobile-contract-row-v43{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:9px;border-radius:12px;background:rgba(10,34,68,.58);border:1px solid rgba(91,154,239,.10);}
  .exsen-mobile-contract-row-v43 strong,.exsen-mobile-contract-row-v43 small,.exsen-mobile-contract-row-v43 b,.exsen-mobile-contract-row-v43 em{display:block;}
  .exsen-mobile-contract-row-v43 strong{color:#fff;font-size:10.5px;line-height:1.15;}
  .exsen-mobile-contract-row-v43 small{color:#8ea9ca;font-size:8.5px;margin-top:3px;}
  .exsen-mobile-contract-row-v43 > div:last-child{text-align:right;}
  .exsen-mobile-contract-row-v43 b{color:#fff;font-size:10px;}
  .exsen-mobile-contract-row-v43 em{color:#24df98;font-size:8px;font-style:normal;margin-top:3px;}
  .exsen-mobile-contract-empty-v43{padding:12px;border-radius:12px;border:1px dashed rgba(91,154,239,.18);color:#8ea9ca;font-size:9.5px;text-align:center;}

  .exsen-settings-password-form-v43{display:grid;grid-template-columns:1fr 1fr;gap:8px;}
  .exsen-settings-password-form-v43 label{display:grid;gap:5px;color:#cfe0f7;font-size:9.5px;font-weight:850;}
  .exsen-settings-password-form-v43 label:first-child{grid-column:1/-1;}
  .exsen-settings-password-form-v43 input{width:100%;height:34px;min-height:34px;border-radius:10px;border:1px solid rgba(104,165,244,.17);background:rgba(12,34,68,.76);color:#fff;padding:0 9px;font-size:10px;outline:none;box-sizing:border-box;}
  .exsen-settings-password-form-v43 button,
  .exsen-settings-save-v43{grid-column:1/-1;width:100%;height:35px;min-height:35px;border:0;border-radius:11px;background:linear-gradient(180deg,#328eff,#1468df);color:#fff;font-size:10.5px;font-weight:950;box-shadow:0 10px 20px rgba(20,104,223,.18);}
  .exsen-settings-password-form-v43 [data-exsen-form-message]{grid-column:1/-1;margin:0;min-height:12px;font-size:9px;font-weight:800;}
  .exsen-settings-form-v43{display:grid;gap:9px;margin-top:9px;}
  .exsen-settings-message-v43{margin:0;min-height:12px;font-size:9px;font-weight:800;text-align:center;}
  .exsen-appearance-v43{display:grid;gap:12px;}
  .exsen-choice-block-v43 > span{font-size:8.5px;}
  .exsen-segment-v43 b{min-height:33px;font-size:9.5px;}
  .exsen-privacy-v43 summary{padding:10px;font-size:10px;}
  .exsen-privacy-v43 details p{padding:0 10px 10px;font-size:9px;}
  .exsen-settings-logout-v43{font-size:10px;padding:11px;margin-bottom:8px;}

  .exsen-font-small .exsen-mobile-account-head p,
  .exsen-font-small .exsen-mobile-account-box,
  .exsen-font-small .exsen-mobile-contract-row-v43{font-size:92% !important;}
  .exsen-font-large .exsen-mobile-account-head p,
  .exsen-font-large .exsen-mobile-account-box,
  .exsen-font-large .exsen-mobile-contract-row-v43{font-size:108% !important;}
}

@media(max-width:380px){
  .exsen-settings-password-form-v43{grid-template-columns:1fr;}
  .exsen-settings-password-form-v43 label:first-child{grid-column:auto;}
}


/* v2.8.44 active mobile wallet: live CRM data, contracts, holdings and history */
@media (max-width:782px){
  .exsen-dash-app .exsen-mobile-shortcode-tab[data-mobile-shortcode-panel="wallet"] .exsen-mobile-shortcode-card{
    padding:0 !important;
    overflow:hidden !important;
    background:linear-gradient(180deg,rgba(10,35,73,.96),rgba(4,18,40,.99)) !important;
  }
  .exsen-mobile-wallet-live{
    width:100% !important;
    height:100% !important;
    min-height:0 !important;
    padding:12px 12px 18px !important;
    overflow-y:auto !important;
    overflow-x:hidden !important;
    -webkit-overflow-scrolling:touch !important;
    box-sizing:border-box !important;
    color:#fff !important;
  }
  .exsen-mobile-wallet-head{
    display:flex !important;
    align-items:flex-start !important;
    justify-content:space-between !important;
    gap:12px !important;
    padding:2px 2px 10px !important;
  }
  .exsen-mobile-wallet-head > div > span{
    display:block !important;
    margin:0 0 6px !important;
    color:#58b6ff !important;
    font-size:8.5px !important;
    line-height:1 !important;
    font-weight:950 !important;
    letter-spacing:.09em !important;
    text-transform:uppercase !important;
  }
  .exsen-mobile-wallet-head h2{
    margin:0 0 4px !important;
    color:#fff !important;
    font-size:18px !important;
    line-height:1.1 !important;
    letter-spacing:-.03em !important;
  }
  .exsen-mobile-wallet-head p{
    margin:0 !important;
    color:#9eb8d8 !important;
    font-size:10.5px !important;
    line-height:1.35 !important;
    font-weight:650 !important;
  }
  .exsen-mobile-wallet-head > em{
    display:inline-flex !important;
    align-items:center !important;
    gap:5px !important;
    flex:0 0 auto !important;
    padding:6px 8px !important;
    border:1px solid rgba(89,184,255,.18) !important;
    border-radius:999px !important;
    background:rgba(17,77,137,.28) !important;
    color:#bfe2ff !important;
    font-size:8.5px !important;
    line-height:1 !important;
    font-style:normal !important;
    font-weight:850 !important;
  }
  .exsen-mobile-wallet-head > em i{
    width:6px !important;
    height:6px !important;
    border-radius:50% !important;
    background:#48d597 !important;
    box-shadow:0 0 0 3px rgba(72,213,151,.10) !important;
  }
  .exsen-mobile-wallet-balance-card{
    position:relative !important;
    overflow:hidden !important;
    padding:15px !important;
    margin:0 0 10px !important;
    border:1px solid rgba(83,158,255,.25) !important;
    border-radius:18px !important;
    background:linear-gradient(145deg,rgba(20,82,159,.92),rgba(7,35,76,.96)) !important;
    box-shadow:0 14px 32px rgba(0,0,0,.18) !important;
  }
  .exsen-mobile-wallet-balance-card:after{
    content:"" !important;
    position:absolute !important;
    right:-42px !important;
    top:-52px !important;
    width:140px !important;
    height:140px !important;
    border-radius:50% !important;
    background:radial-gradient(circle,rgba(74,160,255,.23),rgba(74,160,255,0) 70%) !important;
    pointer-events:none !important;
  }
  .exsen-mobile-wallet-balance-top{
    display:flex !important;
    align-items:flex-start !important;
    justify-content:space-between !important;
    gap:12px !important;
    position:relative !important;
    z-index:1 !important;
  }
  .exsen-mobile-wallet-balance-top small,
  .exsen-mobile-wallet-balance-grid small{
    display:block !important;
    color:#a9c5e6 !important;
    font-size:9px !important;
    line-height:1.1 !important;
    font-weight:750 !important;
    margin-bottom:5px !important;
  }
  .exsen-mobile-wallet-balance-top strong{
    display:block !important;
    color:#fff !important;
    font-size:25px !important;
    line-height:1 !important;
    letter-spacing:-.04em !important;
    font-weight:950 !important;
  }
  .exsen-mobile-wallet-mark{
    width:38px !important;
    height:38px !important;
    display:grid !important;
    place-items:center !important;
    flex:0 0 38px !important;
    border:1px solid rgba(255,255,255,.16) !important;
    border-radius:13px !important;
    color:#d7edff !important;
    background:rgba(255,255,255,.08) !important;
  }
  .exsen-mobile-wallet-mark svg{width:21px !important;height:21px !important;display:block !important;}
  .exsen-mobile-wallet-balance-grid{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:8px !important;
    margin:14px 0 10px !important;
    position:relative !important;
    z-index:1 !important;
  }
  .exsen-mobile-wallet-balance-grid > div{
    min-width:0 !important;
    padding:9px 10px !important;
    border:1px solid rgba(255,255,255,.10) !important;
    border-radius:12px !important;
    background:rgba(3,20,44,.28) !important;
  }
  .exsen-mobile-wallet-balance-grid strong{
    display:block !important;
    overflow:hidden !important;
    color:#fff !important;
    font-size:12px !important;
    line-height:1.1 !important;
    font-weight:900 !important;
    white-space:nowrap !important;
    text-overflow:ellipsis !important;
  }
  .exsen-mobile-wallet-actions{
    display:grid !important;
    grid-template-columns:1.25fr 1fr !important;
    gap:8px !important;
    position:relative !important;
    z-index:1 !important;
  }
  .exsen-mobile-wallet-actions button{
    min-height:36px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:6px !important;
    padding:0 10px !important;
    border:1px solid rgba(255,255,255,.16) !important;
    border-radius:11px !important;
    background:rgba(255,255,255,.09) !important;
    color:#fff !important;
    font-size:10px !important;
    line-height:1 !important;
    font-weight:900 !important;
    cursor:pointer !important;
  }
  .exsen-mobile-wallet-actions button:first-child{
    border-color:#5aabff !important;
    background:linear-gradient(180deg,#2588ff,#1263d5) !important;
    box-shadow:0 9px 18px rgba(21,102,218,.20) !important;
  }
  .exsen-mobile-wallet-actions button span{font-size:12px !important;}
  .exsen-mobile-wallet-summary-grid{
    display:grid !important;
    grid-template-columns:.75fr .9fr 1.35fr !important;
    gap:7px !important;
    margin:0 0 10px !important;
  }
  .exsen-mobile-wallet-summary-grid article{
    min-width:0 !important;
    padding:10px 9px !important;
    border:1px solid rgba(91,154,239,.15) !important;
    border-radius:14px !important;
    background:rgba(5,23,49,.55) !important;
  }
  .exsen-mobile-wallet-summary-grid small,
  .exsen-mobile-wallet-summary-grid span{
    display:block !important;
    overflow:hidden !important;
    color:#85a3c7 !important;
    font-size:7.8px !important;
    line-height:1.15 !important;
    font-weight:750 !important;
    white-space:nowrap !important;
    text-overflow:ellipsis !important;
  }
  .exsen-mobile-wallet-summary-grid strong{
    display:block !important;
    overflow:hidden !important;
    margin:4px 0 !important;
    color:#fff !important;
    font-size:11.5px !important;
    line-height:1.1 !important;
    font-weight:950 !important;
    white-space:nowrap !important;
    text-overflow:ellipsis !important;
  }
  .exsen-mobile-wallet-section{
    margin:0 0 9px !important;
    border:1px solid rgba(91,154,239,.15) !important;
    border-radius:15px !important;
    background:rgba(5,23,49,.57) !important;
    overflow:hidden !important;
  }
  .exsen-mobile-wallet-section > summary{
    list-style:none !important;
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:10px !important;
    min-height:49px !important;
    padding:10px 12px !important;
    cursor:pointer !important;
  }
  .exsen-mobile-wallet-section > summary::-webkit-details-marker{display:none !important;}
  .exsen-mobile-wallet-section > summary > div{min-width:0 !important;}
  .exsen-mobile-wallet-section > summary span{
    display:block !important;
    margin:0 0 4px !important;
    color:#58b6ff !important;
    font-size:7.8px !important;
    line-height:1 !important;
    font-weight:950 !important;
    letter-spacing:.08em !important;
    text-transform:uppercase !important;
  }
  .exsen-mobile-wallet-section > summary strong{
    display:block !important;
    color:#fff !important;
    font-size:11.5px !important;
    line-height:1.15 !important;
    font-weight:900 !important;
  }
  .exsen-mobile-wallet-section > summary em{
    width:27px !important;
    height:27px !important;
    display:grid !important;
    place-items:center !important;
    flex:0 0 27px !important;
    border:1px solid rgba(92,172,255,.20) !important;
    border-radius:9px !important;
    background:rgba(25,91,163,.22) !important;
    color:#cce8ff !important;
    font-size:9px !important;
    line-height:1 !important;
    font-style:normal !important;
    font-weight:950 !important;
  }
  .exsen-mobile-wallet-section[open] > summary{
    border-bottom:1px solid rgba(91,154,239,.12) !important;
    background:rgba(15,53,98,.24) !important;
  }
  .exsen-mobile-wallet-section-body{padding:9px !important;}
  .exsen-mobile-wallet-holdings,
  .exsen-mobile-wallet-history,
  .exsen-mobile-wallet-contracts{display:grid !important;gap:7px !important;}
  .exsen-mobile-wallet-holdings article,
  .exsen-mobile-wallet-history article{
    display:grid !important;
    grid-template-columns:34px minmax(0,1fr) auto !important;
    gap:9px !important;
    align-items:center !important;
    min-width:0 !important;
    padding:9px !important;
    border:1px solid rgba(91,154,239,.12) !important;
    border-radius:12px !important;
    background:rgba(3,18,40,.50) !important;
  }
  .exsen-mobile-wallet-holdings article > b,
  .exsen-mobile-wallet-history article > b{
    width:34px !important;
    height:34px !important;
    display:grid !important;
    place-items:center !important;
    border-radius:11px !important;
    background:linear-gradient(180deg,#3896f7,#1667ce) !important;
    color:#fff !important;
    font-size:11px !important;
    line-height:1 !important;
    font-weight:950 !important;
  }
  .exsen-mobile-wallet-holdings article > div,
  .exsen-mobile-wallet-history article > div{min-width:0 !important;}
  .exsen-mobile-wallet-holdings article > div strong,
  .exsen-mobile-wallet-history article > div strong{
    display:block !important;
    overflow:hidden !important;
    color:#fff !important;
    font-size:10.5px !important;
    line-height:1.15 !important;
    font-weight:900 !important;
    white-space:nowrap !important;
    text-overflow:ellipsis !important;
  }
  .exsen-mobile-wallet-holdings article > div small,
  .exsen-mobile-wallet-history article > div small{
    display:block !important;
    overflow:hidden !important;
    margin-top:3px !important;
    color:#7898be !important;
    font-size:8px !important;
    line-height:1.15 !important;
    font-weight:700 !important;
    white-space:nowrap !important;
    text-overflow:ellipsis !important;
  }
  .exsen-mobile-wallet-holdings article > span{
    color:#d7ebff !important;
    font-size:10.5px !important;
    line-height:1 !important;
    font-weight:950 !important;
    white-space:nowrap !important;
  }
  .exsen-mobile-wallet-contract{
    padding:11px !important;
    border:1px solid rgba(91,154,239,.14) !important;
    border-radius:13px !important;
    background:linear-gradient(180deg,rgba(8,34,72,.88),rgba(4,21,46,.90)) !important;
  }
  .exsen-mobile-wallet-contract-top{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:8px !important;
  }
  .exsen-mobile-wallet-contract-top span{
    padding:4px 7px !important;
    border-radius:999px !important;
    background:rgba(46,195,141,.12) !important;
    color:#71e5b8 !important;
    font-size:7.5px !important;
    line-height:1 !important;
    font-weight:900 !important;
  }
  .exsen-mobile-wallet-contract-top small{color:#7898be !important;font-size:8px !important;font-weight:700 !important;}
  .exsen-mobile-wallet-contract h3{
    margin:9px 0 8px !important;
    color:#fff !important;
    font-size:12px !important;
    line-height:1.2 !important;
    font-weight:950 !important;
    text-align:left !important;
  }
  .exsen-mobile-wallet-contract-value{
    padding:9px !important;
    border-radius:11px !important;
    background:rgba(20,75,139,.22) !important;
    text-align:center !important;
  }
  .exsen-mobile-wallet-contract-value small{display:block !important;color:#89a9ce !important;font-size:8px !important;font-weight:750 !important;}
  .exsen-mobile-wallet-contract-value strong{display:block !important;margin-top:4px !important;color:#fff !important;font-size:17px !important;line-height:1 !important;font-weight:950 !important;}
  .exsen-mobile-wallet-contract-meta{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:7px !important;
    margin:8px 0 !important;
  }
  .exsen-mobile-wallet-contract-meta > div{min-width:0 !important;padding:7px 8px !important;border-radius:10px !important;background:rgba(3,18,40,.48) !important;}
  .exsen-mobile-wallet-contract-meta small{display:block !important;color:#7898be !important;font-size:7.5px !important;font-weight:700 !important;}
  .exsen-mobile-wallet-contract-meta strong{display:block !important;overflow:hidden !important;margin-top:3px !important;color:#eaf5ff !important;font-size:9px !important;font-weight:850 !important;white-space:nowrap !important;text-overflow:ellipsis !important;}
  .exsen-mobile-wallet-contract > p{margin:7px 0 !important;color:#9ab5d5 !important;font-size:8.5px !important;line-height:1.35 !important;}
  .exsen-mobile-wallet-contract .exsen-contract-sell-box{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:8px !important;
    margin-top:8px !important;
    padding:8px !important;
    border-radius:11px !important;
    background:rgba(3,18,40,.52) !important;
  }
  .exsen-mobile-wallet-contract .exsen-contract-sell-box small{display:block !important;color:#7898be !important;font-size:7.5px !important;font-weight:700 !important;}
  .exsen-mobile-wallet-contract .exsen-contract-sell-box strong{display:block !important;margin-top:3px !important;color:#fff !important;font-size:9px !important;font-weight:900 !important;}
  .exsen-mobile-wallet-contract .exsen-contract-sell-button{
    min-width:64px !important;
    min-height:31px !important;
    padding:0 10px !important;
    border:1px solid rgba(77,166,255,.38) !important;
    border-radius:10px !important;
    background:linear-gradient(180deg,#2588ff,#1263d5) !important;
    color:#fff !important;
    font-size:9px !important;
    font-weight:950 !important;
  }
  .exsen-mobile-wallet-contract .exsen-contract-sell-button:disabled{opacity:.58 !important;cursor:not-allowed !important;}
  .exsen-mobile-wallet-contract .exsen-contract-sell-feedback{min-height:0 !important;margin-top:5px !important;color:#72ddb2 !important;font-size:8px !important;line-height:1.25 !important;}
  .exsen-mobile-wallet-contract .exsen-contract-sell-feedback.is-error{color:#ff9d9d !important;}
  .exsen-mobile-wallet-history article.is-sell > b{background:linear-gradient(180deg,#f08383,#bd4545) !important;}
  .exsen-mobile-wallet-history article > span{text-align:right !important;white-space:nowrap !important;}
  .exsen-mobile-wallet-history article > span strong{display:block !important;color:#fff !important;font-size:9.5px !important;line-height:1 !important;font-weight:950 !important;}
  .exsen-mobile-wallet-history article > span small{display:block !important;margin-top:4px !important;color:#66d9aa !important;font-size:7.5px !important;line-height:1 !important;font-weight:900 !important;}
  .exsen-mobile-wallet-history article.is-sell > span small{color:#ff9d9d !important;}
  .exsen-mobile-wallet-empty{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    min-height:82px !important;
    padding:14px !important;
    border:1px dashed rgba(91,154,239,.18) !important;
    border-radius:12px !important;
    background:rgba(3,18,40,.34) !important;
    text-align:center !important;
  }
  .exsen-mobile-wallet-empty strong{color:#eaf5ff !important;font-size:10.5px !important;font-weight:900 !important;}
  .exsen-mobile-wallet-empty span{margin-top:4px !important;color:#7898be !important;font-size:8.5px !important;line-height:1.35 !important;font-weight:700 !important;}
  .exsen-mobile-wallet-empty button{
    min-height:30px !important;
    margin-top:9px !important;
    padding:0 12px !important;
    border:1px solid rgba(73,160,255,.28) !important;
    border-radius:9px !important;
    background:rgba(20,91,170,.24) !important;
    color:#bfe2ff !important;
    font-size:8.5px !important;
    font-weight:900 !important;
  }
  .exsen-mobile-wallet-links{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:7px !important;
    padding:1px 0 4px !important;
  }
  .exsen-mobile-wallet-links button{
    min-height:38px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:8px !important;
    padding:0 11px !important;
    border:1px solid rgba(91,154,239,.15) !important;
    border-radius:12px !important;
    background:rgba(5,23,49,.57) !important;
    color:#dcecff !important;
    font-size:9px !important;
    font-weight:900 !important;
  }
  .exsen-mobile-wallet-links button span{color:#5cb4ff !important;font-size:16px !important;line-height:1 !important;}
  .exsen-mobile-wallet-state{display:grid !important;place-items:center !important;gap:6px !important;min-height:180px !important;padding:20px !important;color:#fff !important;text-align:center !important;}
  .exsen-mobile-wallet-state strong{font-size:14px !important;}.exsen-mobile-wallet-state span{color:#9eb8d8 !important;font-size:10px !important;}
}


/* v2.8.45 mobile wallet layout repair: summary cards and transaction height */
@media (max-width:782px){
  .exsen-dash-app .exsen-mobile-shortcode-tab[data-mobile-shortcode-panel="wallet"]{
    min-height:auto !important;
    height:auto !important;
    align-items:stretch !important;
  }

  .exsen-dash-app .exsen-mobile-shortcode-tab[data-mobile-shortcode-panel="wallet"] .exsen-mobile-shortcode-card{
    display:block !important;
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
  }

  .exsen-dash-app .exsen-mobile-shortcode-tab[data-mobile-shortcode-panel="wallet"] .exsen-mobile-shortcode-placeholder{
    min-height:280px !important;
    height:auto !important;
    max-height:none !important;
    padding:24px 18px !important;
    box-sizing:border-box !important;
  }

  .exsen-dash-app .exsen-mobile-shortcode-tab[data-mobile-shortcode-panel="wallet"] .exsen-mobile-shortcode-placeholder strong{
    font-size:22px !important;
  }

  .exsen-dash-app .exsen-mobile-shortcode-tab[data-mobile-shortcode-panel="wallet"] .exsen-mobile-shortcode-placeholder p{
    max-width:260px !important;
    font-size:12px !important;
  }

  .exsen-mobile-wallet-live,
  .exsen-mobile-wallet-section,
  .exsen-mobile-wallet-section-body,
  .exsen-mobile-wallet-summary-grid,
  .exsen-mobile-wallet-summary-grid article,
  .exsen-mobile-wallet-holdings,
  .exsen-mobile-wallet-history,
  .exsen-mobile-wallet-history article,
  .exsen-mobile-wallet-contracts,
  .exsen-mobile-wallet-contract{
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
    flex:0 0 auto !important;
    align-self:auto !important;
  }

  .exsen-mobile-wallet-live{
    display:block !important;
    overflow:visible !important;
    padding-bottom:12px !important;
  }

  .exsen-mobile-wallet-summary-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    align-items:start !important;
  }

  .exsen-mobile-wallet-summary-grid article{
    display:flex !important;
    flex-direction:column !important;
    justify-content:flex-start !important;
    gap:4px !important;
    padding:11px 10px !important;
    min-height:74px !important;
  }

  .exsen-mobile-wallet-summary-grid article.is-account{
    grid-column:1 / -1 !important;
  }

  .exsen-mobile-wallet-summary-grid small,
  .exsen-mobile-wallet-summary-grid span{
    white-space:normal !important;
    overflow:visible !important;
    text-overflow:clip !important;
    line-height:1.25 !important;
    font-size:8.6px !important;
  }

  .exsen-mobile-wallet-summary-grid strong{
    margin:0 !important;
    font-size:13px !important;
    line-height:1.18 !important;
  }

  .exsen-mobile-wallet-section{
    display:block !important;
  }

  .exsen-mobile-wallet-section.is-history .exsen-mobile-wallet-section-body{
    display:block !important;
    padding-top:10px !important;
  }

  .exsen-mobile-wallet-history{
    display:grid !important;
    grid-template-columns:1fr !important;
    grid-auto-rows:auto !important;
    gap:8px !important;
    align-content:start !important;
    justify-content:start !important;
  }

  .exsen-mobile-wallet-history article{
    grid-template-columns:36px minmax(0,1fr) minmax(82px,auto) !important;
    align-items:center !important;
    justify-content:start !important;
    margin:0 !important;
    padding:10px !important;
  }

  .exsen-mobile-wallet-history article > div,
  .exsen-mobile-wallet-history article > span{
    align-self:center !important;
  }

  .exsen-mobile-wallet-history article > div small{
    white-space:normal !important;
    overflow:visible !important;
    text-overflow:clip !important;
    line-height:1.25 !important;
  }

  .exsen-mobile-wallet-history article > span strong{
    font-size:10px !important;
  }

  .exsen-mobile-wallet-history article > span small{
    margin-top:3px !important;
    font-size:7.8px !important;
  }
}


/* v2.8.46 mobile wallet scroll and left spacing repair */
@media (max-width:782px){
  body.exsen-mobile-view-wallet .exsen-dash-app .exsen-mobile-shortcode-tab[data-mobile-shortcode-panel="wallet"]{
    display:flex !important;
    flex-direction:column !important;
    overflow-y:auto !important;
    overflow-x:hidden !important;
    -webkit-overflow-scrolling:touch !important;
    padding:12px 12px 92px !important;
    box-sizing:border-box !important;
  }

  body.exsen-mobile-view-wallet .exsen-dash-app .exsen-mobile-shortcode-tab[data-mobile-shortcode-panel="wallet"] .exsen-mobile-shortcode-card{
    flex:0 0 auto !important;
    display:block !important;
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
    margin:0 2px 8px !important;
    overflow:visible !important;
    box-sizing:border-box !important;
  }

  body.exsen-mobile-view-wallet .exsen-dash-app .exsen-mobile-shortcode-tab[data-mobile-shortcode-panel="wallet"] .exsen-mobile-wallet-live{
    width:100% !important;
    max-width:100% !important;
    overflow:visible !important;
    padding:12px 14px 20px !important;
    box-sizing:border-box !important;
  }

  body.exsen-mobile-view-wallet .exsen-dash-app .exsen-mobile-shortcode-tab[data-mobile-shortcode-panel="wallet"] .exsen-mobile-wallet-summary-grid{
    display:flex !important;
    flex-wrap:wrap !important;
    align-items:stretch !important;
    gap:8px !important;
    margin:0 0 10px !important;
  }

  body.exsen-mobile-view-wallet .exsen-dash-app .exsen-mobile-shortcode-tab[data-mobile-shortcode-panel="wallet"] .exsen-mobile-wallet-summary-grid article{
    width:calc(50% - 4px) !important;
    min-width:calc(50% - 4px) !important;
    max-width:calc(50% - 4px) !important;
    min-height:84px !important;
    height:auto !important;
    padding:12px 11px !important;
    align-self:flex-start !important;
    box-sizing:border-box !important;
  }

  body.exsen-mobile-view-wallet .exsen-dash-app .exsen-mobile-shortcode-tab[data-mobile-shortcode-panel="wallet"] .exsen-mobile-wallet-summary-grid article.is-account{
    width:100% !important;
    min-width:100% !important;
    max-width:100% !important;
  }

  body.exsen-mobile-view-wallet .exsen-dash-app .exsen-mobile-shortcode-tab[data-mobile-shortcode-panel="wallet"] .exsen-mobile-wallet-section,
  body.exsen-mobile-view-wallet .exsen-dash-app .exsen-mobile-shortcode-tab[data-mobile-shortcode-panel="wallet"] .exsen-mobile-wallet-section-body,
  body.exsen-mobile-view-wallet .exsen-dash-app .exsen-mobile-shortcode-tab[data-mobile-shortcode-panel="wallet"] .exsen-mobile-wallet-history,
  body.exsen-mobile-view-wallet .exsen-dash-app .exsen-mobile-shortcode-tab[data-mobile-shortcode-panel="wallet"] .exsen-mobile-wallet-history article{
    width:100% !important;
    box-sizing:border-box !important;
  }
}


/* v2.8.47 mobile wallet history: remove giant empty gaps */
@media (max-width:782px){
  body.exsen-mobile-view-wallet .exsen-dash-app .exsen-mobile-shortcode-tab[data-mobile-shortcode-panel="wallet"] .exsen-mobile-wallet-section.is-history{
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
  }

  body.exsen-mobile-view-wallet .exsen-dash-app .exsen-mobile-shortcode-tab[data-mobile-shortcode-panel="wallet"] .exsen-mobile-wallet-section.is-history .exsen-mobile-wallet-section-body{
    display:block !important;
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
    padding:10px !important;
    overflow:visible !important;
  }

  body.exsen-mobile-view-wallet .exsen-dash-app .exsen-mobile-shortcode-tab[data-mobile-shortcode-panel="wallet"] .exsen-mobile-wallet-section.is-history .exsen-mobile-wallet-history{
    display:flex !important;
    flex-direction:column !important;
    gap:8px !important;
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
    margin:0 !important;
    padding:0 !important;
    overflow:visible !important;
    align-items:stretch !important;
    justify-content:flex-start !important;
  }

  body.exsen-mobile-view-wallet .exsen-dash-app .exsen-mobile-shortcode-tab[data-mobile-shortcode-panel="wallet"] .exsen-mobile-wallet-section.is-history .exsen-mobile-wallet-history article{
    flex:0 0 auto !important;
    display:grid !important;
    grid-template-columns:36px minmax(0,1fr) auto !important;
    align-items:center !important;
    align-content:center !important;
    justify-content:stretch !important;
    gap:9px !important;
    height:auto !important;
    min-height:64px !important;
    max-height:none !important;
    margin:0 !important;
    padding:10px 10px !important;
    overflow:visible !important;
  }

  body.exsen-mobile-view-wallet .exsen-dash-app .exsen-mobile-shortcode-tab[data-mobile-shortcode-panel="wallet"] .exsen-mobile-wallet-section.is-history .exsen-mobile-wallet-history article > b,
  body.exsen-mobile-view-wallet .exsen-dash-app .exsen-mobile-shortcode-tab[data-mobile-shortcode-panel="wallet"] .exsen-mobile-wallet-section.is-history .exsen-mobile-wallet-history article > div,
  body.exsen-mobile-view-wallet .exsen-dash-app .exsen-mobile-shortcode-tab[data-mobile-shortcode-panel="wallet"] .exsen-mobile-wallet-section.is-history .exsen-mobile-wallet-history article > span{
    align-self:center !important;
    margin:0 !important;
  }
}

/* v2.8.49 private admin messages inside the public live-chat surface */
.exsen-dash-app .exsen-auto-investor-chat .exsen-live-chat-list .exsen-live-chat-row.is-admin,
.exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-list .exsen-live-chat-row.is-admin{
  position:relative !important;
}
.exsen-dash-app .exsen-auto-investor-chat .exsen-live-chat-list .exsen-live-chat-row.is-admin > b,
.exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-list .exsen-live-chat-row.is-admin > b{
  background:linear-gradient(180deg,#18b786,#087a5b) !important;
  box-shadow:0 0 0 3px rgba(24,183,134,.12) !important;
}
.exsen-dash-app .exsen-auto-investor-chat .exsen-live-chat-list .exsen-live-chat-row.is-admin .exsen-live-chat-bubble,
.exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-list .exsen-live-chat-row.is-admin .exsen-live-chat-bubble{
  border-color:rgba(42,214,159,.42) !important;
  background:linear-gradient(180deg,rgba(10,92,73,.96),rgba(5,60,53,.98)) !important;
  box-shadow:0 10px 24px rgba(0,77,61,.20) !important;
}
.exsen-dash-app .exsen-auto-investor-chat .exsen-live-chat-list .exsen-live-chat-row.is-admin .exsen-live-chat-meta strong,
.exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-list .exsen-live-chat-row.is-admin .exsen-live-chat-meta strong{
  color:#effff9 !important;
}
.exsen-dash-app .exsen-auto-investor-chat .exsen-live-chat-list .exsen-live-chat-row.is-admin .exsen-live-chat-meta strong:after,
.exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-list .exsen-live-chat-row.is-admin .exsen-live-chat-meta strong:after{
  content:"YETKİLİ" !important;
  display:inline-flex !important;
  align-items:center !important;
  height:15px !important;
  margin-left:6px !important;
  padding:0 5px !important;
  border:1px solid rgba(255,255,255,.18) !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.10) !important;
  color:#d9fff1 !important;
  font-size:7px !important;
  line-height:1 !important;
  letter-spacing:.06em !important;
  vertical-align:middle !important;
}
.exsen-dash-app .exsen-auto-investor-chat .exsen-live-chat-list .exsen-live-chat-row.is-admin .exsen-live-chat-meta em,
.exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-list .exsen-live-chat-row.is-admin .exsen-live-chat-meta em,
.exsen-dash-app .exsen-auto-investor-chat .exsen-live-chat-list .exsen-live-chat-row.is-admin .exsen-live-chat-bubble > span,
.exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-list .exsen-live-chat-row.is-admin .exsen-live-chat-bubble > span{
  color:#e2fff5 !important;
}


/* v2.8.51 desktop borsa layout: 15 / 70 / 15 columns, right chat narrowed, bottom transactions slot */
@media (min-width:783px){
  .exsen-dash-app .exsen-shortcode-market-layout{
    display:grid !important;
    grid-template-columns:15fr 70fr 15fr !important;
    grid-template-rows:minmax(0,1fr) minmax(250px,33vh) !important;
    grid-template-areas:
      "left chart chat"
      "bottom bottom chat" !important;
    gap:0 !important;
    width:100% !important;
    max-width:none !important;
    min-height:calc(100vh - 72px) !important;
    height:calc(100vh - 72px) !important;
    overflow:hidden !important;
    background:linear-gradient(180deg,#05172d 0%,#03111f 100%) !important;
  }

  .exsen-dash-app .exsen-borsa-slot,
  .exsen-dash-app .exsen-borsa-slot-left,
  .exsen-dash-app .exsen-borsa-slot-chart,
  .exsen-dash-app .exsen-borsa-slot-chat,
  .exsen-dash-app .exsen-borsa-slot-bottom{
    min-width:0 !important;
    min-height:0 !important;
    border-radius:0 !important;
    box-shadow:none !important;
    overflow:hidden !important;
  }

  .exsen-dash-app .exsen-borsa-slot-left{
    grid-area:left !important;
    border-right:1px solid rgba(77,133,205,.24) !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chart{
    grid-area:chart !important;
    border-right:1px solid rgba(77,133,205,.24) !important;
    border-bottom:1px solid rgba(77,133,205,.24) !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat{
    grid-area:chat !important;
    border-left:0 !important;
    overflow:hidden !important;
  }

  .exsen-dash-app .exsen-borsa-slot-bottom{
    grid-area:bottom !important;
    border-right:1px solid rgba(77,133,205,.24) !important;
  }

  .exsen-dash-app .exsen-borsa-slot-bottom .exsen-borsa-slot-inner{
    width:100% !important;
    height:100% !important;
    min-height:0 !important;
    overflow:hidden !important;
    background:linear-gradient(180deg,rgba(4,17,31,.96),rgba(3,13,24,.98)) !important;
  }

  .exsen-dash-app .exsen-borsa-slot-bottom .exsen-borsa-placeholder{
    align-items:flex-start !important;
    justify-content:flex-start !important;
    text-align:left !important;
    padding:18px 22px !important;
    gap:12px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-bottom .exsen-borsa-placeholder strong{
    font-size:20px !important;
    color:#ffffff !important;
  }

  .exsen-dash-app .exsen-borsa-slot-bottom .exsen-borsa-placeholder p{
    max-width:780px !important;
    color:#9cb9de !important;
    font-size:13px !important;
    line-height:1.55 !important;
  }

  .exsen-dash-app .exsen-borsa-slot-bottom .exsen-borsa-placeholder code{
    margin-top:auto !important;
  }
}

@media (max-width:782px){
  .exsen-dash-app .exsen-shortcode-market-layout{
    grid-template-columns:1fr !important;
    grid-template-rows:auto auto auto auto !important;
    grid-template-areas:
      "left"
      "chart"
      "chat"
      "bottom" !important;
    height:auto !important;
    min-height:calc(100dvh - 52px - 72px) !important;
    overflow-y:auto !important;
  }

  .exsen-dash-app .exsen-borsa-slot-bottom{
    grid-area:bottom !important;
    border-top:1px solid rgba(77,133,205,.18) !important;
  }
}


/* v2.8.52 borsa: full-width transactions, chart-height chat, roomier messages */
@media (min-width:783px){
  .exsen-dash-app .exsen-shortcode-market-layout{
    grid-template-columns:15fr 70fr 15fr !important;
    grid-template-rows:minmax(0,1fr) minmax(250px,33vh) !important;
    grid-template-areas:
      "left chart chat"
      "bottom bottom bottom" !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat{
    height:100% !important;
    min-height:0 !important;
    max-height:none !important;
    border-bottom:1px solid rgba(77,133,205,.24) !important;
  }

  .exsen-dash-app .exsen-borsa-slot-bottom{
    width:100% !important;
    border-right:0 !important;
    border-top:0 !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-list{
    gap:13px !important;
    padding:4px 8px 8px 0 !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-row,
  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-row + .exsen-live-chat-row{
    gap:7px !important;
    margin:0 !important;
    min-height:0 !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-bubble{
    width:auto !important;
    max-width:calc(100% - 34px) !important;
    padding:7px 10px 8px !important;
    border-radius:11px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-bubble span{
    font-size:9.4px !important;
    line-height:1.34 !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-meta{
    margin-bottom:3px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-meta strong{
    font-size:9.2px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-meta em{
    font-size:7.2px !important;
  }
}



/* v2.8.54 desktop live chat: stable messenger flow on laptop screens */
@media (min-width:783px){
  .exsen-dash-app .exsen-borsa-slot-chat{
    position:relative !important;
    display:flex !important;
    flex-direction:column !important;
    min-height:0 !important;
    overflow:hidden !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat > .exsen-live-investor-chat{
    flex:1 1 auto !important;
    display:flex !important;
    flex-direction:column !important;
    height:100% !important;
    min-height:0 !important;
    padding:0 0 50px !important;
    overflow:hidden !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-head,
  .exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-head-rich{
    flex:0 0 34px !important;
    height:34px !important;
    min-height:34px !important;
    max-height:34px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-shell,
  .exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-shell-rich{
    flex:1 1 auto !important;
    display:block !important;
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
    overflow:hidden !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-feed,
  .exsen-dash-app .exsen-borsa-slot-chat .exsen-terminal-chat-feed-rich{
    display:block !important;
    height:100% !important;
    min-height:0 !important;
    max-height:100% !important;
    padding:8px 8px 4px !important;
    overflow:hidden !important;
    box-sizing:border-box !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-list{
    display:flex !important;
    flex-direction:column !important;
    justify-content:flex-start !important;
    align-content:stretch !important;
    gap:7px !important;
    width:100% !important;
    height:100% !important;
    min-height:0 !important;
    max-height:100% !important;
    margin:0 !important;
    padding:0 4px 4px 0 !important;
    overflow-y:auto !important;
    overflow-x:hidden !important;
    scroll-behavior:smooth !important;
    scrollbar-width:thin !important;
    box-sizing:border-box !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-list > .exsen-live-chat-row:first-child{
    margin-top:auto !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-row,
  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-row + .exsen-live-chat-row{
    flex:0 0 auto !important;
    display:flex !important;
    align-items:flex-start !important;
    width:100% !important;
    min-width:0 !important;
    min-height:0 !important;
    height:auto !important;
    margin:0 !important;
    gap:6px !important;
    box-sizing:border-box !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-row > b{
    flex:0 0 22px !important;
    width:22px !important;
    height:22px !important;
    min-width:22px !important;
    margin-top:3px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-bubble{
    flex:1 1 auto !important;
    width:auto !important;
    min-width:0 !important;
    max-width:none !important;
    padding:7px 9px 8px !important;
    border-radius:11px !important;
    box-sizing:border-box !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-meta{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:7px !important;
    min-width:0 !important;
    margin:0 0 3px !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-meta strong{
    min-width:0 !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
    white-space:nowrap !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-meta em{
    flex:0 0 auto !important;
  }

  .exsen-dash-app .exsen-borsa-slot-chat .exsen-live-chat-bubble > span{
    display:block !important;
    overflow-wrap:anywhere !important;
    word-break:normal !important;
  }

  .exsen-dash-app .exsen-borsa-chat-fixed-input{
    left:8px !important;
    right:8px !important;
    bottom:8px !important;
    height:36px !important;
    min-height:36px !important;
    max-height:36px !important;
  }
}


/* v2.8.55 desktop header and live support repair — mobile rules untouched */
@media (min-width:783px){
  .exsen-dash-app .exsen-dash-topbar{
    grid-template-columns:minmax(170px,220px) minmax(0,1fr) auto !important;
    height:60px !important;
    min-height:60px !important;
    max-height:60px !important;
    padding:0 16px !important;
    gap:12px !important;
    overflow:visible !important;
  }

  .exsen-dash-app .exsen-user-area{
    display:flex !important;
    align-items:center !important;
    justify-content:flex-end !important;
    flex-wrap:nowrap !important;
    width:auto !important;
    max-width:none !important;
    gap:8px !important;
    min-width:0 !important;
  }

  .exsen-dash-app .exsen-notification-direct,
  .exsen-dash-app .exsen-notification-wrap{
    flex:0 0 auto !important;
  }

  .exsen-dash-app .exsen-icon-chip.exsen-notification-toggle{
    width:32px !important;
    min-width:32px !important;
    height:32px !important;
    min-height:32px !important;
    max-width:32px !important;
    max-height:32px !important;
    padding:0 !important;
    border-radius:9px !important;
  }

  .exsen-dash-app .exsen-icon-chip.exsen-notification-toggle .exsen-icon-chip__icon,
  .exsen-dash-app .exsen-icon-chip.exsen-notification-toggle .exsen-icon-chip__icon svg{
    width:14px !important;
    height:14px !important;
  }

  .exsen-dash-app .exsen-icon-chip.exsen-notification-toggle .exsen-icon-chip__count{
    min-width:15px !important;
    height:15px !important;
    line-height:15px !important;
    top:-5px !important;
    right:-5px !important;
    font-size:8px !important;
  }

  .exsen-dash-app .exsen-desktop-support-link{
    flex:0 0 auto !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:7px !important;
    height:38px !important;
    min-height:38px !important;
    padding:0 13px !important;
    border:1px solid rgba(99,169,255,.28) !important;
    border-radius:11px !important;
    background:linear-gradient(180deg,#1682ff,#0e5fd6) !important;
    color:#fff !important;
    text-decoration:none !important;
    box-shadow:0 10px 22px rgba(13,96,216,.24),inset 0 1px 0 rgba(255,255,255,.18) !important;
    white-space:nowrap !important;
  }

  .exsen-dash-app .exsen-desktop-support-link > span,
  .exsen-dash-app .exsen-desktop-support-link > span svg{
    display:block !important;
    width:15px !important;
    height:15px !important;
    flex:0 0 15px !important;
  }

  .exsen-dash-app .exsen-desktop-support-link strong{
    color:#fff !important;
    font-family:"Aptos","Segoe UI",system-ui,sans-serif !important;
    font-size:11px !important;
    line-height:1 !important;
    font-weight:800 !important;
    letter-spacing:.01em !important;
  }

  .exsen-dash-app .exsen-balance-chip{
    flex:0 0 136px !important;
    width:136px !important;
    min-width:136px !important;
    max-width:136px !important;
    height:40px !important;
    min-height:40px !important;
    padding:5px 12px !important;
    border-radius:11px !important;
    gap:1px !important;
    box-sizing:border-box !important;
  }

  .exsen-dash-app .exsen-balance-chip small{
    font-family:"Aptos","Segoe UI",system-ui,sans-serif !important;
    font-size:8px !important;
    line-height:1 !important;
    font-weight:800 !important;
    letter-spacing:.08em !important;
    text-transform:uppercase !important;
  }

  .exsen-dash-app .exsen-balance-chip strong{
    font-family:"Aptos Display","Aptos","Segoe UI",system-ui,sans-serif !important;
    font-size:17px !important;
    line-height:1.08 !important;
    font-weight:800 !important;
    letter-spacing:-.025em !important;
    font-variant-numeric:tabular-nums lining-nums !important;
  }

  .exsen-dash-app .exsen-user-menu-wrap{
    flex:0 0 auto !important;
    min-width:0 !important;
  }

  .exsen-dash-app .exsen-user-chip{
    display:flex !important;
    align-items:center !important;
    width:190px !important;
    min-width:180px !important;
    max-width:210px !important;
    height:40px !important;
    min-height:40px !important;
    padding:5px 11px !important;
    gap:8px !important;
    border-radius:11px !important;
    overflow:hidden !important;
    box-sizing:border-box !important;
  }

  .exsen-dash-app .exsen-user-chip .exsen-avatar{
    width:28px !important;
    min-width:28px !important;
    height:28px !important;
    flex:0 0 28px !important;
    font-size:11px !important;
  }

  .exsen-dash-app .exsen-user-chip > div{
    display:grid !important;
    grid-template-rows:auto auto !important;
    align-content:center !important;
    gap:2px !important;
    min-width:0 !important;
    overflow:hidden !important;
  }

  .exsen-dash-app .exsen-user-chip small{
    display:block !important;
    margin:0 !important;
    color:#8faaca !important;
    font-family:"Aptos","Segoe UI",system-ui,sans-serif !important;
    font-size:8px !important;
    line-height:1 !important;
    font-weight:700 !important;
    letter-spacing:.02em !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
  }

  .exsen-dash-app .exsen-user-chip strong{
    display:block !important;
    margin:0 !important;
    color:#f3f8ff !important;
    font-family:"Aptos Display","Aptos","Segoe UI",system-ui,sans-serif !important;
    font-size:10.5px !important;
    line-height:1.05 !important;
    font-weight:800 !important;
    letter-spacing:-.01em !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
  }

  .exsen-dash-app .exsen-user-dropdown-native .exsen-user-dropdown{
    top:calc(100% + 8px) !important;
    right:0 !important;
    left:auto !important;
    z-index:100000 !important;
  }

  /* Subpages, including desktop Live Support, scroll inside the app instead of being clipped. */
  .exsen-dash-app.exsen-page-open{
    height:100dvh !important;
    max-height:100dvh !important;
    min-height:100dvh !important;
    overflow-y:auto !important;
    overflow-x:hidden !important;
    -webkit-overflow-scrolling:touch !important;
  }

  .exsen-dash-app.exsen-page-open .exsen-dash-topbar{
    position:sticky !important;
    top:0 !important;
    z-index:1000 !important;
  }

  .exsen-dash-app .exsen-panel-tab[data-panel-panel="support"].is-active{
    display:grid !important;
    visibility:visible !important;
    opacity:1 !important;
    pointer-events:auto !important;
    min-height:calc(100dvh - 100px) !important;
    margin-top:20px !important;
  }

  .exsen-dash-app .exsen-panel-tab[data-panel-panel="support"] .exsen-support-page-card{
    min-width:0 !important;
    min-height:640px !important;
    overflow:visible !important;
  }

  .exsen-dash-app .exsen-panel-tab[data-panel-panel="support"] .exsen-support-chat-shell,
  .exsen-dash-app .exsen-panel-tab[data-panel-panel="support"] .exsen-support-page-form,
  .exsen-dash-app .exsen-panel-tab[data-panel-panel="support"] textarea,
  .exsen-dash-app .exsen-panel-tab[data-panel-panel="support"] button{
    pointer-events:auto !important;
  }

  .exsen-dash-app .exsen-panel-tab[data-panel-panel="support"] .exsen-support-chat-body{
    height:380px !important;
    min-height:300px !important;
    overflow-y:auto !important;
  }

  .exsen-dash-app .exsen-panel-tab[data-panel-panel="support"] .exsen-support-page-form{
    position:relative !important;
    z-index:5 !important;
  }
}


/* v2.8.56 desktop balance typography — modern digital-banking number style */
@media (min-width:783px){
  .exsen-dash-app .exsen-balance-chip strong,
  .exsen-dash-app .exsen-balance-chip .exsen-js-total-balance{
    font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI Variable Display","Segoe UI",Roboto,Arial,sans-serif !important;
    font-size:20px !important;
    line-height:1 !important;
    font-weight:720 !important;
    letter-spacing:-.032em !important;
    font-variant-numeric:tabular-nums lining-nums !important;
    font-feature-settings:"tnum" 1,"lnum" 1,"kern" 1 !important;
    text-rendering:geometricPrecision !important;
    -webkit-font-smoothing:antialiased !important;
    -moz-osx-font-smoothing:grayscale !important;
  }

  .exsen-dash-app .exsen-balance-chip small{
    font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI Variable Text","Segoe UI",Roboto,Arial,sans-serif !important;
    font-size:8px !important;
    line-height:1 !important;
    font-weight:700 !important;
    letter-spacing:.075em !important;
  }
}


/* v2.8.57 desktop-only account settings layout repair — mobile untouched */
@media (min-width:783px){
  .exsen-dash-app .exsen-panel-tab[data-panel-panel="settings"].is-active{
    width:min(1480px,calc(100% - 32px)) !important;
    grid-template-columns:210px minmax(0,1fr) !important;
    gap:18px !important;
    align-items:start !important;
    margin:24px auto 44px !important;
    padding:0 !important;
    overflow:visible !important;
    box-sizing:border-box !important;
  }

  .exsen-dash-app .exsen-panel-tab[data-panel-panel="settings"] .exsen-page-side-nav{
    width:auto !important;
    min-width:0 !important;
    top:82px !important;
    padding:14px !important;
    border-radius:18px !important;
    box-sizing:border-box !important;
  }

  .exsen-dash-app .exsen-panel-tab[data-panel-panel="settings"] .exsen-page-side-nav a{
    min-height:38px !important;
    padding:0 11px !important;
    border-radius:11px !important;
    font-size:12px !important;
  }

  .exsen-dash-app .exsen-panel-tab[data-panel-panel="settings"] .exsen-panel-card.exsen-tab-page{
    width:100% !important;
    min-width:0 !important;
    min-height:0 !important;
    height:auto !important;
    max-height:none !important;
    padding:24px !important;
    border-radius:20px !important;
    overflow:visible !important;
    box-sizing:border-box !important;
  }

  .exsen-dash-app .exsen-panel-tab[data-panel-panel="settings"] .exsen-tab-page > .exsen-page-head{
    min-height:0 !important;
    margin:0 0 18px !important;
    padding:2px 58px 18px 0 !important;
    align-items:flex-start !important;
  }

  .exsen-dash-app .exsen-panel-tab[data-panel-panel="settings"] .exsen-tab-page > .exsen-page-head span{
    margin-bottom:5px !important;
    font-size:10px !important;
  }

  .exsen-dash-app .exsen-panel-tab[data-panel-panel="settings"] .exsen-tab-page > .exsen-page-head h2{
    margin:0 0 7px !important;
    font-size:30px !important;
    line-height:1.08 !important;
    letter-spacing:-.035em !important;
  }

  .exsen-dash-app .exsen-panel-tab[data-panel-panel="settings"] .exsen-tab-page > .exsen-page-head p{
    font-size:12px !important;
    line-height:1.45 !important;
  }

  .exsen-dash-app .exsen-panel-tab[data-panel-panel="settings"] .exsen-panel-return{
    top:18px !important;
    right:18px !important;
    width:38px !important;
    height:38px !important;
    font-size:24px !important;
  }

  .exsen-dash-app .exsen-panel-tab[data-panel-panel="settings"] .exsen-settings-desktop-v43{
    display:grid !important;
    grid-template-columns:minmax(0,44fr) minmax(0,56fr) !important;
    gap:14px !important;
    align-items:start !important;
    width:100% !important;
    min-width:0 !important;
  }

  .exsen-dash-app .exsen-panel-tab[data-panel-panel="settings"] .exsen-settings-form-desktop-v43{
    display:grid !important;
    grid-template-columns:minmax(260px,58fr) minmax(220px,42fr) !important;
    gap:14px !important;
    align-items:start !important;
    min-width:0 !important;
  }

  .exsen-dash-app .exsen-panel-tab[data-panel-panel="settings"] .exsen-inline-card{
    align-self:start !important;
    width:100% !important;
    min-width:0 !important;
    min-height:0 !important;
    height:auto !important;
    max-height:none !important;
    padding:18px !important;
    border-radius:18px !important;
    box-sizing:border-box !important;
  }

  .exsen-dash-app .exsen-panel-tab[data-panel-panel="settings"] .exsen-inline-card .exsen-sub-head{
    min-height:0 !important;
    margin:0 0 14px !important;
    padding:0 0 13px !important;
  }

  .exsen-dash-app .exsen-panel-tab[data-panel-panel="settings"] .exsen-inline-card .exsen-sub-head span{
    margin-bottom:5px !important;
    font-size:10px !important;
  }

  .exsen-dash-app .exsen-panel-tab[data-panel-panel="settings"] .exsen-inline-card .exsen-sub-head h3{
    margin:0 !important;
    font-size:20px !important;
    line-height:1.15 !important;
    letter-spacing:-.02em !important;
  }

  .exsen-dash-app .exsen-panel-tab[data-panel-panel="settings"] .exsen-inline-card .exsen-sub-head p{
    margin-top:5px !important;
    font-size:11px !important;
    line-height:1.4 !important;
  }

  .exsen-dash-app .exsen-panel-tab[data-panel-panel="settings"] [data-exsen-password-change-form]{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:10px !important;
    align-items:end !important;
    margin-top:0 !important;
  }

  .exsen-dash-app .exsen-panel-tab[data-panel-panel="settings"] [data-exsen-password-change-form] label{
    display:grid !important;
    grid-template-rows:auto 42px !important;
    gap:6px !important;
    min-width:0 !important;
    margin:0 !important;
    color:#dce9fb !important;
    font-size:11px !important;
    line-height:1.2 !important;
    font-weight:800 !important;
  }

  .exsen-dash-app .exsen-panel-tab[data-panel-panel="settings"] [data-exsen-password-change-form] input{
    width:100% !important;
    min-width:0 !important;
    height:42px !important;
    min-height:42px !important;
    max-height:42px !important;
    padding:0 11px !important;
    border-radius:12px !important;
    box-sizing:border-box !important;
  }

  .exsen-dash-app .exsen-panel-tab[data-panel-panel="settings"] [data-exsen-password-change-form] .exsen-dash-btn{
    grid-column:1/-1 !important;
    width:180px !important;
    min-width:180px !important;
    height:40px !important;
    min-height:40px !important;
    margin-top:2px !important;
    padding:0 18px !important;
    border-radius:11px !important;
    font-size:12px !important;
  }

  .exsen-dash-app .exsen-panel-tab[data-panel-panel="settings"] [data-exsen-password-change-form] [data-exsen-form-message]{
    grid-column:1/-1 !important;
    min-height:0 !important;
    margin:0 !important;
    font-size:11px !important;
  }

  .exsen-dash-app .exsen-panel-tab[data-panel-panel="settings"] .exsen-settings-list{
    display:grid !important;
    gap:8px !important;
  }

  .exsen-dash-app .exsen-panel-tab[data-panel-panel="settings"] .exsen-settings-list label{
    grid-template-columns:minmax(0,1fr) 48px !important;
    gap:10px !important;
    align-items:center !important;
    min-height:58px !important;
    height:auto !important;
    padding:10px 12px !important;
    border-radius:14px !important;
    box-sizing:border-box !important;
  }

  .exsen-dash-app .exsen-panel-tab[data-panel-panel="settings"] .exsen-settings-list label strong{
    font-size:12px !important;
    line-height:1.2 !important;
  }

  .exsen-dash-app .exsen-panel-tab[data-panel-panel="settings"] .exsen-settings-list label small{
    margin-top:3px !important;
    font-size:10px !important;
    line-height:1.3 !important;
  }

  .exsen-dash-app .exsen-panel-tab[data-panel-panel="settings"] .exsen-settings-list input[type="checkbox"]{
    width:48px !important;
    min-width:48px !important;
    height:27px !important;
  }

  .exsen-dash-app .exsen-panel-tab[data-panel-panel="settings"] .exsen-settings-list input[type="checkbox"]::before{
    width:21px !important;
    height:21px !important;
  }

  .exsen-dash-app .exsen-panel-tab[data-panel-panel="settings"] .exsen-settings-list input[type="checkbox"]:checked::before{
    transform:translateX(21px) !important;
  }

  .exsen-dash-app .exsen-panel-tab[data-panel-panel="settings"] .exsen-choice-block-v43{
    gap:7px !important;
    margin-top:13px !important;
  }

  .exsen-dash-app .exsen-panel-tab[data-panel-panel="settings"] .exsen-choice-block-v43 > span{
    font-size:9.5px !important;
  }

  .exsen-dash-app .exsen-panel-tab[data-panel-panel="settings"] .exsen-segment-v43{
    gap:6px !important;
  }

  .exsen-dash-app .exsen-panel-tab[data-panel-panel="settings"] .exsen-segment-v43 b{
    min-height:36px !important;
    padding:0 8px !important;
    border-radius:10px !important;
    font-size:10px !important;
  }

  .exsen-dash-app .exsen-panel-tab[data-panel-panel="settings"] .exsen-settings-actions{
    grid-column:1/-1 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:12px !important;
    min-height:0 !important;
    margin:0 !important;
    padding:0 !important;
  }

  .exsen-dash-app .exsen-panel-tab[data-panel-panel="settings"] .exsen-settings-actions .exsen-dash-btn{
    width:180px !important;
    min-width:180px !important;
    height:40px !important;
    min-height:40px !important;
    padding:0 18px !important;
    border-radius:11px !important;
    font-size:12px !important;
  }

  .exsen-dash-app .exsen-panel-tab[data-panel-panel="settings"] .exsen-privacy-v43{
    grid-column:1/-1 !important;
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:8px 12px !important;
  }

  .exsen-dash-app .exsen-panel-tab[data-panel-panel="settings"] .exsen-privacy-v43 > .exsen-page-head,
  .exsen-dash-app .exsen-panel-tab[data-panel-panel="settings"] .exsen-privacy-v43 > .exsen-settings-logout-v43{
    grid-column:1/-1 !important;
  }

  .exsen-dash-app .exsen-panel-tab[data-panel-panel="settings"] .exsen-privacy-v43 details{
    margin:0 !important;
  }

  .exsen-dash-app .exsen-panel-tab[data-panel-panel="settings"] .exsen-privacy-v43 summary{
    min-height:42px !important;
    padding:10px 12px !important;
    box-sizing:border-box !important;
  }

  .exsen-dash-app .exsen-panel-tab[data-panel-panel="settings"] .exsen-settings-logout-v43{
    margin-top:4px !important;
    min-height:42px !important;
    padding:0 12px !important;
  }
}

@media (min-width:783px) and (max-width:1100px){
  .exsen-dash-app .exsen-panel-tab[data-panel-panel="settings"].is-active{
    grid-template-columns:1fr !important;
    width:calc(100% - 24px) !important;
    gap:12px !important;
    margin:16px auto 34px !important;
  }

  .exsen-dash-app .exsen-panel-tab[data-panel-panel="settings"] .exsen-page-side-nav{
    position:relative !important;
    top:auto !important;
    width:100% !important;
    display:flex !important;
    flex-direction:row !important;
    overflow-x:auto !important;
  }

  .exsen-dash-app .exsen-panel-tab[data-panel-panel="settings"] .exsen-side-title{
    display:none !important;
  }

  .exsen-dash-app .exsen-panel-tab[data-panel-panel="settings"] .exsen-page-side-nav a{
    flex:0 0 auto !important;
    white-space:nowrap !important;
  }

  .exsen-dash-app .exsen-panel-tab[data-panel-panel="settings"] .exsen-settings-desktop-v43{
    grid-template-columns:1fr !important;
  }

  .exsen-dash-app .exsen-panel-tab[data-panel-panel="settings"] .exsen-settings-form-desktop-v43{
    grid-template-columns:minmax(0,1fr) minmax(220px,.72fr) !important;
  }
}


/* v2.8.59 desktop profile link and live-support message visibility — mobile untouched */
@media (min-width:783px){
  .exsen-dash-app .exsen-user-chip{
    flex-direction:row !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:6px !important;
  }

  .exsen-dash-app .exsen-user-account-hotspot{
    display:flex !important;
    align-items:center !important;
    gap:8px !important;
    min-width:0 !important;
    flex:1 1 auto !important;
    cursor:pointer !important;
    outline:none !important;
  }

  .exsen-dash-app .exsen-user-chip-copy{
    display:block !important;
    min-width:0 !important;
    text-align:left !important;
  }

  .exsen-dash-app .exsen-user-menu-chevron{
    display:grid !important;
    place-items:center !important;
    width:18px !important;
    height:18px !important;
    flex:0 0 18px !important;
    color:#91b5e2 !important;
    font-size:13px !important;
    line-height:1 !important;
    cursor:pointer !important;
  }

  .exsen-dash-app [data-page-support-thread]{
    position:relative !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
    align-content:flex-start !important;
    justify-content:flex-start !important;
    gap:14px !important;
    height:380px !important;
    min-height:300px !important;
    max-height:380px !important;
    padding:20px 22px !important;
    overflow-y:auto !important;
    overflow-x:hidden !important;
    box-sizing:border-box !important;
  }

  .exsen-dash-app [data-page-support-thread] > .exsen-chat-day,
  .exsen-dash-app [data-page-support-thread] > .exsen-chat-empty,
  .exsen-dash-app [data-page-support-thread] > .exsen-support-chat-empty,
  .exsen-dash-app [data-page-support-thread] > .exsen-support-bubble{
    position:relative !important;
    inset:auto !important;
    top:auto !important;
    right:auto !important;
    bottom:auto !important;
    left:auto !important;
    display:flex !important;
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
    flex:0 0 auto !important;
    margin:0 !important;
    visibility:visible !important;
    opacity:1 !important;
    transform:none !important;
  }

  .exsen-dash-app [data-page-support-thread] > .exsen-chat-day{
    align-self:center !important;
    display:inline-flex !important;
  }

  .exsen-dash-app [data-page-support-thread] > .exsen-support-bubble{
    width:100% !important;
    max-width:100% !important;
    align-items:flex-end !important;
    gap:10px !important;
  }

  .exsen-dash-app [data-page-support-thread] > .exsen-support-bubble.is-agent{
    justify-content:flex-start !important;
    flex-direction:row !important;
  }

  .exsen-dash-app [data-page-support-thread] > .exsen-support-bubble.is-user{
    justify-content:flex-start !important;
    flex-direction:row-reverse !important;
  }

  .exsen-dash-app [data-page-support-thread] > .exsen-support-bubble > div{
    display:block !important;
    width:auto !important;
    min-width:120px !important;
    max-width:min(760px,76%) !important;
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
    visibility:visible !important;
    opacity:1 !important;
    overflow:visible !important;
  }

  .exsen-dash-app [data-page-support-thread] > .exsen-support-bubble strong,
  .exsen-dash-app [data-page-support-thread] > .exsen-support-bubble p,
  .exsen-dash-app [data-page-support-thread] > .exsen-support-bubble small{
    display:block !important;
    visibility:visible !important;
    opacity:1 !important;
  }
}


/* v2.8.61 desktop profile name opens Account page — mobile untouched */
@media (min-width:783px){
  .exsen-dash-app .exsen-user-account-link{
    color:inherit !important;
    text-decoration:none !important;
    border:0 !important;
    background:transparent !important;
  }

  .exsen-dash-app .exsen-user-account-link:hover .exsen-user-chip-copy strong,
  .exsen-dash-app .exsen-user-account-link:focus-visible .exsen-user-chip-copy strong{
    color:#ffffff !important;
    text-decoration:underline !important;
    text-decoration-thickness:1px !important;
    text-underline-offset:2px !important;
  }

  .exsen-dash-app .exsen-user-account-link:focus-visible{
    outline:1px solid rgba(95,177,255,.75) !important;
    outline-offset:3px !important;
    border-radius:8px !important;
  }
}


/* v2.8.62 desktop profile button opens Account page — mobile untouched */
@media (min-width:783px){
  .exsen-dash-app .exsen-user-account-button{
    cursor:pointer !important;
  }

  .exsen-dash-app .exsen-user-account-button:hover,
  .exsen-dash-app .exsen-user-account-button:focus-visible{
    border-color:rgba(95,177,255,.46) !important;
  }
}


/* v2.8.64: Masaüstü görünür çıkış butonu ve profil oku menüsü */
.exsen-dash-app .exsen-topbar-logout{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  min-height:38px;
  padding:0 12px;
  border-radius:11px;
  border:1px solid rgba(255,97,116,.24);
  background:rgba(116,20,38,.12);
  color:#ff9aa7!important;
  text-decoration:none!important;
  font-size:10px;
  font-weight:800;
  white-space:nowrap;
  transition:background .18s ease,border-color .18s ease,color .18s ease;
}
.exsen-dash-app .exsen-topbar-logout:hover{
  background:rgba(145,25,45,.2);
  border-color:rgba(255,97,116,.42);
  color:#ffc0c7!important;
}
.exsen-dash-app .exsen-topbar-logout span{font-size:13px;line-height:1}
.exsen-dash-app .exsen-user-menu-chevron{
  cursor:pointer;
  pointer-events:auto;
}
@media (max-width:782px){
  .exsen-dash-app .exsen-topbar-logout{display:none!important}
}


/* v2.8.65 balance chip auto-fit typography */
@media (min-width:783px){
  .exsen-dash-app .exsen-balance-chip{
    flex:0 0 148px !important;
    width:148px !important;
    min-width:148px !important;
    max-width:148px !important;
    padding:4px 10px 4px 11px !important;
    overflow:hidden !important;
  }
  .exsen-dash-app .exsen-balance-chip strong,
  .exsen-dash-app .exsen-balance-chip .exsen-js-total-balance{
    display:block !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:clip !important;
    transform-origin:left center !important;
    font-size:18px !important;
    line-height:1 !important;
    letter-spacing:-.038em !important;
  }
  .exsen-dash-app .exsen-balance-chip.exsen-balance-fit-m strong,
  .exsen-dash-app .exsen-balance-chip.exsen-balance-fit-m .exsen-js-total-balance{
    font-size:16.5px !important;
    letter-spacing:-.042em !important;
  }
  .exsen-dash-app .exsen-balance-chip.exsen-balance-fit-s strong,
  .exsen-dash-app .exsen-balance-chip.exsen-balance-fit-s .exsen-js-total-balance{
    font-size:15px !important;
    letter-spacing:-.045em !important;
  }
  .exsen-dash-app .exsen-balance-chip.exsen-balance-fit-xs strong,
  .exsen-dash-app .exsen-balance-chip.exsen-balance-fit-xs .exsen-js-total-balance{
    font-size:13.5px !important;
    letter-spacing:-.05em !important;
  }
}


/* v2.8.66 premium chart rendering refresh */
.exsen-dynamic-chart-svg .exsen-js-chart-line{display:none !important;}
.exsen-dynamic-chart-svg .exsen-js-chart-live-line{stroke:#ff6677 !important;stroke-width:1.4 !important;stroke-dasharray:2 5 !important;opacity:.95 !important;}
.exsen-dynamic-chart .exsen-price-tag{background:linear-gradient(180deg,#6f2e3a,#52232c) !important;border:1px solid rgba(255,123,139,.34) !important;color:#ffeef1 !important;border-radius:8px 0 0 8px !important;padding:6px 10px !important;min-width:auto !important;height:auto !important;font-size:14px !important;line-height:1.1 !important;box-shadow:0 8px 20px rgba(0,0,0,.18) !important;}
.exsen-dynamic-chart-svg .wick{stroke-width:1.5 !important;shape-rendering:geometricPrecision !important;}
.exsen-dynamic-chart-svg .body{shape-rendering:geometricPrecision !important;}
.exsen-dynamic-chart-svg .wick.up,.exsen-dynamic-chart-svg .body.up{stroke:#37dbc1 !important;fill:#31cda8 !important;}
.exsen-dynamic-chart-svg .wick.down,.exsen-dynamic-chart-svg .body.down{stroke:#ff6b78 !important;fill:#ff616f !important;}
.exsen-dynamic-chart-svg .chart-level{stroke-linecap:round !important;stroke-width:2.2 !important;opacity:.95 !important;}
.exsen-dynamic-chart-svg .chart-level.support{stroke:#18cfd1 !important;}
.exsen-dynamic-chart-svg .chart-level.resistance{stroke:#ff6b78 !important;}
.exsen-dynamic-chart-svg .chart-flag rect{fill:rgba(10,26,48,.92) !important;stroke:rgba(99,156,220,.28) !important;stroke-width:1 !important;}
.exsen-dynamic-chart-svg .chart-flag text{fill:#bfd7f5 !important;font-size:11px !important;font-weight:700 !important;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif !important;}
.exsen-dynamic-chart .exsen-chart-times{left:18px !important;right:54px !important;bottom:8px !important;color:#8fb1d8 !important;font-size:11px !important;font-weight:700 !important;}
