.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}.world-root{background:#000;position:absolute;inset:0;overflow:hidden}.world-pane{scroll-snap-type:y mandatory;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;position:absolute;inset:0;overflow-y:auto}.world-pane[hidden]{display:none}.world-chrome{z-index:var(--z-top-nav);padding:calc(env(safe-area-inset-top) + 8px) 12px 24px;pointer-events:none;background:linear-gradient(#0000008c,#0000);align-items:center;gap:8px;display:flex;position:absolute;top:0;left:0;right:0}.world-chrome>*{pointer-events:auto}.world-search{color:#fff;background:0 0;border:none;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.world-tabs{flex:1;justify-content:center;gap:20px;display:flex}.world-tab{color:#fff9;background:0 0;border:none;padding:4px 2px;font-size:15px;font-weight:500;position:relative}.world-tab.active{color:#fff;font-weight:600}.world-tab.active:after{content:"";background:#fff;border-radius:2px;width:18px;height:2px;position:absolute;bottom:-4px;left:50%;transform:translate(-50%)}.world-item{scroll-snap-align:start;scroll-snap-stop:always;background:#000;width:100%;height:100%;position:relative;overflow:hidden}.world-item-media{background:#000;width:100%;height:100%;position:absolute;inset:0}.world-item-video,.world-item-image{object-fit:cover;width:100%;height:100%;display:block}.world-item-carousel{scroll-snap-type:x mandatory;width:100%;height:100%;display:flex;overflow-x:auto}.world-item-carousel img{scroll-snap-align:center;object-fit:cover;flex:0 0 100%;width:100%;height:100%}.world-item-count{top:calc(env(safe-area-inset-top) + 60px);color:#fff;border-radius:var(--radius-full);background:#0000008c;padding:2px 8px;font-size:12px;position:absolute;right:12px}.world-item-text{text-align:center;justify-content:center;align-items:center;padding:40px 28px;display:flex;position:absolute;inset:0}.world-item-text p{color:#fff;white-space:pre-wrap;word-break:break-word;margin:0;font-size:22px;font-weight:600;line-height:30px}.world-item-scrim{pointer-events:none;background:linear-gradient(#0000,#0009);height:40%;position:absolute;bottom:0;left:0;right:0}.world-item-pause{color:#ffffffd9;pointer-events:none;opacity:0;width:64px;height:64px;transition:opacity .12s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.world-item-pause.visible{opacity:1}.world-item-pause svg{width:100%;height:100%}.world-item-rail{right:10px;bottom:calc(var(--bottom-nav-height) + env(safe-area-inset-bottom) + 16px);z-index:2;flex-direction:column;align-items:center;gap:18px;display:flex;position:absolute}.world-rail-avatar{border-radius:var(--radius-full);object-fit:cover;background:var(--color-content-2);border:2px solid #fff;width:46px;height:46px}.world-rail-action{color:#fff;background:0 0;border:none;flex-direction:column;align-items:center;gap:3px;display:flex}.world-rail-action svg{filter:drop-shadow(0 1px 2px #00000080);width:34px;height:34px}.world-rail-action span{text-shadow:0 1px 2px #00000080;font-size:12px;font-weight:600}.world-rail-action.liked{color:var(--color-primary)}.world-rail-action.collected{color:var(--color-secondary)}.world-rail-action:disabled{opacity:.5}.world-item-meta{left:12px;right:76px;bottom:calc(var(--bottom-nav-height) + env(safe-area-inset-bottom) + 16px);z-index:2;color:#fff;position:absolute}.world-meta-author{text-shadow:0 1px 2px #00000080;align-items:center;gap:6px;margin-bottom:6px;font-size:16px;font-weight:700;display:inline-flex}.world-meta-caption{text-shadow:0 1px 2px #00000080;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:14px;line-height:19px;display:-webkit-box;overflow:hidden}.world-meta-location{color:#ffffffd9;text-shadow:0 1px 2px #00000080;align-items:center;gap:4px;margin-top:6px;font-size:12px;display:inline-flex}.world-sentinel{scroll-snap-align:none;height:1px}.chat-screen{flex-direction:column;display:flex;position:absolute;inset:0}.chat-body{-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;gap:8px;padding:12px 12px 8px;display:flex;overflow-y:auto}.web-push-prompt{border:1px solid var(--color-divider);border-radius:var(--radius-md);background:var(--color-content-1);align-items:center;gap:12px;margin:0 16px 12px;padding:12px;display:flex}.web-push-prompt-copy{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.web-push-prompt-copy strong{font:700 14px/18px var(--font-display);color:var(--color-text)}.web-push-prompt-copy span{font:500 12px/16px var(--font-body);color:var(--color-text-tertiary)}.web-push-prompt-button{border-radius:var(--radius-sm);background:var(--color-text);color:var(--color-bg);font:700 12px/16px var(--font-body);border:none;flex:none;padding:8px 12px}.web-push-prompt-button:disabled{opacity:.6}.camp-announcement-banner{border-bottom:1px solid var(--color-divider);background:color-mix(in srgb, var(--color-secondary) 12%, var(--color-bg));flex:none;grid-template-columns:minmax(0,1fr) 34px;align-items:stretch;gap:6px;padding:8px 10px;display:grid}.camp-announcement-banner svg{flex:none;width:18px;height:18px}.camp-announcement-main,.camp-announcement-dismiss{color:inherit;background:0 0;border:none}.camp-announcement-main{text-align:left;min-width:0;color:var(--color-text);align-items:flex-start;gap:8px;padding:0;display:flex}.camp-announcement-copy{flex-direction:column;gap:1px;min-width:0;display:flex}.camp-announcement-title{color:var(--color-secondary);font:800 12px/16px var(--font-display);text-transform:uppercase;letter-spacing:0}.camp-announcement-meta{color:var(--color-text-tertiary);font-size:11px;line-height:14px}.camp-announcement-text{color:var(--color-text);word-break:break-word;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;line-height:18px;display:-webkit-box;overflow:hidden}.camp-announcement-text.expanded{-webkit-line-clamp:unset;display:block}.camp-announcement-dismiss{border-radius:var(--radius-full);width:34px;height:34px;color:var(--color-text-tertiary);justify-content:center;align-items:center;display:flex}.camp-announcement-dismiss:active{background:var(--color-content-2)}.battle-preparing-status{justify-content:space-between;align-items:center;gap:var(--space-3);border-bottom:1px solid var(--color-divider);background:var(--color-content-1);flex:none;padding:12px 16px;display:flex}.battle-preparing-status span{color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:0;font-size:12px}.battle-preparing-status strong{min-width:0;font:700 14px/20px var(--font-display);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.battle-pk-wrap{background:var(--color-content-1);flex:none;padding:8px 12px 6px}.battle-pk-meta{justify-content:space-between;gap:var(--space-3);color:var(--color-text);font:700 12px/16px var(--font-display);margin-bottom:4px;display:flex}.battle-pk-meta span{white-space:nowrap;text-overflow:ellipsis;min-width:0;max-width:46%;overflow:hidden}.battle-pkbar{border-radius:var(--radius-full);background:var(--color-content-2);height:30px;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff29}.battle-pk-side{min-width:0;transition:width .22s}.battle-pk-red{background:radial-gradient(circle,#ff3d51 0%,#ff6175 60%,#ff8599 100%)}.battle-pk-blue{background:radial-gradient(circle,#00bfaf 0%,#0cd4c5 60%,#17e8da 100%)}.battle-pk-vs,.battle-pk-state{pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.battle-pk-vs img{width:26px;height:26px}.battle-pk-state{border-radius:var(--radius-full);color:#fff;min-width:78px;height:22px;font:800 12px/22px var(--font-display);background:#0000006b}.battle-member-bar{z-index:12;justify-content:space-between;align-items:center;gap:var(--space-3);border-bottom:1px solid var(--color-divider);background:var(--color-bg);flex:none;height:44px;padding:7px 12px;display:flex;position:relative}.battle-member-team{align-items:center;gap:6px;min-width:0;display:flex}.battle-member-team.right{justify-content:flex-end}.battle-member-seat{border-radius:var(--radius-full);background:var(--color-content-2);width:28px;height:28px;color:var(--color-text-tertiary);font:700 11px/1 var(--font-display);border:2px solid #ffffff2e;flex:none;justify-content:center;align-items:center;display:flex;overflow:hidden}.battle-member-seat.red{border-color:color-mix(in srgb, var(--color-primary) 70%, white 20%)}.battle-member-seat.blue{border-color:color-mix(in srgb, var(--color-secondary) 72%, white 18%)}.battle-member-seat img{object-fit:cover;width:100%;height:100%}.battle-stats-button{border:1px solid var(--color-divider);border-radius:var(--radius-full);background:var(--color-content-1);min-width:54px;height:30px;color:var(--color-text-secondary);flex:none;justify-content:center;align-items:center;gap:4px;padding:2px 9px;display:flex}.battle-stats-button.open{border-color:var(--color-secondary);color:var(--color-secondary)}.battle-stats-button img{width:22px;height:22px}.battle-stats-button span{min-width:14px;font:700 11px/1 var(--font-display)}.battle-stats-scrim{z-index:10;background:#0000007a;border:none;position:absolute;inset:126px 0 0}.battle-stats-panel{z-index:11;border:1px solid var(--color-divider);border-radius:var(--radius-md);background:var(--color-content-1);max-height:min(460px,100dvh - 176px);position:absolute;top:136px;left:8px;right:8px;overflow:hidden;box-shadow:0 20px 60px #00000073}.battle-stats-handle{border-radius:var(--radius-full);background:var(--color-divider);width:42px;height:4px;margin:8px auto 4px}.battle-stats-head{border-bottom:1px solid var(--color-divider);justify-content:space-between;align-items:center;padding:4px 12px 10px;display:flex}.battle-stats-head span{font:700 16px/22px var(--font-display)}.battle-stats-head button{color:var(--color-secondary);background:0 0;border:none;font-weight:700}.battle-stats-grid{background:var(--color-divider);grid-template-columns:1fr 1fr;gap:1px;display:grid}.battle-stats-team{background:var(--color-content-1);min-width:0}.battle-stats-team h3{font:700 13px/18px var(--font-display);white-space:nowrap;text-overflow:ellipsis;margin:0;padding:10px 12px 6px;overflow:hidden}.battle-stats-list{max-height:320px;padding:0 8px 10px;overflow-y:auto}.battle-stats-row{grid-template-columns:18px 28px minmax(0,1fr) auto;align-items:center;gap:7px;min-height:42px;padding:6px 0;display:grid}.battle-stats-rank{font:800 12px/1 var(--font-display)}.battle-stats-rank.red{color:var(--color-primary-bright)}.battle-stats-rank.blue{color:var(--color-secondary)}.battle-stats-row img,.battle-stats-avatar-fallback{border-radius:var(--radius-full);background:var(--color-content-2);object-fit:cover;width:28px;height:28px}.battle-stats-member{flex-direction:column;min-width:0;display:flex}.battle-stats-member strong,.battle-stats-member span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.battle-stats-member strong{color:var(--color-text);font-size:12px}.battle-stats-member span,.battle-stats-empty{color:var(--color-text-tertiary);font-size:11px}.battle-stats-row b{font:800 12px/1 var(--font-display)}.battle-settlement-overlay{z-index:var(--z-lightbox);background:#000000c7;justify-content:center;align-items:center;padding:24px;display:flex;position:absolute;inset:0}.battle-settlement-card{border:1px solid var(--color-divider);border-radius:var(--radius-md);background:var(--color-content-1);text-align:center;width:min(100%,360px);padding:22px;box-shadow:0 24px 80px #00000080}.battle-settlement-kicker{color:var(--color-secondary);font:800 12px/16px var(--font-display);text-transform:uppercase;letter-spacing:0}.battle-settlement-card h2{font:800 28px/32px var(--font-display);margin:8px 0 16px}.battle-settlement-score{color:var(--color-text-secondary);grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;display:grid}.battle-settlement-score span{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.battle-settlement-score strong{color:var(--color-text);font:800 24px/1 var(--font-display)}.battle-settlement-mvp{border-radius:var(--radius-sm);background:var(--color-content-2);justify-content:space-between;align-items:center;gap:8px;margin-top:16px;padding:12px;display:flex}.battle-settlement-mvp span{color:var(--color-text-tertiary);font-size:12px}.battle-settlement-mvp strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.battle-settlement-card p{color:var(--color-text-secondary);margin:14px 0}.battle-settlement-card .auth-button{width:100%}.msg-row{align-items:flex-end;gap:8px;display:flex}.msg-row.own{flex-direction:row-reverse}.msg-avatar{border-radius:var(--radius-full);object-fit:cover;background:var(--color-content-2);flex:none;width:28px;height:28px}.msg-bubble{word-break:break-word;white-space:pre-wrap;background:var(--color-content-2);max-width:72%;color:var(--color-text);border-radius:16px;padding:8px 12px;font-size:15px;line-height:20px}.msg-row.own .msg-bubble{background:var(--color-primary);color:#fff}.msg-bubble.media{padding:4px;overflow:hidden}.msg-image,.msg-video{border-radius:12px;max-width:220px;max-height:280px;display:block}.msg-sticker{object-fit:contain;width:120px;height:120px}.msg-author-name{color:var(--color-text-secondary);margin-bottom:2px;font-size:12px}.msg-author-name.own{align-self:flex-end}.msg-role-badge{border-radius:var(--radius-full);background:var(--color-divider);color:var(--color-text-secondary);margin-left:4px;padding:1px 5px;font-size:10px}.msg-role-badge.owner{background:color-mix(in srgb, var(--color-primary) 18%, var(--color-content-1));color:var(--color-primary-bright)}.msg-role-badge.admin{background:color-mix(in srgb, var(--color-secondary) 18%, var(--color-content-1));color:var(--color-secondary)}.msg-reactions{gap:4px;margin-top:2px;display:flex}.msg-reaction{background:var(--color-content-1);border:1px solid var(--color-divider);border-radius:var(--radius-full);padding:1px 6px;font-size:12px}.msg-system{color:var(--color-text-tertiary);text-align:center;align-self:center;padding:4px 12px;font-size:12px}.msg-share-card{background:var(--color-content-1);border:1px solid var(--color-divider);border-radius:12px;width:220px;display:block;overflow:hidden}.msg-share-card img{object-fit:cover;width:100%;height:110px}.msg-share-card-body{padding:8px 10px}.msg-share-card-title{color:var(--color-text);font-size:13px;font-weight:600}.msg-share-card-sub{color:var(--color-text-secondary);font-size:12px}.msg-event-card{border-radius:var(--radius-sm);background:var(--color-content-1);min-width:150px;color:var(--color-text);border:1px solid var(--color-divider);flex-direction:column;gap:2px;padding:10px 12px;display:inline-flex}.msg-event-card b{font:800 13px/18px var(--font-display)}.msg-event-card.prop-crit,.msg-event-card.game-point{border-color:color-mix(in srgb, var(--color-primary) 55%, var(--color-divider))}.msg-event-card.prop-invite,.msg-event-card.battle-start{border-color:color-mix(in srgb, var(--color-secondary) 55%, var(--color-divider))}.msg-event-card.announcement{border-color:color-mix(in srgb, var(--color-secondary) 55%, var(--color-divider));background:color-mix(in srgb, var(--color-secondary) 10%, var(--color-content-1))}.msg-time{color:var(--color-text-tertiary);margin-top:2px;font-size:10px}.msg-read{color:var(--color-text-tertiary);text-align:right;font-size:10px}.chat-preview-strip{gap:var(--space-2);padding:var(--space-2) var(--space-3) 0;border-top:1px solid var(--color-divider);background:var(--color-bg);flex:none;display:flex;overflow-x:auto}.chat-preview-thumb{border-radius:var(--radius-sm);background:var(--color-content-2);flex:none;width:64px;height:64px;position:relative;overflow:hidden}.chat-preview-thumb img,.chat-preview-thumb video{object-fit:cover;width:100%;height:100%}.chat-preview-remove{top:var(--space-1);right:var(--space-1);border-radius:var(--radius-full);background:var(--color-content-1);width:20px;height:20px;color:var(--color-text);border:none;justify-content:center;align-items:center;display:flex;position:absolute}.chat-composer{padding:8px 12px calc(8px + env(safe-area-inset-bottom));border-top:1px solid var(--color-divider);background:var(--color-bg);flex:none;align-items:flex-end;gap:8px;display:flex}.chat-input{border-radius:var(--radius-lg);background:var(--color-content-2);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}.chat-permission-bar{padding:14px 16px calc(14px + env(safe-area-inset-bottom));border-top:1px solid var(--color-divider);text-align:center;color:var(--color-text-secondary);background:var(--color-bg);flex:none;font-size:13px}.camp-muted-bar{border-bottom:none;border-left:none;border-right:none;justify-content:center;align-items:center;gap:8px;width:100%;min-height:58px;display:flex}.camp-muted-bar svg{flex:none;width:16px;height:16px}.chat-typing{color:var(--color-text-tertiary);padding:2px 12px;font-size:12px}.channel-list{flex-direction:column;display:flex}.channel-item{text-align:left;background:0 0;border:none;align-items:center;gap:12px;width:100%;padding:12px 16px;display:flex}.channel-avatar{border-radius:var(--radius-full);object-fit:cover;background:var(--color-content-2);flex:none;width:52px;height:52px}.channel-main{flex:1;min-width:0}.channel-top-line{justify-content:space-between;gap:8px;display:flex}.channel-name{color:var(--color-text);white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:600;overflow:hidden}.channel-time{color:var(--color-text-tertiary);flex:none;font-size:12px}.channel-preview{color:var(--color-text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.channel-unread{border-radius:var(--radius-full);background:var(--color-primary);color:#fff;text-align:center;flex:none;min-width:18px;height:18px;padding:0 5px;font-size:11px;line-height:18px}.screen-header{z-index:var(--z-top-nav);background:var(--color-bg);border-bottom:1px solid var(--color-divider);align-items:center;gap:8px;height:52px;padding:0 8px;display:flex;position:sticky;top:0}.screen-header-back{width:44px;height:44px;color:var(--color-text);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.screen-header-titles{flex-direction:column;flex:1;min-width:0;display:flex}.screen-header-title{white-space:nowrap;text-overflow:ellipsis;font-size:16px;font-weight:600;overflow:hidden}.screen-header-subtitle{color:var(--color-text-secondary);font-size:12px}.screen-header-right{justify-content:flex-end;align-items:center;min-width:44px;display:flex}.profile-bg{background:var(--color-content-2);background-position:50%;background-size:cover;height:140px}.profile-head{margin-top:-36px;padding:0 16px 16px}.profile-avatar{border-radius:var(--radius-full);border:3px solid var(--color-bg);object-fit:cover;background:var(--color-content-2);width:72px;height:72px}.profile-name{margin:8px 0 0;font-size:20px;font-weight:700}.profile-handle{color:var(--color-text-tertiary);font-size:13px}.profile-bio{margin:8px 0;font-size:14px;line-height:20px}.profile-stats{gap:24px;margin:12px 0;display:flex}.profile-stat{flex-direction:column;display:flex}.profile-stat-num{font-family:var(--font-display);font-size:16px;font-weight:600}.profile-stat-label{color:var(--color-text-tertiary);font-size:12px}.profile-cta{gap:8px;margin-top:8px;display:flex}.profile-cta button{border-radius:var(--radius-md);border:1px solid var(--color-divider);height:40px;color:var(--color-text);background:0 0;flex:1;font-size:14px;font-weight:600}.profile-cta button.primary{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.post-grid{grid-template-columns:repeat(3,1fr);gap:2px;display:grid}.post-grid-cell{aspect-ratio:1;background:var(--color-content-1);border:none;padding:0;position:relative;overflow:hidden}.post-grid-cell img{object-fit:cover;width:100%;height:100%}.post-grid-cell .grid-text{color:var(--color-text-secondary);text-align:left;-webkit-line-clamp:4;-webkit-box-orient:vertical;padding:8px;font-size:12px;display:-webkit-box;overflow:hidden}.replay-director-screen{background:#111318;justify-content:center;align-items:center;min-height:100dvh;padding:24px;display:flex}.replay-phone-frame{background:var(--color-background);border:1px solid #ffffff14;flex-direction:column;width:min(100vw,430px);height:min(100dvh,932px);display:flex;overflow:hidden;box-shadow:0 24px 80px #00000061}.replay-header{background:var(--color-content-1);border-bottom:1px solid var(--color-border);padding:14px 16px 10px}.replay-title{color:var(--color-text-strong);white-space:nowrap;text-overflow:ellipsis;font-size:17px;font-weight:700;line-height:1.25;overflow:hidden}.replay-subtitle{color:var(--color-text-muted);white-space:nowrap;text-overflow:ellipsis;margin-top:3px;font-size:12px;overflow:hidden}.replay-battle-status{background:var(--color-content-1);flex-direction:column;gap:8px;padding:8px 12px;display:flex}.replay-message-list{background:var(--color-background);flex-direction:column;flex:1;justify-content:flex-end;gap:2px;padding:12px 12px 18px;display:flex;overflow:hidden}.replay-message-wrap{flex:none}.replay-system-row{max-width:80%;color:var(--color-text-tertiary);text-align:center;align-self:center;margin:6px 0;padding:4px 12px;font-size:12px;line-height:16px}.replay-message-wrap.side-blue .msg-bubble{background:color-mix(in srgb, var(--color-secondary) 16%, var(--color-content-1))}.replay-message-wrap.side-red .msg-bubble{background:color-mix(in srgb, var(--color-primary) 12%, var(--color-content-1))}.replay-message-wrap .msg-bubble{min-width:104px}@media (width<=520px){.replay-director-screen{background:var(--color-background);padding:0}.replay-phone-frame{width:100vw;height:100dvh;box-shadow:none;border:0}}: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}}
