:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;color:#18251f;background:#eef3f0;font-synthesis:none;--green: #168849;--green-dark: #0f6838;--green-soft: #e9f7ee;--text: #18251f;--muted: #7a8780;--line: #e7ece9;--soft: #f5f8f6;--danger: #d74747;letter-spacing:0}*{box-sizing:border-box}html,body,#app{min-height:100%;margin:0}body{background:#eef3f0}button,input,textarea,select{font:inherit;letter-spacing:0}button{color:inherit;cursor:pointer}button:disabled{cursor:not-allowed;opacity:.45}img{display:block;max-width:100%}.mobile-app,.auth-page{width:min(100%,480px);min-height:100dvh;margin:0 auto;background:#fff;box-shadow:0 0 30px #14372514}.auth-page{position:relative;display:flex;flex-direction:column;justify-content:flex-end;padding:26px 22px calc(28px + env(safe-area-inset-bottom));overflow:hidden;background:#eff9f2 url(/assets/cover-mountain.svg) center 18% / 118% auto no-repeat}.auth-scene{position:absolute;top:0;right:0;bottom:46%;left:0;display:grid;place-content:center;text-align:center;background:#ffffff2e}.auth-scene h1{margin:4px 0;font-size:42px;line-height:1}.auth-scene p{margin:7px 0;color:#4e6157}.auth-leaf{color:var(--green);font-size:64px;line-height:.8;transform:rotate(-12deg)}.auth-card{position:relative;padding:26px 22px 22px;border:1px solid rgba(22,136,73,.12);border-radius:8px;background:#fffffff5;box-shadow:0 16px 42px #154d2d1f;text-align:center}.auth-card h2{margin:0 0 8px;font-size:19px}.auth-card>p{margin:0 0 20px;color:var(--muted);font-size:14px}.primary-button{width:100%;min-height:48px;border:0;border-radius:8px;background:var(--green);color:#fff;font-weight:700}.auth-points{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:20px}.auth-points span{display:grid;gap:5px;justify-items:center;color:var(--green)}.auth-points b{display:grid;width:36px;height:36px;place-items:center;border-radius:50%;background:var(--green-soft)}.auth-points small{color:#59685f}.inline-error{margin-top:14px;color:var(--danger);font-size:13px}.home-view,.profile-view{min-height:100dvh;padding-bottom:calc(74px + env(safe-area-inset-bottom));background:#f7faf8}.mobile-header,.detail-header,.profile-title,.subpage-head{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;height:64px;padding:0 16px;border-bottom:1px solid var(--line);background:#fffffff5}.brand-lockup{display:flex;align-items:center;gap:8px}.brand-lockup strong{display:block;font-size:23px;line-height:1.05}.brand-lockup small{display:block;margin-top:4px;color:var(--muted);font-size:10px}.brand-lockup.small strong{font-size:19px}.leaf-mark{color:var(--green);font-size:30px;transform:rotate(-12deg)}.round-icon{display:grid;width:38px;height:38px;place-items:center;padding:0;border:0;border-radius:50%;background:var(--soft);font-size:24px}.search-row{display:flex;gap:8px;padding:10px 14px;border-bottom:1px solid var(--line);background:#fff}.search-row input{min-width:0;flex:1;height:38px;padding:0 12px;border:1px solid var(--line);border-radius:8px;background:var(--soft);outline:none}.search-row input:focus{border-color:var(--green)}.search-row button{border:0;background:transparent;color:var(--green)}.feed-tabs{display:flex;gap:34px;padding:14px 18px 10px;border-bottom:1px solid var(--line);background:#fff}.feed-tabs button{position:relative;padding:0 0 10px;border:0;background:transparent;color:#59655f;font-size:17px}.feed-tabs button.active{color:#111915;font-weight:800}.feed-tabs button.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;border-radius:3px;background:var(--green)}.feed-list{display:grid;gap:10px;padding:10px}.feed-card{overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fff}.feed-card:active{transform:scale(.995)}.feed-cover{position:relative;overflow:hidden;background:var(--green-soft)}.feed-cover>img{width:100%;height:100%;object-fit:cover}.feed-featured .feed-cover{aspect-ratio:16 / 7}.feed-compact{display:grid;grid-template-columns:42% 1fr;min-height:142px}.feed-compact .feed-cover{min-height:142px}.pin-tag,.post-type{position:absolute;top:8px;padding:4px 8px;border-radius:5px;color:#fff;font-size:11px;font-weight:700}.pin-tag{left:8px;background:#ef5252}.post-type{right:8px;background:var(--green)}.feed-copy{min-width:0;padding:12px}.feed-copy h2{margin:0 0 6px;font-size:17px;line-height:1.35}.feed-copy p{display:-webkit-box;overflow:hidden;margin:0 0 12px;color:#59655f;font-size:13px;line-height:1.55;-webkit-line-clamp:2;-webkit-box-orient:vertical}.feed-meta{display:flex;align-items:center;gap:12px;color:#68756e;font-size:11px}.feed-meta span:first-child{display:flex;min-width:0;flex:1;align-items:center;gap:5px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.feed-meta img{width:22px;height:22px;border-radius:50%;object-fit:cover}.feed-skeleton{display:grid;gap:10px;padding:10px}.feed-skeleton i{height:180px;border-radius:8px;background:#edf2ef;animation:pulse 1.2s infinite alternate}.feed-cover video{width:100%;height:100%;object-fit:cover;background:#151d18}.video-indicator{position:absolute;right:8px;bottom:8px;padding:4px 7px;border-radius:4px;background:#0000009e;color:#fff;font-size:11px}@keyframes pulse{to{opacity:.45}}.bottom-nav{position:fixed;z-index:30;right:0;bottom:0;left:0;display:grid;width:min(100%,480px);height:calc(62px + env(safe-area-inset-bottom));margin:auto;padding-bottom:env(safe-area-inset-bottom);grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);background:#fffffff7}.bottom-nav button{display:grid;place-content:center;gap:2px;border:0;background:transparent;color:#68756e}.bottom-nav b{font-size:21px;line-height:1}.bottom-nav span{font-size:11px}.bottom-nav button.active{color:var(--green)}.post-detail-view{position:relative;height:100dvh;overflow:hidden;background:#fff}.detail-header{height:56px}.detail-header .round-icon{width:34px;height:34px;background:transparent;font-size:23px}.detail-scroll{padding-bottom:calc(88px + env(safe-area-inset-bottom))}.post-detail-layout{display:block;height:calc(100dvh - 56px);min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.post-content{display:flex;flex-direction:column;padding:0 16px;overflow:visible}.post-media-stage{height:clamp(220px,62vw,360px);min-height:0;flex:none;margin:0 -16px;background:#101410}.post-media-stage .post-hero{display:block;width:100%;height:100%;max-height:none;border-radius:0;object-fit:contain;background:#101410}.post-media-gallery{display:flex;gap:4px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:none}.post-media-gallery::-webkit-scrollbar{display:none}.post-media-gallery .post-media-tile{width:88%;min-width:88%;flex:0 0 88%;scroll-snap-align:start}.post-copy{overflow:visible}.post-author{display:flex;align-items:center;gap:9px}.post-author img{width:40px;height:40px;border-radius:50%;object-fit:cover}.post-author div{min-width:0;flex:1}.post-author strong{display:block;font-size:14px}.post-author small{display:block;margin-top:3px;color:var(--muted);font-size:10px}.follow-button{min-width:66px;height:34px;border:0;border-radius:18px;background:var(--green);color:#fff;font-weight:700}.post-copy h1{margin:8px 0 4px;font-size:18px;line-height:1.3}.post-copy>p{margin:0 0 6px;color:#414d47;font-size:13px;line-height:1.5}.post-hero{width:100%;max-height:420px;aspect-ratio:16 / 10;border-radius:8px;object-fit:cover;background:var(--green-soft)}.tag-list{display:flex;gap:7px;overflow-x:auto;padding:10px 0 8px;scrollbar-width:none}.tag-list span{flex:none;padding:5px 9px;border-radius:5px;background:var(--green-soft);color:var(--green-dark);font-size:11px}.post-actions{display:grid;grid-template-columns:repeat(4,1fr);min-height:52px;border-top:1px solid var(--line)}.post-actions button{display:flex;align-items:center;justify-content:center;gap:5px;padding:0;border:0;background:#fff;color:#35423b}.post-actions button b{font-size:21px;font-weight:500}.post-actions button span{font-size:12px}.post-actions button.active{color:#e34848}.action-icon{width:22px;height:22px;object-fit:contain}.comments-panel{border-top:5px solid #f5f7f6;padding-bottom:calc(104px + env(safe-area-inset-bottom))}.comments-scroll{overflow:visible}.comments-head{position:sticky;top:0;z-index:15;display:flex;align-items:center;justify-content:space-between;height:48px;padding:0 16px;border-bottom:1px solid var(--line);background:#fffffff7}.comments-head strong{font-size:15px}.comments-head div{display:flex;gap:4px;padding:3px;border-radius:8px;background:var(--soft)}.comments-head button{height:26px;padding:0 10px;border:0;border-radius:6px;background:transparent;color:var(--muted);font-size:11px}.comments-head button.active{background:#fff;color:var(--text);font-weight:700;box-shadow:0 1px 5px #19372714}.comment-item{position:relative;display:grid;grid-template-columns:38px minmax(0,1fr) 36px;gap:10px;padding:15px 12px 6px 16px;background:#fff}.comment-item.featured{background:#fbfefc}.comment-avatar{width:38px;height:38px;border-radius:50%;object-fit:cover}.comment-content{min-width:0;padding-bottom:11px;border-bottom:1px solid #f0f3f1}.comment-author{display:flex;align-items:center;gap:5px;min-height:20px}.comment-author strong{overflow:hidden;color:#637168;font-size:13px;font-weight:600;white-space:nowrap;text-overflow:ellipsis}.comment-mark{padding:2px 5px;border-radius:4px;background:var(--green-soft);color:var(--green);font-size:9px}.featured-mark{background:#fff1d4;color:#a46808}.comment-text{margin:5px 0 6px;color:#17211c;font-size:15px;line-height:1.55;word-break:break-word}.comment-meta,.reply-meta{display:flex;align-items:center;gap:15px;color:#9aa39e;font-size:11px}.comment-meta button,.reply-meta button{padding:0;border:0;background:transparent;color:#657169;font-size:11px;font-weight:700}.comment-like{display:grid;align-content:start;justify-items:center;gap:1px;padding:2px 0 0;border:0;background:transparent;color:#8b9690}.comment-like span{font-size:20px;line-height:1}.comment-like small{font-size:10px}.comment-like.active{color:#e34848}.reply-list{margin-top:10px}.reply-row{position:relative;display:grid;grid-template-columns:28px minmax(0,1fr) 32px;gap:8px;padding:6px 0}.reply-avatar{width:28px;height:28px;border-radius:50%;object-fit:cover}.reply-name{display:flex;align-items:center;gap:5px}.reply-name strong{color:#647169;font-size:12px;font-weight:600}.author-badge{padding:1px 4px;border-radius:3px;background:var(--green-soft);color:var(--green);font-size:8px}.reply-body p{margin:3px 0 4px;font-size:13px;line-height:1.5}.reply-target{color:var(--green-dark)}.reply-row .comment-like span{font-size:17px}.comment-media{display:grid;width:min(100%,330px);gap:4px;margin:7px 0 8px;grid-template-columns:repeat(3,minmax(0,1fr))}.comment-media.media-count-1{grid-template-columns:minmax(0,220px)}.comment-media.media-count-2{grid-template-columns:repeat(2,minmax(0,1fr))}.media-tile{overflow:hidden;aspect-ratio:1;padding:0;border:0;border-radius:5px;background:#edf3ef}.media-tile img{width:100%;height:100%;object-fit:cover}.media-video{width:min(100%,260px);max-height:240px;border-radius:6px;background:#111}.media-lightbox{position:fixed;z-index:110;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:42px 12px;background:#000000eb}.media-lightbox img{max-width:100%;max-height:100%;object-fit:contain}.media-lightbox>button{position:absolute;top:calc(12px + env(safe-area-inset-top));right:14px;width:36px;height:36px;border:0;border-radius:50%;background:#ffffff24;color:#fff;font-size:25px}.reply-toggle{display:flex;align-items:center;gap:7px;margin-top:6px;padding:3px 0;border:0;background:transparent;color:#68756e;font-size:11px}.reply-toggle>span{width:20px;height:1px;background:#b6beb9}.reply-toggle b{font-size:12px}.reply-controls{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.reply-toggle.collapse{color:#89938d}.comment-state,.comment-end{padding:18px;color:#9aa39e;text-align:center;font-size:11px}.retry-button{display:block;margin:14px auto;padding:8px 12px;border:1px solid var(--line);border-radius:6px;background:#fff;color:var(--danger);font-size:12px}.load-sentinel{height:1px}.comment-composer{position:fixed;z-index:35;right:0;bottom:var(--keyboard-offset, 0px);left:0;width:min(100%,480px);max-height:min(42dvh,360px);margin:auto;padding:8px 10px calc(8px + env(safe-area-inset-bottom));border-top:1px solid var(--line);background:#fffffffc;box-shadow:0 -6px 18px #1c3d2a1a}.composer-target{display:flex;align-items:center;justify-content:space-between;padding:0 4px 6px;color:var(--green-dark);font-size:11px}.composer-target button{border:0;background:transparent;color:#7f8984;font-size:18px}.media-preview{display:flex;gap:7px;overflow-x:auto;padding:0 3px 7px}.media-preview>div{position:relative;width:58px;height:58px;flex:none}.media-preview img,.media-preview video{width:100%;height:100%;border-radius:6px;object-fit:cover;background:#1d2420}.media-preview button{position:absolute;top:-5px;right:-5px;display:grid;width:20px;height:20px;place-items:center;padding:0;border:1px solid #fff;border-radius:50%;background:#333d37;color:#fff;font-size:14px}.mention-picker,.emoji-picker{display:flex;gap:6px;overflow-x:auto;padding:0 2px 7px}.mention-picker button,.emoji-picker button{display:flex;min-height:32px;flex:none;align-items:center;gap:5px;padding:0 9px;border:1px solid var(--line);border-radius:6px;background:#fff;color:#516057;font-size:11px}.mention-picker img{width:22px;height:22px;border-radius:50%;object-fit:cover}.file-input{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}.composer-line{display:grid;gap:5px;min-width:0}.composer-input-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px;min-width:0}.composer-line textarea{width:100%;min-width:0;max-height:92px;resize:none;min-height:40px;padding:9px 12px;border:1px solid transparent;border-radius:8px;background:#f1f4f2;outline:none;font-size:16px;line-height:20px}.composer-line textarea:focus{border-color:#b8dac7;background:#fff}.composer-tools{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:4px;min-width:0}.composer-tool{display:flex;min-width:0;min-height:34px;align-items:center;justify-content:center;gap:5px;padding:0 3px;border:0;background:transparent;color:#54675b;font-size:12px}.composer-tool b{font-size:18px;line-height:1}.composer-tool img{width:20px;height:20px;object-fit:contain}.mention-tool b{font-weight:800}.composer-send{height:40px;min-width:48px;padding:0 9px;border:0;border-radius:8px;background:var(--green);color:#fff;font-size:13px;font-weight:700}.share-backdrop{position:fixed;z-index:80;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;justify-content:center;background:#12231a73}.share-sheet{width:min(100%,480px);max-height:72dvh;overflow-y:auto;padding:8px 14px calc(18px + env(safe-area-inset-bottom));border-radius:8px 8px 0 0;background:#fff;box-shadow:0 -12px 30px #0c2e1c24}.sheet-handle{width:36px;height:4px;margin:0 auto 8px;border-radius:4px;background:#dbe1dd}.share-sheet-head{display:flex;align-items:center;justify-content:space-between;height:38px}.share-sheet-head button{width:32px;height:32px;border:0;border-radius:50%;background:var(--soft);font-size:20px}.share-card{display:grid;grid-template-columns:94px minmax(0,1fr);gap:10px;overflow:hidden;border:1px solid var(--line);border-radius:8px}.share-card>img,.share-card>video{width:94px;height:94px;object-fit:cover;background:#152019}.share-card>div{min-width:0;padding:10px 10px 8px 0}.share-card strong{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.share-card p{display:-webkit-box;overflow:hidden;margin:5px 0;color:#617067;font-size:11px;line-height:1.45;-webkit-line-clamp:2;-webkit-box-orient:vertical}.share-card small{color:var(--green-dark);font-size:10px}.share-url{overflow:hidden;margin-top:10px;padding:9px 10px;border:1px solid var(--line);border-radius:6px;color:#68756e;font-size:11px;white-space:nowrap;text-overflow:ellipsis}.share-actions{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-top:12px}.share-actions button{display:flex;align-items:center;justify-content:center;gap:8px;min-height:42px;border:1px solid var(--line);border-radius:8px;background:#fff}.share-actions b{color:var(--green);font-size:18px}.profile-view{padding-right:14px;padding-left:14px}.profile-title{margin:0 -14px;border-bottom:0}.profile-title h1,.subpage-head h1{margin:0;font-size:23px}.profile-title div{display:flex;gap:6px}.profile-title button,.subpage-head button{display:grid;width:36px;height:36px;place-items:center;border:0;border-radius:50%;background:transparent;font-size:22px}.profile-user-card{display:grid;grid-template-columns:80px minmax(0,1fr) auto;align-items:center;gap:12px;padding:18px 2px 15px}.profile-user-card>img{width:80px;height:80px;grid-row:1 / span 2;border:3px solid #fff;border-radius:50%;object-fit:cover;box-shadow:0 5px 18px #184f3029}.profile-identity{min-width:0}.profile-identity h2{overflow:hidden;margin:0 0 7px;font-size:21px;line-height:1.25;white-space:nowrap;text-overflow:ellipsis}.profile-identity h2 span{font-size:15px}.profile-identity>b{display:inline-block;padding:4px 9px;border-radius:6px;background:var(--green-soft);color:var(--green-dark);font-size:11px}.edit-profile{min-height:34px;padding:0 12px;border:0;border-radius:18px;background:var(--green-soft);color:var(--green-dark);font-size:12px;font-weight:700}.profile-bio{grid-column:2 / 4;margin:-2px 0 0;color:#68756e;font-size:12px}.profile-stats{display:grid;overflow:hidden;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 6px 22px #1a4c310d}.profile-stats button{display:grid;min-width:0;min-height:68px;place-content:center;gap:5px;padding:0 3px;border:0;border-right:1px solid var(--line);background:#fff;color:#68756e;text-align:center;font-size:10px}.profile-stats button:last-child{border-right:0}.profile-stats b{color:var(--green-dark);font-size:21px}.profile-stats span{white-space:nowrap}.participation-card{display:grid;width:100%;grid-template-columns:44px 1fr 20px;align-items:center;gap:10px;margin:12px 0;padding:14px;border:1px solid #dceee3;border-radius:8px;background:linear-gradient(90deg,#effaf3,#e5f6eb);text-align:left}.participation-card>span{font-size:32px}.participation-card strong,.participation-card small{display:block}.participation-card small{margin-top:3px;color:#698078;font-size:11px}.profile-menu{overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fff}.profile-menu button{display:grid;width:100%;min-height:51px;grid-template-columns:30px 1fr 20px;align-items:center;padding:0 14px;border:0;border-bottom:1px solid var(--line);background:#fff;text-align:left}.profile-menu button:last-child{border-bottom:0}.profile-menu button span{font-size:18px}.profile-menu button b{color:#96a099;font-size:18px}.notification-badge,.menu-badge,.nav-badge{display:inline-grid;min-width:16px;height:16px;align-items:center;justify-content:center;padding:0 4px;border-radius:9px;background:#e34848;color:#fff;font-size:9px;font-style:normal;font-weight:800;line-height:16px}.notification-badge{position:absolute;top:0;right:-2px}.notice-button{position:relative}.menu-badge{justify-self:end;margin-right:5px}.nav-badge{position:absolute;top:-7px;left:50%;transform:translate(7px)}.bottom-nav b{position:relative}.recent-activity{margin-top:13px;padding:13px;border:1px solid var(--line);border-radius:8px;background:#fff}.recent-activity header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.recent-activity h2{margin:0;font-size:14px}.recent-activity header button{border:0;background:transparent;color:#758078;font-size:11px}.recent-activity-row{display:grid;width:100%;grid-template-columns:54px minmax(0,1fr) 16px;align-items:center;gap:10px;padding:0;border:0;background:#fff;text-align:left}.recent-activity-row img,.recent-activity-row video{width:54px;height:54px;border-radius:6px;object-fit:cover;background:#152019}.recent-activity-row strong{display:block;overflow:hidden;font-size:12px;white-space:nowrap;text-overflow:ellipsis}.recent-activity-row small{display:block;margin-top:6px;color:var(--muted);font-size:10px}.recent-activity-row>b{color:#96a099}.recent-empty{padding:18px 6px;color:var(--muted);text-align:center;font-size:11px}.subpage-head{margin:0 -14px 14px}.subpage-head span{width:36px}.profile-records{display:grid;gap:8px}.profile-records article{padding:13px;border:1px solid var(--line);border-radius:8px;background:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent}.profile-records article:active{background:var(--green-soft)}.profile-records article:focus-visible{outline:2px solid var(--green);outline-offset:2px}.profile-records article p{margin:6px 0;color:#56635c;font-size:13px;line-height:1.5}.profile-records article small{color:var(--muted);font-size:10px}.notification-panel{display:grid;gap:8px}.notification-toolbar{display:flex;align-items:center;justify-content:space-between;min-height:34px;color:var(--muted);font-size:11px}.notification-toolbar button{min-height:30px;padding:0 10px;border:1px solid #b8dbc6;border-radius:6px;background:#fff;color:var(--green-dark);font-size:11px;font-weight:700}.notification-records article.unread{border-color:#f0b1b1;background:#fff8f8}.record-empty{display:grid;min-height:52dvh;place-items:center;align-content:center;gap:8px;padding:28px;color:var(--muted);text-align:center}.record-empty>span{display:grid;width:56px;height:56px;place-items:center;border-radius:50%;background:var(--green-soft);color:var(--green);font-size:26px}.record-empty b{color:var(--text);font-size:16px}.record-empty p{margin:0;font-size:12px;line-height:1.6}.publish-form{display:grid;gap:14px}.publish-form label{display:grid;gap:7px;color:#4d5a53;font-size:12px;font-weight:700}.publish-form input,.publish-form textarea{width:100%;padding:11px;border:1px solid var(--line);border-radius:8px;background:#fff;outline:none}.publish-form input:focus,.publish-form textarea:focus{border-color:var(--green)}.publish-form>button{min-height:44px;border:0;border-radius:8px;background:var(--green);color:#fff;font-weight:700}.publish-form>p{margin:0;color:var(--green-dark);text-align:center}.settings-list{overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fff}.settings-list>div{display:flex;align-items:center;justify-content:space-between;min-height:50px;padding:0 13px;border-bottom:1px solid var(--line);font-size:12px}.settings-list span{color:#68756e}.logout-button{width:calc(100% - 24px);min-height:42px;margin:18px 12px 12px;border:1px solid #f0caca;border-radius:8px;background:#fff8f8;color:var(--danger)}.empty-state{display:grid;place-items:center;gap:6px;min-height:150px;padding:30px;color:#8b9690;text-align:center}.empty-state b{color:#4f5d55}.empty-state span{font-size:12px}.empty-state button{padding:8px 12px;border:1px solid var(--line);border-radius:6px;background:#fff}.detail-loading{display:grid;min-height:55dvh;place-items:center;color:#819087}.toast{position:fixed;z-index:100;right:50%;bottom:calc(82px + env(safe-area-inset-bottom));max-width:280px;padding:10px 15px;border-radius:6px;background:#1f3027;color:#fff;font-size:12px;transform:translate(50%);animation:toast-out 2.4s forwards}.toast.error{background:#9d3535}@keyframes toast-out{0%,75%{opacity:1}to{opacity:0}}@media(min-width:700px){body{padding:18px 0}.mobile-app,.auth-page{min-height:calc(100dvh - 36px)}.bottom-nav{bottom:18px}.comment-composer{bottom:max(18px,var(--keyboard-offset, 0px))}.post-detail-view{height:calc(100dvh - 36px)}.post-detail-layout{height:calc(100dvh - 92px)}.share-backdrop{align-items:center}.share-sheet{border-radius:8px}}@media(max-width:360px){.post-actions button span{font-size:10px}.comment-item{grid-template-columns:34px minmax(0,1fr) 32px;padding-left:12px}.comment-avatar{width:34px;height:34px}.composer-tool{gap:3px;font-size:11px}}@media(max-height:560px){.post-media-stage{height:clamp(190px,58vw,280px)}}
