/* /Layout/MainLayout.razor.rz.scp.css */
.terminal-app[b-v87dcrx177] {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    background: #1e1e2e;
    overflow: hidden;
}

.top-bar[b-v87dcrx177] {
    display: flex;
    align-items: center;
    padding: 0 16px;
    background: #11111b;
    border-bottom: 1px solid #313244;
    height: 40px;
    flex-shrink: 0;
    position: relative;
}

.top-bar-title[b-v87dcrx177] {
    font-size: 13px;
    font-weight: 600;
    color: #89b4fa;
    margin-right: auto;
}

.profile-trigger[b-v87dcrx177] {
    font-size: 12px;
    color: #a6adc8;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 4px;
    transition: background 0.15s;
    user-select: none;
}

.profile-trigger:hover[b-v87dcrx177] {
    background: #313244;
    color: #cdd6f4;
}

.profile-chevron[b-v87dcrx177] {
    font-size: 10px;
    margin-left: 4px;
}

.profile-backdrop[b-v87dcrx177] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}

.profile-dropdown[b-v87dcrx177] {
    position: absolute;
    top: 36px;
    right: 16px;
    width: 280px;
    background: #313244;
    border: 1px solid #45475a;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    z-index: 1000;
    overflow: hidden;
}

.profile-header[b-v87dcrx177] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px;
}

.profile-avatar[b-v87dcrx177] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #585b70;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cdd6f4;
    font-size: 16px;
    font-weight: 600;
    flex-shrink: 0;
}

.profile-name[b-v87dcrx177] {
    font-size: 14px;
    font-weight: 600;
    color: #cdd6f4;
}

.profile-email[b-v87dcrx177] {
    font-size: 12px;
    color: #a6adc8;
    margin-top: 1px;
}

.profile-debug[b-v87dcrx177] {
    background: #1e1e2e;
    margin: 0 10px 10px;
    border-radius: 6px;
    padding: 8px 10px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
}

.profile-debug-row[b-v87dcrx177] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 3px 0;
}

.profile-debug-label[b-v87dcrx177] {
    color: #6c7086;
    min-width: 72px;
}

.profile-debug-value[b-v87dcrx177] {
    color: #a6adc8;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.profile-copy-btn[b-v87dcrx177] {
    background: none;
    border: none;
    color: #585b70;
    cursor: pointer;
    font-size: 12px;
    padding: 2px 4px;
    border-radius: 3px;
    flex-shrink: 0;
}

.profile-copy-btn:hover[b-v87dcrx177] {
    color: #89b4fa;
    background: #313244;
}

.profile-signout[b-v87dcrx177] {
    border-top: 1px solid #45475a;
    padding: 8px 14px;
}

.profile-signout-btn[b-v87dcrx177] {
    background: none;
    border: none;
    color: #f9e2af;
    cursor: pointer;
    font-size: 13px;
    font-family: inherit;
    padding: 4px 0;
    display: block;
}

.profile-signout-btn:hover[b-v87dcrx177] {
    color: #f5d58e;
}

.profile-stop-bridge[b-v87dcrx177] {
    color: #f38ba8 !important;
    margin-bottom: 4px;
}

.profile-stop-bridge:hover[b-v87dcrx177] {
    color: #f5a0b8 !important;
}
