:root {
    --cf-hover: var(--fyz-theme);
    --cf-fontcolor: #363636;
    --cf-background: #f7f9fe;
    --cf-floorcolor: #a9a9b3;
    --cf-dark-fontcolor: #a9a9b3;
    --cf-dack-background: #252627;
    --cf-dark-floorcolor: #454545;
}
[data-theme=light] {
    --cf-fontcolor: #363636;
    --cf-background: #f7f9fe;
    --cf-floorcolor: #a9a9b3;
}
[data-theme=dark] {
    --cf-fontcolor: #a9a9b3;
    --cf-background: #252627;
    --cf-floorcolor: #454545;
}
#cf-state {
    font-size: 16px;
    border-radius: 8px;
    box-shadow: none;
    max-width: 810px;
    margin: auto;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 8px 0;
}
.cf-state-data {
    width: 100%;
    display: flex;
}
.cf-data-friends, .cf-data-active, .cf-data-article {
    height: 60px;
    background: 0 0;
    display: flex;
    flex-direction: column;
    width: 33%;
    cursor: pointer;
}
.cf-label {
    font-size: 16px;
    padding: 0 3%;
    align-self: center;
    text-align: center;
    width: 100%;
    height: 30px;
}
.cf-message {
    align-self: center;
    text-align: center;
    padding: 0 3%;
    width: 50%;
    font-size: 20px;
}
#cf-change {
    font-size: 14px;
    display: block;
    padding: 12px 0 4px;
    width: 100%;
    text-align: center;
}
#cf-more {
    width: 40%;
    max-width: 810px;
    height: 30px;
    margin: auto;
    border-radius: 12px;
    font-weight: bolder;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    cursor: pointer;
    transition: .3s;
}
#cf-more:hover {
    width: 60%}
#cf-more i.fas::before {
    content: "∞"}
#cf-container {
    width: 100%;
    max-width: 900px;
    height: auto;
    margin: auto;
}
#cf-container a {
    text-decoration: none;
}
.cf-article {
    margin: 20px 1%;
    border-radius: 5px;
    font-weight: bolder;
    overflow: hidden;
    transition: all ease-out .3s;
    position: relative;
    padding: .5rem 1rem;
    transition: transform .3s;
}
.cf-article:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.03);
}
.cf-article:hover .cf-img-avatar {
    transform: scale(1.2);
    bottom: -10px;
    right: -10px;
}
.cf-article-avatar {
    line-height: 35px;
}
.cf-img-avatar {
    align-self: center;
    text-align: center;
    display: inline-block!important;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin: 0 0 -4px!important;
    background: #fff;
    transition: all .3s ease-in-out;
    bottom: -20px;
    right: -20px;
}
.cf-article-author {
    line-height: 35px;
    font-size: 14px;
    font-weight: 400;
    margin-left: 5px;
    align-self: center;
    text-align: center;
    height: 40px;
    white-space: nowrap;
    overflow: hidden;
}
.cf-article-floor {
    position: absolute;
    top: 0;
    right: .5rem;
    font-style: italic;
    font-size: 3rem;
    line-height: 1.5rem;
    z-index: 1;
    font-weight: 400;
}
.cf-article-title {
    font-weight: 500;
    position: relative;
    z-index: 2;
    width: 100%;
    display: block;
    letter-spacing: 1.5px;
    font-size: 18px;
    align-self: start;
    text-align: left;
    line-height: 40px;
    padding: 0;
    margin-bottom: 10px;
    transition: .3s;
}
.cf-article-time {
    font-size: 14px;
    text-align: right;
    float: right;
    font-weight: 400;
}
.cf-time-updated, .cf-time-created {
    display: inline-block;
    text-align: left;
    white-space: nowrap;
}
.cf-time-updated i.fas, .cf-time-created i.far {
    padding-right: 8px;
}
.cf-article-time i:before {
    margin-right: 5px;
}
#cf-footer {
    margin: 6rem 1% 2rem 0;
    text-align: right;
    font-size: 13px;
}
#cf-footer a:hover {
    color: var(--cf-hover);
}
.cf-data-lastupdated {
    font-size: 13px;
    text-align: right;
    display: block;
}
#cf-overlay, #cf-overshow {
    position: fixed;
    width: 100%;
    height: 100%}
#cf-overlay {
    top: 0;
    left: 100%;
    background-color: rgba(255, 255, 255, .42);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    overflow-y: auto;
    pointer-events: all;
    transition: all .1s ease;
    z-index: 998;
}
#cf-overshow {
    bottom: 100%;
    left: 0;
    transition: all .3s ease;
    z-index: 999;
}
#cf-overlay.cf-show-now {
    left: 0;
}
#cf-overshow.cf-show-now {
    bottom: 0;
}
.cf-overshow {
    text-align: center;
    border-radius: 20px;
    position: absolute;
    width: 320px;
    min-height: 170px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 12px 40px rgba(0, 0, 0, .093);
    background: var(--cf-background);
}
.cf-overshow-head:hover img.cf-img-avatar {
    transform: rotate(360deg);
    transition: .8s;
}
.cf-overshow .cf-overshow-head a {
    color: var(--cf-hover);
    display: block;
    text-align: center;
    font-weight: 700;
    margin-top: -5px;
    padding: 5px 8px;
    text-decoration: none;
}
.cf-overshow img.cf-img-avatar {
    background: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: -45px auto 0!important;
    box-shadow: 0 12px 40px rgb(0 0 0/9%);
    transform: rotate(-360deg);
    transition: .8s;
}
.cf-overshow p {
    margin: .3rem 5px;
    width: 100%;
    position: relative;
}
.cf-overshow p a.cf-article-title {
    text-decoration: none!important;
    display: block;
    text-align: left;
    position: relative;
    z-index: 2;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 15px;
    letter-spacing: normal;
    max-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.cf-overshow p span {
    position: absolute;
    bottom: -1rem;
    right: 8px;
    z-index: 1;
    font-style: italic;
    font-size: 12px;
}
#cf-container .cf-overshow p a:hover {
    letter-spacing: 1px;
    transition: .3s;
}
.cf-overshow .cf-overshow-content {
    padding: 10px 15px 30px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #fff;
}
#cf-overshow .cf-overshow-close {
    position: sticky;
    display: block;
    width: 100%;
    height: 100%}
.cf-article .cf-article-title:hover {
    letter-spacing: 2px;
    color: var(--cf-hover)!important;
}
#cf-more i.fas:hover {
    color: var(--cf-hover);
}
#cf-state, #cf-more {
    background: var(--cf-background);
    color: var(--cf-fontcolor);
}
#cf-change, .cf-time-updated, .cf-time-created, .cf-article-floor {
    color: var(--cf-floorcolor);
}
.cf-article-author, .cf-article a.cf-article-title, .cf-article:hover .cf-article-floor, .cf-article:hover .cf-time-created, .cf-article:hover .cf-time-updated {
    color: var(--cf-fontcolor);
}
.cf-article {
    background: var(--cf-background);
}
#cf-change span:hover {
    color: var(--cf-hover);
    cursor: pointer;
}
#cf-change .cf-change-now {
    color: var(--cf-hover);
    font-weight: 800;
}
.cf-overshow p a:hover {
    color: var(--cf-hover)!important;
}
.cf-overshow p span {
    color: var(--cf-floorcolor);
}
.dark-theme #cf-overlay, .theme-dark #cf-overlay {
    background-color: rgba(59, 61, 66, .42);
}
.dark-theme .cf-overshow, .theme-dark .cf-overshow {
    background: #292a2d;
}
.dark-theme .cf-overshow p a, .theme-dark .cf-overshow p a {
    color: var(--cf-fontcolor);
}
.dark-theme .cf-overshow .cf-overshow-content, .theme-dark .cf-overshow .cf-overshow-content {
    background: #eaeaea;
}
.dark-theme #cf-state, .dark-theme #cf-more, .theme-dark #cf-state, .theme-dark #cf-more {
    background: var(--cf-dack-background);
    color: var(--cf-dark-fontcolor);
}
.dark-theme #cf-change, .dark-theme .cf-time-updated, .dark-theme .cf-time-created, .dark-theme .cf-article-floor, .theme-dark #cf-change, .theme-dark .cf-time-updated, .theme-dark .cf-time-created, .theme-dark .cf-article-floor {
    color: var(--cf-dark-floorcolor);
}
.dark-theme .cf-article-author, .dark-theme .cf-article a.cf-article-title, .theme-dark .cf-article-author, .theme-dark .cf-article a.cf-article-title {
    color: var(--cf-dark-fontcolor);
}
.dark-theme .cf-article, .theme-dark .cf-article {
    background: var(--cf-dack-background);
}
.dark-theme .cf-article:hover .cf-article-floor, .dark-theme .cf-article:hover .cf-time-created, .dark-theme .cf-article:hover .cf-time-updated, .dark-theme .cf-overshow p span, .theme-dark .cf-article:hover .cf-article-floor, .theme-dark .cf-article:hover .cf-time-created, .theme-dark .cf-article:hover .cf-time-updated, .theme-dark .cf-overshow p span {
    color: var(--cf-dark-fontcolor);
}
@media screen and (max-width:400px) {
    #cf-state {
    font-size: 14px;
}
.cf-article-time i {
    display: none;
}
}@media screen and (max-width:300px) {
    #cf-state, .cf-article-time {
    display: none;
  }
}
