/* _content/Netstr/Views/Home/Index.cshtml.rz.scp.css */
.container[b-ifz2wkkbd9] {
    background: linear-gradient(313deg, #bebebe 0%, #efefef 100%);
    width: 100vw;
    height: 100vh;
}

.box[b-ifz2wkkbd9] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

img[b-ifz2wkkbd9] {
    width: 300px;
    max-width: 100%;
}

table[b-ifz2wkkbd9] {
    width: 800px;
    max-width: 100vw;
    border-collapse: collapse;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
}

tr:hover td:nth-child(2)[b-ifz2wkkbd9] {
    opacity: 0.8;
}

td[b-ifz2wkkbd9] {
    position: relative;
    padding: 10px 15px;
    background-color: #9C27B0;
    color: #fff;
    word-break: break-all;
}

td a[b-ifz2wkkbd9] {
    color: white;
}

td:first-child[b-ifz2wkkbd9] {
    background-color: #6A1B9A;
    font-weight: bold;
    white-space: nowrap;
}

.connect-box[b-ifz2wkkbd9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.connect-box strong[b-ifz2wkkbd9] {
    font-weight: bold;
}

/*Dark mode*/
@media (prefers-color-scheme: dark) {
    .container[b-ifz2wkkbd9] {
        background: linear-gradient(313deg, #2e2e2e 0%, #5e5e5e 100%);
        color: white;
    }
}
