@charset "UTF-8";
/* ============================================================
   HopChat / MessageSecure — Hollywood Neon Glass v12.4
   BASE: layout, structure, safe-area, no neon
   ============================================================ */

/* 🔧 GLOBAL FIX — Remove right-side white line from all panels */
html, body,
.hc-panel-wrapper,
.hc-main-frame,
.hc-content-area,
.ms-panel-body {
    overflow-x: hidden !important;
    border-right: none !important;
    box-shadow: none !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
    background-color: #020b14 !important;
}

/* Prevent 1px overflow on mobile PWAs */
* {
    box-sizing: border-box !important;
}

/* HopChat Kangaroo Logo — Correct Sizing */
.hc-panel-logo {
    display: flex;
    align-items: center;
    padding: 10px 14px;
    margin-bottom: 12px;
}

.hc-panel-logo img {
    height: 38px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 0 6px rgba(0, 243, 255, 0.45));
    border-radius: 6px;
}

/* Unified Header Row (Settings, Contacts, Home, Chats, Help) */
.hc-header-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 22px 20px 10px 20px;
    border-bottom: 1px solid rgba(0, 240, 255, 0.15);
    box-sizing: border-box;
}

.ms-phone-frame,
.ms-root-frame,
.ms-app-frame {
    overflow-x: hidden !important;
    border-right: none !important;
    box-shadow: none !important;
}

.hc-header-logo {
    height: 42px;
    width: 42px;
    object-fit: cover;
    border-radius: 8px;              /* ⬅ square / rounded-corner, NOT 50% */
    border: 1px solid #143954;
    filter: drop-shadow(0 0 6px rgba(0, 243, 255, 0.45));
}


/* Neon Mail Links */
.ms-mail-link-yellow {
    color: #ffe066;
    text-decoration: none;
    font-weight: 600;
    text-shadow: 0 0 6px rgba(255, 224, 102, 0.45);
}

.ms-mail-link-yellow:hover {
    text-decoration: underline;
    color: #fff3a0;
}

.footer-mail {
    color: #ffd800;
    text-decoration: none;
    font-weight: 600;
}

.footer-mail:hover {
    color: #fff07a;
    text-decoration: underline;
}

.footer-mail:active {
    color: #ffe44c;
}

/* PQC Tag */
.ms-pqc-tag {
    font-size: 0.7rem;
    letter-spacing: 0.5px;
    opacity: 0.85;
}
