.core-tab-bar{width:100%;max-width:480px;height:calc(var(--bottom-nav-height) + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);background:var(--color-content-1);border-top:1px solid var(--color-divider);z-index:var(--z-bottom-nav);align-items:stretch;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.core-tab-item{color:var(--color-text-tertiary);background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2px;min-height:44px;font-size:10px;font-weight:500;text-decoration:none;display:flex}.core-tab-item.active{color:var(--color-primary-bright)}.core-tab-item svg{width:24px;height:24px}.core-tab-create{background:0 0;border:none;flex:1;justify-content:center;align-items:center;display:flex}.core-tab-create-button{border-radius:var(--radius-md);background:var(--color-primary);color:#fff;border:none;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.core-tab-create-button svg{width:24px;height:24px}.core-tab-badge{border-radius:var(--radius-full);background:var(--color-primary);color:#fff;text-align:center;min-width:16px;height:16px;margin-left:16px;padding:0 4px;font-size:10px;line-height:16px;position:absolute;top:4px}.toast-viewport{left:50%;bottom:calc(var(--bottom-nav-height) + env(safe-area-inset-bottom) + 12px);width:100%;max-width:480px;z-index:var(--z-toast);pointer-events:none;flex-direction:column;align-items:center;gap:8px;padding:0 16px;display:flex;position:fixed;transform:translate(-50%)}.toast{pointer-events:auto;border-radius:var(--radius-md);max-width:100%;color:var(--color-text);background:var(--color-content-2);text-align:left;border:none;padding:10px 16px;font-size:13px;line-height:18px;box-shadow:0 6px 20px #0006}.toast-success{background:var(--color-content-2);border-left:3px solid var(--color-success)}.toast-error{background:var(--color-content-2);border-left:3px solid var(--color-danger)}.toast-with-action{justify-content:space-between;align-items:center;gap:16px;width:100%;padding:12px 16px;font-size:14px;display:flex}.toast-message{flex:1;font-weight:600}.toast-action{color:var(--color-text-secondary);background:0 0;border:none;flex:none;align-items:center;gap:2px;padding:0;font-size:14px;font-weight:500;display:inline-flex}.toast-action-chevron{font-size:18px;line-height:1}.sheet-backdrop{z-index:var(--z-sheet);background:#0000008c;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.sheet{background:var(--color-content-1);width:100%;max-width:480px;color:var(--color-text);border-radius:var(--radius-lg) var(--radius-lg) 0 0;padding-bottom:env(safe-area-inset-bottom);flex-direction:column;animation:.28s sheet-up;display:flex}.sheet-light{color:#111114;background:#fff}@keyframes sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.sheet-handle{border-radius:var(--radius-full);background:var(--color-divider);flex:none;width:36px;height:4px;margin:8px auto 4px}.sheet-light .sheet-handle{background:#00000026}.sheet-header{flex:none;justify-content:space-between;align-items:center;padding:8px 16px 12px;display:flex}.sheet-title{font-size:16px;font-weight:600}.sheet-close{width:32px;height:32px;color:inherit;background:0 0;border:none;justify-content:center;align-items:center;display:flex}.sheet-close svg{width:22px;height:22px}.sheet-body{padding:0 16px 16px;overflow-y:auto}.auth-form{flex-direction:column;gap:16px;padding:4px 0 8px;display:flex}.auth-heading{font-family:var(--font-display);margin:0;font-size:22px;font-weight:600;line-height:28px}.auth-sub{color:var(--color-text-secondary);margin:-8px 0 0;font-size:13px;line-height:18px}.auth-field{flex-direction:column;gap:6px;display:flex}.auth-label{color:var(--color-text-secondary);font-size:12px}.auth-input{border-radius:var(--radius-md);border:1px solid var(--color-divider);background:var(--color-content-2);width:100%;height:48px;color:var(--color-text);padding:0 14px;font-family:inherit;font-size:16px}.auth-input:focus{border-color:var(--color-primary);outline:none}.auth-otp-input{letter-spacing:8px;text-align:center;font-family:var(--font-display)}.auth-button{border-radius:var(--radius-md);background:var(--color-primary);color:#fff;border:none;width:100%;height:48px;font-size:16px;font-weight:600}.auth-button:disabled{opacity:.5}.auth-text-button{color:var(--color-text-secondary);background:0 0;border:none;padding:8px;font-size:13px}.auth-text-button.accent{color:var(--color-primary-bright)}.auth-error{color:var(--color-danger);margin:0;font-size:13px}.auth-oauth-list{flex-direction:column;gap:8px;display:flex}.auth-oauth-button{border-radius:var(--radius-md);border:1px solid var(--color-divider);background:var(--color-bg);width:100%;min-height:44px;color:var(--color-text);justify-content:center;align-items:center;gap:10px;padding:0 14px;font-family:inherit;font-size:14px;font-weight:600;display:flex}.auth-oauth-button:disabled{opacity:.6}.auth-oauth-mark{border-radius:var(--radius-full);background:var(--color-content-2);width:22px;height:22px;color:var(--color-text);font-family:var(--font-display);flex:0 0 22px;justify-content:center;align-items:center;font-size:13px;line-height:1;display:inline-flex}.auth-avatar-field{align-items:center;gap:var(--space-2);flex-direction:column;display:flex}.auth-avatar-button{border-radius:var(--radius-full);border:1px solid var(--color-divider);background:var(--color-content-2);width:88px;height:88px;color:var(--color-text-secondary);justify-content:center;align-items:center;padding:0;display:flex;position:relative;overflow:hidden}.auth-avatar-button:disabled{opacity:.7}.auth-avatar-placeholder{width:28px;height:28px}.auth-avatar-image{object-fit:cover;width:100%;height:100%}.auth-avatar-overlay{background:color-mix(in srgb, var(--color-bg) 72%, transparent);color:var(--color-text);justify-content:center;align-items:center;font-size:12px;font-weight:600;display:flex;position:absolute;inset:0}.auth-avatar-status{color:var(--color-text-secondary);margin:0;font-size:12px}.auth-divider{text-align:center;color:var(--color-text-tertiary);font-size:12px}.auth-tabs{border-radius:var(--radius-md);background:var(--color-content-2);gap:4px;padding:4px;display:flex}.auth-tab{border-radius:var(--radius-sm);height:36px;color:var(--color-text-secondary);background:0 0;border:none;flex:1;font-family:inherit;font-size:14px;font-weight:600}.auth-tab.active{background:var(--color-bg);color:var(--color-text)}.auth-phone{border-radius:var(--radius-md);border:1px solid var(--color-divider);background:var(--color-content-2);align-items:center;height:48px;display:flex;position:relative}.auth-phone:focus-within{border-color:var(--color-primary)}.auth-phone--error{border-color:var(--color-danger)}.auth-phone-country{height:100%;color:var(--color-text);background:0 0;border:none;align-items:center;gap:6px;padding:0 14px;font-family:inherit;display:flex}.auth-phone-country:disabled{cursor:default}.auth-phone-flag{font-size:20px}.auth-phone-dial{color:var(--color-text);font-size:16px}.auth-phone-caret{color:var(--color-text-secondary);font-size:11px}.auth-phone-divider{background:var(--color-divider);width:1px;height:24px}.auth-phone-input{min-width:0;height:100%;color:var(--color-text);background:0 0;border:none;flex:1;padding:0 14px;font-family:inherit;font-size:16px}.auth-phone-input:focus{outline:none}.auth-phone-picker{z-index:10;border-radius:var(--radius-md);border:1px solid var(--color-divider);background:var(--color-bg);margin:0;padding:4px;list-style:none;position:absolute;top:calc(100% + 6px);left:0;right:0;box-shadow:0 8px 24px #0000002e}.auth-phone-option{border-radius:var(--radius-sm);width:100%;height:44px;color:var(--color-text);background:0 0;border:none;align-items:center;gap:10px;padding:0 10px;font-family:inherit;font-size:15px;display:flex}.auth-phone-option:hover{background:var(--color-content-2)}.auth-phone-option-name{text-align:left;flex:1}.centered-message{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:40dvh;padding:48px 24px;display:flex}.centered-message-title{color:var(--color-text);margin:0;font-size:16px;font-weight:600}.centered-message-desc{color:var(--color-text-secondary);max-width:280px;margin:0;font-size:13px}.comment-sheet-header{flex:none;justify-content:space-between;align-items:center;padding:8px 16px 12px;display:flex}.comment-sheet-title{font-size:15px;font-weight:600}.comment-sort{gap:12px;display:flex}.comment-sort button{color:var(--color-text-tertiary);background:0 0;border:none;padding:2px;font-size:13px}.comment-sort button.active{color:var(--color-primary);font-weight:600}.comment-list{flex-direction:column;gap:4px;display:flex}.comment-row{gap:10px;padding:10px 0;display:flex}.comment-row.is-reply{padding-left:44px}.comment-avatar{border-radius:var(--radius-full);object-fit:cover;background:var(--color-content-2);flex:none;width:34px;height:34px}.comment-main{flex:1;min-width:0}.comment-author-line{margin-bottom:2px;font-size:13px;font-weight:600}.comment-reply-to{color:var(--color-text-tertiary);font-weight:400}.comment-text{white-space:pre-wrap;word-break:break-word;margin:0 0 4px;font-size:14px;line-height:20px}.comment-meta{color:var(--color-text-tertiary);align-items:center;gap:16px;font-size:12px;display:flex}.comment-meta button{color:inherit;background:0 0;border:none;align-items:center;gap:4px;min-height:32px;font-size:12px;display:inline-flex}.comment-meta button.active{color:var(--color-primary)}.comment-view-replies{color:var(--color-secondary);background:0 0;border:none;padding:6px 0;font-size:13px}.comment-image-grid{gap:4px;max-width:240px;margin:6px 0;display:grid}.comment-image-grid.cols-1{grid-template-columns:1fr;max-width:180px}.comment-image-grid.cols-2{grid-template-columns:1fr 1fr}.comment-image-grid.cols-3{grid-template-columns:1fr 1fr 1fr}.comment-image-cell{aspect-ratio:1;border-radius:var(--radius-sm);position:relative;overflow:hidden}.comment-image-cell img{object-fit:cover;width:100%;height:100%;display:block}.comment-image-more{color:#fff;background:#00000080;justify-content:center;align-items:center;font-size:18px;font-weight:600;display:flex;position:absolute;inset:0}.comment-composer{border-top:1px solid var(--color-divider);padding:8px 12px calc(8px + env(safe-area-inset-bottom));flex-direction:column;flex:none;gap:8px;display:flex}.comment-composer-reply-hint{color:var(--color-text-secondary);justify-content:space-between;font-size:12px;display:flex}.comment-composer-row{align-items:flex-end;gap:8px;display:flex}.comment-input{border-radius:var(--radius-lg);background:var(--color-divider);min-height:40px;max-height:120px;color:var(--color-text);resize:none;border:none;flex:1;padding:9px 12px;font-family:inherit;font-size:15px}.comment-sheet-light .comment-input{color:#111;background:#0000000f}.comment-composer-actions{align-items:center;gap:4px;display:flex}.comment-icon-button{width:40px;height:40px;color:var(--color-text-secondary);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.comment-send{color:var(--color-primary)}.comment-send:disabled{color:var(--color-text-tertiary)}.comment-preview-strip{gap:8px;display:flex;overflow-x:auto}.comment-preview-thumb{border-radius:var(--radius-sm);flex:none;width:56px;height:56px;position:relative;overflow:hidden}.comment-preview-thumb img{object-fit:cover;width:100%;height:100%}.comment-preview-remove{border-radius:var(--radius-full);color:#fff;background:#0009;border:none;justify-content:center;align-items:center;width:18px;height:18px;font-size:12px;line-height:1;display:flex;position:absolute;top:2px;right:2px}.comment-failure{color:var(--color-danger);border-radius:var(--radius-sm);background:#ff453a26;justify-content:space-between;align-items:center;padding:8px 12px;font-size:13px;display:flex}.comment-failure button{color:var(--color-danger);background:0 0;border:none;font-size:13px;font-weight:600}.lightbox{z-index:var(--z-lightbox);background:#000;flex-direction:column;display:flex;position:fixed;inset:0}.lightbox-top{padding:calc(env(safe-area-inset-top) + 12px) 16px 12px;color:#fff;justify-content:space-between;align-items:center;display:flex}.lightbox-stage{scroll-snap-type:x mandatory;flex:1;display:flex;overflow-x:auto}.lightbox-stage img{scroll-snap-align:center;object-fit:contain;flex:0 0 100%;width:100%}.lightbox-close,.lightbox-counter{color:#fff;background:0 0;border:none;font-size:14px}.ni-reasons{flex-direction:column;gap:14px;padding:4px 0 8px;display:flex}.ni-title{font-family:var(--font-display);color:#18181a;margin:0;font-size:18px;font-weight:700;line-height:24px}.ni-section-label{color:#18181a;margin:4px 0 -4px;font-size:16px;font-weight:500;line-height:20px}.ni-chips{flex-wrap:wrap;gap:8px;display:flex}.ni-chip{text-align:left;background:#f7f7f8;border:1px solid #0000;border-radius:8px;flex-direction:column;align-items:flex-start;gap:2px;min-width:96px;padding:10px 14px;display:flex}.ni-chip-label{color:#18181a;font-size:16px;font-weight:500;line-height:20px}.ni-chip-value{color:#747583;white-space:nowrap;text-overflow:ellipsis;max-width:200px;font-size:14px;line-height:16px;overflow:hidden}.ni-flag{color:#18181a;background:#f7f7f8;border:1px solid #0000;border-radius:8px;padding:10px 16px;font-size:16px;font-weight:500;line-height:20px}.ni-chip.selected,.ni-flag.selected{border-color:var(--color-primary);color:var(--color-primary);background:#ff3d5114}.ni-chip.selected .ni-chip-label{color:var(--color-primary)}.ni-submit{background:var(--color-primary);color:#fff;border:none;border-radius:12px;width:100%;height:48px;margin-top:6px;font-size:16px;font-weight:700}.post-card{background:var(--color-bg);border-bottom:8px solid var(--color-content-1);position:relative}.post-author{align-items:center;gap:10px;padding:12px 16px;display:flex}.post-avatar{border-radius:var(--radius-full);object-fit:cover;background:var(--color-content-2);flex:none;width:40px;height:40px}.post-author-meta{flex-direction:column;min-width:0;display:flex}.post-author-name{color:var(--color-text);font-size:14px;font-weight:600}.post-author-handle{color:var(--color-text-tertiary);font-size:12px}.post-body{padding:0 16px 4px}.post-title{margin:0 0 4px;font-size:16px;font-weight:600;line-height:22px}.post-text{white-space:pre-wrap;word-break:break-word;margin:0 0 8px;font-size:14px;line-height:20px}.post-hashtags{flex-wrap:wrap;gap:6px;margin-bottom:8px;display:flex}.post-hashtag{color:var(--color-secondary);font-size:13px}.post-location{color:var(--color-text-secondary);align-items:center;gap:4px;margin-bottom:8px;font-size:12px;display:inline-flex}.post-media{background:#000;width:100%;position:relative}.post-media-single{object-fit:contain;width:100%;max-height:70vh;display:block}.post-media-video{background:#000;width:100%;max-height:70vh;display:block}.post-media-carousel{scroll-snap-type:x mandatory;gap:2px;display:flex;overflow-x:auto}.post-media-carousel img{scroll-snap-align:center;object-fit:cover;flex:0 0 100%;width:100%;max-height:70vh}.post-media-count{color:#fff;border-radius:var(--radius-full);background:#0000008c;padding:2px 8px;font-size:12px;position:absolute;top:10px;right:12px}.post-actions{align-items:center;gap:18px;padding:10px 16px 14px;display:flex}.post-action{color:var(--color-text-secondary);background:0 0;border:none;align-items:center;gap:6px;min-height:44px;font-size:13px;display:inline-flex}.post-action svg{width:24px;height:24px}.post-action.liked{color:var(--color-primary)}.post-action.collected{color:var(--color-secondary)}.post-action-spacer{flex:1}.post-more-menu{flex-direction:column;display:flex}.post-more-item{width:100%;color:var(--color-text);text-align:left;border:none;border-bottom:1px solid var(--color-divider);background:0 0;padding:15px 4px;font-size:15px}.post-more-item:last-child{border-bottom:none}.create-post-form{flex-direction:column;gap:14px;padding:2px 0 4px;display:flex}.create-post-input{width:100%;min-height:132px;max-height:32dvh;color:var(--color-text);resize:vertical;background:0 0;border:none;padding:12px 0;font-family:inherit;font-size:18px;line-height:26px}.create-post-input:focus{outline:none}.create-post-input::placeholder{color:var(--color-text-tertiary)}.create-post-preview{border-radius:var(--radius-md);background:#000;width:100%;max-height:46dvh;position:relative;overflow:hidden}.create-post-preview img,.create-post-preview video{object-fit:contain;width:100%;max-height:46dvh;display:block}.create-post-remove{border-radius:var(--radius-full);color:#fff;background:#0000009e;border:none;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:absolute;top:8px;right:8px}.create-post-remove svg{width:18px;height:18px}.create-post-error{color:var(--color-danger);margin:0;font-size:13px;line-height:18px}.create-post-toolbar{border-top:1px solid var(--color-divider);align-items:center;gap:8px;padding-top:2px;display:flex}.create-post-tool{width:40px;height:40px;color:var(--color-text-secondary);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.create-post-tool:disabled{opacity:.45}.create-post-tool svg{width:24px;height:24px}.create-post-toolbar-spacer{flex:1}.create-post-submit{border-radius:var(--radius-md);background:var(--color-primary);color:#fff;border:none;justify-content:center;align-items:center;gap:8px;min-width:96px;height:40px;padding:0 14px;font-size:15px;font-weight:600;display:inline-flex}.create-post-submit svg{width:18px;height:18px}.create-post-submit:disabled{opacity:.5}:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--font-display:"Space Grotesk", system-ui, sans-serif;--font-text:"Be Vietnam Pro", system-ui, sans-serif;--color-bg:#000;--color-text:#f7f7f8;--color-text-secondary:#b8b9c1;--color-text-tertiary:#6f707a;--color-content-1:#18181a;--color-content-2:#2d2e33;--color-divider:#ffffff1a;--color-primary:#ff3d51;--color-primary-bright:#ff6e7e;--color-secondary:#00c6c4;--color-danger:#ff453a;--color-success:#30d158;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-6:24px;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--radius-full:9999px;--bottom-nav-height:49px;--z-content:0;--z-top-nav:10;--z-bottom-nav:20;--z-composer:30;--z-sheet:40;--z-lightbox:50;--z-toast:60}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--color-bg);color:var(--color-text);font-family:var(--font-text);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-size:14px;line-height:20px}button{cursor:pointer;font-family:inherit}a{color:inherit;text-decoration:none}#root{min-height:100dvh}.app-shell{background:var(--color-bg);width:100%;max-width:480px;min-height:100dvh;margin:0 auto;position:relative;overflow-x:hidden}.screen{min-height:100dvh;padding-bottom:calc(var(--bottom-nav-height) + env(safe-area-inset-bottom))}.scroll-y{-webkit-overflow-scrolling:touch;overflow-y:auto}@media (prefers-reduced-motion:reduce){*{transition-duration:.01ms!important;animation-duration:.01ms!important}}
