.mtv-support-center{
  --sc-green:#07843f;
  --sc-green-dark:#045f2d;
  --sc-green-soft:#edf8f1;
  --sc-ink:#101713;
  --sc-muted:#68746e;
  --sc-line:#dce4df;
  --sc-bg:#f7f9f8;
  --sc-red:#b42318;
  --sc-red-soft:#fff2f1;
  --sc-amber:#9a6700;
  --sc-amber-soft:#fff8e5;
  --sc-bottom-offset:max(20px,0px);
  position:fixed;
  right:max(20px,0px);
  bottom:var(--sc-bottom-offset);
  z-index:1000002;
  width:auto;
  max-width:calc(100vw - 28px);
  color:var(--sc-ink);
  font-family:"Plus Jakarta Sans",Inter,"Segoe UI",Arial,sans-serif;
  font-size:13px;
  line-height:1.45;
  letter-spacing:0;
}
.mtv-support-center,.mtv-support-center *{box-sizing:border-box}
.mtv-support-center button,.mtv-support-center input,.mtv-support-center textarea,.mtv-support-center select{font:inherit}
.mtv-support-center button{letter-spacing:0}
.mtv-support-center svg{display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.mtv-support-center .sr-only{position:absolute!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;clip-path:inset(50%)!important;white-space:nowrap!important;border:0!important}

.mtv-support-fab{
  position:relative;
  display:grid;
  width:56px;
  height:56px;
  place-items:center;
  margin-left:auto;
  padding:0;
  border:1px solid rgba(255,255,255,.55);
  border-radius:50%;
  background:var(--sc-green);
  color:#fff;
  box-shadow:0 12px 28px rgba(4,95,45,.27);
  cursor:pointer;
  transform-origin:center;
  transition:transform .18s ease,background-color .18s ease,box-shadow .18s ease;
}
.mtv-support-fab::before{content:"";position:absolute;inset:-5px;border:1px solid rgba(7,132,63,.18);border-radius:inherit;opacity:0;transform:scale(.9);transition:opacity .18s ease,transform .18s ease}
.mtv-support-fab:hover{background:var(--sc-green-dark);box-shadow:0 15px 34px rgba(4,95,45,.32);transform:translateY(-2px)}
.mtv-support-fab:hover::before,.mtv-support-fab:focus-visible::before{opacity:1;transform:scale(1)}
.mtv-support-fab-icon{display:grid;width:28px;height:28px;place-items:center}
.mtv-support-fab svg{width:24px;height:24px;stroke-width:2}
.mtv-support-center.open .mtv-support-fab{background:var(--sc-green-dark);transform:scale(.96)}

.mtv-support-fab:focus-visible,
.mtv-support-panel button:focus-visible,
.mtv-support-panel input:focus-visible,
.mtv-support-panel textarea:focus-visible,
.mtv-support-panel select:focus-visible,
.mtv-support-panel a:focus-visible{outline:0;box-shadow:0 0 0 3px rgba(7,132,63,.20)}

.mtv-support-panel{
  position:fixed;
  right:max(20px,0px);
  bottom:calc(var(--sc-bottom-offset) + 72px);
  display:grid;
  grid-template-rows:auto auto minmax(0,1fr) auto;
  width:min(390px,calc(100vw - 28px));
  height:min(620px,calc(100vh - var(--sc-bottom-offset) - 94px));
  max-height:calc(100vh - var(--sc-bottom-offset) - 94px);
  overflow:hidden;
  border:1px solid var(--sc-line);
  border-top:3px solid var(--sc-green);
  border-radius:4px;
  background:#fff;
  color:var(--sc-ink);
  box-shadow:0 24px 64px rgba(10,28,19,.22),0 5px 16px rgba(10,28,19,.08);
  opacity:0;
  pointer-events:none;
  transform:translateY(14px) scale(.975);
  transform-origin:calc(100% - 28px) calc(100% + 36px);
  transition:opacity .2s ease,transform .24s cubic-bezier(.2,.8,.2,1),box-shadow .24s ease;
}
.mtv-support-panel[hidden]{display:none!important}
.mtv-support-center.open .mtv-support-panel{opacity:1;pointer-events:auto;transform:translateY(0) scale(1);animation:mtpSupportPanelOpen .26s cubic-bezier(.2,.8,.2,1) both}
.mtv-support-center.closing .mtv-support-panel{opacity:0;pointer-events:none;transform:translateY(12px) scale(.98)}
.mtv-support-center.expanded .mtv-support-panel{right:18px;bottom:18px;width:min(720px,calc(100vw - 36px));height:min(760px,calc(100vh - 36px));max-height:calc(100vh - 36px)}
.mtv-support-center.expanded .mtv-support-fab{opacity:0;pointer-events:none}

.mtv-support-header{
  position:relative;
  z-index:5;
  display:flex;
  min-height:70px;
  align-items:center;
  gap:12px;
  padding:13px 14px;
  border-bottom:1px solid var(--sc-line);
  background:#fff;
}
.mtv-support-brand{display:flex;min-width:0;flex:1;align-items:center;gap:10px}
.mtv-support-brand img{width:34px;height:34px;padding:2px;object-fit:contain;border:1px solid #d9e5de;border-radius:5px;background:#fff}
.mtv-support-brand>div{min-width:0}
.mtv-support-brand strong{display:block;color:#080c09;font-size:13px;font-weight:900;line-height:1.2}
.mtv-support-brand span{display:flex;min-width:0;align-items:center;gap:6px;margin-top:5px;color:var(--sc-muted);font-size:9.5px;line-height:1.2}
.mtv-support-brand span i{flex:0 0 7px;width:7px;height:7px;border-radius:50%;background:#20a157;box-shadow:0 0 0 3px rgba(32,161,87,.12)}
.mtv-support-brand span i.offline{background:#d18a00;box-shadow:0 0 0 3px rgba(209,138,0,.12)}
.mtv-support-brand span b{min-width:0;overflow:hidden;font-weight:650;text-overflow:ellipsis;white-space:nowrap}
.mtv-support-head-actions{display:flex;flex:0 0 auto;align-items:center;gap:2px}
.mtv-support-head-actions button{display:grid;width:32px;height:32px;place-items:center;padding:0;border:1px solid transparent;border-radius:4px;background:#fff;color:#66736c;cursor:pointer}
.mtv-support-head-actions button:hover{border-color:#dce7e0;background:var(--sc-green-soft);color:var(--sc-green-dark)}
.mtv-support-head-actions svg{width:16px;height:16px}

.mtv-support-connection{display:flex;position:relative;z-index:4;align-items:flex-start;gap:8px;padding:8px 12px;border-bottom:1px solid #eadcae;background:var(--sc-amber-soft);color:#735600;font-size:9.5px;line-height:1.4}
.mtv-support-connection[hidden]{display:none}
.mtv-support-connection>svg{flex:0 0 15px;width:15px;height:15px;margin-top:1px}
.mtv-support-connection span{flex:1}
.mtv-support-connection button{padding:0;border:0;background:transparent;color:inherit;font-size:9.5px;font-weight:900;text-decoration:underline;cursor:pointer}

.mtv-support-main{min-height:0;overflow:auto;overscroll-behavior:contain;background:#fff;scrollbar-color:#aeb9b3 transparent;scrollbar-width:thin}
.mtv-support-main::-webkit-scrollbar,.mtv-support-chat-log::-webkit-scrollbar,.mtv-support-ticket-log::-webkit-scrollbar{width:7px}
.mtv-support-main::-webkit-scrollbar-thumb,.mtv-support-chat-log::-webkit-scrollbar-thumb,.mtv-support-ticket-log::-webkit-scrollbar-thumb{border-radius:8px;background:#aeb9b3}
.mtv-support-tab-panel{min-height:100%;padding:18px 16px}
.mtv-support-tab-panel[hidden]{display:none!important}

.mtv-support-bottom-tabs{
  position:relative;
  z-index:5;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:4px;
  margin:0;
  padding:10px 12px 12px;
  border-top:1px solid var(--sc-line);
  background:#fff;
}
.mtv-support-bottom-tabs button{display:flex;min-height:40px;align-items:center;justify-content:center;gap:7px;padding:0 10px;border:1px solid transparent;border-radius:5px;background:#fff;color:#303a35;font-size:11px;font-weight:800;cursor:pointer;transition:border-color .15s ease,background-color .15s ease,color .15s ease}
.mtv-support-bottom-tabs button:hover{background:#f4f7f5;color:var(--sc-green-dark)}
.mtv-support-bottom-tabs button.active{border-color:#bcd9c6;background:var(--sc-green-soft);color:var(--sc-green-dark)}
.mtv-support-bottom-tabs svg{width:15px;height:15px}

.mtv-support-skeleton{display:grid;gap:12px;padding:4px 0;overflow:hidden}
.mtv-support-skeleton span{display:block;height:54px;border-radius:5px;background:#f0f3f1;animation:mtpSupportSkeleton 1.1s ease infinite}
.mtv-support-skeleton span:first-child{height:34px}.mtv-support-skeleton span:nth-child(3){width:86%}.mtv-support-skeleton span:nth-child(4){width:72%}

.mtv-support-bot-line{display:flex;align-items:flex-start;gap:11px;margin-bottom:14px}
.mtv-support-bot-avatar{display:grid;flex:0 0 38px;width:38px;height:38px;place-items:center;border:1px solid #c8e0d1;border-radius:50%;background:var(--sc-green-soft);color:var(--sc-green-dark)}
.mtv-support-bot-avatar svg{width:19px;height:19px}
.mtv-support-kicker{margin:0 0 4px;color:var(--sc-muted);font-size:10px;font-weight:750}
.mtv-support-conversation-home h2{margin:0;color:#080b09;font-size:14px;font-weight:750;line-height:1.5}
.mtv-support-quick-grid,.mtv-support-quick-row{display:flex;flex-wrap:wrap;gap:7px}
.mtv-support-quick-grid button,.mtv-support-quick-row button{min-height:34px;padding:0 11px;border:1px solid var(--sc-line);border-radius:5px;background:#fff;color:#131815;font-size:10.5px;font-weight:750;cursor:pointer;transition:border-color .15s ease,background-color .15s ease,color .15s ease}
.mtv-support-quick-grid button:hover,.mtv-support-quick-row button:hover{border-color:#a9d0b7;background:var(--sc-green-soft);color:var(--sc-green-dark)}
.mtv-support-hours{display:flex;align-items:flex-start;gap:10px;margin-top:16px;padding:11px;border:1px solid var(--sc-line);border-radius:5px;background:#fafcfb}
.mtv-support-hours-icon{display:grid;flex:0 0 30px;width:30px;height:30px;place-items:center;border-radius:4px;background:var(--sc-green-soft);color:var(--sc-green-dark)}
.mtv-support-hours-icon svg{width:16px;height:16px}
.mtv-support-hours strong{display:block;margin-bottom:3px;font-size:10.5px}
.mtv-support-hours div>span{display:block;color:var(--sc-muted);font-size:9.5px;line-height:1.5}

.mtv-support-ticket-history{display:grid;gap:7px;margin-top:16px}
.mtv-support-ticket-history h3{margin:0 0 2px;font-size:11px}
.mtv-support-ticket-history>button{display:flex;width:100%;min-height:52px;align-items:center;justify-content:space-between;gap:10px;padding:9px 10px;border:1px solid var(--sc-line);border-radius:5px;background:#fff;text-align:left;cursor:pointer}
.mtv-support-ticket-history>button:hover{border-color:#afd1bb;background:#fbfdfc}
.mtv-support-ticket-history>button>span{display:grid;min-width:0;gap:2px}
.mtv-support-ticket-history strong{overflow:hidden;font-size:10.5px;text-overflow:ellipsis;white-space:nowrap}
.mtv-support-ticket-history small{color:var(--sc-muted);font-size:9px}
.mtv-support-ticket-history em,.mtv-support-ticket-view header>span{flex:0 0 auto;padding:4px 6px;border:1px solid #d7e0db;border-radius:3px;background:#f5f7f6;color:#526059;font-size:8px;font-style:normal;font-weight:850;text-transform:uppercase}
.mtv-support-ticket-history .status-new,.mtv-support-ticket-view .status-new{border-color:#b8d9c3;background:#edf8f1;color:#056735}
.mtv-support-ticket-history .status-escalated,.mtv-support-ticket-view .status-escalated{border-color:#e6c1c1;background:var(--sc-red-soft);color:var(--sc-red)}
.mtv-support-ticket-history .status-awaiting_support,.mtv-support-ticket-view .status-awaiting_support{border-color:#ead79b;background:var(--sc-amber-soft);color:#7c5c00}
.mtv-support-ticket-history .status-resolved,.mtv-support-ticket-history .status-closed,.mtv-support-ticket-view .status-resolved,.mtv-support-ticket-view .status-closed{background:#eef1ef;color:#53615a}

.mtv-support-contact-card{margin-top:16px;padding:12px;border:1px solid var(--sc-line);border-radius:5px;background:#fff}
.mtv-support-contact-card>strong{font-size:10.5px}.mtv-support-contact-card>p{margin:3px 0 10px;color:var(--sc-muted);font-size:9.5px}
.mtv-support-direct{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}
.mtv-support-direct a{display:flex;min-width:0;min-height:36px;align-items:center;justify-content:center;gap:5px;border:1px solid var(--sc-line);border-radius:4px;background:#fafcfb;color:#26332c;font-size:9px;font-weight:800;text-decoration:none}
.mtv-support-direct a:hover{border-color:#a9d0b7;background:var(--sc-green-soft);color:var(--sc-green-dark)}
.mtv-support-direct svg{width:13px;height:13px}

.mtv-support-chat-shell{display:grid;min-height:100%;grid-template-rows:minmax(0,1fr) auto auto;gap:9px}
.mtv-support-chat-log{display:grid;min-height:0;max-height:100%;align-content:start;gap:8px;overflow:auto;padding:1px 3px 3px 0}
.mtv-support-message{display:grid;max-width:86%;gap:5px;padding:9px 11px;border:1px solid var(--sc-line);border-radius:7px;background:#fff;color:#172019;font-size:10.5px;line-height:1.55;overflow-wrap:anywhere}
.mtv-support-message.assistant{justify-self:start;border-top-left-radius:2px;background:#f8faf9}
.mtv-support-message.user{justify-self:end;border-color:var(--sc-green);border-top-right-radius:2px;background:var(--sc-green);color:#fff}
.mtv-support-message.system{justify-self:center;max-width:100%;border-color:#d3e5d9;background:var(--sc-green-soft);color:#07562f;text-align:center}
.mtv-support-message.failed{border-color:#e4aaa5;background:var(--sc-red-soft);color:#7c1d16}
.mtv-support-message footer{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:8.5px;opacity:.75}
.mtv-support-message footer time{white-space:nowrap}
.mtv-support-message-state{display:flex;align-items:center;gap:5px}
.mtv-support-message-state.error{color:inherit;font-weight:800}
.mtv-support-message-state button{padding:0;border:0;background:transparent;color:inherit;font-size:8.5px;font-weight:900;text-decoration:underline;cursor:pointer}
.mtv-support-quick-row{padding-top:2px}
.mtv-support-quick-row button{min-height:29px;padding:0 9px;font-size:9px}
.mtv-support-composer{display:grid;grid-template-columns:minmax(0,1fr) 42px;align-items:end;gap:7px;padding-top:9px;border-top:1px solid var(--sc-line);background:#fff}
.mtv-support-composer textarea{display:block;width:100%;height:42px;min-height:42px;max-height:112px;resize:none;padding:10px 11px;border:1px solid #cfd9d3;border-radius:5px;background:#fff;color:#111;font-size:10.5px;line-height:1.45;outline:0}
.mtv-support-composer textarea::placeholder{color:#8a958f}
.mtv-support-composer button{display:grid;width:42px;height:42px;place-items:center;padding:0;border:1px solid var(--sc-green);border-radius:5px;background:var(--sc-green);color:#fff;cursor:pointer}
.mtv-support-composer button:hover{background:var(--sc-green-dark);border-color:var(--sc-green-dark)}
.mtv-support-composer button:disabled{border-color:#d7dfda;background:#e7ece9;color:#8c9891;cursor:not-allowed}
.mtv-support-composer svg{width:17px;height:17px}

.mtv-support-ticket-form{display:grid;gap:10px;margin-top:4px;padding:13px;border:1px solid #bfdac8;border-top:3px solid var(--sc-green);border-radius:6px;background:#fff;text-align:left}
.mtv-support-ticket-heading{display:flex;align-items:flex-start;gap:9px;padding-bottom:10px;border-bottom:1px solid var(--sc-line)}
.mtv-support-ticket-heading>span{display:grid;flex:0 0 32px;width:32px;height:32px;place-items:center;border-radius:4px;background:var(--sc-green-soft);color:var(--sc-green-dark)}
.mtv-support-ticket-heading svg{width:17px;height:17px}
.mtv-support-ticket-heading h3{margin:0;font-size:12.5px}.mtv-support-ticket-heading p{margin:3px 0 0;color:var(--sc-muted);font-size:9px;line-height:1.4}
.mtv-support-form-error{display:flex;align-items:flex-start;gap:7px;padding:8px;border:1px solid #e5b2ae;border-radius:4px;background:var(--sc-red-soft);color:#8b251d;font-size:9.5px;line-height:1.4}
.mtv-support-form-error svg{flex:0 0 15px;width:15px;height:15px}
.mtv-support-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.mtv-support-ticket-form label{position:relative;display:grid;gap:4px;color:#26312b;font-size:9.5px;font-weight:850}
.mtv-support-ticket-form label>span small{color:var(--sc-muted);font-size:8px;font-weight:650}
.mtv-support-ticket-form input,.mtv-support-ticket-form select,.mtv-support-ticket-form textarea{width:100%;min-width:0;padding:9px 10px;border:1px solid #cfd9d3;border-radius:4px;background:#fff;color:#111;font-size:10px;line-height:1.4;outline:0}
.mtv-support-ticket-form input,.mtv-support-ticket-form select{height:38px}
.mtv-support-ticket-form textarea{min-height:76px;resize:vertical;padding-bottom:20px}
.mtv-support-character{position:absolute;right:8px;bottom:5px;color:var(--sc-muted);font-size:8px;font-weight:600}
.mtv-support-primary{display:flex;min-height:41px;align-items:center;justify-content:center;gap:7px;border:1px solid var(--sc-green);border-radius:4px;background:var(--sc-green);color:#fff;font-size:10.5px;font-weight:900;cursor:pointer}
.mtv-support-primary:hover{background:var(--sc-green-dark);border-color:var(--sc-green-dark)}
.mtv-support-primary:disabled{opacity:.7;cursor:wait}
.mtv-support-security{display:flex;align-items:flex-start;gap:6px;margin:0;color:var(--sc-muted);font-size:8.5px;line-height:1.4}
.mtv-support-security svg{flex:0 0 14px;width:14px;height:14px;color:var(--sc-green-dark)}
.mtv-support-ticket-created{display:flex;align-items:flex-start;gap:9px;padding:11px;border:1px solid #acd1b9;border-radius:5px;background:var(--sc-green-soft);color:#0a4f2f;text-align:left}
.mtv-support-ticket-created>svg{flex:0 0 20px;width:20px;height:20px}
.mtv-support-ticket-created strong{display:block;font-size:11px}.mtv-support-ticket-created p{margin:3px 0;color:#3e5f4b;font-size:9.5px;line-height:1.45}.mtv-support-ticket-created small{display:block;font-size:8.5px}.mtv-support-ticket-created button{margin-top:7px;padding:0;border:0;background:transparent;color:var(--sc-green-dark);font-size:9px;font-weight:900;text-decoration:underline;cursor:pointer}

.mtv-support-ticket-view{display:grid;min-height:100%;grid-template-rows:auto minmax(0,1fr) auto;gap:10px}
.mtv-support-ticket-view>header{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;padding-bottom:10px;border-bottom:1px solid var(--sc-line)}
.mtv-support-ticket-view>header button{display:grid;width:30px;height:30px;place-items:center;padding:0;border:1px solid var(--sc-line);border-radius:4px;background:#fff;color:var(--sc-green-dark);cursor:pointer}
.mtv-support-ticket-view>header button svg{width:15px;height:15px}
.mtv-support-ticket-view>header div{min-width:0}.mtv-support-ticket-view>header small{display:block;color:var(--sc-muted);font-size:8px}.mtv-support-ticket-view>header h2{margin:2px 0 0;overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}
.mtv-support-ticket-log{display:grid;min-height:0;align-content:start;gap:8px;overflow:auto;padding-right:3px}
.mtv-support-closed-note{padding:10px;border:1px solid var(--sc-line);border-radius:4px;background:#f5f7f6;color:var(--sc-muted);font-size:9.5px;text-align:center}

.mtv-support-search{position:sticky;top:-18px;z-index:3;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:7px;height:38px;margin:0 0 14px;padding:0 10px;border:1px solid #e3e7e5;border-radius:5px;background:#f4f5f6;color:#87918c}
.mtv-support-search:focus-within{border-color:#99c8aa;background:#fff;box-shadow:0 0 0 3px rgba(7,132,63,.10)}
.mtv-support-search>span svg{width:14px;height:14px}
.mtv-support-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#111;font-size:10.5px}
.mtv-support-search input::placeholder{color:#8b9490}
.mtv-support-search kbd{padding:2px 4px;border:1px solid #d9dfdc;border-radius:3px;background:#fff;color:#7b8580;font:600 8px/1.2 inherit}
.mtv-support-help-heading{margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid var(--sc-line)}
.mtv-support-help-heading h2{margin:0 0 4px;font-size:16px}.mtv-support-help-heading>span{display:block;color:var(--sc-muted);font-size:9.5px;line-height:1.5}
.mtv-support-category-list{display:grid;gap:5px}
.mtv-support-category-card{display:grid;width:100%;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:54px;padding:7px 8px;border:1px solid transparent;border-radius:5px;background:#fff;color:#080b09;text-align:left;cursor:pointer}
.mtv-support-category-card:hover{border-color:#d7e4dc;background:#f8faf9}
.mtv-support-category-icon{display:grid;width:36px;height:36px;place-items:center;border-radius:5px;background:#e9edef;color:#2e3733}
.mtv-support-category-icon svg{width:17px;height:17px}
.mtv-support-category-card strong{display:block;font-size:10.5px;font-weight:900}.mtv-support-category-card small{display:block;margin-top:3px;color:var(--sc-muted);font-size:8.5px}
.mtv-support-category-arrow{color:#89948e}.mtv-support-category-arrow svg{width:14px;height:14px}
.mtv-support-back{display:inline-flex;align-items:center;gap:5px;min-height:30px;padding:0;border:0;background:transparent;color:var(--sc-green-dark);font-size:9.5px;font-weight:900;cursor:pointer}
.mtv-support-back svg{width:14px;height:14px}
.mtv-support-section-icon{display:grid;width:42px;height:42px;place-items:center;margin:9px 0;border-radius:6px;background:var(--sc-green-soft);color:var(--sc-green-dark)}
.mtv-support-section-icon svg{width:21px;height:21px}
.mtv-support-help-detail h2,.mtv-support-article-detail h2{margin:4px 0 7px;font-size:16px;line-height:1.3}
.mtv-support-help-detail>p{margin:0 0 14px;color:var(--sc-muted);font-size:9.5px;line-height:1.55}
.mtv-support-article-list{display:grid;gap:7px}
.mtv-support-article-row{display:grid;width:100%;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:9px;padding:10px;border:1px solid var(--sc-line);border-radius:5px;background:#fff;color:var(--sc-ink);text-align:left;cursor:pointer}
.mtv-support-article-row:hover{border-color:#afd1bb;background:#fbfdfc}
.mtv-support-article-row>span{display:grid;min-width:0;gap:4px}.mtv-support-article-row strong{font-size:10.5px}.mtv-support-article-row small{display:-webkit-box;overflow:hidden;color:var(--sc-muted);font-size:9px;line-height:1.4;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.mtv-support-article-row>svg{width:14px;height:14px;color:#849089}
.mtv-support-article-detail{padding-bottom:6px}
.mtv-support-article-lead{margin:0 0 11px;padding:10px;border-left:3px solid var(--sc-green);background:var(--sc-green-soft);color:#174b30;font-size:10px;font-weight:750;line-height:1.55}
.mtv-support-article-body{color:#47554d;font-size:10px;line-height:1.7}
.mtv-support-related-link,.mtv-support-contact,.mtv-support-empty button,.mtv-support-state button{display:inline-flex;min-height:34px;align-items:center;justify-content:center;gap:5px;margin:13px 0 0;padding:0 11px;border:1px solid var(--sc-green);border-radius:4px;background:var(--sc-green);color:#fff;font-size:9.5px;font-weight:900;text-decoration:none;cursor:pointer}
.mtv-support-related-link svg{width:13px;height:13px}
.mtv-support-article-detail>h3{margin:15px 0 8px;font-size:11px}
.mtv-support-feedback{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin:14px 0;padding:10px;border:1px solid var(--sc-line);border-radius:5px;background:#fafcfb}
.mtv-support-feedback>span{display:flex;align-items:center;gap:5px;font-size:9.5px;font-weight:800}.mtv-support-feedback>span svg{width:14px;height:14px;color:var(--sc-green-dark)}
.mtv-support-feedback button{min-height:28px;padding:0 9px;border:1px solid var(--sc-line);border-radius:4px;background:#fff;color:#27322c;font-size:9px;font-weight:850;cursor:pointer}
.mtv-support-feedback button:hover{border-color:#a9d0b7;background:var(--sc-green-soft)}
.mtv-support-search-summary{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px;color:var(--sc-muted);font-size:9px}
.mtv-support-search-summary button{padding:0;border:0;background:transparent;color:var(--sc-green-dark);font-size:9px;font-weight:900;text-decoration:underline;cursor:pointer}
.mtv-support-empty,.mtv-support-state{display:grid;justify-items:start;gap:8px;padding:18px;border:1px solid var(--sc-line);border-radius:6px;background:#fff;text-align:left}
.mtv-support-empty>svg,.mtv-support-state>svg{width:24px;height:24px;color:var(--sc-muted)}
.mtv-support-empty strong,.mtv-support-state strong{font-size:11.5px}.mtv-support-empty p,.mtv-support-state p{margin:0;color:var(--sc-muted);font-size:9.5px;line-height:1.5}
.mtv-support-state.error{border-color:#e7b7b3;background:var(--sc-red-soft);color:#7b211a}.mtv-support-state.error>svg{color:var(--sc-red)}
.mtv-support-state button+button{margin-left:6px;border-color:var(--sc-line);background:#fff;color:#34413a}

.mtv-support-spinner{display:inline-block;width:14px;height:14px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:mtpSupportSpin .7s linear infinite}
.mtv-support-center[aria-busy="true"] .mtv-support-head-actions button,.mtv-support-center[aria-busy="true"] .mtv-support-bottom-tabs button{opacity:.72}

@keyframes mtpSupportPanelOpen{from{opacity:0;transform:translateY(14px) scale(.975)}to{opacity:1;transform:translateY(0) scale(1)}}
@keyframes mtpSupportSkeleton{0%{background-position:100% 0}100%{background-position:-100% 0}}
@keyframes mtpSupportSpin{to{transform:rotate(360deg)}}

@media(max-width:640px){
  body.mtp-support-open{overflow:hidden!important}
  .mtv-support-center{right:max(12px,0px);bottom:max(82px,var(--sc-bottom-offset))}
  .mtv-support-center.open{position:fixed;inset:0;width:100vw;max-width:100vw}
  .mtv-support-center.open .mtv-support-fab{display:none}
  .mtv-support-panel,.mtv-support-center.expanded .mtv-support-panel{position:fixed;inset:0;width:100vw;height:100vh;max-height:100vh;border:0;border-radius:0;box-shadow:none;transform-origin:50% 100%}
  .mtv-support-header{padding-top:max(13px,0px);padding-left:14px;padding-right:14px}
  .mtv-support-tab-panel{padding:16px 14px}
  .mtv-support-bottom-tabs{padding-bottom:max(12px,calc(0px + 8px))}
  .mtv-support-form-grid{grid-template-columns:1fr}
  .mtv-support-search{top:-16px}
}
@media(max-width:390px){
  .mtv-support-head-actions{gap:0}.mtv-support-head-actions button{width:30px;height:30px}
  .mtv-support-brand img{width:31px;height:31px}.mtv-support-brand span b{max-width:122px}
  .mtv-support-direct{grid-template-columns:1fr}.mtv-support-direct a{justify-content:flex-start;padding:0 10px}
  .mtv-support-ticket-view>header{grid-template-columns:auto minmax(0,1fr)}.mtv-support-ticket-view>header>span{grid-column:2;width:max-content}
}
@media(prefers-reduced-motion:reduce){
  .mtv-support-fab,.mtv-support-panel,.mtv-support-skeleton span,.mtv-support-spinner,.mtv-ella-waveform i{animation:none!important;transition:none!important;transform:none!important}
}

/* MRPLEASE support widget placement repair - 2026-07-15 */
.mtv-support-center{
  position:fixed!important;
  right:max(18px,0px)!important;
  bottom:max(18px,0px)!important;
  z-index:99970!important;
}
.auth-body .mtv-support-center,
.mtp-human-gate-open .mtv-support-center,
body:has(.auth-card) .mtv-support-center{display:none!important}
@media(max-width:760px){
  .mtv-support-center{
    right:max(12px,0px)!important;
    bottom:max(82px,0px)!important;
  }
  .mtv-support-center.open{
    inset:0!important;
    width:100vw!important;
    max-width:100vw!important;
  }
}

/* Public-site placement repair: keep the support centre fixed at the bottom right. */
body:not(.corporate-dashboard) .mtv-support-center{
  right:max(18px,0px)!important;
  bottom:max(18px,0px)!important;
  z-index:1000002!important;
}
body:not(.corporate-dashboard) .mtv-support-panel{
  right:max(18px,0px)!important;
  bottom:calc(max(18px,0px) + 72px)!important;
}
body:not(.corporate-dashboard) .mtv-support-center.expanded .mtv-support-panel{
  right:18px!important;
  bottom:18px!important;
}
@media(max-width:640px){
  body:not(.corporate-dashboard) .mtv-support-center:not(.open){
    right:max(12px,0px)!important;
    bottom:max(12px,0px)!important;
  }
  body:not(.corporate-dashboard) .mtv-support-center.open .mtv-support-panel,
  body:not(.corporate-dashboard) .mtv-support-center.expanded.open .mtv-support-panel{
    inset:0!important;
    width:100vw!important;
    height:100vh!important;
    max-height:100vh!important;
  }
}

/* MRPLEASE guided support centre upgrade - 2026-07-16 */
.mtv-support-center{
  --sc-green:#07843f;
  --sc-green-dark:#045f2d;
  --sc-green-soft:#eef8f2;
  --sc-ink:#0b120e;
  --sc-muted:#60706a;
  --sc-line:#d9e6de;
  --sc-bottom-offset:max(20px,0px);
  right:max(20px,0px)!important;
  bottom:var(--sc-bottom-offset)!important;
  z-index:1000002!important;
}
.mtv-support-panel,
body:not(.corporate-dashboard) .mtv-support-panel{
  right:max(20px,0px)!important;
  bottom:calc(var(--sc-bottom-offset) + 82px)!important;
  width:min(420px,calc(100vw - 32px));
  height:min(650px,calc(100vh - var(--sc-bottom-offset) - 104px));
  max-height:calc(100vh - var(--sc-bottom-offset) - 104px);
  border:1px solid rgba(7,132,63,.16);
  border-top:0;
  border-radius:4px;
  box-shadow:0 30px 80px rgba(5,45,24,.26),0 10px 28px rgba(5,45,24,.12);
}
.mtv-support-header{
  min-height:78px;
  border-bottom:0;
  background:var(--sc-green-dark);
  color:#fff;
}
.mtv-support-brand img{
  width:40px;
  height:40px;
  border-color:rgba(255,255,255,.38);
  border-radius:4px;
}
.mtv-support-brand strong{color:#fff;font-size:15px;letter-spacing:.01em}
.mtv-support-brand small{
  display:block;
  margin-top:2px;
  color:rgba(255,255,255,.9);
  font-size:10px;
  font-weight:800;
  line-height:1.25;
}
.mtv-support-brand span{color:rgba(255,255,255,.82)}
.mtv-support-brand span i{
  background:#86efac;
  box-shadow:0 0 0 4px rgba(134,239,172,.18);
}
.mtv-support-brand span i.offline{
  background:#facc15;
  box-shadow:0 0 0 4px rgba(250,204,21,.18);
}
.mtv-support-brand span b{color:#fff}
.mtv-support-head-actions button{
  border-color:rgba(255,255,255,.18);
  background:rgba(255,255,255,.1);
  color:#fff;
}
.mtv-support-head-actions button:hover{
  border-color:rgba(255,255,255,.44);
  background:rgba(255,255,255,.2);
  color:#fff;
}
.mtv-support-fab{
  width:64px;
  height:64px;
  overflow:visible;
  border:2px solid rgba(255,255,255,.86);
  background:var(--sc-green);
  box-shadow:0 18px 38px rgba(4,95,45,.34),0 0 0 8px rgba(7,132,63,.08);
  animation:mtpSupportPulse 2.8s ease-in-out infinite;
}
.mtv-support-fab-logo{
  display:grid;
  width:40px;
  height:40px;
  place-items:center;
  overflow:hidden;
  border-radius:50%;
  background:#fff;
  box-shadow:inset 0 0 0 1px rgba(4,95,45,.16);
}
.mtv-support-fab-logo img{width:31px;height:31px;object-fit:contain}
.mtv-support-fab-icon{
  position:absolute;
  right:5px;
  bottom:5px;
  width:23px;
  height:23px;
  border:2px solid #fff;
  border-radius:50%;
  background:#0b0f0d;
  color:#fff;
}
.mtv-support-fab-icon svg{width:13px;height:13px;stroke-width:2.4}
.mtv-support-badge{
  position:absolute;
  top:-5px;
  right:-4px;
  display:grid;
  min-width:20px;
  height:20px;
  place-items:center;
  padding:0 5px;
  border:2px solid #fff;
  border-radius:4px;
  background:#0b0f0d;
  color:#fff;
  font-size:10px;
  font-weight:950;
  line-height:1;
  font-variant-numeric:tabular-nums;
  pointer-events:none;
}
.mtv-support-badge[hidden],.mtv-support-center:not(.has-unread) .mtv-support-badge{display:none!important}
.mtv-support-center.open .mtv-support-badge{display:none}
.mtv-support-bot-avatar{
  overflow:hidden;
  border-color:#cfe6d8;
  background:#fff;
}
.mtv-support-bot-avatar img{
  width:30px;
  height:30px;
  object-fit:contain;
}
.mtv-support-conversation-home h2{
  font-size:18px;
  line-height:1.25;
  font-weight:950;
}
.mtv-support-welcome-copy{
  margin:6px 0 0;
  color:var(--sc-muted);
  font-size:12px;
  font-weight:700;
  line-height:1.55;
}
.mtv-support-action-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:9px;
  margin-top:14px;
}
.mtv-support-action-card{
  display:grid;
  grid-template-columns:34px minmax(0,1fr) auto;
  align-items:center;
  gap:9px;
  min-height:58px;
  padding:9px;
  border:1px solid var(--sc-line);
  border-radius:4px;
  background:#fff;
  color:#121a15;
  text-align:left;
  cursor:pointer;
  transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease,transform .16s ease;
}
.mtv-support-action-card:hover{
  border-color:#9bcfac;
  background:#f7fcf9;
  box-shadow:0 10px 22px rgba(7,132,63,.09);
  transform:translateY(-1px);
}
.mtv-support-action-card strong{
  display:block;
  overflow-wrap:anywhere;
  font-size:10.5px;
  font-weight:950;
  line-height:1.25;
}
.mtv-support-action-card small{
  display:block;
  margin-top:3px;
  color:var(--sc-muted);
  font-size:8.5px;
  font-weight:700;
  line-height:1.2;
}
.mtv-support-action-icon{
  display:grid;
  width:34px;
  height:34px;
  place-items:center;
  border-radius:4px;
  background:var(--sc-green-soft);
  color:var(--sc-green-dark);
}
.mtv-support-action-icon svg{width:17px;height:17px}
.mtv-support-action-card em{
  display:grid;
  width:18px;
  height:18px;
  place-items:center;
  color:#7b8b84;
  font-style:normal;
}
.mtv-support-action-card em svg{width:13px;height:13px}
.mtv-support-hours,
.mtv-support-contact-card,
.mtv-support-ticket-history>button{
  border-radius:4px;
}
.mtv-support-direct{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
}
.mtv-support-direct a{
  min-height:40px;
  border-radius:4px;
  font-size:9.5px;
}
.mtv-support-direct a:last-child:nth-child(odd){grid-column:1/-1}
.mtv-support-privacy-note{
  display:flex;
  align-items:flex-start;
  gap:7px;
  margin:12px 0 0;
  color:#66746e;
  font-size:8.75px;
  font-weight:650;
  line-height:1.55;
}
.mtv-support-privacy-note svg{
  flex:0 0 14px;
  width:14px;
  height:14px;
  margin-top:1px;
  color:var(--sc-green-dark);
}
.auth-body .mtv-support-center,
.auth-premium-body .mtv-support-center,
.admin-login-page .mtv-support-center,
body.admin-portal-page .mtv-support-center,
body:has(.auth-card) .mtv-support-center{
  display:none!important;
}
body.auth-agent-activation-page .mtv-support-center{
  display:block!important;
}
body.auth-agent-activation-page.mtp-auth-open .mtv-support-center,
body.auth-agent-activation-page.mtp-human-gate-open .mtv-support-center,
body.auth-agent-activation-page.mtp-payment-processing .mtv-support-center{
  display:none!important;
}
@keyframes mtpSupportPulse{
  0%,100%{box-shadow:0 18px 38px rgba(4,95,45,.34),0 0 0 8px rgba(7,132,63,.08)}
  50%{box-shadow:0 20px 44px rgba(4,95,45,.4),0 0 0 13px rgba(7,132,63,.04)}
}
@media(max-width:640px){
  .mtv-support-center:not(.open),
  body:not(.corporate-dashboard) .mtv-support-center:not(.open){
    right:max(12px,0px)!important;
    bottom:max(14px,0px)!important;
  }
  .mtv-support-panel,
  body:not(.corporate-dashboard) .mtv-support-panel,
  .mtv-support-center.expanded .mtv-support-panel,
  body:not(.corporate-dashboard) .mtv-support-center.expanded .mtv-support-panel{
    inset:0!important;
    width:100vw!important;
    height:100vh!important;
    max-height:100vh!important;
    border-radius:0!important;
  }
  .mtv-support-action-grid{grid-template-columns:1fr}
  .mtv-support-direct{grid-template-columns:1fr}
  .mtv-support-direct a:last-child:nth-child(odd){grid-column:auto}
}
@media(prefers-reduced-motion:reduce){
  .mtv-support-fab,
  .mtv-support-action-card{
    animation:none!important;
    transition:none!important;
    transform:none!important;
  }
}

/* Unified ELLA AI + Human Support chat widget - 2026-07-18 */
.mtv-support-center{
  --sc-navy:#061e35;
  --sc-ella:#36b864;
}
.mtv-support-fab{
  width:auto!important;
  min-width:64px;
  height:64px!important;
  grid-template-columns:64px auto;
  gap:0;
  padding:0 16px 0 0!important;
  border-radius:4px!important;
}
.mtv-support-fab-logo,
.mtv-support-fab-icon,
.mtv-support-badge{
  grid-column:1;
  grid-row:1;
}
.mtv-support-fab-label{
  grid-column:2;
  display:block;
  padding-left:2px;
  color:#fff;
  font-size:12px;
  font-weight:950;
  letter-spacing:-.01em;
  white-space:nowrap;
}
.mtv-support-center.open .mtv-support-fab-label{
  display:none;
}
.mtv-support-panel,
body:not(.corporate-dashboard) .mtv-support-panel{
  width:min(440px,calc(100vw - 32px))!important;
  height:min(690px,calc(100vh - var(--sc-bottom-offset) - 104px))!important;
  border-radius:4px!important;
}
.mtv-support-bottom-tabs{
  grid-template-columns:1fr 1fr!important;
  padding:11px 12px 13px!important;
}
.mtv-support-bottom-tabs button{
  min-height:44px!important;
  border-radius:4px!important;
  font-size:11.5px!important;
}
.mtv-support-bottom-tabs button.active{
  border-color:rgba(54,184,100,.42)!important;
  background:#eaf8ef!important;
  color:#045f2d!important;
}
.mtv-ella-chat-shell{
  display:grid;
  min-height:100%;
  grid-template-rows:auto minmax(0,1fr) auto auto auto;
  gap:10px;
}
.mtv-ella-intro{
  display:flex;
  min-width:0;
  gap:12px;
  align-items:flex-start;
  padding:13px;
  border:1px solid #d9e8df;
  border-radius:4px;
  background:#f0fff6;
}
.mtv-ella-avatar{
  display:grid;
  flex:0 0 42px;
  width:42px;
  height:42px;
  place-items:center;
  border-radius:4px;
  background:var(--sc-navy);
  color:#69e29d;
}
.mtv-ella-avatar svg{
  width:22px;
  height:22px;
}
.mtv-ella-intro h2{
  margin:0;
  color:#07140f;
  font-size:14px;
  line-height:1.28;
  overflow-wrap:anywhere;
}
.mtv-ella-intro>div{min-width:0}
.mtv-ella-intro p:last-child{
  margin:5px 0 0;
  color:var(--sc-muted);
  font-size:10px;
  font-weight:700;
  line-height:1.5;
}
.mtv-ella-chat-log{
  min-height:170px;
  display:grid;
  align-content:start;
  gap:8px;
  overflow:auto;
  padding:2px 1px;
}
.mtv-ella-chat-log .mtv-support-message{min-width:0;max-width:88%}
.mtv-ella-chat-log .mtv-support-message.user{justify-self:end}
.mtv-ella-chat-log .mtv-support-message.system{justify-self:stretch;max-width:none}
.mtv-ella-composer{min-width:0}
.mtv-ella-message.assistant{
  border-color:#d9e8df;
  background:#f8fffb;
}
.mtv-ella-message.user{
  border-color:var(--sc-navy);
  background:var(--sc-navy);
}
.mtv-ella-typing{
  display:flex!important;
  align-items:center;
  gap:8px!important;
}
.mtv-ella-actions{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:8px;
}
.mtv-ella-actions button,
.mtv-ella-handoff-notice button,
.mtv-support-help-inline button{
  min-height:34px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  padding:0 10px;
  border:1px solid #b9dac6;
  border-radius:4px;
  background:#fff;
  color:#045f2d;
  font-size:9.5px;
  font-weight:950;
  cursor:pointer;
}
.mtv-ella-actions button:hover,
.mtv-ella-handoff-notice button:hover,
.mtv-support-help-inline button:hover{
  border-color:var(--sc-green);
  background:#eaf8ef;
}
.mtv-ella-actions svg,
.mtv-support-help-inline svg{
  width:14px;
  height:14px;
}
.mtv-ella-error{
  margin:0;
}
.mtv-ella-security{
  margin:0!important;
  padding-top:2px;
}
.mtv-ella-handoff-notice{
  display:flex;
  gap:10px;
  margin:0 0 12px;
  padding:12px;
  border:1px solid #b9dac6;
  border-radius:4px;
  background:#effaf3;
  color:#174b30;
}
.mtv-ella-handoff-notice>svg{
  flex:0 0 22px;
  width:22px;
  height:22px;
  color:#07843f;
}
.mtv-ella-handoff-notice strong{
  display:block;
  color:#07140f;
  font-size:11px;
}
.mtv-ella-handoff-notice p{
  margin:4px 0 9px;
  color:#49665a;
  font-size:9.5px;
  line-height:1.5;
}
.mtv-ella-handoff-notice div div{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
}
.mtv-support-help-inline{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:12px;
}
.mtv-support-head-actions [data-act="new"]::after{
  content:"";
}
@media(max-width:640px){
  .mtv-support-fab{
    grid-template-columns:56px auto;
    height:56px!important;
    min-width:56px;
    padding-right:14px!important;
  }
  .mtv-support-fab-logo{
    width:36px!important;
    height:36px!important;
  }
  .mtv-support-fab-logo img{
    width:28px!important;
    height:28px!important;
  }
  .mtv-support-fab-label{
    font-size:11px;
  }
  .mtv-support-panel,
  body:not(.corporate-dashboard) .mtv-support-panel,
  .mtv-support-center.expanded .mtv-support-panel,
  body:not(.corporate-dashboard) .mtv-support-center.expanded .mtv-support-panel{
    width:100vw!important;
    height:100vh!important;
    max-height:100vh!important;
    border-radius:0!important;
  }
  .mtv-ella-intro{
    border-radius:4px;
  }
}

/* Ask ELLA assistant widget refresh - 2026-07-22 */
.mtv-support-panel,
body:not(.corporate-dashboard) .mtv-support-panel{
  width:min(390px,calc(100vw - 32px))!important;
  height:min(650px,calc(100vh - var(--sc-bottom-offset) - 96px))!important;
  border:1px solid #dfe7e2!important;
  border-radius:4px!important;
  background:#fff!important;
}
.mtv-support-fab-label{
  letter-spacing:0!important;
}
.mtv-support-header{
  min-height:52px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  padding:9px 12px!important;
  border-bottom:1px solid #edf1ef!important;
  background:#fff!important;
  color:#101713!important;
}
.mtv-support-head-tabs{
  display:flex;
  align-items:center;
  gap:0;
  padding:3px;
  border-radius:4px;
  background:#eef1ef;
}
.mtv-support-head-tabs button{
  min-width:54px;
  min-height:30px;
  padding:0 13px;
  border:0;
  border-radius:4px;
  background:transparent;
  color:#323c36;
  font-size:11px;
  font-weight:950;
  cursor:pointer;
}
.mtv-support-head-tabs button.active{
  background:#fff;
  color:#07140f;
  box-shadow:0 5px 14px rgba(10,20,15,.12);
}
.mtv-support-head-actions{
  gap:6px!important;
}
.mtv-support-head-actions button{
  width:30px!important;
  height:30px!important;
  border:0!important;
  border-radius:50%!important;
  background:#fff!important;
  color:#111815!important;
}
.mtv-support-head-actions button:hover,
.mtv-support-head-actions button:focus-visible{
  background:#eef8f2!important;
  color:#045f2d!important;
}
.mtv-support-status{
  position:absolute;
  width:1px;
  height:1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
}
.mtv-support-main{
  background:#fff!important;
}
.mtv-support-tab-panel{
  padding:16px 14px!important;
}
.mtv-support-bottom-tabs{
  gap:7px!important;
  padding:8px 12px 12px!important;
  border-top:1px solid #edf1ef!important;
}
.mtv-support-bottom-tabs button{
  min-height:36px!important;
  border-radius:4px!important;
  background:#fff!important;
}
.mtv-ella-chat-shell{
  grid-template-rows:auto auto auto minmax(0,1fr) auto auto!important;
  gap:10px!important;
}
.mtv-ella-intro{
  display:grid!important;
  justify-items:center!important;
  gap:8px!important;
  padding:14px 10px 8px!important;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
  text-align:center!important;
}
.mtv-ella-avatar{
  width:42px!important;
  height:42px!important;
  border-radius:4px!important;
  background:#045f2d!important;
  color:#fff!important;
}
.mtv-ella-avatar svg{
  width:24px!important;
  height:24px!important;
}
.mtv-ella-intro h2{
  font-size:15px!important;
  font-weight:950!important;
}
.mtv-ella-intro p{
  margin:3px 0 0!important;
  color:#101713!important;
  font-size:12px!important;
  font-weight:650!important;
}
.mtv-ella-suggested-actions{
  display:grid;
  gap:0;
  border-top:1px solid #eef1ef;
  border-bottom:1px solid #eef1ef;
}
.mtv-ella-suggested-actions button{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:38px;
  padding:0 7px;
  border:0;
  border-bottom:1px solid #eef1ef;
  background:#fff;
  color:#101713;
  text-align:left;
  font-size:11px;
  font-weight:750;
  cursor:pointer;
}
.mtv-ella-suggested-actions button:last-child{
  border-bottom:0;
}
.mtv-ella-suggested-actions button:hover,
.mtv-ella-suggested-actions button:focus-visible{
  background:#f5fbf7;
  color:#045f2d;
}
.mtv-ella-suggested-actions svg{
  width:15px;
  height:15px;
  flex:0 0 auto;
  color:#07843f;
}
.mtv-ella-category-chips{
  display:flex;
  gap:6px;
  max-width:100%;
  overflow-x:auto;
  overscroll-behavior-x:contain;
  padding:0 0 2px;
  scrollbar-width:none;
}
.mtv-ella-category-chips::-webkit-scrollbar{
  display:none;
}
.mtv-ella-category-chips button{
  flex:0 0 auto;
  min-height:28px;
  padding:0 10px;
  border:1px solid #e0e7e2;
  border-radius:4px;
  background:#fff;
  color:#27352f;
  font-size:10px;
  font-weight:800;
  cursor:pointer;
}
.mtv-ella-category-chips button.active{
  border-color:#07843f;
  background:#eef8f2;
  color:#045f2d;
  box-shadow:0 0 0 2px rgba(7,132,63,.1);
}
.mtv-ella-chat-log{
  min-height:0!important;
  padding:4px 1px!important;
}
.mtv-ella-composer{
  position:relative;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  grid-template-rows:auto minmax(76px,auto) auto!important;
  gap:0!important;
  min-height:102px!important;
  padding:12px 12px 10px!important;
  border:1px solid #111815!important;
  border-radius:4px!important;
  background:#fff!important;
}
.mtv-ella-composer textarea{
  grid-column:1 / -1!important;
  width:100%!important;
  min-height:62px!important;
  max-height:126px!important;
  padding:2px 2px 8px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  font-size:11px!important;
  resize:none!important;
}
.mtv-ella-composer textarea:disabled{
  color:#5f6d66!important;
  cursor:not-allowed!important;
}
.mtv-ella-composer-footer{
  display:flex;
  align-items:center;
  gap:1px;
  color:#738079;
  font-size:9px;
  font-weight:700;
}
.mtv-ella-composer-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:6px;
}
.mtv-ella-composer-actions button{
  display:grid!important;
  width:34px!important;
  height:34px!important;
  place-items:center!important;
  padding:0!important;
  border-radius:50%!important;
  cursor:pointer!important;
}
.mtv-ella-primary-action{
  border:1px solid #07843f!important;
  background:#07843f!important;
  color:#fff!important;
}
.mtv-ella-primary-action.is-start-recording{
  border-color:#111815!important;
  background:#fff!important;
  color:#111815!important;
}
.mtv-ella-primary-action.is-stop-recording{
  border-color:#b42318!important;
  background:#b42318!important;
}
.mtv-ella-primary-action.is-send-voice-note{
  border-color:#1d4ed8!important;
  background:#1d4ed8!important;
}
.mtv-ella-primary-action.is-loading,
.mtv-ella-primary-action.is-voice-unavailable{
  border-color:#d7dfda!important;
  background:#e7ece9!important;
  color:#6b7871!important;
}
.mtv-ella-voice-panel{
  grid-column:1 / -1;
  display:grid;
  gap:8px;
  margin:0 0 10px;
  padding:9px;
  border:1px solid #d7e4dd;
  border-radius:4px;
  background:#f8fbf9;
  color:#132019;
}
.mtv-ella-voice-status{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  min-width:0;
  font-size:9.5px;
  font-weight:900;
}
.mtv-ella-voice-status strong{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.mtv-ella-voice-status time{
  flex:0 0 auto;
  color:#526159;
  font-size:9px;
  font-weight:900;
}
.mtv-ella-record-dot{
  flex:0 0 8px;
  width:8px;
  height:8px;
  border-radius:50%;
  background:#b42318;
  box-shadow:0 0 0 5px rgba(180,35,24,.12);
}
.mtv-ella-waveform{
  display:grid;
  grid-template-columns:repeat(14,1fr);
  align-items:center;
  gap:3px;
  height:30px;
}
.mtv-ella-waveform i{
  display:block;
  min-height:4px;
  border-radius:4px;
  background:#07843f;
  animation:mtpEllaWave 1s ease-in-out infinite alternate;
}
.mtv-ella-waveform i:nth-child(2n){animation-delay:.12s}
.mtv-ella-waveform i:nth-child(3n){animation-delay:.24s}
@keyframes mtpEllaWave{
  from{transform:scaleY(.72);opacity:.65}
  to{transform:scaleY(1);opacity:1}
}
.mtv-ella-voice-panel audio,
.mtv-ella-voice-message audio{
  width:100%;
  max-width:100%;
  height:32px;
}
.mtv-ella-voice-panel button,
.mtv-ella-voice-preview-actions button,
.mtv-ella-voice-transcript button{
  display:inline-flex!important;
  width:auto!important;
  height:28px!important;
  min-height:28px!important;
  align-items:center!important;
  justify-content:center!important;
  gap:5px!important;
  padding:0 9px!important;
  border:1px solid #d7e2dc!important;
  border-radius:4px!important;
  background:#fff!important;
  color:#26342d!important;
  font-size:8.5px!important;
  font-weight:900!important;
}
.mtv-ella-voice-panel button svg,
.mtv-ella-voice-preview-actions button svg,
.mtv-ella-voice-transcript button svg{
  width:12px!important;
  height:12px!important;
}
.mtv-ella-voice-preview-actions{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
}
.mtv-ella-voice-message{
  display:grid;
  gap:7px;
  min-width:min(230px,100%);
}
.mtv-ella-voice-message-head{
  display:flex;
  align-items:center;
  gap:6px;
  font-size:9.5px;
  font-weight:900;
}
.mtv-ella-voice-message-head svg{
  width:13px;
  height:13px;
}
.mtv-ella-voice-message-head time{
  margin-left:auto;
  font-size:8.5px;
  opacity:.78;
}
.mtv-ella-voice-transcript{
  display:grid;
  gap:6px;
  padding-top:2px;
}
.mtv-ella-voice-transcript p,
.mtv-ella-voice-note-state{
  margin:0;
  font-size:9px;
  line-height:1.45;
}
.mtv-ella-voice-note-state{
  display:flex;
  align-items:center;
  gap:6px;
  opacity:.82;
}
.mtv-ella-security{
  display:block!important;
  color:#738079!important;
  text-align:center!important;
  font-size:8.5px!important;
}
.mtv-support-history{
  display:grid;
  gap:12px;
}
.mtv-support-history-heading{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.mtv-support-history-heading h2{
  margin:0;
  font-size:15px;
}
.mtv-support-history-heading>button{
  display:inline-flex;
  align-items:center;
  gap:5px;
  min-height:30px;
  padding:0 9px;
  border:1px solid #e1e7e3;
  border-radius:4px;
  background:#fff;
  color:#6b211b;
  font-size:9px;
  font-weight:900;
  cursor:pointer;
}
.mtv-support-history-heading svg{
  width:13px;
  height:13px;
}
.mtv-support-history-list{
  display:grid;
  gap:8px;
}
.mtv-support-history-item{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:6px;
  align-items:center;
}
.mtv-support-history-item>button{
  display:grid;
  grid-template-columns:36px minmax(0,1fr) auto;
  align-items:center;
  gap:9px;
  width:100%;
  min-height:60px;
  padding:9px;
  border:1px solid #e1e8e4;
  border-radius:4px;
  background:#fff;
  color:#101713;
  text-align:left;
  cursor:pointer;
}
.mtv-support-history-item>button:hover,
.mtv-support-history-item>button:focus-visible{
  border-color:#add8bb;
  background:#f6fbf8;
}
.mtv-support-history-icon{
  display:grid;
  width:36px;
  height:36px;
  place-items:center;
  border-radius:4px;
  background:#eef8f2;
  color:#045f2d;
}
.mtv-support-history-copy{
  min-width:0;
}
.mtv-support-history-copy strong,
.mtv-support-history-copy small{
  display:block;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.mtv-support-history-copy strong{
  font-size:10.5px;
  font-weight:950;
}
.mtv-support-history-copy small{
  margin-top:3px;
  color:#66746e;
  font-size:9px;
}
.mtv-support-history-meta{
  display:grid;
  justify-items:end;
  gap:3px;
  color:#6d7a73;
  font-size:8.5px;
  white-space:nowrap;
}
.mtv-support-history-meta em{
  font-style:normal;
  font-weight:900;
}
.mtv-support-history-actions{
  display:flex;
  gap:4px;
}
.mtv-support-history-actions button{
  display:grid;
  width:28px;
  height:28px;
  place-items:center;
  border:1px solid #e1e8e4;
  border-radius:50%;
  background:#fff;
  color:#52615a;
  cursor:pointer;
}
.mtv-support-history-actions svg{
  width:13px;
  height:13px;
}
.mtv-support-unavailable{
  display:flex;
  align-items:flex-start;
  gap:8px;
  margin-top:12px;
  padding:10px;
  border:1px solid #efe1ab;
  border-radius:4px;
  background:#fff9e7;
  color:#6d5400;
  font-size:9.5px;
  font-weight:750;
  line-height:1.45;
}
.mtv-support-unavailable svg{
  flex:0 0 15px;
  width:15px;
  height:15px;
}
.mtv-ella-preference-modal[hidden]{
  display:none!important;
}
.mtv-ella-preference-modal{
  position:fixed;
  inset:0;
  z-index:1000004;
  display:grid;
  place-items:center;
  padding:18px;
}
.mtv-ella-preference-backdrop{
  position:absolute;
  inset:0;
  background:rgba(7,12,10,.36);
}
.mtv-ella-preference-card{
  position:relative;
  z-index:1;
  width:min(292px,100%);
  padding:38px 14px 14px;
  border:1px solid #e3e8e5;
  border-radius:4px;
  background:#fff;
  box-shadow:0 24px 72px rgba(8,18,13,.28);
}
.mtv-ella-preference-close{
  position:absolute;
  top:10px;
  right:10px;
  display:grid;
  width:30px;
  height:30px;
  place-items:center;
  border:0;
  border-radius:50%;
  background:#fff;
  color:#111815;
  cursor:pointer;
}
.mtv-ella-preference-card h2{
  margin:0 30px 18px;
  text-align:center;
  color:#07140f;
  font-size:14px;
  font-weight:950;
}
.mtv-ella-preference-card form{
  display:grid;
  gap:9px;
}
.mtv-ella-preference-card label{
  color:#101713;
  font-size:11px;
  font-weight:950;
}
.mtv-ella-preference-card textarea{
  width:100%;
  min-height:72px;
  resize:vertical;
  padding:10px;
  border:1px solid #dce4df;
  border-radius:8px;
  color:#101713;
  font-size:10.5px;
  line-height:1.45;
}
.mtv-ella-preference-count{
  justify-self:end;
  color:#101713;
  font-size:11px;
  font-variant-numeric:tabular-nums;
}
.mtv-ella-preference-notice{
  display:flex;
  align-items:flex-start;
  gap:8px;
  margin:6px 0;
  padding:12px;
  border-radius:4px;
  background:#f0f2f1;
  color:#101713;
  font-size:10px;
  line-height:1.45;
}
.mtv-ella-preference-notice svg{
  flex:0 0 15px;
  width:15px;
  height:15px;
}
.mtv-ella-preference-error{
  min-height:14px;
  margin:0;
  color:#9a261d;
  font-size:9.5px;
  font-weight:800;
}
.mtv-ella-preference-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
}
.mtv-ella-preference-actions button{
  min-height:38px;
  border-radius:7px;
  font-size:10px;
  font-weight:950;
  cursor:pointer;
}
.mtv-ella-preference-actions button[type="button"]{
  border:1px solid #dce4df;
  background:#fff;
  color:#35433c;
}
.mtv-ella-preference-actions button[type="submit"]{
  border:1px solid #07843f;
  background:#07843f;
  color:#fff;
}
.mtv-ella-preference-actions button:disabled{
  opacity:.55;
  cursor:not-allowed;
}
@media(max-width:640px){
  .mtv-support-panel,
  body:not(.corporate-dashboard) .mtv-support-panel,
  .mtv-support-center.expanded .mtv-support-panel,
  body:not(.corporate-dashboard) .mtv-support-center.expanded .mtv-support-panel{
    inset:0!important;
    width:100vw!important;
    height:100vh!important;
    max-height:100vh!important;
    border-radius:0!important;
  }
  .mtv-support-header{
    padding-top:max(9px,0px)!important;
  }
  .mtv-ella-preference-modal{
    align-items:center;
    padding:max(14px,0px) 12px max(14px,0px);
  }
}

/* Public ELLA AI left-side drawer. No floating launcher on public pages. - 2026-07-23 */
.mtv-support-center--public-drawer{
  position:fixed!important;
  inset:0!important;
  z-index:1000030!important;
  width:100vw!important;
  max-width:none!important;
  height:100vh!important;
  pointer-events:none!important;
}
.mtv-support-center--public-drawer.open,
.mtv-support-center--public-drawer.closing{pointer-events:auto!important}
.mtv-support-center--public-drawer .mtv-support-backdrop{
  position:absolute!important;
  inset:0!important;
  background:rgba(7,18,13,.48)!important;
  backdrop-filter:none!important;
  opacity:0!important;
  transition:opacity .22s ease!important;
}
.mtv-support-center--public-drawer.open .mtv-support-backdrop{opacity:1!important}
.mtv-support-center--public-drawer.closing .mtv-support-backdrop{opacity:0!important}
.mtv-support-center--public-drawer .mtv-support-panel,
body:not(.corporate-dashboard) .mtv-support-center--public-drawer .mtv-support-panel,
body:not(.corporate-dashboard) .mtv-support-center--public-drawer.expanded .mtv-support-panel{
  position:fixed!important;
  inset:0 auto 0 0!important;
  display:grid!important;
  grid-template-rows:auto auto minmax(0,1fr) auto!important;
  width:min(430px,calc(100vw - 24px))!important;
  height:100vh!important;
  max-height:100vh!important;
  overflow:hidden!important;
  border:0!important;
  border-right:1px solid #dbe7df!important;
  border-radius:0 22px 22px 0!important;
  background:#fff!important;
  box-shadow:28px 0 80px rgba(5,16,12,.24)!important;
  opacity:1!important;
  pointer-events:none!important;
  transform:translateX(-104%)!important;
  transform-origin:left center!important;
  transition:transform .23s cubic-bezier(.2,.8,.2,1)!important;
  animation:none!important;
}
.mtv-support-center--public-drawer .mtv-support-panel[hidden]{display:none!important}
.mtv-support-center--public-drawer.open .mtv-support-panel{
  pointer-events:auto!important;
  transform:translateX(0)!important;
}
.mtv-support-center--public-drawer.closing .mtv-support-panel{
  pointer-events:none!important;
  transform:translateX(-104%)!important;
}
.mtv-support-center--public-drawer .mtv-support-header{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  grid-template-areas:"brand actions" "tabs tabs"!important;
  align-items:center!important;
  gap:11px 12px!important;
  min-height:auto!important;
  padding:max(14px,0px) 14px 12px!important;
  border-bottom:1px solid #e8eeea!important;
  background:#fff!important;
}
.mtv-support-center--public-drawer .mtv-support-drawer-brand{
  grid-area:brand!important;
  display:flex!important;
  min-width:0!important;
  align-items:center!important;
  gap:10px!important;
}
.mtv-support-center--public-drawer .mtv-support-drawer-logo{
  display:grid!important;
  flex:0 0 38px!important;
  width:38px!important;
  height:38px!important;
  place-items:center!important;
  border-radius:4px!important;
  background:#07843f!important;
  color:#fff!important;
  box-shadow:0 8px 18px rgba(7,132,63,.22)!important;
}
.mtv-support-center--public-drawer .mtv-support-drawer-logo svg{width:20px!important;height:20px!important}
.mtv-support-center--public-drawer .mtv-support-drawer-brand>span:last-child{display:grid!important;min-width:0!important;gap:3px!important}
.mtv-support-center--public-drawer .mtv-support-drawer-brand strong{
  overflow:hidden!important;
  color:#0b1510!important;
  font-size:.92rem!important;
  font-weight:950!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
.mtv-support-center--public-drawer .mtv-support-drawer-brand small{
  display:flex!important;
  align-items:center!important;
  gap:6px!important;
  color:#66746d!important;
  font-size:.66rem!important;
}
.mtv-support-center--public-drawer .mtv-support-drawer-brand small i{
  width:7px!important;
  height:7px!important;
  border-radius:50%!important;
  background:#20a157!important;
  box-shadow:0 0 0 3px rgba(32,161,87,.12)!important;
}
.mtv-support-center--public-drawer .mtv-support-drawer-brand small i.offline{background:#d18a00!important}
.mtv-support-center--public-drawer .mtv-support-head-actions{grid-area:actions!important;display:flex!important;gap:3px!important}
.mtv-support-center--public-drawer .mtv-support-head-actions button{
  width:36px!important;
  height:36px!important;
  border:1px solid #dce5e0!important;
  border-radius:50%!important;
  background:#fff!important;
}
.mtv-support-center--public-drawer .mtv-support-head-tabs{
  grid-area:tabs!important;
  display:inline-flex!important;
  width:max-content!important;
  max-width:100%!important;
  padding:3px!important;
  border-radius:4px!important;
  background:#f0f2f1!important;
}
.mtv-support-center--public-drawer .mtv-support-head-tabs button{
  min-height:31px!important;
  padding:0 14px!important;
  border:0!important;
  border-radius:4px!important;
  background:transparent!important;
  color:#344139!important;
  font-size:.72rem!important;
  font-weight:850!important;
}
.mtv-support-center--public-drawer .mtv-support-head-tabs button.active,
.mtv-support-center--public-drawer .mtv-support-head-tabs button[aria-selected="true"]{
  background:#fff!important;
  color:#0e1813!important;
  box-shadow:0 2px 7px rgba(9,23,15,.11)!important;
}
.mtv-support-center--public-drawer .mtv-support-connection{font-size:.7rem!important;padding:8px 12px!important}
.mtv-support-center--public-drawer .mtv-support-main{background:#fff!important}
.mtv-support-center--public-drawer .mtv-support-tab-panel{padding:16px 14px!important}
.mtv-support-center--public-drawer .mtv-ella-chat-shell{min-height:100%!important;gap:12px!important}
.mtv-support-center--public-drawer .mtv-ella-intro{
  display:grid!important;
  justify-items:center!important;
  gap:10px!important;
  padding:18px 10px 12px!important;
  text-align:center!important;
}
.mtv-support-center--public-drawer .mtv-ella-avatar{
  width:48px!important;
  height:48px!important;
  border:0!important;
  border-radius:4px!important;
  background:#edf8f1!important;
  color:#07843f!important;
}
.mtv-support-center--public-drawer .mtv-ella-avatar svg{width:25px!important;height:25px!important}
.mtv-support-center--public-drawer .mtv-ella-intro h2{font-size:1.02rem!important;color:#07140f!important}
.mtv-support-center--public-drawer .mtv-ella-intro p{font-size:.78rem!important;color:#526059!important}
.mtv-support-center--public-drawer .mtv-ella-suggested-actions{gap:0!important;border-top:1px solid #edf1ef!important}
.mtv-support-center--public-drawer .mtv-ella-suggested-actions button{
  min-height:42px!important;
  padding:8px 4px!important;
  border:0!important;
  border-bottom:1px solid #edf1ef!important;
  border-radius:0!important;
  background:#fff!important;
  color:#26322c!important;
  font-size:.7rem!important;
}
.mtv-support-center--public-drawer .mtv-ella-suggested-actions button:hover,
.mtv-support-center--public-drawer .mtv-ella-suggested-actions button:focus-visible{background:#f7fbf8!important;color:#045f2d!important}
.mtv-support-center--public-drawer .mtv-ella-category-chips{padding:0 0 4px!important;gap:6px!important}
.mtv-support-center--public-drawer .mtv-ella-category-chips button{min-height:30px!important;font-size:.64rem!important}
.mtv-support-center--public-drawer .mtv-ella-chat-log{min-height:72px!important}
.mtv-support-center--public-drawer .mtv-ella-composer{
  position:sticky!important;
  bottom:0!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  min-height:100px!important;
  padding:12px!important;
  border:1px solid #cbd5d0!important;
  border-radius:4px!important;
  background:#fff!important;
  box-shadow:0 12px 30px rgba(7,22,13,.06)!important;
}
.mtv-support-center--public-drawer .mtv-ella-composer textarea{
  min-height:58px!important;
  padding:2px 2px 24px!important;
  font-size:.76rem!important;
}
.mtv-support-center--public-drawer .mtv-ella-composer-actions{align-self:end!important}
.mtv-support-center--public-drawer .mtv-ella-primary-action{width:40px!important;height:40px!important;min-height:40px!important}
.mtv-support-center--public-drawer .mtv-support-bottom-tabs{
  padding:9px 12px max(10px,0px)!important;
  border-top:1px solid #e8eeea!important;
}
body.mtp-support-open{overflow:hidden!important}

@media(max-width:640px){
  .mtv-support-center--public-drawer .mtv-support-panel,
  body:not(.corporate-dashboard) .mtv-support-center--public-drawer .mtv-support-panel{
    width:100vw!important;
    border-right:0!important;
    border-radius:0!important;
  }
  .mtv-support-center--public-drawer .mtv-support-header{padding-inline:12px!important}
  .mtv-support-center--public-drawer .mtv-support-tab-panel{padding-inline:12px!important}
}
@media(max-width:390px){
  .mtv-support-center--public-drawer .mtv-support-drawer-logo{flex-basis:34px!important;width:34px!important;height:34px!important}
  .mtv-support-center--public-drawer .mtv-support-drawer-brand strong{font-size:.84rem!important}
  .mtv-support-center--public-drawer .mtv-support-head-actions button{width:34px!important;height:34px!important}
}
@media(prefers-reduced-motion:reduce){
  .mtv-support-center--public-drawer .mtv-support-panel,
  .mtv-support-center--public-drawer .mtv-support-backdrop{transition:none!important}
}

/* Specificity correction for the public ELLA drawer open/close transform. */
body:not(.corporate-dashboard) .mtv-support-center--public-drawer.open .mtv-support-panel,
body:not(.corporate-dashboard) .mtv-support-center--public-drawer.expanded.open .mtv-support-panel{
  transform:translateX(0)!important;
}
body:not(.corporate-dashboard) .mtv-support-center--public-drawer.closing .mtv-support-panel,
body:not(.corporate-dashboard) .mtv-support-center--public-drawer.expanded.closing .mtv-support-panel{
  transform:translateX(-104%)!important;
}

/* Dashboard ELLA V13: launcherless assistant drawer enters from the right. */
body.corporate-dashboard .mtv-support-center--dashboard-drawer{
  position:fixed!important;
  inset:0!important;
  z-index:16000!important;
  pointer-events:none!important;
}
body.corporate-dashboard .mtv-support-center--dashboard-drawer.open,
body.corporate-dashboard .mtv-support-center--dashboard-drawer.closing{
  pointer-events:auto!important;
}
body.corporate-dashboard .mtv-support-center--dashboard-drawer .mtv-support-backdrop{
  position:fixed!important;
  inset:0!important;
  z-index:0!important;
  background:rgba(8,20,13,.48)!important;
  backdrop-filter:none!important;
  opacity:0!important;
  pointer-events:none!important;
  transition:opacity .22s ease!important;
}
body.corporate-dashboard .mtv-support-center--dashboard-drawer.open .mtv-support-backdrop{
  opacity:1!important;
  pointer-events:auto!important;
}
body.corporate-dashboard .mtv-support-center--dashboard-drawer.closing .mtv-support-backdrop{
  opacity:0!important;
}
body.corporate-dashboard .mtv-support-center--dashboard-drawer .mtv-support-panel,
body.corporate-dashboard .mtv-support-center--dashboard-drawer.expanded .mtv-support-panel{
  position:fixed!important;
  z-index:1!important;
  top:0!important;
  right:0!important;
  bottom:0!important;
  left:auto!important;
  width:min(430px,100vw)!important;
  max-width:100vw!important;
  height:100vh!important;
  max-height:100vh!important;
  margin:0!important;
  border:0!important;
  border-left:1px solid #dce7e0!important;
  border-radius:0!important;
  transform:translateX(104%)!important;
  transform-origin:right center!important;
  box-shadow:-24px 0 60px rgba(4,37,20,.20)!important;
  transition:transform .24s cubic-bezier(.2,.8,.2,1)!important;
}
body.corporate-dashboard .mtv-support-center--dashboard-drawer.open .mtv-support-panel,
body.corporate-dashboard .mtv-support-center--dashboard-drawer.expanded.open .mtv-support-panel{
  transform:translateX(0)!important;
}
body.corporate-dashboard .mtv-support-center--dashboard-drawer.closing .mtv-support-panel,
body.corporate-dashboard .mtv-support-center--dashboard-drawer.expanded.closing .mtv-support-panel{
  transform:translateX(104%)!important;
}
body.corporate-dashboard .mtv-support-center--dashboard-drawer .mtv-support-header{
  border-radius:0!important;
}
body.corporate-dashboard .mtv-support-center--dashboard-drawer .mtv-ella-composer{
  padding-bottom:12px!important;
}
@media(max-width:640px){
  body.corporate-dashboard .mtv-support-center--dashboard-drawer .mtv-support-panel,
  body.corporate-dashboard .mtv-support-center--dashboard-drawer.expanded .mtv-support-panel{
    width:100vw!important;
    border-left:0!important;
    border-radius:0!important;
  }
  body.corporate-dashboard .mtv-support-center--dashboard-drawer .mtv-support-header{border-radius:0!important}
}
@media(prefers-reduced-motion:reduce){
  body.corporate-dashboard .mtv-support-center--dashboard-drawer .mtv-support-panel,
  body.corporate-dashboard .mtv-support-center--dashboard-drawer .mtv-support-backdrop{transition:none!important}
}
