/* =========================================
   WORKER 00 - Custom Branding CSS
   Reemplazo visual persistente
   ========================================= */

/* 1. Agrandar el logo en el Login */
.login-gate img,
.login-gate .avatar,
.login-gate .login-gate__logo img {
    width: 25% !important;
    height: auto !important;
    min-width: 120px !important; 
}

/* 2. Reemplazar título Login (OpenClaw -> WORKER 00) */
.login-gate__title {
    visibility: hidden !important;
    position: relative !important;
}
.login-gate__title::after {
    content: "🤖 WORKER 00" !important;
    visibility: visible !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    text-align: center !important;
}

/* 3. Ocultar texto barra lateral (Control UI) */
.sidebar-brand__eyebrow {
    display: none !important; 
}

/* 4. Reemplazar título barra lateral (OpenClaw -> WORKER 00) */
.sidebar-brand__title {
    visibility: hidden !important;
    position: relative !important;
    overflow: visible !important;
    width: auto !important;
    max-width: none !important;
    white-space: nowrap !important;
}
/* 5. Evitar pull-to-refresh en Android WebView */
body, .chat-msgs, .messages-container, [class*="message"] {
    overscroll-behavior: contain !important;
    overscroll-behavior-y: contain !important;
}

.sidebar-brand__title::after {
    content: "🤖 WORKER 00" !important;
    visibility: visible !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: auto !important;
    white-space: nowrap !important;
}
