@media (max-width:768px){
  #sf-mobile-sheet{
    box-sizing:border-box;
    max-height:calc(100dvh - 104px);
    overflow-y:auto;
    scrollbar-width:thin;
  }

  .sf-mobile-account{
    display:grid;
    gap:12px;
    padding:12px;
    border:1px solid rgba(0,94,184,.14);
    border-radius:16px;
    background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%);
    box-shadow:0 12px 26px rgba(15,23,42,.08);
  }

  .sf-mobile-account-main{
    display:flex;
    align-items:center;
    gap:11px;
    min-width:0;
  }

  .sf-mobile-account-avatar{
    width:46px;
    height:46px;
    min-width:46px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    background:#005EB8;
    color:#fff;
    font-family:'Outfit',sans-serif;
    font-size:1rem;
    font-weight:900;
    border:2px solid #dbeafe;
    box-shadow:0 8px 18px rgba(0,94,184,.16);
  }

  .sf-mobile-account-avatar.has-photo{
    background-size:cover;
    background-position:center;
    color:transparent;
  }

  .sf-mobile-account-meta{
    min-width:0;
    display:grid;
    gap:2px;
  }

  .sf-mobile-account-name,
  .sf-mobile-account-email{
    display:block;
    min-width:0;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-family:'Outfit',sans-serif;
  }

  .sf-mobile-account-name{
    color:#0f172a;
    font-size:.95rem;
    font-weight:900;
  }

  .sf-mobile-account-email{
    color:#64748b;
    font-size:.74rem;
    font-weight:700;
  }

  .sf-mobile-account-actions{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:7px;
  }

  .sf-mobile-account-btn{
    min-height:38px;
    border:1px solid #dbeafe;
    border-radius:12px;
    background:#fff;
    color:#0f172a;
    font-family:'Outfit',sans-serif;
    font-size:.72rem;
    font-weight:850;
    line-height:1.15;
    padding:7px 9px;
    text-align:center;
    overflow-wrap:anywhere;
  }

  .sf-mobile-account-btn:active{
    background:#eef5ff;
    color:#005EB8;
  }

  .sf-mobile-account-btn.danger{
    border-color:#fecaca;
    color:#b91c1c;
  }

  .sf-mobile-account-btn.danger:active{
    background:#fee2e2;
    color:#991b1b;
  }

  .sf-mobile-sheet-label{
    margin:2px 2px 0;
    color:#64748b;
    font-family:'Outfit',sans-serif;
    font-size:.68rem;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
  }
}
