body {
    background: linear-gradient(135deg, #f8fbff 0%, #edf3ff 55%, #f5f7fa 100%);
}

.app-qr-image {
    max-width: 240px;
}

.console {
    max-height: 320px;
    overflow: auto;
    background: #0b1220;
    color: #d8e4ff;
    border-radius: .5rem;
    padding: .75rem;
    font-family: Consolas, Monaco, monospace;
    font-size: .85rem;
}

.status-panel {
    border: 1px solid #d9e2f2;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.78);
    padding: 1rem;
}

.setup-modal {
    position: fixed;
    inset: 0;
    z-index: 1050;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(11, 18, 32, 0.55);
    backdrop-filter: blur(4px);
}

.setup-modal.is-open {
    display: flex;
}

.setup-modal-card {
    width: min(100%, 34rem);
    border-radius: 1.2rem;
    background: #fffdf8;
    box-shadow: 0 24px 80px rgba(11, 18, 32, 0.25);
    border: 1px solid rgba(11, 18, 32, 0.08);
    padding: 1.25rem;
}

body.modal-open-lite {
    overflow: hidden;
}
