/* Sitio demo.* — panel a pantalla completa */
.demo-site-body {
    margin: 0;
    min-height: 100vh;
    background: #08090c;
    color: #e0e6ed;
    font-family: 'Roboto', 'Segoe UI', sans-serif;
}

.demo-site-topbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(12, 14, 18, 0.96);
    border-bottom: 1px solid rgba(102, 126, 234, 0.25);
    backdrop-filter: blur(10px);
}

.demo-site-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    max-width: 100%;
    padding: 0.65rem 1rem;
    flex-wrap: wrap;
}

.demo-site-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #e0e6ed;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.95rem;
}

.demo-site-brand:hover {
    color: #fff;
    text-decoration: none;
}

.demo-site-brand-mark {
    font-size: 1.1rem;
    font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "Twemoji Mozilla", sans-serif;
}

.demo-site-topbar-center {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    flex: 1;
    justify-content: center;
    min-width: 200px;
}

.demo-site-pill {
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    color: #00cec9;
    background: rgba(0, 206, 201, 0.12);
    border: 1px solid rgba(0, 206, 201, 0.35);
    padding: 0.2rem 0.55rem;
    border-radius: 5px;
}

.demo-site-sub {
    font-size: 0.82rem;
    color: #8b92a8;
}

.demo-site-sub strong {
    color: #c8d0e0;
}

.demo-site-topbar-actions {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.demo-site-link {
    color: #8b92a8;
    text-decoration: none;
    font-size: 0.85rem;
}

.demo-site-link:hover {
    color: #fff;
}

.demo-site-btn-steam {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 0.85rem;
    border-radius: 8px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: #fff;
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 600;
    white-space: nowrap;
}

.demo-site-btn-steam:hover {
    color: #fff;
    filter: brightness(1.08);
    text-decoration: none;
}

.demo-site-topbar-compact .demo-site-topbar-inner {
    padding: 0.45rem 1rem;
}

.demo-site-main {
    height: calc(100vh - 46px);
    min-height: 520px;
    padding: 0;
}

.lp-adm.demo-standalone {
    border-radius: 0;
    border: none;
    box-shadow: none;
    height: 100%;
    max-width: none;
    display: flex;
    flex-direction: column;
}

.lp-adm.demo-standalone .lp-adm-layout {
    flex: 1;
    min-height: 0;
}

.lp-adm.demo-standalone .lp-adm-main {
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.lp-adm.demo-standalone .lp-adm-content {
    flex: 1;
    min-height: 0;
    overflow: auto;
}

.lp-adm-demo-pill {
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    color: #00cec9;
    background: rgba(0, 206, 201, 0.12);
    border: 1px solid rgba(0, 206, 201, 0.35);
    padding: 0.2rem 0.5rem;
    border-radius: 5px;
    margin-right: 0.35rem;
}

.lp-adm-nav-server.is-active-server {
    color: var(--adm-accent, #667eea) !important;
    background: rgba(102, 126, 234, 0.12);
}

.lp-adm-server-pill {
    margin: 0 0.75rem 0.75rem;
    padding: 0.35rem 0.55rem;
    border-radius: 6px;
    background: rgba(102, 126, 234, 0.15);
    border: 1px solid rgba(102, 126, 234, 0.35);
    color: #c8d0ff;
    font-size: 0.72rem;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lp-adm-user-label {
    font-size: 0.82rem;
    color: var(--adm-muted, #8b92a8);
}

@media (max-width: 768px) {
    .demo-site-topbar-center {
        order: 3;
        width: 100%;
        justify-content: flex-start;
    }

    .demo-site-main {
        height: calc(100vh - 88px);
    }
}
