@media only screen and (min-width:1280px) {
    .content {
        width: 68%;
    }
    .sidebar {
        width: 30%;
    }
    .userHeaderBox {
        display: grid;
        width: 100%;
        padding: 10pt;
        background: rgb(var(--main-1));
        grid-template-areas: 'photo title attrs' 'photo values attrs';
        grid-template-columns: 100pt calc(70% - 110pt) 30%;
        column-gap: 5pt;
    }
    .userPhoto {
        width: 100pt;
        height: 100pt;
        grid-area: photo;
    }
    .userImgPhoto {
        width: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
    }
    .userTitle {
        width: 100%;
        height: 40pt;
        line-height: 40pt;
        font-size: 18pt;
        color: rgb(var(--white));
        font-weight: bold;
        grid-area: title;
    }
    .userValues {
        width: 100%;
        height: 60pt;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-evenly;
        align-items: center;
        align-content: center;
        grid-area: values;
    }
    .userAttrs {
        width: 100%;
        height: 100pt;
        grid-area: attrs;
    }
    .aAttrs {
        display: block;
        width: 100%;
        height: 30pt;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        text-decoration: none;
        font-size: 14pt;
        color: rgb(var(--white));
        padding: 6pt;
        background: rgb(var(--main-2));
        margin: 5pt 0;
    }
    .aAttrs:first-child {
        margin-top: 0;
    }
    .aAttrs:last-child {
        margin-bottom: 0;
    }
    .uvalue {
        font-size: 12pt;
        text-align: center;
        color: rgb(var(--white));
    }
    .uvalue i {
        color: rgb(var(--grey-6));
    }
    .userPosts {
        margin-top: 30pt;
    }
    .achievements {
        width: 100%;
        margin-top: 40pt;
    }
    .achie {
        display: grid;
        width: 100%;
        background: rgb(var(--main-1));
        margin: 8pt 0;
        grid-template-areas: 'icon title date' 'icon desc date';
        grid-template-columns: 50pt calc(80% - 60pt) 20%;
        column-gap: 5pt;
    }
    .achie:first-child {
        margin-top: 0;
    }
    .achie:last-child {
        margin-bottom: 0;
    }
    .ahieIcon {
        grid-area: icon;
        position: relative;
        width: 50pt;
        height: 50pt;
    }
    .achieImg {
        width: 50pt;
        height: 50pt;
    }
    .achieLock {
        -webkit-filter: grayscale(1) brightness(0.5);
        -moz-filter: grayscale(1) brightness(0.5);
        filter: grayscale(1) brightness(0.5);
    }
    .achiePercent {
        position: absolute;
        right: 0;
        bottom: 0;
        font-size: 10pt;
        color: rgb(var(--main-8));
    }
    .achieTitle {
        width: 100%;
        height: 30pt;
        line-height: 30pt;
        grid-area: title;
        font-size: 14pt;
        font-weight: bold;
        color: rgb(var(--white));
    }
    .achieDesc {
        width: 100%;
        height: 20pt;
        line-height: 20pt;
        grid-area: desc;
        font-size: 11pt;
        color: rgb(var(--grey-6));
    }
    .achieDate {
        width: 100%;
        height: 50pt;
        line-height: 50pt;
        font-size: 12pt;
        grid-area: date;
        text-align: center;
        color: rgb(var(--white));
    }
}

@media only screen and (min-width:900px) and (max-width:1279px) {
    .content {
        width: 68%;
    }
    .sidebar {
        width: 30%;
    }
    .userHeaderBox {
        display: grid;
        width: 100%;
        padding: 10pt;
        background: rgb(var(--main-1));
        grid-template-areas: 'photo title attrs' 'photo values attrs';
        grid-template-columns: 80pt calc(75% - 90pt) 25%;
        column-gap: 5pt;
    }
    .userPhoto {
        width: 80pt;
        height: 80pt;
        grid-area: photo;
    }
    .userImgPhoto {
        width: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
    }
    .userTitle {
        width: 100%;
        height: 30pt;
        line-height: 30pt;
        font-size: 18pt;
        color: rgb(var(--white));
        font-weight: bold;
        grid-area: title;
    }
    .userValues {
        width: 100%;
        height: 50pt;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-evenly;
        align-items: center;
        align-content: center;
        grid-area: values;
    }
    .userAttrs {
        width: 100%;
        height: 80pt;
        grid-area: attrs;
    }
    .aAttrs {
        display: block;
        width: 100%;
        height: 23.33pt;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        text-decoration: none;
        font-size: 14pt;
        color: rgb(var(--white));
        padding: 6pt;
        background: rgb(var(--main-2));
        margin: 5pt 0;
    }
    .aAttrs:first-child {
        margin-top: 0;
    }
    .aAttrs:last-child {
        margin-bottom: 0;
    }
    .uvalue {
        font-size: 12pt;
        text-align: center;
        color: rgb(var(--white));
    }
    .uvalue i {
        color: rgb(var(--grey-6));
    }
    .userPosts {
        margin-top: 30pt;
    }
    .achievements {
        width: 100%;
        margin-top: 40pt;
    }
    .achie {
        display: grid;
        width: 100%;
        background: rgb(var(--main-1));
        margin: 8pt 0;
        grid-template-areas: 'icon title date' 'icon desc date';
        grid-template-columns: 50pt calc(80% - 60pt) 20%;
        column-gap: 5pt;
    }
    .achie:first-child {
        margin-top: 0;
    }
    .achie:last-child {
        margin-bottom: 0;
    }
    .ahieIcon {
        grid-area: icon;
        position: relative;
        width: 50pt;
        height: 50pt;
    }
    .achieImg {
        width: 50pt;
        height: 50pt;
    }
    .achieLock {
        -webkit-filter: grayscale(1) brightness(0.5);
        -moz-filter: grayscale(1) brightness(0.5);
        filter: grayscale(1) brightness(0.5);
    }
    .achiePercent {
        position: absolute;
        right: 0;
        bottom: 0;
        font-size: 10pt;
        color: rgb(var(--main-8));
    }
    .achieTitle {
        width: 100%;
        height: 30pt;
        line-height: 30pt;
        grid-area: title;
        font-size: 14pt;
        font-weight: bold;
        color: rgb(var(--white));
    }
    .achieDesc {
        width: 100%;
        height: 20pt;
        line-height: 20pt;
        grid-area: desc;
        font-size: 11pt;
        color: rgb(var(--grey-6));
    }
    .achieDate {
        width: 100%;
        height: 50pt;
        line-height: 50pt;
        font-size: 12pt;
        grid-area: date;
        text-align: center;
        color: rgb(var(--white));
    }
}

@media only screen and (min-width:501px) and (max-width:899px) {
    .content {
        width: 100%;
    }
    .sidebar {
        display: none;
    }
    .userHeaderBox {
        display: grid;
        width: 100%;
        padding: 10pt;
        background: rgb(var(--main-1));
        grid-template-areas: 'photo title attrs' 'photo values attrs';
        grid-template-columns: 80pt calc(70% - 90pt) 30%;
        column-gap: 5pt;
    }
    .userPhoto {
        width: 80pt;
        height: 80pt;
        grid-area: photo;
    }
    .userImgPhoto {
        width: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
    }
    .userTitle {
        width: 100%;
        height: 30pt;
        line-height: 30pt;
        font-size: 16pt;
        color: rgb(var(--white));
        font-weight: bold;
        grid-area: title;
    }
    .userValues {
        width: 100%;
        height: 50pt;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-evenly;
        align-items: center;
        align-content: center;
        grid-area: values;
    }
    .userAttrs {
        width: 100%;
        height: 80pt;
        grid-area: attrs;
    }
    .aAttrs {
        display: block;
        width: 100%;
        height: 23.33pt;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        text-decoration: none;
        font-size: 12pt;
        color: rgb(var(--white));
        padding: 6pt;
        background: rgb(var(--main-2));
        margin: 5pt 0;
    }
    .aAttrs:first-child {
        margin-top: 0;
    }
    .aAttrs:last-child {
        margin-bottom: 0;
    }
    .uvalue {
        font-size: 12pt;
        text-align: center;
        color: rgb(var(--white));
    }
    .uvalue i {
        color: rgb(var(--grey-6));
    }
    .userPosts {
        margin-top: 30pt;
    }
    .achievements {
        width: 100%;
        margin-top: 40pt;
    }
    .achie {
        display: grid;
        width: 100%;
        background: rgb(var(--main-1));
        margin: 8pt 0;
        grid-template-areas: 'icon title date' 'icon desc date';
        grid-template-columns: 50pt calc(80% - 60pt) 20%;
        column-gap: 5pt;
    }
    .achie:first-child {
        margin-top: 0;
    }
    .achie:last-child {
        margin-bottom: 0;
    }
    .ahieIcon {
        grid-area: icon;
        position: relative;
        width: 50pt;
        height: 50pt;
    }
    .achieImg {
        width: 50pt;
        height: 50pt;
    }
    .achieLock {
        -webkit-filter: grayscale(1) brightness(0.5);
        -moz-filter: grayscale(1) brightness(0.5);
        filter: grayscale(1) brightness(0.5);
    }
    .achiePercent {
        position: absolute;
        right: 0;
        bottom: 0;
        font-size: 10pt;
        color: rgb(var(--main-8));
    }
    .achieTitle {
        width: 100%;
        height: 30pt;
        line-height: 30pt;
        grid-area: title;
        font-size: 14pt;
        font-weight: bold;
        color: rgb(var(--white));
    }
    .achieDesc {
        width: 100%;
        height: 20pt;
        line-height: 20pt;
        grid-area: desc;
        font-size: 11pt;
        color: rgb(var(--grey-6));
    }
    .achieDate {
        width: 100%;
        height: 50pt;
        line-height: 50pt;
        font-size: 12pt;
        grid-area: date;
        text-align: center;
        color: rgb(var(--white));
    }
}

@media only screen and (max-width:500px) {
    .content {
        width: 100%;
    }
    .sidebar {
        display: none;
    }
    .userHeaderBox {
        display: grid;
        width: 100%;
        padding: 5pt;
        background: rgb(var(--main-1));
        grid-template-areas: 'photo title' 'photo values' 'attrs attrs';
        grid-template-columns: 60pt calc(100% - 65pt);
        column-gap: 5pt;
    }
    .userPhoto {
        width: 60pt;
        height: 60pt;
        grid-area: photo;
    }
    .userImgPhoto {
        width: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
    }
    .userTitle {
        width: 100%;
        height: 30pt;
        line-height: 30pt;
        font-size: 16pt;
        color: rgb(var(--white));
        font-weight: bold;
        grid-area: title;
    }
    .userValues {
        width: 100%;
        height: 30pt;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-evenly;
        align-items: center;
        align-content: center;
        grid-area: values;
    }
    .userAttrs {
        width: 100%;
        grid-area: attrs;
        margin-top: 5pt;
    }
    .aAttrs {
        display: block;
        width: 100%;
        height: 30pt;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        text-decoration: none;
        font-size: 12pt;
        color: rgb(var(--white));
        padding: 6pt;
        background: rgb(var(--main-2));
        margin: 5pt 0;
    }
    .aAttrs:first-child {
        margin-top: 0;
    }
    .aAttrs:last-child {
        margin-bottom: 0;
    }
    .uvalue {
        font-size: 10pt;
        text-align: center;
        color: rgb(var(--white));
    }
    .uvalue i {
        color: rgb(var(--grey-6));
    }
    .userPosts {
        margin-top: 30pt;
    }
    .achievements {
        width: 100%;
        margin-top: 20pt;
    }
    .achie {
        display: grid;
        width: 100%;
        background: rgb(var(--main-1));
        margin: 8pt 0;
        grid-template-areas: 'icon title' 'icon desc' 'icon date';
        grid-template-columns: 60pt calc(100% - 65pt);
        column-gap: 5pt;
    }
    .achie:first-child {
        margin-top: 0;
    }
    .achie:last-child {
        margin-bottom: 0;
    }
    .ahieIcon {
        grid-area: icon;
        position: relative;
        width: 60pt;
        height: 60pt;
    }
    .achieImg {
        width: 60pt;
        height: 60pt;
    }
    .achieLock {
        -webkit-filter: grayscale(1) brightness(0.5);
        -moz-filter: grayscale(1) brightness(0.5);
        filter: grayscale(1) brightness(0.5);
    }
    .achiePercent {
        position: absolute;
        right: 0;
        bottom: 0;
        font-size: 12pt;
        color: rgb(var(--main-8));
    }
    .achieTitle {
        width: 100%;
        height: 20pt;
        line-height: 20pt;
        grid-area: title;
        font-size: 12pt;
        font-weight: bold;
        color: rgb(var(--white));
    }
    .achieDesc {
        width: 100%;
        height: 20pt;
        line-height: 20pt;
        grid-area: desc;
        font-size: 10pt;
        color: rgb(var(--grey-6));
    }
    .achieDate {
        width: 100%;
        height: 20pt;
        line-height: 20pt;
        font-size: 12pt;
        grid-area: date;
        text-align: left;
        color: rgb(var(--white));
    }
}