.nav-bar{-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);background:hsla(0,0%,100%,.94);-webkit-box-sizing:border-box;box-sizing:border-box;left:0;position:fixed;right:0;top:0;z-index:100}.nav-bar__inner{-webkit-align-items:center;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;height:2.2rem;justify-content:center;padding:0 .8rem;position:relative}.nav-bar__back{-webkit-align-items:center;display:-webkit-flex;display:-ms-flexbox;display:flex;left:.7rem;position:absolute;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;border-radius:50%;height:1.6rem;justify-content:center;width:1.6rem}.nav-bar__back:active{background:rgba(0,0,0,.05)}.nav-bar__back .iconfont{font-size:1rem}.nav-bar__title{font-size:.85rem;font-weight:700;left:3.2rem;line-height:1.2;overflow:hidden;pointer-events:none;position:absolute;right:3.2rem;text-align:center;text-overflow:ellipsis;white-space:nowrap}.nav-bar--has-right .nav-bar__title{right:calc(var(--nav-menu-right-reserve, .6rem) + var(--nav-right-content-width, 3.6rem) + .5rem)}.nav-bar--has-back .nav-bar__title{left:3.2rem}.nav-bar__right{-webkit-align-items:center;display:-webkit-flex;display:-ms-flexbox;display:flex;position:absolute;right:var(--nav-menu-right-reserve,.6rem);-ms-flex-align:center;align-items:center;max-width:calc(100% - var(--nav-menu-right-reserve, .6rem) - 3.2rem)}.post-card{background:var(--color-bg-card,#fff);border:.05rem solid rgba(0,139,139,.08);border-radius:.4rem;-webkit-box-shadow:0 .4rem 1.1rem rgba(26,46,46,.06);box-shadow:0 .4rem 1.1rem rgba(26,46,46,.06);padding:.8rem}.post-card__header{-webkit-align-items:center;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-bottom:.6rem}.post-card__avatar{background:var(--color-bg-secondary,#edf5f5);border:.1rem solid #fff;border-radius:50%;-webkit-box-shadow:0 .2rem .6rem rgba(26,46,46,.08);box-shadow:0 .2rem .6rem rgba(26,46,46,.08);-webkit-flex-shrink:0;height:2rem;width:2rem;-ms-flex-negative:0;flex-shrink:0}.post-card__user{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-left:.5rem}.post-card__nickname{color:var(--color-text-primary,#1a2e2e);font-size:.7rem;font-weight:600}.post-card__time{color:var(--color-text-placeholder,#a7c2c2);font-size:.6rem;margin-top:.1rem}.post-card__content{margin-bottom:.6rem}.post-card__text{color:var(--color-text-primary,#1a2e2e);display:-webkit-box;font-size:.75rem;-webkit-line-clamp:6;line-height:1.6;word-break:break-all;-webkit-box-orient:vertical;overflow:hidden}.post-card__images{border-radius:.4rem;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.2rem;margin-top:.5rem;overflow:hidden}.post-card__image{background:var(--color-bg-secondary,#edf5f5)}.post-card__image--1{border-radius:.4rem;height:10rem;width:10rem}.post-card__image--2,.post-card__image--4{aspect-ratio:1;width:calc(50% - .1rem)}.post-card__image--3,.post-card__image--5,.post-card__image--6,.post-card__image--7,.post-card__image--8,.post-card__image--9{aspect-ratio:1;width:calc(33.33% - .15rem)}.post-card__actions{-webkit-align-items:center;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:.5rem;padding-top:.1rem}.post-card__action{-webkit-align-items:center;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;background:var(--color-bg-secondary,#edf5f5);border-radius:.4rem;-webkit-box-sizing:border-box;box-sizing:border-box;gap:.2rem;height:1.5rem;min-width:3.6rem;padding:0 .5rem}.post-card__action .iconfont{color:var(--color-text-secondary,#6b8f8f);font-size:.8rem}.post-card__action--liked .iconfont{color:var(--color-danger,#d94f5c)}.post-card__action--liked{background:var(--color-danger-soft,rgba(217,79,92,.12))}.post-card__action-text{color:var(--color-text-secondary,#6b8f8f);font-size:.6rem}.empty{-webkit-align-items:center;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:3rem 1rem}.empty__icon{color:var(--color-text-placeholder,#a7c2c2);font-size:2.4rem;margin-bottom:.6rem}.empty__text{color:var(--color-text-placeholder,#a7c2c2);font-size:.7rem}.page-user-profile{background:var(--color-bg);min-height:100vh}.page-user-profile__content{-webkit-box-sizing:border-box;box-sizing:border-box;height:100vh;padding-top:4.4rem}.page-user-profile__info{-webkit-align-items:center;background:var(--color-bg-card);display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:1.2rem .8rem;-ms-flex-align:center;align-items:center;margin-bottom:.5rem}.page-user-profile__avatar{background:var(--color-bg-secondary);border-radius:50%;height:4rem;width:4rem}.page-user-profile__nickname{color:var(--color-text-primary);font-size:1rem;font-weight:700;margin-top:.6rem}.page-user-profile__bio{color:var(--color-text-secondary);font-size:.65rem;margin-top:.3rem;text-align:center}.page-user-profile__stats{border-top:.05rem solid var(--color-divider);display:-webkit-flex;display:-ms-flexbox;display:flex;gap:1.6rem;margin-top:1rem;padding-top:.8rem}.page-user-profile__stat{-webkit-align-items:center;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}.page-user-profile__stat:active{opacity:.7}.page-user-profile__stat-num{color:var(--color-text-primary);font-size:.9rem;font-weight:700}.page-user-profile__stat-label{color:var(--color-text-secondary);font-size:.6rem;margin-top:.1rem}.page-user-profile__actions{display:-webkit-flex;display:-ms-flexbox;display:flex;gap:.6rem;-webkit-justify-content:center;margin-top:1rem;width:100%;-ms-flex-pack:center;justify-content:center}.page-user-profile__follow-btn{background:var(--color-primary);border-radius:1rem;padding:.4rem 1.6rem}.page-user-profile__follow-btn--followed{background:var(--color-bg-secondary)}.page-user-profile__follow-btn-text{color:#fff;font-size:.7rem}.page-user-profile__follow-btn--followed .page-user-profile__follow-btn-text{color:var(--color-text-secondary)}.page-user-profile__msg-btn{background:var(--color-bg-secondary);border-radius:1rem;padding:.4rem 1rem}.page-user-profile__msg-btn:active{opacity:.72}.page-user-profile__msg-btn-text{color:var(--color-text-secondary);font-size:.7rem}.page-user-profile__section{background:var(--color-bg-card)}.page-user-profile__section-header{padding:.7rem .8rem .2rem}.page-user-profile__section-title{color:var(--color-text-primary);font-size:.8rem;font-weight:700}.page-user-profile__empty{padding:3rem 1rem;text-align:center}.page-user-profile__empty-text{color:var(--color-text-placeholder);font-size:.7rem}