/* /Components/Loading/Loader.razor.rz.scp.css */

.loaderCon[b-q49o0s8v3b] {
    position:absolute;
    width: 100svw;
    height: 100svh;
    background-color: #817f7f6b;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index:100;
}
/* /Components/Navigation/NavMenu.razor.rz.scp.css */


.navBar[b-zdhxbl4csk] {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    gap: var(--commonPadding);
}
.navLink[b-zdhxbl4csk] {
    color: #fff;
    width: 50px;
    height: 50px;
    font-weight:200;
    font-size:45px;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    text-decoration:none !important;
    
    

}

.active[b-zdhxbl4csk] {
    color: var(--green);
}

.navLink:hover[b-zdhxbl4csk] {
    color: var(--orange);
}
/* /Layout/EmptyLayout.razor.rz.scp.css */

.page[b-3lx9lh7mma] {
    display: flex;
    padding: 0px;
    margin: 0px;
    width: 100svw;
    height: 100svh;
    background-color: var(--lightBackground);
}

.mainContainer[b-3lx9lh7mma] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
 
}

.LogoCon[b-3lx9lh7mma] {
    color: #fff;
    font-weight: 700;
    font-size: 35px;
    width: 175px;
    height: 100%;
    display: flex;
    align-items: center;
}

.logo[b-3lx9lh7mma] {
    min-width:75px;
    width: 75px;
    height: 100%;

    background-image: var(--logoLight);
    background-color: transparent;
}

.content[b-3lx9lh7mma] {
    width: 100%;
    height: 100%;
}

/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-0q3vin5yj1] {
    display: flex !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100svw !important;
    height: 100svh !important;
    min-width: 100svw !important;
    min-height: 100svh !important;
    max-width: 100svw !important;
    max-height: 100svh !important;
    background-color: var(--lightBackground) !important;
   
}
    .page > *[b-0q3vin5yj1] {
        flex-shrink: 0 !important; /* children cannot shrink/grow the page */
    }

.mainContainer[b-0q3vin5yj1] {
    width: calc(100% - var(--commonPadding) - 75px);
    height: calc(100% - var(--commonPadding));
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: var(--commonPadding);
}

.sidebar[b-0q3vin5yj1] {
    width: 75px;
    height: 100svh;
    background-color: var(--darkBackground);
    box-shadow: var(--lightShadow-R);
}

.topRow[b-0q3vin5yj1] {
    box-shadow: var(--lightShadow);
    width: calc(100% - var(--commonPadding) - var(--commonPadding));
    height: 60px;
    border-radius:5px;
    background-color: var(--darkBackground);
    padding: var(--commonPadding)
}

.LogoCon[b-0q3vin5yj1] {
    color: #fff;
    font-weight: 700;
    font-size: 35px;
    width: 175px;
    height: 100%;
    display: flex;
    align-items: center;
}

.logo[b-0q3vin5yj1] {
    min-width:75px;
    width: 75px;
    height: 100%;

    background-image: var(--logoLight);
    background-color: transparent;
}

.content[b-0q3vin5yj1] {
    width: calc(100% - var(--commonPadding));
    height: 100%;
}


@media (max-width: 768px) {
    .sidebar[b-0q3vin5yj1] {
        width: 55px;
    }

    .topRow[b-0q3vin5yj1] {
        height: 40px;
    }


    .mainContainer[b-0q3vin5yj1] {
        width: calc(100% - var(--commonPadding) - 55px);
    
    }
}
/* /Pages/AllGames.razor.rz.scp.css */
*[b-plp30pm3mq] {
    color: unset;
}
.homeCon[b-plp30pm3mq] {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 2em;
}
/* /Pages/Home.razor.rz.scp.css */
*[b-qgx76ef176] {
    color: unset;
}

.homeCon[b-qgx76ef176] {
    width: 100%;
    height: calc(100svh - 40px);
    display: flex;
    flex-direction: column;

}

.topBar[b-qgx76ef176] {
    display: flex;
    align-items: center;
    height: 40px;

    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom:5px;


}

.homeContent[b-qgx76ef176] {
    width: 100%;
    height: calc(100% - 40px - 45px - 40px);
    max-height: calc(100% - 40px - 45px - 40px);
    overflow: hidden;
    overflow-y: auto;
}

.footer[b-qgx76ef176] {
    display: block;
    align-items: center;
    height: 45px;
    width: 100%;
    border-top: 1px solid #ddd;
}

.inlineDisplay[b-qgx76ef176] {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    align-self: center;
    height: 250px;
    overflow: hidden;
    overflow-x: auto;
    scrollbar-width: thin;
}

.inlineDisplayInner[b-qgx76ef176] {
    display: flex;
    align-items: center;
    width: fit-content;
    align-self: center;
    height: 100%;
    gap: 10px;
}

    .inlineDisplayInner .tile[b-qgx76ef176] {
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #eee;
        border-radius: 5px;
        height: 95%;
        min-width: 250px;
        background: #eee;
    }


.gridDisplay[b-qgx76ef176] {
    align-self: center;
    justify-self: center;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    grid-auto-rows: 220px;
    gap: 6px;
    grid-auto-flow: dense;
}

/* Special tiles */
.tall[b-qgx76ef176] {
    grid-row: span 2;
}

.big[b-qgx76ef176] {
    grid-column: span 2;
    grid-row: span 2;
}

.wide[b-qgx76ef176] {
    grid-column: span 2;
}

.gridDisplay .tile[b-qgx76ef176] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eee;
    border-radius: 8px;
    text-align: center;
}

.adBanner[b-qgx76ef176] {
    width: 100% !important;
    height: 120px;
    flex-shrink: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    overflow: hidden !important; /* prevent ad from spilling out */
}

    .adBanner ins[b-qgx76ef176] {
        display: block !important;
        width: 100% !important;
        height: auto !important; /* allow responsive height */
        max-height: 120px !important; /* don’t break container */
    }


/* -----------------------
   📱 MOBILE BREAKPOINTS
   ----------------------- */
/* On small phones, smaller base tile */
@media (max-width: 600px) {
    .gridDisplay[b-qgx76ef176] {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        grid-auto-rows: 120px;
    }

    .big[b-qgx76ef176] {
        grid-column: span 2;
        grid-row: span 2;
    }

    .inlineDisplay[b-qgx76ef176] {
        height: 60px;
        padding-bottom:10px;
    }

    .inlineDisplayInner .tile[b-qgx76ef176] {
        min-width: 60px;
        text-align: center;
        font-size:0.8em;
    }

    .adBanner[b-qgx76ef176]{
        height:60px;
    }
}

/* On very small screens */
@media (max-width: 400px) {
    .gridDisplay[b-qgx76ef176] {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        grid-auto-rows: 120px;
    }
}
/* /Pages/Login.razor.rz.scp.css */
*[b-54j3maatct] {
    color: unset;
}

.homeCon[b-54j3maatct] {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loginCon[b-54j3maatct] {
    height: 95svh;
    width: calc(95svw - 20px);
    max-width: 500px;
    max-height: 400px;
    background-color: var(--darkBackground);
    box-shadow: var(--lightShadow);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.formHeaderCon[b-54j3maatct] {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
}

h1[b-54j3maatct] {
    color: var(--lightBackground)
}

.formBodyCon[b-54j3maatct] {
    width: 100%;
    height: calc(100% - 60px - 60px);
    background-color: var(--lightBackground);
    max-height: calc(100% - 60px - 60px);
    overflow: hidden;
    overflow-y: auto;
    border-radius: 5px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:10px;
}

.formFooterCon[b-54j3maatct] {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content:space-between;
}


.btn[b-54j3maatct] {
    color: var(--lightBackground);
  
    max-width: fit-content;
    height: 100%;
    max-height: 40px;
    padding-left:10px;
    padding-right:10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
   
    cursor:pointer;
    font-weight:bold;

}

    .btn:active[b-54j3maatct] {
        transform: translateY(3px);
        box-shadow: 0 2px 0px rgba(0,0,0,0.25);
    }


.green[b-54j3maatct] {
    background-color: var(--green);
    box-shadow: 0 5px 0px color-mix(in srgb, var(--green) 80%, black);
}

.orange[b-54j3maatct] {
    background-color: var(--orange);
    box-shadow: 0 5px 0px color-mix(in srgb, var(--orange) 80%, black);
}

.inputCon[b-54j3maatct]{
    width:90%;
    display:flex;
    flex-direction:column;
    gap:2px;
    
}

input[b-54j3maatct] {
    border-radius: 5PX;
    outline: none;
    border: 1px solid #ddd;
    height: 40px;
    box-shadow: 4px 4px 4px 0px #00000049;
    text-indent: 5px;
    font-size: 18px;
    color: var(--darkBackground);
    width: 100%;
}
.label[b-54j3maatct] {
    font-weight: bold;
    color: var(--darkBackground)
}

.registerCon[b-54j3maatct]{
    margin-top:10px;
    display:flex;
    align-items:center;
    flex-direction:column;
    justify-content:center;
}

.resetBtn[b-54j3maatct] {
    margin-left:auto;
    margin-right:5px;
    color: var(--green);
    font-weight: bold;
    cursor: pointer;
}

    .resetBtn:hover[b-54j3maatct] {
        color: var(--orange);
    }

.registerBtn[b-54j3maatct] {
    color: var(--green);
    font-weight:bold;
    cursor:pointer;
}
    .registerBtn:hover[b-54j3maatct] {
        color: var(--orange);
    }



.loginLogo[b-54j3maatct]{
    position:absolute;
    top:25px;
    width:400px;
   
    height:18svh;
}

.info[b-54j3maatct]{
    position:absolute;
    bottom:5svh;
    font-weight:bold;
    color: #00000069;
    font-size:22px;
}

@media (max-height: 768px) {
    .loginLogo[b-54j3maatct] {
        position: absolute;
        top: 25px;
        width: 200px;
        height: 12svh;
    }


    .info[b-54j3maatct] {
       
        font-size:16px;
    }
}

.error[b-54j3maatct]{
    color:red;
    font-weight:400;
    margin-left: 15px;
}


.TCS[b-54j3maatct] {
    position: absolute;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    color: #00000069;
}
    .TCS:hover[b-54j3maatct] {
        color: var(--green);
    }
.Welcome[b-54j3maatct] {
    position: absolute;
    bottom: 10px;
    left: 10px;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    color: #00000069;
}
    .Welcome:hover[b-54j3maatct] {
        color: var(--green);
    }
/* /Pages/Profile.razor.rz.scp.css */
*[b-f1p60sfv8u] {
    color: unset;
}
.homeCon[b-f1p60sfv8u] {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 2em;
}
/* /Pages/Register.razor.rz.scp.css */
*[b-v2i6aamu6q] {
    color: unset;
}

.homeCon[b-v2i6aamu6q] {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loginCon[b-v2i6aamu6q] {
    height: 95svh;
    width: calc(95svw - 20px);
    max-width: 500px;
    max-height: 500px;
    background-color: var(--darkBackground);
    box-shadow: var(--lightShadow);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.formHeaderCon[b-v2i6aamu6q] {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
}

h1[b-v2i6aamu6q] {
    color: var(--lightBackground)
}

.formBodyCon[b-v2i6aamu6q] {
    width: 100%;
    height: calc(100% - 60px - 60px);
    background-color: var(--lightBackground);
    max-height: calc(100% - 60px - 60px);
    overflow: hidden;
    overflow-y: auto;
    border-radius: 5px;
  
  
}
.formBodyConInner[b-v2i6aamu6q] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: fit-content;
    width: 100%;
    padding-bottom:20px;
    padding-top:20px;
}

.formFooterCon[b-v2i6aamu6q] {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.btn[b-v2i6aamu6q] {
    color: var(--lightBackground);
  
    max-width: fit-content;
    height: 100%;
    max-height: 40px;
    padding-left:10px;
    padding-right:10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
   
    cursor:pointer;
    font-weight:bold;

}

    .btn:active[b-v2i6aamu6q] {
        transform: translateY(3px);
        box-shadow: 0 2px 0px rgba(0,0,0,0.25);
    }


.green[b-v2i6aamu6q] {
    background-color: var(--green);
    box-shadow: 0 5px 0px color-mix(in srgb, var(--green) 80%, black);
}

.orange[b-v2i6aamu6q] {
    background-color: var(--orange);
    box-shadow: 0 5px 0px color-mix(in srgb, var(--orange) 80%, black);
}

.inputCon[b-v2i6aamu6q]{
    width:90%;
    display:flex;
    flex-direction:column;
    gap:2px;
    
}

input[b-v2i6aamu6q] {
    border-radius: 5PX;
    outline: none;
    border: 1px solid #ddd;
    height: 40px;
    box-shadow: 4px 4px 4px 0px #00000049;
    text-indent: 5px;
    font-size: 18px;
    color: var(--darkBackground);
    width: 100%;
}
.label[b-v2i6aamu6q] {
    font-weight: bold;
    color: var(--darkBackground)
}

.registerCon[b-v2i6aamu6q]{
    margin-top:10px;
    display:flex;
    align-items:center;
    flex-direction:column;
    justify-content:center;
}

.registerInfo[b-v2i6aamu6q] {
    
}

.registerBtn[b-v2i6aamu6q] {
    color: var(--green);
    font-weight:bold;
    cursor:pointer;
}
    .registerBtn:hover[b-v2i6aamu6q] {
        color: var(--orange);
    }



.loginLogo[b-v2i6aamu6q]{
    position:absolute;
    top:25px;
    width:400px;
   
    height:12svh;
}

.info[b-v2i6aamu6q]{
    position:absolute;
    bottom:5svh;
    font-weight:bold;
    color: #00000069;
    font-size:22px;
}

@media (max-height: 768px) {
    .loginLogo[b-v2i6aamu6q] {
        position: absolute;
        top: 5px;
        left:35%;
        transform:translateX(-100%);
        width: 80px;
        height: 8svh;
        z-index: 0;
        background-image: var(--logoDark);
    }
    .loginLogo[b-v2i6aamu6q]::after{
        content:"RealmJar";
        position:absolute;
        left:80px;
        top:2svh;
        font-weight:bold;
        font-size:24px;
        color:var(--darkBackground);
    }

    .info[b-v2i6aamu6q] {
       
        font-size:16px;
    }

    .loginCon[b-v2i6aamu6q] {
       
        z-index:1;
        max-height: 500px;
      
    }


}


.TCS[b-v2i6aamu6q] {
    position: absolute;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    color: #00000069;
}
    .TCS:hover[b-v2i6aamu6q] {
        color: var(--green);
    }


.error[b-v2i6aamu6q] {
    color: red;
    font-weight: 400;
    margin-left: 15px;
}
/* /Pages/ResetPassword.razor.rz.scp.css */
*[b-8jqol6f48l] {
    color: unset;
}

.homeCon[b-8jqol6f48l] {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loginCon[b-8jqol6f48l] {
    height: 95svh;
    width: calc(95svw - 20px);
    max-width: 500px;
    max-height: 500px;
    background-color: var(--darkBackground);
    box-shadow: var(--lightShadow);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.formHeaderCon[b-8jqol6f48l] {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
}

h1[b-8jqol6f48l] {
    color: var(--lightBackground)
}

.formBodyCon[b-8jqol6f48l] {
    width: 100%;
    height: calc(100% - 60px - 60px);
    background-color: var(--lightBackground);
    max-height: calc(100% - 60px - 60px);
    overflow: hidden;
    overflow-y: auto;
    border-radius: 5px;
  
  
}
.formBodyConInner[b-8jqol6f48l] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: fit-content;
    width: 100%;
    padding-bottom:20px;
    padding-top:20px;
}

.formFooterCon[b-8jqol6f48l] {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.btn[b-8jqol6f48l] {
    color: var(--lightBackground);
  
    max-width: fit-content;
    height: 100%;
    max-height: 40px;
    padding-left:10px;
    padding-right:10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
   
    cursor:pointer;
    font-weight:bold;

}

    .btn:active[b-8jqol6f48l] {
        transform: translateY(3px);
        box-shadow: 0 2px 0px rgba(0,0,0,0.25);
    }


.green[b-8jqol6f48l] {
    background-color: var(--green);
    box-shadow: 0 5px 0px color-mix(in srgb, var(--green) 80%, black);
}

.orange[b-8jqol6f48l] {
    background-color: var(--orange);
    box-shadow: 0 5px 0px color-mix(in srgb, var(--orange) 80%, black);
}

.inputCon[b-8jqol6f48l]{
    width:90%;
    display:flex;
    flex-direction:column;
    gap:2px;
    
}

input[b-8jqol6f48l] {
    border-radius: 5PX;
    outline: none;
    border: 1px solid #ddd;
    height: 40px;
    box-shadow: 4px 4px 4px 0px #00000049;
    text-indent: 5px;
    font-size: 18px;
    color: var(--darkBackground);
    width: 100%;
}
.label[b-8jqol6f48l] {
    font-weight: bold;
    color: var(--darkBackground)
}

.registerCon[b-8jqol6f48l]{
    margin-top:10px;
    display:flex;
    align-items:center;
    flex-direction:column;
    justify-content:center;
}

.registerInfo[b-8jqol6f48l] {
    
}

.registerBtn[b-8jqol6f48l] {
    color: var(--green);
    font-weight:bold;
    cursor:pointer;
}
    .registerBtn:hover[b-8jqol6f48l] {
        color: var(--orange);
    }



.loginLogo[b-8jqol6f48l]{
    position:absolute;
    top:25px;
    width:400px;
   
    height:12svh;
}

.info[b-8jqol6f48l]{
    position:absolute;
    bottom:5svh;
    font-weight:bold;
    color: #00000069;
    font-size:22px;
}

@media (max-height: 768px) {
    .loginLogo[b-8jqol6f48l] {
        position: absolute;
        top: 5px;
        left:35%;
        transform:translateX(-100%);
        width: 80px;
        height: 8svh;
        z-index: 0;
        background-image: var(--logoDark);
    }
    .loginLogo[b-8jqol6f48l]::after{
        content:"RealmJar";
        position:absolute;
        left:80px;
        top:2svh;
        font-weight:bold;
        font-size:24px;
        color:var(--darkBackground);
    }

    .info[b-8jqol6f48l] {
       
        font-size:16px;
    }

    .loginCon[b-8jqol6f48l] {
       
        z-index:1;
        max-height: 500px;
      
    }


}


.TCS[b-8jqol6f48l] {
    position: absolute;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    color: #00000069;
}
    .TCS:hover[b-8jqol6f48l] {
        color: var(--green);
    }


.error[b-8jqol6f48l] {
    color: red;
    font-weight: 400;
    margin-left: 15px;
}
/* /Pages/Stats.razor.rz.scp.css */
*[b-dfdt7ubgqk] {
    color: unset;
}


.homeCon[b-dfdt7ubgqk]{
    display:flex;
    width:100%;
    height:100%;
    align-items:center;
    justify-content:center;
    font-weight:bold;
    font-size:2em;
}
/* /Pages/TermsPolicy.razor.rz.scp.css */
*[b-1ccrcwwin8] {
    color: unset;
}

.homeCon[b-1ccrcwwin8]{
    overflow-y:auto;
    max-height:100svh;
    padding-left:10px;
    padding-right:10px;
}
/* /Pages/Welcome.razor.rz.scp.css */
*[b-r7y67pnoam] {
    color: unset;
}

.homeCon[b-r7y67pnoam]{
    overflow-y:auto;
    max-height:100svh;
    padding-left:10px;
    padding-right:10px;
    background-color:var(--darkBackground);
}
.welcome-container[b-r7y67pnoam] {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
    background-color: var(--darkBackground);
    color: #fff;
    text-align: center;

}

.welcome-header h1[b-r7y67pnoam] {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.welcome-header .highlight[b-r7y67pnoam] {
    color:#fff;
    text-transform: uppercase;
}

.welcome-header p[b-r7y67pnoam] {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.login-btn[b-r7y67pnoam] {
    display: inline-block;
    background-color: var(--orange);
    color: var(--lightBackground);
    font-weight: bold;
    padding: 12px 30px;
    text-decoration: none;
    border-radius: 8px;
    margin-top: 10px;
    transition: transform 0.2s ease;
}

    .login-btn:hover[b-r7y67pnoam] {
        transform: scale(1.05);
    }

.features[b-r7y67pnoam] {
    margin-top: 50px;
}

    .features h2[b-r7y67pnoam] {
        font-size: 2rem;
        margin-bottom: 30px;
        text-transform: uppercase;
      color:var(--green)
    }

.feature-list[b-r7y67pnoam] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.feature-item[b-r7y67pnoam] {
    background: rgba(0,0,0,0.4);
    padding: 20px;
    border-radius: 10px;
    width: 250px;
    text-align: center;
}

    .feature-item h3[b-r7y67pnoam] {
        font-size: 1.5rem;
        margin-bottom: 10px;
        color: var(--orange);
    }

.call-to-action[b-r7y67pnoam] {
    margin-top: 50px;
    font-size: 1.3rem;
}
