#dfaPromoModal[data-theme="logsby"]{
    width:min(920px, calc(100vw - 44px));
    max-width:calc(100vw - 44px);
    max-height:none;
    background:transparent;
    border:none;
    box-shadow:none;
    overflow:visible;
    padding:28px 28px 32px;
}
#dfaPromoModal[data-theme="logsby"]::before,
#dfaPromoModal[data-theme="logsby"]::after,
#dfaPromoModal[data-theme="logsby"] .dfaPromoGlow,
#dfaPromoModal[data-theme="logsby"] #dfaPromoFooter,
#dfaPromoModal[data-theme="logsby"] #dfaPromoComposer,
#dfaPromoModal[data-theme="logsby"] #dfaPromoSyncHint,
#dfaPromoModal[data-theme="logsby"] #dfaPromoComposer,
#dfaPromoModal[data-theme="logsby"] #dfaPromoSyncHint{
    display:none !important;
}
#dfaPromoModal[data-theme="logsby"] .dfaPromoTopbar{
    margin:0 56px 14px 0;
}
#dfaPromoModal[data-theme="logsby"] #dfaPromoClose,
#dfaPromoModal[data-theme="logsby"] .dfaPromoIconBtn,
#dfaPromoModal[data-theme="logsby"] #dfaPromoBadge{
    background:rgba(255,255,255,.12);
    border-color:rgba(255,255,255,.16);
    color:#fff;
    box-shadow:none;
    backdrop-filter:blur(12px) saturate(120%);
    -webkit-backdrop-filter:blur(12px) saturate(120%);
}
#dfaPromoModal[data-theme="logsby"] .dfaPromoIconBtn:hover,
#dfaPromoModal[data-theme="logsby"] #dfaPromoClose:hover{
    background:rgba(255,255,255,.18);
}
#dfaPromoModal[data-theme="logsby"] .dfaLogsbyScene{
    display:grid;
    grid-template-columns:minmax(180px, 240px) minmax(0, 1fr);
    align-items:center;
    gap:28px;
    min-height:380px;
}
#dfaPromoModal[data-theme="logsby"] .dfaLogsbyLogoStage.is-hidden,
#dfaPromoModal[data-theme="logsby"] .dfaLogsbyBubbleStage.is-hidden{
    display:none;
}
#dfaPromoModal[data-theme="logsby"] .dfaLogsbyLogoStage{
    display:flex;
    justify-content:center;
}
#dfaPromoModal[data-theme="logsby"] .dfaLogsbyOrbWrap{
    width:220px;
    height:220px;
    margin:0;
    animation:dfaLogsbyFloat 4.6s ease-in-out infinite;
}
#dfaPromoModal[data-theme="logsby"] .dfaLogsbyOrbWrap::before{
    inset:24px;
    filter:blur(22px);
}
#dfaPromoModal[data-theme="logsby"] .dfaLogsbyOrbWrap::after{
    inset:8px;
    opacity:.9;
}
#dfaPromoModal[data-theme="logsby"] .dfaLogsbyOrb{
    width:126px;
    height:126px;
    border:1px solid rgba(255,255,255,.48);
    box-shadow:0 28px 70px rgba(6,8,25,.34), 0 0 0 16px rgba(255,255,255,.09), 0 0 0 34px rgba(255,255,255,.04);
}
#dfaPromoModal[data-theme="logsby"] .dfaLogsbyBubbleStage{
    position:relative;
    padding-left:10px;
    opacity:0;
    transform:translateY(16px);
    transition:opacity .35s ease, transform .35s ease;
}
#dfaPromoModal[data-theme="logsby"] .dfaLogsbyBubbleStage.is-visible{
    opacity:1;
    transform:none;
}
#dfaPromoModal[data-theme="logsby"] .dfaLogsbyQuickList{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin:18px 0 0 258px;
}
#dfaPromoModal[data-theme="logsby"] .dfaLogsbyQuickList .dfaPromoQuickItem{
    appearance:none;
    border:1px solid rgba(255,255,255,.14);
    background:rgba(255,255,255,.08);
    color:#fff;
    border-radius:999px;
    padding:12px 18px;
    font-weight:700;
    font-size:14px;
    line-height:1.2;
    box-shadow:0 16px 36px rgba(7,10,24,.14);
    backdrop-filter:blur(12px) saturate(120%);
    -webkit-backdrop-filter:blur(12px) saturate(120%);
    transition:transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
#dfaPromoModal[data-theme="logsby"] .dfaLogsbyQuickList .dfaPromoQuickItem:hover{
    transform:translateY(-1px);
    border-color:rgba(255,255,255,.28);
    background:rgba(255,255,255,.14);
    box-shadow:0 20px 40px rgba(7,10,24,.20);
}
#dfaPromoModal[data-theme="logsby"] .dfaLogsbyEyebrow{
    margin:0 0 14px;
    color:#f4d4e6;
}
#dfaPromoModal[data-theme="logsby"] .dfaLogsbyThoughtDots{
    position:absolute;
    left:-32px;
    bottom:48px;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:10px;
}
#dfaPromoModal[data-theme="logsby"] .dfaLogsbyThoughtDots span{
    display:block;
    border-radius:50%;
    background:rgba(255,255,255,.18);
    backdrop-filter:blur(8px);
}
#dfaPromoModal[data-theme="logsby"] .dfaLogsbyThoughtDots span:nth-child(1){ width:12px; height:12px; opacity:.55; }
#dfaPromoModal[data-theme="logsby"] .dfaLogsbyThoughtDots span:nth-child(2){ width:18px; height:18px; opacity:.72; }
#dfaPromoModal[data-theme="logsby"] .dfaLogsbyThoughtDots span:nth-child(3){ width:28px; height:28px; opacity:.92; }
#dfaPromoModal[data-theme="logsby"] .dfaLogsbyTextBubble{
    min-height:172px;
    padding:26px 28px;
    border-radius:30px;
    background:linear-gradient(180deg, rgba(255,255,255,.18) 0%, rgba(255,255,255,.10) 100%);
    border:1px solid rgba(255,255,255,.16);
    box-shadow:0 24px 70px rgba(7,10,24,.28);
    color:#fff;
    backdrop-filter:blur(18px) saturate(120%);
    -webkit-backdrop-filter:blur(18px) saturate(120%);
}
#dfaPromoModal[data-theme="logsby"] .dfaLogsbyTextBubble::before{
    content:"";
    position:absolute;
    left:-14px;
    bottom:26px;
    width:32px;
    height:32px;
    border-radius:0 0 0 26px;
    background:linear-gradient(180deg, rgba(255,255,255,.18) 0%, rgba(255,255,255,.10) 100%);
    border-left:1px solid rgba(255,255,255,.16);
    border-bottom:1px solid rgba(255,255,255,.16);
    transform:rotate(20deg);
    backdrop-filter:blur(14px);
}
#dfaPromoModal[data-theme="logsby"] .dfaLogsbyTextBubble strong{
    display:block;
    margin:0 0 12px;
    font-size:clamp(26px, 4.4vw, 46px);
    line-height:1.02;
    letter-spacing:-.03em;
    color:#fff;
}
#dfaPromoModal[data-theme="logsby"] .dfaLogsbyTextBubble .dfaPromoTextTyping{
    display:block;
    font-size:clamp(16px, 2vw, 22px);
    line-height:1.72;
    color:rgba(255,255,255,.92);
    min-height:72px;
}

#dfaPromoModal[data-theme="logsby"] .dfaLogsbyTextBubble{
    position:relative;
    padding-bottom:88px;
}
#dfaPromoModal[data-theme="logsby"] .dfaLogsbyBubbleMic{
    position:absolute;
    right:18px;
    bottom:16px;
    z-index:7;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    appearance:none;
    width:54px;
    height:54px;
    border:1px solid rgba(255,255,255,.20);
    background:linear-gradient(135deg, rgba(236,72,153,.34) 0%, rgba(168,85,247,.30) 100%);
    color:#fff;
    border-radius:18px;
    padding:0;
    box-shadow:0 18px 36px rgba(11,18,35,.34), 0 0 0 1px rgba(255,255,255,.06) inset;
    backdrop-filter:blur(16px) saturate(150%);
    -webkit-backdrop-filter:blur(16px) saturate(150%);
    transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease, opacity .18s ease;
}
#dfaPromoModal[data-theme="logsby"] .dfaLogsbyBubbleMic:hover{
    transform:translateY(-1px) scale(1.03);
    border-color:rgba(255,255,255,.32);
    background:linear-gradient(135deg, rgba(236,72,153,.42) 0%, rgba(168,85,247,.36) 100%);
    box-shadow:0 22px 44px rgba(11,18,35,.38), 0 0 0 1px rgba(255,255,255,.10) inset;
}
#dfaPromoModal[data-theme="logsby"] .dfaLogsbyBubbleMic:active{
    transform:translateY(0) scale(.98);
}
#dfaPromoModal[data-theme="logsby"] .dfaLogsbyBubbleMic.is-disabled,
#dfaPromoModal[data-theme="logsby"] .dfaLogsbyBubbleMic:disabled{
    opacity:.45;
    cursor:not-allowed;
    transform:none;
    box-shadow:0 12px 24px rgba(11,18,35,.18), 0 0 0 1px rgba(255,255,255,.05) inset;
}
#dfaPromoModal[data-theme="logsby"] .dfaLogsbyBubbleMic__icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:100%;
    border-radius:inherit;
    background:radial-gradient(circle at 30% 25%, rgba(255,255,255,.18) 0%, rgba(255,255,255,.08) 38%, rgba(255,255,255,.02) 100%);
    box-shadow:0 0 0 1px rgba(255,255,255,.08) inset;
}
#dfaPromoModal[data-theme="logsby"] .dfaLogsbyBubbleMic__icon svg{
    width:22px;
    height:22px;
    display:block;
}
@media (max-width: 860px){
    #dfaPromoModal[data-theme="logsby"] .dfaLogsbyTextBubble{
        padding-bottom:80px;
    }
    #dfaPromoModal[data-theme="logsby"] .dfaLogsbyBubbleMic{
        width:50px;
        height:50px;
        right:14px;
        bottom:14px;
        border-radius:16px;
    }
}
#dfaPromoModal[data-theme="logsby"] .dfaLogsbyBridge{
    position:absolute;
    width:1px;
    height:1px;
    overflow:hidden;
    opacity:0;
    pointer-events:none;
}
#dfaPromoModal[data-theme="logsby"][data-theme-pattern="soft-breath"] .dfaLogsbyOrbWrap{
    animation-duration:6s;
}
#dfaPromoModal[data-theme="logsby"][data-theme-pattern="signal-wave"] .dfaLogsbyOrbWrap::after{
    animation-duration:5.8s;
    opacity:1;
}
#dfaPromoModal[data-theme="logsby"] .dfaLogsbyTextBubble.is-complete{
    box-shadow:0 30px 80px rgba(7,10,24,.34), 0 0 0 1px rgba(255,255,255,.12) inset;
}
#dfa-launcher.dfaPromoAttentionPulse,
.dfa-launcher.dfaPromoAttentionPulse{
    animation:dfaPromoLauncherPulse 1.2s ease-in-out 2;
    box-shadow:0 0 0 10px rgba(234,76,137,.16), 0 0 0 20px rgba(234,76,137,.10), 0 20px 34px rgba(10,14,30,.28) !important;
}
@keyframes dfaLogsbyFloat{
    0%,100%{ transform:translateY(0); }
    50%{ transform:translateY(-14px); }
}
@keyframes dfaPromoLauncherPulse{
    0%,100%{ transform:scale(1); filter:brightness(1); }
    50%{ transform:scale(1.08); filter:brightness(1.16); }
}
@media (max-width: 860px){
    #dfaPromoModal[data-theme="logsby"]{
        width:min(100vw - 30px, 640px);
        padding:20px 20px 24px;
    }
    #dfaPromoModal[data-theme="logsby"] .dfaLogsbyScene{
        grid-template-columns:1fr;
        gap:18px;
        min-height:unset;
    }
    #dfaPromoModal[data-theme="logsby"] .dfaLogsbyBubbleStage{
        padding-left:0;
    }
    #dfaPromoModal[data-theme="logsby"] .dfaLogsbyQuickList{
        margin:14px 0 0;
        gap:10px;
    }
    #dfaPromoModal[data-theme="logsby"] .dfaLogsbyQuickList .dfaPromoQuickItem{
        width:100%;
        justify-content:center;
    }
    #dfaPromoModal[data-theme="logsby"] .dfaLogsbyThoughtDots{
        left:18px;
        bottom:auto;
        top:-12px;
        flex-direction:row;
    }
    #dfaPromoModal[data-theme="logsby"] .dfaLogsbyTextBubble::before{
        left:40px;
        top:-10px;
        bottom:auto;
        transform:rotate(46deg);
    }
    #dfaPromoModal[data-theme="logsby"] .dfaLogsbyTextBubble{
        min-height:150px;
        padding-bottom:78px;
    }
    #dfaPromoModal[data-theme="logsby"] .dfaLogsbyBubbleMic{
        right:16px;
        bottom:14px;
        padding:10px 12px;
    }
    #dfaPromoModal[data-theme="logsby"] .dfaLogsbyBubbleMic__text{
        font-size:12px;
    }
}


#dfaPromoModal[data-theme="logsby"] .dfaLogsbyBubbleMic.is-hidden{display:none !important;}
#dfaPromoModal[data-theme="logsby"] .dfaLogsbyTextBubble{overflow:visible;}
#dfaPromoModal[data-theme="logsby"] .dfaLogsbyBubbleMic{
    right:22px;
    bottom:20px;
    width:52px;
    height:52px;
    border-radius:16px;
    background:rgba(255,255,255,.98);
    color:#111936;
    border:1px solid rgba(17,25,54,.12);
    box-shadow:0 16px 34px rgba(6,10,24,.28), 0 2px 0 rgba(255,255,255,.65) inset;
}
#dfaPromoModal[data-theme="logsby"] .dfaLogsbyBubbleMic:hover{
    background:#ffffff;
    color:#0f172a;
}
#dfaPromoModal[data-theme="logsby"] .dfaLogsbyBubbleMic__icon{
    background:transparent;
    box-shadow:none;
}
#dfaPromoModal[data-theme="logsby"] .dfaLogsbyBubbleMic__icon svg{
    width:24px;
    height:24px;
}


/* v8 stronger Logsby bubble mic visibility */
#dfaPromoModal[data-theme="logsby"] #dfaPromoTextBubble{position:relative; padding-right:92px; padding-bottom:96px;}
#dfaPromoModal[data-theme="logsby"] #dfaPromoBubbleMic,
#dfaPromoModal[data-theme="logsby"] .dfaLogsbyBubbleMic{
    position:absolute !important;
    right:18px !important;
    bottom:18px !important;
    width:52px !important;
    height:52px !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    visibility:visible !important;
    opacity:1 !important;
    z-index:999 !important;
    border-radius:14px !important;
    background:#ffffff !important;
    color:#111111 !important;
    border:1px solid rgba(17,17,17,.14) !important;
    box-shadow:0 16px 34px rgba(6,10,24,.28), 0 2px 0 rgba(255,255,255,.72) inset !important;
    transform:none !important;
}
#dfaPromoModal[data-theme="logsby"] #dfaPromoBubbleMic.is-hidden,
#dfaPromoModal[data-theme="logsby"] .dfaLogsbyBubbleMic.is-hidden{display:none !important; visibility:hidden !important; opacity:0 !important;}
#dfaPromoModal[data-theme="logsby"] #dfaPromoBubbleMic.is-disabled,
#dfaPromoModal[data-theme="logsby"] .dfaLogsbyBubbleMic.is-disabled{opacity:.58 !important;}
#dfaPromoModal[data-theme="logsby"] #dfaPromoBubbleMic .dfaLogsbyBubbleMic__icon,
#dfaPromoModal[data-theme="logsby"] .dfaLogsbyBubbleMic .dfaLogsbyBubbleMic__icon{display:flex !important; align-items:center !important; justify-content:center !important; width:100% !important; height:100% !important;}
#dfaPromoModal[data-theme="logsby"] #dfaPromoBubbleMic .dfaLogsbyBubbleMic__icon svg,
#dfaPromoModal[data-theme="logsby"] .dfaLogsbyBubbleMic .dfaLogsbyBubbleMic__icon svg{width:24px !important; height:24px !important; display:block !important;}
@media (max-width: 860px){
  #dfaPromoModal[data-theme="logsby"] #dfaPromoTextBubble{padding-right:84px; padding-bottom:88px;}
  #dfaPromoModal[data-theme="logsby"] #dfaPromoBubbleMic,
  #dfaPromoModal[data-theme="logsby"] .dfaLogsbyBubbleMic{right:14px !important; bottom:14px !important; width:48px !important; height:48px !important;}
}


/* v9 floating bubble mic: always anchor to logsby bubble stage */
#dfaPromoModal[data-theme="logsby"] .dfaLogsbyBubbleStage{position:relative;}
#dfaPromoModal[data-theme="logsby"] #dfaPromoBubbleMic.dfaLogsbyBubbleMic--floating,
#dfaPromoModal[data-theme="logsby"] .dfaLogsbyBubbleMic.dfaLogsbyBubbleMic--floating{
    position:absolute !important;
    right:26px !important;
    bottom:22px !important;
    width:56px !important;
    height:56px !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    visibility:visible !important;
    opacity:1 !important;
    z-index:10001 !important;
    background:#ffffff !important;
    color:#101010 !important;
    border:1px solid rgba(16,16,16,.14) !important;
    border-radius:14px !important;
    box-shadow:0 20px 40px rgba(5,10,26,.34), 0 1px 0 rgba(255,255,255,.72) inset !important;
    pointer-events:auto !important;
}
#dfaPromoModal[data-theme="logsby"] #dfaPromoBubbleMic.dfaLogsbyBubbleMic--floating .dfaLogsbyBubbleMic__icon,
#dfaPromoModal[data-theme="logsby"] .dfaLogsbyBubbleMic.dfaLogsbyBubbleMic--floating .dfaLogsbyBubbleMic__icon{
    width:100% !important;
    height:100% !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
}
#dfaPromoModal[data-theme="logsby"] #dfaPromoBubbleMic.dfaLogsbyBubbleMic--floating .dfaLogsbyBubbleMic__icon svg,
#dfaPromoModal[data-theme="logsby"] .dfaLogsbyBubbleMic.dfaLogsbyBubbleMic--floating .dfaLogsbyBubbleMic__icon svg{
    width:26px !important;
    height:26px !important;
    display:block !important;
}
#dfaPromoModal[data-theme="logsby"] #dfaPromoBubbleMic.dfaLogsbyBubbleMic--floating.is-hidden,
#dfaPromoModal[data-theme="logsby"] .dfaLogsbyBubbleMic.dfaLogsbyBubbleMic--floating.is-hidden{
    display:none !important;
}
@media (max-width:860px){
    #dfaPromoModal[data-theme="logsby"] #dfaPromoBubbleMic.dfaLogsbyBubbleMic--floating,
    #dfaPromoModal[data-theme="logsby"] .dfaLogsbyBubbleMic.dfaLogsbyBubbleMic--floating{
        right:14px !important;
        bottom:14px !important;
        width:50px !important;
        height:50px !important;
        border-radius:12px !important;
    }
}


/* v11 Logsby top mic button next to voice toggle */
#dfaPromoModal[data-theme="logsby"] .dfaPromoTopbar{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
}
#dfaPromoModal[data-theme="logsby"] .dfaPromoTopbarRight{
    display:flex;
    align-items:center;
    gap:12px;
    flex-wrap:wrap;
}
#dfaPromoModal[data-theme="logsby"] .dfaLogsbyTopMic{
    position:relative;
    overflow:visible;
    border-color:rgba(255,255,255,.22) !important;
    background:linear-gradient(135deg, rgba(255,255,255,.14) 0%, rgba(255,255,255,.08) 100%) !important;
    box-shadow:0 10px 28px rgba(10,14,32,.18), 0 0 0 1px rgba(255,255,255,.05) inset;
}
#dfaPromoModal[data-theme="logsby"] .dfaLogsbyTopMic::after{
    content:"";
    position:absolute;
    inset:-4px;
    border-radius:999px;
    background:radial-gradient(circle, rgba(236,72,153,.28) 0%, rgba(236,72,153,.06) 42%, rgba(236,72,153,0) 72%);
    z-index:-1;
    animation:dfaLogsbyMicPulse 2.2s ease-in-out infinite;
}
#dfaPromoModal[data-theme="logsby"] .dfaLogsbyTopMic:hover{
    background:linear-gradient(135deg, rgba(255,255,255,.22) 0%, rgba(255,255,255,.10) 100%) !important;
}
#dfaPromoModal[data-theme="logsby"] .dfaLogsbyTopMic.is-disabled::after{display:none;}
#dfaPromoModal[data-theme="logsby"] .dfaLogsbyTopMic__icon{width:18px;height:18px;}
#dfaPromoModal[data-theme="logsby"] .dfaLogsbyTopMic__icon svg{width:18px;height:18px;display:block;}
@keyframes dfaLogsbyMicPulse{0%,100%{transform:scale(1);opacity:.8;}50%{transform:scale(1.08);opacity:1;}}


#dfaPromoModal[data-theme="logsby"] #dfaPromoTopMic,
#dfaPromoModal[data-theme="logsby"] .dfaLogsbyTopMic{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:10px !important;
    visibility:visible !important;
    opacity:1 !important;
    pointer-events:auto !important;
    min-width:122px;
}
#dfaPromoModal[data-theme="logsby"] #dfaPromoTopMic.is-hidden,
#dfaPromoModal[data-theme="logsby"] .dfaLogsbyTopMic.is-hidden{
    display:none !important;
    visibility:hidden !important;
    opacity:0 !important;
    pointer-events:none !important;
}
#dfaPromoModal[data-theme="logsby"] #dfaPromoTopMic.is-disabled,
#dfaPromoModal[data-theme="logsby"] .dfaLogsbyTopMic.is-disabled{
    opacity:.56 !important;
}


/* v13 Logsby top mic fixed next to voice button */
#dfaPromoModal[data-theme="logsby"] .dfaPromoTopbar{
    display:grid !important;
    grid-template-columns:1fr auto !important;
    align-items:start !important;
    column-gap:16px !important;
}
#dfaPromoModal[data-theme="logsby"] .dfaPromoTopbarRight{
    display:flex !important;
    align-items:center !important;
    justify-content:flex-end !important;
    gap:10px !important;
    flex-wrap:nowrap !important;
    position:relative;
    z-index:8;
}
#dfaPromoModal[data-theme="logsby"] #dfaPromoTopMic,
#dfaPromoModal[data-theme="logsby"] .dfaLogsbyTopMic{
    position:relative !important;
    z-index:8 !important;
    white-space:nowrap !important;
    flex:0 0 auto !important;
}
@media (max-width: 820px){
  #dfaPromoModal[data-theme="logsby"] .dfaPromoTopbar{grid-template-columns:1fr !important; row-gap:12px !important;}
  #dfaPromoModal[data-theme="logsby"] .dfaPromoTopbarRight{justify-content:flex-start !important;}
}

/* v14 stable top mic placement next to voice toggle */
#dfaPromoModal[data-theme="logsby"] .dfaPromoTopbar{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) auto !important;
  align-items:center !important;
  column-gap:18px !important;
}
#dfaPromoModal[data-theme="logsby"] #dfaPromoBadge{
  justify-self:start !important;
  width:auto !important;
  max-width:max-content !important;
}
#dfaPromoModal[data-theme="logsby"] .dfaPromoTopbarRight{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:10px !important;
  flex-wrap:nowrap !important;
  width:auto !important;
  margin-left:auto !important;
}
#dfaPromoModal[data-theme="logsby"] #dfaPromoTopMic,
#dfaPromoModal[data-theme="logsby"] .dfaLogsbyTopMic{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  min-height:40px !important;
  min-width:118px !important;
  padding:0 14px !important;
  border-radius:999px !important;
  border:1px solid rgba(255,255,255,.18) !important;
  background:rgba(255,255,255,.12) !important;
  color:#fff !important;
  visibility:visible !important;
  opacity:1 !important;
  pointer-events:auto !important;
  position:relative !important;
  z-index:12 !important;
  box-shadow:0 10px 24px rgba(8,12,28,.12) !important;
}
#dfaPromoModal[data-theme="logsby"] #dfaPromoTopMic .dfaPromoIconBtn__text,
#dfaPromoModal[data-theme="logsby"] .dfaLogsbyTopMic .dfaPromoIconBtn__text{
  display:inline !important;
  color:#fff !important;
  font-weight:800 !important;
}
#dfaPromoModal[data-theme="logsby"] #dfaPromoTopMic .dfaPromoIconBtn__icon,
#dfaPromoModal[data-theme="logsby"] .dfaLogsbyTopMic .dfaPromoIconBtn__icon,
#dfaPromoModal[data-theme="logsby"] #dfaPromoTopMic .dfaLogsbyTopMic__icon,
#dfaPromoModal[data-theme="logsby"] .dfaLogsbyTopMic .dfaLogsbyTopMic__icon{
  width:18px !important;
  height:18px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}
#dfaPromoModal[data-theme="logsby"] #dfaPromoTopMic .dfaLogsbyTopMic__icon svg,
#dfaPromoModal[data-theme="logsby"] .dfaLogsbyTopMic .dfaLogsbyTopMic__icon svg{
  width:18px !important;
  height:18px !important;
  display:block !important;
  color:#fff !important;
}
#dfaPromoModal[data-theme="logsby"] #dfaPromoTopMic.is-listening,
#dfaPromoModal[data-theme="logsby"] .dfaLogsbyTopMic.is-listening{
  background:linear-gradient(135deg, rgba(59,130,246,.95) 0%, rgba(37,99,235,.92) 100%) !important;
  border-color:rgba(147,197,253,.92) !important;
  box-shadow:0 0 0 3px rgba(59,130,246,.16), 0 16px 34px rgba(30,64,175,.34) !important;
}
#dfaPromoModal[data-theme="logsby"] #dfaPromoTopMic.is-hidden,
#dfaPromoModal[data-theme="logsby"] .dfaLogsbyTopMic.is-hidden{
  display:inline-flex !important;
  visibility:visible !important;
  opacity:1 !important;
}
@media (max-width: 820px){
  #dfaPromoModal[data-theme="logsby"] .dfaPromoTopbar{grid-template-columns:1fr !important; row-gap:12px !important;}
  #dfaPromoModal[data-theme="logsby"] .dfaPromoTopbarRight{justify-content:flex-start !important;}
}
