.footer__join {
    display: none;
}
.footer__join.visible {
    display: block;
}
.hidden {
    display: none;
    visibility: hidden;
}
.scroll-margin-top-20 {
    scroll-margin-top: 20px;
}

.android-debug {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(6, 20, 35, 0.96);
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    font-size: 11px;
    line-height: 1.45;
}

.android-debug__bar {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
}

.android-debug__title {
    font-weight: 700;
    white-space: nowrap;
}

.android-debug__context {
    min-width: 0;
    flex: 1 1 auto;
    color: #90caf9;
    overflow-wrap: anywhere;
}

.android-debug__toggle {
    flex: 0 0 auto;
    padding: 6px 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font: inherit;
}

.android-debug__body {
    display: grid;
    gap: 10px;
    max-height: 42svh;
    overflow-y: auto;
    padding: 0 12px 12px;
    -webkit-overflow-scrolling: touch;
}

.android-debug._collapsed .android-debug__body {
    display: none;
}

.android-debug__section {
    padding: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
}

.android-debug__heading {
    margin-bottom: 8px;
    font-weight: 700;
    color: #90caf9;
}

.android-debug__grid {
    display: grid;
    grid-template-columns: minmax(90px, 120px) 1fr;
    gap: 4px 8px;
}

.android-debug__grid > div:nth-child(odd) {
    color: rgba(255, 255, 255, 0.75);
}

.android-debug__stack {
    display: grid;
    gap: 8px;
}

.android-debug__log-item {
    overflow-wrap: anywhere;
}

.android-debug__ua {
    overflow-wrap: anywhere;
    color: rgba(255, 255, 255, 0.8);
}
