/* _content/DepopAutoFollow.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-87uey0646g] {
    min-height: 100vh;
    background:
        radial-gradient(circle at top left, rgba(255, 63, 210, 0.08), transparent 20%),
        radial-gradient(circle at top right, rgba(0, 255, 245, 0.09), transparent 22%),
        radial-gradient(circle at bottom center, rgba(122, 125, 255, 0.08), transparent 18%),
        linear-gradient(180deg, #04010b 0%, #0a0414 55%, #05010d 100%);
}

main[b-87uey0646g] {
    width: min(100%, calc(100vw - 1rem));
    margin: 0 auto;
    padding: 0.5rem 0 1rem;
}

.app-shell[b-87uey0646g] {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 255, 245, 0.16);
    background:
        linear-gradient(180deg, rgba(9, 5, 19, 0.96), rgba(7, 4, 18, 0.98)),
        repeating-linear-gradient(
            0deg,
            rgba(255, 255, 255, 0.015) 0,
            rgba(255, 255, 255, 0.015) 1px,
            transparent 1px,
            transparent 3px
        );
    box-shadow:
        0 0 0 1px rgba(255, 63, 210, 0.05),
        0 28px 80px rgba(0, 0, 0, 0.58),
        0 0 40px rgba(0, 255, 245, 0.06);
}

.app-shell[b-87uey0646g]::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0, 255, 245, 0.04) 1px, transparent 1px),
        linear-gradient(rgba(255, 63, 210, 0.035) 1px, transparent 1px);
    background-size: 28px 28px;
    opacity: 0.14;
    pointer-events: none;
}

.app-shell[b-87uey0646g]::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.015), transparent 12%, transparent 88%, rgba(0, 255, 245, 0.04)),
        radial-gradient(circle at 20% 0%, rgba(255, 63, 210, 0.08), transparent 24%);
    pointer-events: none;
}

.content-shell[b-87uey0646g] {
    position: relative;
    z-index: 1;
    padding: 1.75rem 1.75rem 2.25rem;
}

.terminal-footer[b-87uey0646g] {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    padding: 1rem 1.75rem 1.35rem;
    border-top: 1px solid rgba(0, 255, 245, 0.15);
    background:
        linear-gradient(180deg, rgba(7, 4, 18, 0.76), rgba(4, 2, 13, 0.94)),
        repeating-linear-gradient(
            90deg,
            rgba(0, 255, 245, 0.035) 0,
            rgba(0, 255, 245, 0.035) 1px,
            transparent 1px,
            transparent 18px
        );
    box-shadow: inset 0 1px 0 rgba(255, 63, 210, 0.06);
}

.terminal-footer-block[b-87uey0646g] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    min-width: 0;
}

.terminal-footer-label[b-87uey0646g] {
    color: #7ceeff;
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-shadow:
        0 0 10px rgba(0, 255, 245, 0.28),
        0 0 18px rgba(255, 63, 210, 0.12);
}

.terminal-footer strong[b-87uey0646g] {
    color: #f3e8ff;
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: lowercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#blazor-error-ui[b-87uey0646g] {
    color-scheme: dark only;
    background: #2a0918;
    border-top: 1px solid rgba(255, 63, 210, 0.28);
    color: #ffb5d8;
    bottom: 0;
    box-shadow: 0 -1px 12px rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .reload[b-87uey0646g] {
    color: #8df8ff;
    font-weight: 700;
    text-decoration: none;
    margin-left: 0.75rem;
}

#blazor-error-ui .reload:hover[b-87uey0646g] {
    text-shadow:
        0 0 10px rgba(0, 255, 245, 0.35),
        0 0 18px rgba(255, 63, 210, 0.2);
}

#blazor-error-ui .dismiss[b-87uey0646g] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

#components-reconnect-modal[b-87uey0646g] {
    display: none;
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    width: min(28rem, calc(100vw - 2rem));
    padding: 1rem 1.1rem;
    background:
        linear-gradient(180deg, rgba(42, 9, 24, 0.96), rgba(19, 7, 30, 0.98)),
        repeating-linear-gradient(
            0deg,
            rgba(255, 255, 255, 0.018) 0,
            rgba(255, 255, 255, 0.018) 1px,
            transparent 1px,
            transparent 4px
        );
    border: 1px solid rgba(255, 63, 210, 0.3);
    color: #ffd3ea;
    box-shadow:
        0 0 0 1px rgba(0, 255, 245, 0.06),
        0 18px 50px rgba(0, 0, 0, 0.48),
        0 0 26px rgba(255, 63, 210, 0.14);
    z-index: 1100;
}

#components-reconnect-modal.components-reconnect-show[b-87uey0646g],
#components-reconnect-modal.components-reconnect-failed[b-87uey0646g],
#components-reconnect-modal.components-reconnect-rejected[b-87uey0646g] {
    display: block;
}

#components-reconnect-modal[b-87uey0646g]::before {
    content: "connection_status";
    display: block;
    margin-bottom: 0.6rem;
    color: #8df8ff;
    font-size: 0.74rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    text-shadow:
        0 0 10px rgba(0, 255, 245, 0.35),
        0 0 18px rgba(0, 255, 245, 0.18);
}

.reconnect-copy[b-87uey0646g] {
    display: none;
    margin: 0;
    line-height: 1.6;
}

#components-reconnect-modal .reconnect-action[b-87uey0646g] {
    display: none;
    margin-top: 0.85rem;
    color: #8df8ff;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

#components-reconnect-modal.components-reconnect-show .reconnect-show[b-87uey0646g],
#components-reconnect-modal.components-reconnect-failed .reconnect-failed[b-87uey0646g],
#components-reconnect-modal.components-reconnect-rejected .reconnect-rejected[b-87uey0646g] {
    display: block;
}

#components-reconnect-modal.components-reconnect-failed .reconnect-action[b-87uey0646g],
#components-reconnect-modal.components-reconnect-rejected .reconnect-action[b-87uey0646g] {
    display: inline-block;
}

#components-reconnect-modal.components-reconnect-failed[b-87uey0646g] {
    border-color: rgba(255, 122, 168, 0.38);
    color: #ffd6e7;
}

#components-reconnect-modal.components-reconnect-rejected[b-87uey0646g] {
    border-color: rgba(255, 122, 168, 0.38);
    color: #ffd6e7;
}

@media (max-width: 900px) {
    main[b-87uey0646g] {
        width: min(100%, calc(100vw - 1rem));
        padding: 0.5rem 0 1rem;
    }

    .content-shell[b-87uey0646g] {
        padding: 1rem;
    }

    .terminal-footer[b-87uey0646g] {
        grid-template-columns: 1fr;
        gap: 0.75rem;
        padding: 1rem;
    }
}
/* _content/DepopAutoFollow.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.top-row[b-z7rf7aofce] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    min-height: 6rem;
    padding: 1.15rem 1.5rem 1rem;
    border-bottom: 1px solid rgba(0, 255, 245, 0.14);
    background:
        linear-gradient(180deg, rgba(0, 255, 245, 0.05), rgba(255, 63, 210, 0.02)),
        linear-gradient(90deg, rgba(255, 63, 210, 0.06), transparent 36%);
    position: relative;
    z-index: 1;
}

.brand-block[b-z7rf7aofce] {
    display: grid;
    gap: 0.3rem;
}

.navbar-brand[b-z7rf7aofce] {
    color: #f8fdff;
    font-size: 1.4rem;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-shadow:
        0 0 10px rgba(0, 255, 245, 0.2),
        0 0 18px rgba(255, 63, 210, 0.12);
}

.brand-caption[b-z7rf7aofce] {
    margin: 0;
    max-width: 34rem;
    color: rgba(205, 223, 255, 0.72);
    font-size: 0.86rem;
    line-height: 1.5;
}

#config-buttons[b-z7rf7aofce] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.35rem;
    border: 1px solid rgba(0, 255, 245, 0.14);
    background:
        linear-gradient(180deg, rgba(10, 7, 20, 0.86), rgba(5, 4, 14, 0.92)),
        rgba(0, 255, 245, 0.02);
    box-shadow:
        inset 0 0 0 1px rgba(255, 63, 210, 0.05),
        0 0 18px rgba(0, 255, 245, 0.05);
}

#config-buttons[b-z7rf7aofce]  a,
#config-buttons button[b-z7rf7aofce] {
    appearance: none;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border: 1px solid rgba(0, 255, 245, 0.12);
    background: rgba(0, 255, 245, 0.03);
    color: rgba(239, 248, 255, 0.82);
    text-decoration: none;
    cursor: pointer;
    transition: transform 140ms ease, border-color 140ms ease, box-shadow 140ms ease, background-color 140ms ease, color 140ms ease;
}

#config-buttons[b-z7rf7aofce]  a:hover,
#config-buttons button:hover[b-z7rf7aofce] {
    transform: translateY(-1px);
    color: #ffffff;
    border-color: rgba(255, 63, 210, 0.22);
    background: rgba(255, 63, 210, 0.08);
    box-shadow:
        0 0 18px rgba(0, 255, 245, 0.12),
        0 0 26px rgba(255, 63, 210, 0.1);
}

#config-buttons[b-z7rf7aofce]  a.active,
#config-buttons button.active[b-z7rf7aofce] {
    color: #12041a;
    border-color: rgba(255, 63, 210, 0.2);
    background: linear-gradient(135deg, rgba(0, 255, 245, 0.95), rgba(255, 63, 210, 0.88));
    box-shadow:
        0 0 18px rgba(0, 255, 245, 0.18),
        0 0 26px rgba(255, 63, 210, 0.14);
}

.config-button svg[b-z7rf7aofce] {
    width: 1rem;
    height: 1rem;
}

.tooltip[b-z7rf7aofce] {
    position: absolute;
    right: calc(100% + 0.75rem);
    top: 50%;
    transform: translateY(-50%);
    padding: 0.45rem 0.6rem;
    border: 1px solid rgba(0, 255, 245, 0.14);
    background: rgba(4, 3, 12, 0.96);
    color: #dffcff;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 140ms ease, transform 140ms ease;
    box-shadow: 0 0 20px rgba(0, 255, 245, 0.08);
}

.config-button:hover .tooltip[b-z7rf7aofce],
.config-button:focus-visible .tooltip[b-z7rf7aofce] {
    opacity: 1;
    transform: translateY(-50%) translateX(-0.15rem);
}

@media (max-width: 900px) {
    .top-row[b-z7rf7aofce] {
        flex-direction: column;
        align-items: start;
    }

    #config-buttons[b-z7rf7aofce] {
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .tooltip[b-z7rf7aofce] {
        left: 50%;
        right: auto;
        top: calc(100% + 0.5rem);
        transform: translateX(-50%);
    }

    .config-button:hover .tooltip[b-z7rf7aofce],
    .config-button:focus-visible .tooltip[b-z7rf7aofce] {
        transform: translateX(-50%);
    }
}

@media (max-width: 600px) {
    #config-buttons[b-z7rf7aofce]  a,
    #config-buttons button[b-z7rf7aofce] {
        width: calc(50% - 0.3rem);
    }
}
/* _content/DepopAutoFollow.Web/Components/Pages/Login.razor.rz.scp.css */
.auth-shell[b-5t66b0r4im] {
    display: grid;
    place-items: center;
    min-height: calc(100vh - 10rem);
}

.auth-card[b-5t66b0r4im] {
    width: min(760px, 100%);
    padding: 1.4rem;
}

.seed-card[b-5t66b0r4im] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
    margin-top: 1rem;
}

.seed-item[b-5t66b0r4im] {
    display: grid;
    gap: 0.45rem;
    padding: 0.95rem;
    background: rgba(255, 63, 210, 0.04);
    border: 1px solid rgba(255, 63, 210, 0.14);
    box-shadow: inset 0 0 18px rgba(0, 255, 245, 0.02);
}

.seed-role[b-5t66b0r4im] {
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.72rem;
    color: #8efbff;
}

.seed-item code[b-5t66b0r4im] {
    padding: 0.35rem 0.45rem;
    background: rgba(9, 5, 18, 0.9);
    color: #eff8ff;
    font-size: 0.9rem;
    overflow-wrap: anywhere;
    border: 1px solid rgba(0, 255, 245, 0.12);
}

@media (max-width: 700px) {
    .seed-card[b-5t66b0r4im] {
        grid-template-columns: 1fr;
    }
}
