@keyframes postCreateOverlayIn{0%{opacity:0}to{opacity:1}}@keyframes postCreateSlideUp{0%{transform:translateX(-50%) translateY(100%)}to{transform:translateX(-50%) translateY(0)}}.post-create-overlay{position:fixed;inset:0;background:var(--color-overlay-dark);z-index:200;animation:postCreateOverlayIn .2s ease-out}.post-create-sheet{position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:100%;max-width:640px;background:var(--color-basic-surface-base);border-radius:20px 20px 0 0;animation:postCreateSlideUp .28s ease-out}.post-create-sheet__handle-bar{display:flex;justify-content:center;padding:12px 0 8px}.post-create-sheet__handle{width:36px;height:4px;border-radius:2px;background:var(--color-basic-border-medium);display:block}.post-create-sheet__body{display:flex;flex-direction:column;gap:2px;padding:4px 16px 16px}.post-create-sheet__type-btn{display:flex;flex-direction:column;align-items:flex-start;gap:2px;padding:16px;border-radius:12px;text-align:left;transition:background .15s}.post-create-sheet__type-btn:hover{background:var(--color-basic-surface-medium)}.post-create-sheet__type-title{font-size:16px;font-weight:600;letter-spacing:-.01em;color:var(--color-basic-content-high)}.post-create-sheet__type-desc{font-size:13px;font-weight:400;letter-spacing:-.01em;color:var(--color-basic-content-medium)}.post-create-sheet__homebar{height:34px}.feed-page{flex:1 1;justify-content:space-between}.feed-content,.feed-page{display:flex;flex-direction:column}.feed-content{gap:12px;padding:8px 16px var(--page-bottom-padding)}.feed-empty{display:flex;flex-direction:column;align-items:center;gap:4px;padding:48px 0}.feed-empty__text{font-size:16px;font-weight:500;color:var(--color-basic-content-medium)}.feed-empty__sub,.feed-empty__text{line-height:1.5;letter-spacing:-.01em}.feed-empty__sub{font-size:14px;font-weight:400;color:var(--color-basic-content-low)}.feed-empty--my{gap:16px;padding:40px 0}.feed-empty--my .feed-empty__text{font-size:14px;font-weight:400;color:var(--color-basic-content-low)}.feed-empty__icon{filter:brightness(0) opacity(.2)}.feed-empty__write-btn{padding:8px 24px;border:1px solid var(--color-basic-border-medium);border-radius:9999px;font-size:14px;font-weight:500;line-height:1.5;letter-spacing:-.01em;color:var(--color-basic-content-high);transition:background .15s}.feed-empty__write-btn:hover{background:var(--color-basic-surface-medium)}.feed-sub-tabs{padding:28px 16px 4px;background:var(--color-basic-surface-low)}.feed-sub-tabs__control{position:relative;display:flex;align-items:center;background:var(--color-basic-surface-medium);border-radius:9999px;padding:4px;gap:0}.feed-sub-tabs__slider{position:absolute;top:4px;left:4px;width:calc(50% - 4px);height:calc(100% - 8px);background:#fff;border-radius:9999px;box-shadow:0 1px 4px rgba(0,0,0,.08);transition:transform .25s cubic-bezier(.4,0,.2,1);pointer-events:none}.feed-sub-tabs__slider--right{transform:translateX(100%)}.feed-sub-tabs__btn{flex:1 1;padding:4px;border-radius:9999px;font-size:14px;font-weight:500;line-height:1.5;letter-spacing:-.01em;color:var(--color-basic-content-medium);text-align:center;position:relative;z-index:1;transition:color .2s}.feed-sub-tabs__btn--active,.feed-sub-tabs__btn:hover:not(.feed-sub-tabs__btn--active){color:var(--color-basic-content-high)}.my-profile{background:var(--color-basic-surface-base);border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:10px}.my-profile__header{display:flex;align-items:center;gap:12px}.my-profile__avatar{width:54px;height:54px;border-radius:50%;background:var(--color-basic-surface-high);flex-shrink:0;overflow:hidden;display:flex;align-items:center;justify-content:center}.my-profile__avatar img{width:100%;height:100%;object-fit:cover}.my-profile__avatar--c1{background:#ffb8b8}.my-profile__avatar--c2{background:#b8d4ff}.my-profile__avatar--c3{background:#b8ffce}.my-profile__avatar--c4{background:#ffe4b8}.my-profile__avatar--c5{background:#e4b8ff}.my-profile__avatar--c6{background:#ffd6b8}.my-profile__avatar--c7{background:#b8fff4}.my-profile__avatar--c8{background:#ffd6e8}.my-profile__top{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:2px}.my-profile__name{font-size:16px;font-weight:500;line-height:1.5;letter-spacing:-.01em;color:var(--color-basic-content-high)}.my-profile__humanity{font-size:12px;font-weight:400;line-height:1.5;letter-spacing:-.01em;color:var(--color-basic-content-medium)}.my-profile__bottom{display:flex;justify-content:flex-end}.my-profile__type-chip{display:flex;align-items:center;gap:4px;padding:4px 4px 4px 8px;border:.5px solid var(--color-basic-border-medium);border-radius:8px;font-size:12px;font-weight:400;line-height:1.5;letter-spacing:-.01em;color:var(--color-basic-content-high);transition:background .15s}.my-profile__type-chip:hover{background:var(--color-basic-surface-low)}.feed-spinner{display:flex;justify-content:center;padding:16px 0 8px}@keyframes spin{to{transform:rotate(1turn)}}.feed-spinner__dot{width:20px;height:20px;border:2px solid var(--color-basic-border-medium);border-top-color:var(--color-basic-content-medium);border-radius:50%;animation:spin .7s linear infinite}.feed-sentinel{height:1px}.feed-fab{position:fixed;bottom:56px;right:16px;height:50px;padding:0 20px 0 16px;border-radius:9999px;background:var(--color-brand-primary-base);color:#fff;display:flex;align-items:center;gap:6px;box-shadow:var(--shadow-xl);z-index:10;overflow:hidden;white-space:nowrap;transition:padding .3s ease,gap .3s ease,border-radius .3s ease,transform .15s ease}.feed-fab:hover{transform:scale(1.06)}.feed-fab:active{transform:scale(.94)}.feed-fab__text{font-size:15px;font-weight:600;letter-spacing:-.01em;max-width:48px;opacity:1;transition:max-width .3s ease,opacity .15s ease}.feed-fab--collapsed{padding:0;gap:0;width:50px;justify-content:center;border-radius:50%}.feed-fab--collapsed:hover{transform:scale(1.06)}.feed-fab--collapsed:active{transform:scale(.94)}.feed-fab--collapsed .feed-fab__text{max-width:0;opacity:0}