.calendar-month{margin-bottom:35px}.calendar-month h2{font-size:19px}.member-row{display:grid;grid-template-columns:35px 1fr 1.3fr 120px 65px 80px;align-items:center;gap:8px;padding:10px 0;border-bottom:1px solid var(--line)}.member-row input,.member-row select{padding:8px}.dashboard-grid aside label{display:flex;flex-direction:column;gap:6px;margin-bottom:14px;font-size:13px;font-weight:700}@media(max-width:900px){.member-row{grid-template-columns:35px 1fr}.member-row input,.member-row select,.member-row label,.member-row button{grid-column:2}}

.discord-login{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    margin:0 0 18px;
    padding:13px 18px;
    border:1px solid #5865f2;
    border-radius:10px;
    background:#5865f2;
    color:#fff;
    font-weight:800;
    box-shadow:0 8px 20px rgba(88,101,242,.22);
}
.discord-login:hover{
    background:#4752c4;
    border-color:#4752c4;
}
.login-divider{
    display:flex;
    align-items:center;
    gap:12px;
    margin:3px 0 18px;
    color:var(--muted);
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:.06em;
}
.login-divider::before,
.login-divider::after{
    content:"";
    flex:1;
    height:1px;
    background:var(--line);
}

/* WELIZIA DISCORD-ONLY LOGIN V1 */
.discord-auth-wrap{
    grid-template-columns:minmax(0,1fr) 480px;
}

.discord-only-card{
    padding:34px;
}

.discord-only-card h2{
    margin:10px 0 13px;
    font-size:30px;
    letter-spacing:-.025em;
}

.discord-only-text{
    margin:0 0 25px;
    color:var(--muted);
    font-size:15px;
    line-height:1.65;
}

.discord-only-button{
    min-height:52px;
    margin-bottom:17px;
    font-size:16px;
}

.discord-access-note{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    color:var(--muted);
    font-size:12px;
    text-align:center;
}

.discord-access-dot{
    width:8px;
    height:8px;
    flex:0 0 auto;
    border-radius:50%;
    background:#23a55a;
    box-shadow:0 0 0 4px rgba(35,165,90,.12);
}

@media(max-width:850px){
    .discord-auth-wrap{
        grid-template-columns:1fr;
    }
}

@media(max-width:560px){
    .discord-only-card{
        padding:24px;
    }

    .discord-only-card h2{
        font-size:25px;
    }
}

/* WELIZIA UNIFIED PAGE WIDTH V1 */
html{
    overflow-y:scroll;
    scrollbar-gutter:stable;
}

body{
    width:100%;
}

.page,
.page.narrow,
.narrow{
    width:100%;
    max-width:1200px;
    margin-right:auto;
    margin-left:auto;
}

.auth-wrap,
.discord-auth-wrap{
    width:100%;
    max-width:1200px;
    margin-right:auto;
    margin-left:auto;
}

@media(max-width:1248px){
    .page,
    .page.narrow,
    .narrow,
    .auth-wrap,
    .discord-auth-wrap{
        max-width:100%;
    }
}

/* WELIZIA STICKY FOOTER V1 */
html{
    min-height:100%;
}

body{
    display:flex;
    min-height:100vh;
    flex-direction:column;
}

body > main{
    display:block;
    width:100%;
    flex:1 0 auto;
}

body > footer{
    width:100%;
    margin-top:auto;
    flex:0 0 auto;
}
