/* cignyl-sftp 20260826 */

.app-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.app-nav .cignyl-theme-toggle {
    margin-left: 0;
    flex-shrink: 0;
}

.cignyl-theme-toggle {
    flex-shrink: 0;
}

.cignyl-theme-toggle__status {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.welcome-page {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    min-height: 100vh;
}

.welcome-page .cignyl-theme-toggle {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 2;
}
