:root{--adm-radius-s: 4px;--adm-radius-m: 8px;--adm-radius-l: 12px;--adm-font-size-1: 9px;--adm-font-size-2: 10px;--adm-font-size-3: 11px;--adm-font-size-4: 12px;--adm-font-size-5: 13px;--adm-font-size-6: 14px;--adm-font-size-7: 15px;--adm-font-size-8: 16px;--adm-font-size-9: 17px;--adm-font-size-10: 18px;--adm-color-primary: #1677ff;--adm-color-success: #00b578;--adm-color-warning: #ff8f1f;--adm-color-danger: #ff3141;--adm-color-yellow: #ff9f18;--adm-color-orange: #ff6430;--adm-color-wathet: #e7f1ff;--adm-color-text: #333333;--adm-color-text-secondary: #666666;--adm-color-weak: #999999;--adm-color-light: #cccccc;--adm-color-border: #eeeeee;--adm-color-background: #ffffff;--adm-color-highlight: var(--adm-color-danger);--adm-color-white: #ffffff;--adm-color-box: #f5f5f5;--adm-color-text-light-solid: var(--adm-color-white);--adm-color-text-dark-solid: #000000;--adm-color-fill-content: var(--adm-color-box);--adm-font-size-main: var(--adm-font-size-5);--adm-font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, segoe ui, arial, roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;--adm-border-color: var(--adm-color-border)}html[data-prefers-color-scheme=dark]{--adm-color-primary: #3086ff;--adm-color-success: #34b368;--adm-color-warning: #ffa930;--adm-color-danger: #ff4a58;--adm-color-yellow: #ffa930;--adm-color-orange: #e65a2b;--adm-color-wathet: #0d2543;--adm-color-text: #e6e6e6;--adm-color-text-secondary: #b3b3b3;--adm-color-weak: #808080;--adm-color-light: #4d4d4d;--adm-color-border: #2b2b2b;--adm-color-box: #0a0a0a;--adm-color-background: #1a1a1a;--adm-color-background-body: var(--adm-color-background);--adm-border-color: var(--adm-color-border)}:root{-webkit-tap-highlight-color:rgba(0,0,0,0)}html{background-color:var(--adm-color-background-body)}body{color:var(--adm-color-text);font-size:var(--adm-font-size-main);font-family:var(--adm-font-family)}a,button{cursor:pointer}a{color:var(--adm-color-primary);transition:opacity ease-in-out .2s}a:active{opacity:.8}.adm-plain-anchor{color:unset;transition:none}.adm-plain-anchor:active{opacity:unset}body.adm-overflow-hidden{overflow:hidden!important}div.adm-px-tester{--size: 1;height:calc(var(--size) / 2 * 2px);width:0;position:fixed;left:-100vw;top:-100vh;-webkit-user-select:none;user-select:none;pointer-events:none}.adm-action-sheet-popup>.adm-popup-body{border-top-left-radius:8px;border-top-right-radius:8px;overflow:hidden}.adm-action-sheet-extra{display:flex;justify-content:center;color:var(--adm-color-weak);font-size:var(--adm-font-size-7);padding:18px 12px;border-bottom:1px solid var(--adm-color-border)}.adm-action-sheet-button-list,.adm-action-sheet-button-item-wrapper{border-bottom:1px solid var(--adm-color-border)}.adm-action-sheet-button-item-wrapper:last-child{border-bottom:none}.adm-action-sheet-button-item{text-align:center;display:block;background-color:var(--adm-color-background);padding:16px}.adm-action-sheet-button-item:active{background-color:var(--adm-color-border)}.adm-action-sheet-button-item-disabled{cursor:not-allowed;pointer-events:none;opacity:.4}.adm-action-sheet-button-item-name{color:var(--adm-color-text);font-size:var(--adm-font-size-10)}.adm-action-sheet-button-item-description{font-size:var(--adm-font-size-6);color:var(--adm-color-weak);padding-top:4px}.adm-action-sheet-button-item-danger .adm-action-sheet-button-item-name{color:var(--adm-color-danger)}.adm-action-sheet-button-item-bold .adm-action-sheet-button-item-name{font-weight:700}.adm-action-sheet-cancel{background-color:var(--adm-color-fill-content);padding-top:8px}.adm-popup{--z-index: var(--adm-popup-z-index, 1000);position:fixed;z-index:var(--z-index)}.adm-popup-body{position:fixed;background-color:var(--adm-color-background);z-index:calc(var(--z-index) + 10)}.adm-popup-body .adm-popup-close-icon{position:absolute;z-index:100}.adm-popup-body-position-bottom{width:100%;bottom:0;left:0}.adm-popup-body-position-bottom .adm-popup-close-icon{right:8px;top:8px}.adm-popup-body-position-top{width:100%;top:0;left:0}.adm-popup-body-position-top .adm-popup-close-icon{right:8px;bottom:8px}.adm-popup-body-position-left{height:100%;top:0;left:0}.adm-popup-body-position-left .adm-popup-close-icon{right:8px;top:8px}.adm-popup-body-position-right{height:100%;top:0;right:0}.adm-popup-body-position-right .adm-popup-close-icon{left:8px;top:8px}.adm-popup-close-icon{cursor:pointer;padding:4px;font-size:18px;line-height:1;color:var(--adm-color-weak)}.adm-mask{--z-index: var(--adm-mask-z-index, 1000);position:fixed;top:0;left:0;z-index:var(--z-index);display:block;width:100%;height:100%}.adm-mask-aria-button{position:absolute;top:0;left:0;z-index:0;width:100%;height:100%;pointer-events:none}.adm-mask-content{z-index:1}.adm-safe-area{--multiple: var(--adm-safe-area-multiple, 1);display:block;width:100%}.adm-safe-area-position-top{padding-top:calc(env(safe-area-inset-top) * var(--multiple))}.adm-safe-area-position-bottom{padding-bottom:calc(env(safe-area-inset-bottom) * var(--multiple))}.adm-auto-center{display:flex;justify-content:center}.adm-auto-center-content{flex:0 1 auto}.adm-badge-wrapper{display:inline-block;position:relative}.adm-badge{display:inline-flex;vertical-align:middle;box-sizing:content-box;border-radius:100px;background-color:var(--color);--right: 0;--top: 0;--color: var(--adm-badge-color, var(--adm-color-highlight))}.adm-badge-content{color:var(--adm-color-text-light-solid);box-sizing:border-box;min-width:8px;padding:1px 4px;font-size:var(--adm-font-size-1);line-height:12px;white-space:nowrap;font-weight:400;text-align:center}.adm-badge-fixed{position:absolute;right:var(--right);top:var(--top);transform:translate(50%,-50%)}.adm-badge-dot{min-width:10px;width:10px;height:10px;border-radius:5px}.adm-badge-bordered{border:solid 1px var(--adm-color-text-light-solid)}.adm-button{--color: var(--adm-color-text-light-solid);--text-color: var(--adm-button-text-color, var(--adm-color-text));--background-color: var(--adm-button-background-color, var(--adm-color-background));--border-radius: var(--adm-button-border-radius, 4px);--border-width: var(--adm-button-border-width, 1px);--border-style: var(--adm-button-border-style, solid);--border-color: var(--adm-button-border-color, var(--adm-color-border));color:var(--text-color);background-color:var(--background-color);position:relative;display:inline-block;box-sizing:border-box;height:auto;padding:7px 12px;margin:0;font-size:var(--adm-font-size-9);line-height:1.4;text-align:center;border:var(--border-width) var(--border-style) var(--border-color);border-radius:var(--border-radius);cursor:pointer;transition:opacity ease .15s;-webkit-user-select:none;user-select:none}.adm-button:focus{outline:none}.adm-button:before{position:absolute;top:0;left:0;transform:translate(calc(var(--border-width) * -1),calc(var(--border-width) * -1));width:100%;height:100%;background-color:var(--adm-color-text-dark-solid);border:var(--border-width) var(--border-style) var(--adm-color-text-dark-solid);border-radius:var(--border-radius);opacity:0;content:" ";box-sizing:content-box}.adm-button:active:before{opacity:.08}.adm-button-default.adm-button-fill-outline{--background-color: transparent;--border-color: var(--adm-color-text)}.adm-button-default.adm-button-fill-none{--background-color: transparent;--border-width: 0px}.adm-button:not(.adm-button-default){--text-color: var(--adm-color-text-light-solid);--background-color: var(--color);--border-color: var(--color)}.adm-button:not(.adm-button-default).adm-button-fill-outline{--text-color: var(--color);--background-color: transparent}.adm-button:not(.adm-button-default).adm-button-fill-none{--text-color: var(--color);--background-color: transparent;--border-width: 0px}.adm-button-primary{--color: var(--adm-color-primary)}.adm-button-success{--color: var(--adm-color-success)}.adm-button-danger{--color: var(--adm-color-danger)}.adm-button-warning{--color: var(--adm-color-warning)}.adm-button-block{display:block;width:100%}.adm-button-disabled{cursor:not-allowed;opacity:.4}.adm-button-disabled:active:before{display:none}.adm-button.adm-button-mini{padding-top:3px;padding-bottom:3px;font-size:var(--adm-font-size-main)}.adm-button.adm-button-mini.adm-button-shape-rounded{padding-left:9px;padding-right:9px}.adm-button.adm-button-small{padding-top:3px;padding-bottom:3px;font-size:var(--adm-font-size-7)}.adm-button.adm-button-large{padding-top:11px;padding-bottom:11px;font-size:var(--adm-font-size-10)}.adm-button.adm-button-shape-rounded{--border-radius: 1000px}.adm-button.adm-button-shape-rectangular{--border-radius: 0}.adm-button-loading{vertical-align:bottom}.adm-button-loading-wrapper{display:flex;height:1.4em;align-items:center;justify-content:center}.adm-button-loading-wrapper>.adm-loading{opacity:.6}.adm-dot-loading{display:inline-block}.adm-picker{--header-button-font-size: var(--adm-font-size-7);--title-font-size: var(--adm-font-size-7);--item-font-size: var(--adm-font-size-8);--item-height: 34px;width:100%;height:300px;overflow:hidden;position:relative;display:flex;flex-direction:column;---item-font-size: var(--item-font-size);---item-height: var(--item-height)}.adm-picker .adm-picker-view.adm-picker-view{--item-font-size: var(---item-font-size);--item-height: var(---item-height)}.adm-picker-header{flex-shrink:0;border-bottom:solid 1px var(--adm-color-border);display:flex;justify-content:space-between;align-items:center;padding:4px}.adm-picker-header-button{font-size:var(--header-button-font-size);display:inline-block;padding:8px}.adm-picker-header-button-disabled,.adm-picker-header-button-disabled:active{opacity:.4;cursor:not-allowed}.adm-picker-header-title{padding:4px;font-size:var(--title-font-size);color:var(--adm-color-text);text-align:center;flex:1}.adm-picker-body{flex:1;width:100%;height:100%}.adm-picker-body>.adm-picker-view{--height: 100%}.adm-picker-popup .adm-popup-body{border-top-left-radius:8px;border-top-right-radius:8px}.adm-spin-loading{--color: var(--adm-color-weak);--size: 32px;width:var(--size);height:var(--size)}.adm-spin-loading-svg{width:100%;height:100%;animation:adm-spin-loading-rotate .8s infinite linear}.adm-spin-loading-svg>.adm-spin-loading-fill{stroke:var(--color)}@keyframes adm-spin-loading-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.adm-picker-view{--height: 240px;--item-height: 34px;--item-font-size: var(--adm-font-size-8);height:var(--height);width:100%;display:flex;position:relative;overflow:hidden;background:var(--adm-color-background)}.adm-picker-view-column{height:100%;flex:1;-webkit-user-select:none;user-select:none;touch-action:none;position:relative;z-index:0}.adm-picker-view-column-wheel{width:100%;cursor:-webkit-grab;cursor:grab;position:absolute;top:calc(50% - var(--item-height) / 2);left:0}.adm-picker-view-column-wheel:before{content:" ";display:block;position:absolute;width:100%;height:100vh;top:-100vh}.adm-picker-view-column-wheel:after{content:" ";display:block;position:absolute;width:100%;height:100vh;bottom:-100vh}.adm-picker-view-column-item{font-size:var(--item-font-size);padding:0 6px;height:var(--item-height);display:flex;justify-content:center;align-items:center}.adm-picker-view-column-item-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.adm-picker-view-column-accessible{width:100%;height:100%;pointer-events:none;opacity:0;display:flex;flex-direction:column;position:relative;top:calc(var(--item-height) * -1);z-index:0;padding-bottom:1px}.adm-picker-view-column-accessible>*{flex:1;text-overflow:ellipsis}.adm-picker-view-column-accessible-current{position:absolute;width:100%;height:100%}.adm-picker-view-column-accessible-button{width:100%;height:100%}.adm-picker-view-mask{position:absolute;z-index:10000;left:0;top:0;width:100%;height:100%;display:flex;flex-direction:column;pointer-events:none}.adm-picker-view-mask-top,.adm-picker-view-mask-bottom{flex:auto}.adm-picker-view-mask-middle{height:var(--item-height);box-sizing:border-box;flex:none;border-top:solid 1px var(--adm-color-border);border-bottom:solid 1px var(--adm-color-border)}.adm-picker-view-mask-top{background:var(--adm-color-background);-webkit-mask:linear-gradient(0deg,rgba(0,0,0,.6) 0%,rgba(0,0,0,.8) 50%,#000000 100%);mask:linear-gradient(0deg,rgba(0,0,0,.6) 0%,rgba(0,0,0,.8) 50%,#000000 100%)}.adm-picker-view-mask-bottom{background:var(--adm-color-background);-webkit-mask:linear-gradient(180deg,rgba(0,0,0,.6) 0%,rgba(0,0,0,.8) 50%,#000000 100%);mask:linear-gradient(180deg,rgba(0,0,0,.6) 0%,rgba(0,0,0,.8) 50%,#000000 100%)}.adm-picker-view-loading-content{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.adm-picker-view-item-height-measure{position:relative;left:0;top:0;height:var(--item-height);width:0;pointer-events:none}.adm-tabs{--title-font-size: var(--adm-font-size-9);--content-padding: 12px;--active-line-height: 2px;--active-line-border-radius: var(--active-line-height);--active-line-color: var(--adm-color-primary);--active-title-color: var(--adm-color-primary);position:relative;min-width:0}.adm-tabs-header{position:relative;border-bottom:solid 1px var(--adm-color-border)}.adm-tabs-tab-list{display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center;position:relative;overflow-x:scroll;scrollbar-width:none}.adm-tabs-tab-list::-webkit-scrollbar{display:none}.adm-tabs-tab-wrapper{padding:0 12px}.adm-tabs-tab-wrapper-stretch{flex:auto}.adm-tabs-tab{white-space:nowrap;padding:8px 0 10px;width:-webkit-min-content;width:min-content;margin:0 auto;font-size:var(--title-font-size);position:relative;cursor:pointer}.adm-tabs-tab-active{color:var(--active-title-color)}.adm-tabs-tab-disabled{opacity:.5;cursor:not-allowed}.adm-tabs-tab-line{position:absolute;bottom:0;height:var(--active-line-height);background:var(--active-line-color);border-radius:var(--active-line-border-radius)}.adm-tabs-content{padding:var(--content-padding)}.adm-tabs-header-mask{position:absolute;top:0;bottom:0;z-index:1;width:30px;height:100%;pointer-events:none}.adm-tabs-header-mask-left{left:0;background:linear-gradient(to right,var(--adm-color-background),rgba(255,255,255,0))}.adm-tabs-header-mask-right{right:0;background:linear-gradient(to left,var(--adm-color-background),rgba(255,255,255,0))}.adm-infinite-scroll{color:var(--adm-color-weak);padding:18px;display:flex;justify-content:center;align-items:center;font-size:var(--adm-font-size-main)}.adm-infinite-scroll-failed-text{display:inline-block;margin-right:8px}.adm-input{--font-size: var(--adm-font-size-9);--color: var(--adm-color-text);--placeholder-color: var(--adm-color-light);--text-align: left;--background-color: transparent;display:flex;justify-content:flex-start;align-items:center;width:100%;max-width:100%;max-height:100%;min-height:24px;background-color:var(--background-color)}.adm-input-disabled{opacity:.4;cursor:not-allowed}.adm-input-element{flex:auto;display:inline-block;box-sizing:border-box;width:100%;max-width:100%;max-height:100%;padding:0;margin:0;color:var(--color);font-size:var(--font-size);line-height:1.5;background:transparent;border:0;outline:none;-webkit-appearance:none;appearance:none;min-height:1.5em;text-align:var(--text-align)}.adm-input-element::-webkit-input-placeholder{color:var(--placeholder-color);font-family:inherit}.adm-input-element::placeholder{color:var(--placeholder-color);font-family:inherit}.adm-input-element:-webkit-autofill{background-color:transparent}.adm-input-element:read-only{cursor:default}.adm-input-element:invalid{box-shadow:none}.adm-input-element::-ms-clear{display:none}.adm-input-element::-ms-reveal{display:none}.adm-input-element::-webkit-search-cancel-button{display:none}.adm-input-element::-webkit-search-decoration{display:none}.adm-input-element:disabled{opacity:1}.adm-input-element[type=date],.adm-input-element[type=time],.adm-input-element[type=datetime-local]{min-height:1.5em}.adm-input-element[type=search]{-webkit-appearance:none}.adm-input-element[readonly]{pointer-events:none}.adm-input-clear{flex:none;margin-left:8px;color:var(--adm-color-light);padding:4px;cursor:pointer}.adm-input-clear:active{color:var(--adm-color-weak)}.adm-input-clear .antd-mobile-icon{display:block;font-size:var(--adm-font-size-7)}.adm-nav-bar{--height: 45px;--border-bottom: none;display:flex;align-items:center;height:var(--height);border-bottom:var(--border-bottom);padding:0 12px;white-space:nowrap}.adm-nav-bar-left,.adm-nav-bar-right{flex:1}.adm-nav-bar-title{flex:auto;text-align:center;overflow:hidden;text-overflow:ellipsis}.adm-nav-bar-back{display:flex;align-items:center;margin-right:16px;padding:6px 0;cursor:pointer}.adm-nav-bar-back-arrow{font-size:24px;margin-right:4px}.adm-nav-bar-left{font-size:var(--adm-font-size-7);display:flex;justify-content:flex-start;align-items:center}.adm-nav-bar-title{justify-content:center;white-space:nowrap;font-size:var(--adm-font-size-10);padding:0 12px}.adm-nav-bar-right{text-align:right}.adm-pull-to-refresh-head{overflow:hidden;position:relative}.adm-pull-to-refresh-head-content{position:absolute;bottom:0;left:0;width:100%;color:var(--adm-color-weak);display:flex;justify-content:center;align-items:center}@keyframes loading-rotate{to{transform:rotate(1turn)}}.adm-switch{--checked-color: var(--adm-color-primary);--height: 31px;--width: 51px;--border-width: 2px;display:inline-block;vertical-align:middle;box-sizing:border-box;position:relative;align-self:center;cursor:pointer}.adm-switch input{display:none}.adm-switch-checkbox{min-width:var(--width);height:var(--height);box-sizing:border-box;border-radius:31px;background:var(--adm-color-border);z-index:0;overflow:hidden;line-height:var(--height)}.adm-switch-checkbox:before{content:" ";position:absolute;left:var(--border-width);top:var(--border-width);width:calc(100% - 2 * var(--border-width));height:calc(var(--height) - 2 * var(--border-width));border-radius:calc(var(--height) - 2 * var(--border-width));box-sizing:border-box;background:var(--adm-color-background);z-index:1;transition:all .2s;transform:scale(1)}.adm-switch-handle{display:flex;justify-content:center;align-items:center;width:calc(var(--height) - 2 * var(--border-width));height:calc(var(--height) - 2 * var(--border-width));border-radius:calc(var(--height) - 2 * var(--border-width));background:var(--adm-color-text-light-solid);position:absolute;z-index:2;top:var(--border-width);left:var(--border-width);transition:all .2s;box-shadow:0 0 2px #0003,0 2px 11.5px #00000014,-1px 2px 2px #0000001a}.adm-switch-inner{position:relative;z-index:1;display:flex;justify-content:center;align-items:center;margin:0 8px 0 calc(var(--height) - var(--border-width) + 5px);height:100%;color:var(--adm-color-weak);transition:margin .2s;font-size:var(--adm-font-size-7)}.adm-switch.adm-switch-checked .adm-switch-checkbox{background:var(--checked-color)}.adm-switch.adm-switch-checked .adm-switch-checkbox:before{transform:scale(0)}.adm-switch.adm-switch-checked .adm-switch-handle{left:calc(100% - (var(--height) - var(--border-width)))}.adm-switch.adm-switch-checked .adm-switch-inner{margin:0 calc(var(--height) - var(--border-width) + 5px) 0 8px;color:var(--adm-color-text-light-solid)}.adm-switch.adm-switch-disabled{cursor:not-allowed;opacity:.4}.adm-switch-spin-icon{width:14px;height:14px;animation:loading-rotate 1s linear infinite}.adm-tab-bar-wrap{display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch;overflow:hidden;min-height:48px}.adm-tab-bar-item{flex:1;color:var(--adm-color-text-secondary);white-space:nowrap;padding:4px 8px;width:-webkit-min-content;width:min-content;position:relative;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-direction:column}.adm-tab-bar-item-icon{font-size:24px;height:24px;line-height:1}.adm-tab-bar-item-title{font-size:var(--adm-font-size-2);line-height:15px}.adm-tab-bar-item-title-with-icon{margin-top:2px}.adm-tab-bar-item-active{color:var(--adm-color-primary)}.adm-tab-bar-icon-badge{--top: 6px}.adm-tab-bar-title-badge{--right: -2px;--top: -2px}.adm-text-area{--font-size: var(--adm-font-size-9);--color: var(--adm-color-text);--placeholder-color: var(--adm-color-light);--disabled-color: var(--adm-color-weak);--text-align: left;--count-text-align: right;position:relative;width:100%;max-width:100%;max-height:100%}.adm-text-area-element{font-family:var(--adm-font-family);resize:none;flex:auto;display:block;box-sizing:border-box;width:100%;max-width:100%;max-height:100%;padding:0;margin:0;color:var(--color);font-size:var(--font-size);line-height:1.5;background:transparent;border:0;outline:none;-webkit-appearance:none;appearance:none;min-height:1.5em;text-align:var(--text-align)}.adm-text-area-element::-webkit-input-placeholder{color:var(--placeholder-color);font-family:inherit}.adm-text-area-element::placeholder{color:var(--placeholder-color);font-family:inherit}.adm-text-area-element:-webkit-autofill{background-color:transparent}.adm-text-area-element:disabled{color:var(--disabled-color);cursor:not-allowed;opacity:1;-webkit-text-fill-color:var(--disabled-color)}.adm-text-area-element:read-only{cursor:default}.adm-text-area-element:invalid{box-shadow:none}.adm-text-area-element::-ms-clear{display:none}.adm-text-area-element-hidden{visibility:hidden;position:absolute;top:0;left:0;z-index:-1000}.adm-text-area-count{text-align:var(--count-text-align);color:var(--adm-color-weak);font-size:var(--adm-font-size-9);padding-top:8px}.adm-toast-mask .adm-toast-wrap{position:fixed;top:0;left:0;width:100%;height:100%;text-align:center}.adm-toast-mask .adm-toast-main{display:inline-block;position:relative;top:50%;transform:translateY(-50%);width:auto;max-width:204px;max-height:70%;overflow:auto;color:#fff;word-break:break-all;background-color:#000000b3;border-radius:8px;pointer-events:all;font-size:var(--adm-font-size-7);line-height:1.5;box-sizing:border-box;text-align:initial}.adm-toast-mask .adm-toast-main-text{padding:12px;min-width:0}.adm-toast-mask .adm-toast-main-icon{padding:35px 12px;min-width:150px}.adm-toast-mask .adm-toast-main-icon .adm-toast-icon{text-align:center;margin-bottom:8px;font-size:36px;line-height:1}.adm-toast-loading{--size: 48px;margin:0 auto 8px}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.5;color:#1d1d1f;background:#f8f9fa;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%}#root{height:100%;background:#fff;min-height:100vh}#root{max-width:750px;margin:0 auto;box-shadow:0 0 40px #0000000d}*{touch-action:manipulation}a{color:inherit;text-decoration:none}button{border:none;outline:none;background:none;cursor:pointer;font-family:inherit}input,textarea{border:none;outline:none;font-family:inherit;appearance:none;-webkit-appearance:none;font-size:16px!important;-webkit-text-size-adjust:100%}ul,ol{list-style:none}::-webkit-scrollbar{width:8px;height:8px;background:transparent}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#0003;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#0000004d}@media(max-width:768px){::-webkit-scrollbar{width:0;height:0}}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.flex-column{display:flex;flex-direction:column}.text-center{text-align:center}.text-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-ellipsis-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.text-ellipsis-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.loading-overlay .loading-content{display:flex;flex-direction:column;align-items:center;gap:16px;background:#fff;padding:32px;border-radius:16px;box-shadow:0 8px 32px #0003}@media(min-width:768px){#root{max-width:100%;box-shadow:none}html,body,#root{background:#f8f9fa}}.container{width:100%;max-width:750px;margin:0 auto;padding:0 16px}@media(min-width:768px){.container{max-width:900px;padding:0 24px}}.page-layout{min-height:100vh;display:flex;flex-direction:column}.page-content{flex:1;padding:16px 16px 76px}@media(min-width:768px){.page-content{padding:24px}}.hide-on-mobile{display:none!important}.hide-on-desktop{display:block!important}@media(min-width:768px){.hide-on-mobile{display:block!important}.hide-on-desktop,.show-on-mobile{display:none!important}}.show-on-mobile{display:block!important}@media(min-width:768px){.show-on-mobile{display:none!important}}.mobile-layout{max-width:750px;margin:0 auto;background:#fff;min-height:100vh;box-shadow:0 0 40px #0000000d}@media(min-width:768px){.mobile-layout,.main-layout{display:none}}@media(max-width:767px){.pc-layout{display:none!important}}.login-page{min-height:100vh;background:#fff;padding:32px 24px;display:flex;flex-direction:column}.login-page .login-header{text-align:center;margin-bottom:32px;margin-top:60px}.login-page .login-header .logo{margin-bottom:24px}.login-page .login-header .logo .logo-icon{width:80px;height:80px;background:#ff6b3d;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.login-page .login-header .logo .logo-icon span{font-size:40px}.login-page .login-header .logo .logo-text{font-size:24px;font-weight:700;color:#ff6b3d;margin:0}.login-page .login-header .welcome-text{font-size:18px;color:#1d1d1f;font-weight:600;margin:0}.login-page .login-content{flex:1}.login-page .login-content .google-login-btn{background:#fff;color:#1d1d1f;border:1px solid #e5e5e7;height:50px;border-radius:12px;font-size:16px;font-weight:600;margin-bottom:24px;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 2px 4px #0000001a}.login-page .login-content .google-login-btn:before{content:"";width:18px;height:18px;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjY0IDkuMjA0NTVDMTcuNjQgOC41NjY0MSAxNy41ODI3IDcuOTUyMjcgMTcuNDc2NCA3LjM2MzY0SDlWMTAuODQ1SDExLjQ0MDRDMTEuNzI0NSAxMi4wOTUgMTIuNzA0MSAxMy4wNDU1IDEzLjk2NzMgMTMuNTcxOEwxMy45NjczIDE1LjgxODJMMTYuNDM2NCAxNS44MTgyQzE1LjY5MDkgMTcuMDgxOCAxNC42NjM2IDE4IDEzLjM4MTggMThDMTEuMzE4MiAxOCA5LjY3MjczIDE2LjQwOTEgOS4wMDAwMSAxNC41MDkxSDYuNTQ1NDVMMiu1NDU0NSAxOC4wMDAxQzQuMTA5MDkgMTkuNjY2NyA2LjM2MzY0IDIwLjcyNzMgOC45MDkwOSAyMC43MjczQzEyLjc5MDkgMjAuNzI3MyAxNS42MzY0IDE5LjE4MTggMTYuNDM2NCAxNi44MTgyTDE3LjY0IDkuMjA0NTVaIiBmaWxsPSIjNDI4NUY0Ii8+CjxwYXRoIGQ9Ik05IDEwLjg0NUgxNy42NEwxNy42NCA5LjIwNDU1QzE3LjY0IDguNTY2NDEgMTcuNTgyNyA3Ljk1MjI3IDE3LjQ3NjQgNy4zNjM2NEg5VjEwLjg0NVoiIGZpbGw9IiM0Mjg1RjQiLz4KPHBhdGggZD0iTTkgMTQuNTA5MUM5IDEzLjg0NTUgOS4wOTA5MSAxMy4yMTgyIDkuMjcyNzMgMTIuNjM2NEw5LjI3MjczIDEwLjI3MjdMOS4wMDAwMSAxMC4yNzI3QzguMzYzNjQgMTEuMDQ1NSA3LjU0NTQ1IDExLjU0NTUgNi41NDU0NSAxMS41NDU1QzQuMzYzNjQgMTEuNTQ1NSAyLjU0NTQ1IDkuNzI3MjcgMi41NDU0NSA3LjU0NTQ1QzIuNTQ1NDUgNS4zNjM2NCA0LjM2MzY0IDMuNTQ1NDUgNi41NDU0NSAzLjU0NTQ1QzcuNTQ1NDUgMy41NDU0NSA4LjM2MzY0IDQuMDQ1NDUgOS4wMDAwMSA0LjgxODJMMTAuMjcyNyAyLjU0NTQ1QzkuNTQ1NDUgMS44MTgyIDguMTgxODIgMS4zNjM2NCA2LjU0NTQ1IDEuMzYzNjRDMy4wOTA5MSAxLjM2MzY0IDAuMjcyNzI3IDQuMTgxODIgMC4yNzI3MjcgNy41NDU0NUMwLjI3MjcyNyAxMC45MDkxIDMuMDkwOTEgMTMuNzI3MyA2LjU0NTQ1IDEzLjcyNzNDOC4xODE4MiAxMy43MjczIDkuNTQ1NDUgMTMuMjcyNyAxMC4yNzI3IDEyLjU0NTVMOSAxNC41MDkxWiIgZmlsbD0iI0ZGRkZGRiIvPgo8L3N2Zz4K) no-repeat center;background-size:contain}.login-page .login-content .google-login-btn:active{background:color-mix(in srgb,#ffffff 95%,black);transform:translateY(1px)}.login-page .login-content .divider{text-align:center;margin:24px 0;position:relative;color:#86868b}.login-page .login-content .divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#e5e5e7}.login-page .login-content .divider span{background:#fff;padding:0 16px;font-size:14px}.login-page .login-content .adm-form .adm-form-item{margin-bottom:24px}.login-page .login-content .adm-form .adm-form-item .adm-form-item-label{font-size:16px;color:#1d1d1f;margin-bottom:8px}.login-page .login-content .adm-form .adm-form-item .adm-input{border:1px solid #e5e5e7;border-radius:8px;padding:16px;font-size:16px;background:#fff}.login-page .login-content .adm-form .adm-form-item .adm-input:focus{border-color:#ff6b3d}.login-page .login-content .email-login-btn{background:#f2f2f7;color:#1d1d1f;border:none;height:50px;border-radius:12px;font-size:16px;font-weight:600;margin-top:24px}.login-page .login-content .email-login-btn:active{background:color-mix(in srgb,#f2f2f7 95%,black)}.login-page .login-content .login-footer{text-align:center;margin-top:32px;color:#86868b;font-size:16px}.login-page .login-content .login-footer .link-text{color:#ff6b3d;font-weight:600;text-decoration:none}.login-page .login-content .login-footer .link-text:active{opacity:.7}.login-page .login-content .forgot-password{text-align:center;margin-top:16px}.login-page .login-content .forgot-password .link-text{color:#86868b;font-size:16px;text-decoration:none}.login-page .login-content .forgot-password .link-text:active{opacity:.7}.interest-selection-page{min-height:100vh;background:#fff;padding:24px}.interest-selection-page .header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-top:40px}.interest-selection-page .header h1{font-size:20px;font-weight:700;color:#1d1d1f;margin:0}.interest-selection-page .header .skip-btn{color:#ff9500;font-size:16px;font-weight:600;background:none;border:none;cursor:pointer}.interest-selection-page .header .skip-btn:active{opacity:.7}.interest-selection-page .description{margin-bottom:32px}.interest-selection-page .description p{font-size:16px;color:#86868b;margin:0;line-height:1.5}.interest-selection-page .interests-section{margin-bottom:32px}.interest-selection-page .interests-section .section-header{display:flex;align-items:center;margin-bottom:24px}.interest-selection-page .interests-section .section-header .icon{font-size:18px;margin-right:8px}.interest-selection-page .interests-section .section-header h2{font-size:18px;font-weight:700;color:#1d1d1f;margin:0}.interest-selection-page .interests-section .interests-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.interest-selection-page .interests-section .interests-grid .interest-item{display:flex;flex-direction:column;align-items:center;padding:16px;background:#f8f9fa;border:2px solid transparent;border-radius:12px;cursor:pointer;transition:all .2s ease}.interest-selection-page .interests-section .interests-grid .interest-item .interest-icon{font-size:18px;margin-bottom:4px}.interest-selection-page .interests-section .interests-grid .interest-item .interest-name{font-size:14px;color:#1d1d1f;font-weight:500;text-align:center}.interest-selection-page .interests-section .interests-grid .interest-item.selected{background:#ff6b3d1a;border-color:#ff6b3d}.interest-selection-page .interests-section .interests-grid .interest-item.selected .interest-name{color:#ff6b3d;font-weight:600}.interest-selection-page .interests-section .interests-grid .interest-item:active{transform:scale(.95)}.interest-selection-page .special-sections{margin-bottom:32px}.interest-selection-page .special-sections .special-section{display:flex;align-items:center;width:100%;padding:16px;background:#f8f9fa;border:2px solid transparent;border-radius:12px;margin-bottom:16px;cursor:pointer;transition:all .2s ease}.interest-selection-page .special-sections .special-section .section-icon{font-size:18px;margin-right:16px}.interest-selection-page .special-sections .special-section .section-name{font-size:16px;color:#1d1d1f;font-weight:500}.interest-selection-page .special-sections .special-section.selected{background:#ff6b3d1a;border-color:#ff6b3d}.interest-selection-page .special-sections .special-section.selected .section-name{color:#ff6b3d;font-weight:600}.interest-selection-page .special-sections .special-section:active{transform:scale(.98)}.interest-selection-page .footer{position:fixed;bottom:0;left:0;right:0;padding:24px;background:#fff;border-top:1px solid #e5e5e7;max-width:750px;margin:0 auto}.interest-selection-page .footer .continue-btn{height:50px;border-radius:12px;font-size:16px;font-weight:600;border:none}.interest-selection-page .footer .continue-btn.active{background:#007aff;color:#fff}.interest-selection-page .footer .continue-btn.active:active{background:color-mix(in srgb,#007aff 90%,black)}.interest-selection-page .footer .continue-btn.disabled{background:#f2f2f7;color:#86868b;cursor:not-allowed}.image-preview-overlay{position:fixed;inset:0;background:#000000e6;z-index:9999;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.image-preview-container{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:24px;box-sizing:border-box}.close-btn{position:absolute;top:24px;right:24px;width:44px;height:44px;background:#00000080;border:none;border-radius:50%;color:#fff;font-size:20px;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.close-btn:hover{background:#000000b3;transform:scale(1.1)}.close-btn:active{transform:scale(.95)}.image-counter{position:absolute;top:24px;left:50%;transform:translate(-50%);background:#00000080;color:#fff;padding:4px 16px;border-radius:16px;font-size:14px;z-index:10}.nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;background:#00000080;border:none;border-radius:50%;color:#fff;font-size:24px;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.nav-btn:hover:not(:disabled){background:#000000b3;transform:translateY(-50%) scale(1.1)}.nav-btn:active:not(:disabled){transform:translateY(-50%) scale(.95)}.nav-btn:disabled{opacity:.3;cursor:not-allowed}.nav-btn.nav-btn-left{left:24px}.nav-btn.nav-btn-right{right:24px}.image-container{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.preview-image{max-width:100%;max-height:100%;object-fit:contain;transition:transform .2s ease;user-select:none;-webkit-user-select:none}.zoom-hint{position:absolute;bottom:24px;left:50%;transform:translate(-50%);background:#00000080;color:#fff;padding:4px 16px;border-radius:16px;font-size:14px;opacity:.8;pointer-events:none;animation:fadeInOut 3s ease-in-out}@keyframes fadeInOut{0%,to{opacity:0}20%,80%{opacity:.8}}@media(max-width:768px){.image-preview-container{padding:16px}.close-btn{top:env(safe-area-inset-top,16px);right:16px;width:40px;height:40px;font-size:18px}.image-counter{top:env(safe-area-inset-top,16px);font-size:12px}.nav-btn{width:40px;height:40px;font-size:20px}.nav-btn.nav-btn-left{left:16px}.nav-btn.nav-btn-right{right:16px}.zoom-hint{bottom:env(safe-area-inset-bottom,16px);font-size:12px}}@media(prefers-color-scheme:dark){.image-preview-overlay{background:#000000f2}}@supports (touch-action: manipulation){.preview-image{touch-action:manipulation}}.post-card{background:#fff;border-bottom:1px solid #e5e5e7;padding:16px 24px;cursor:pointer}.post-card:active{background:#f8f9fa}.post-card .post-header{margin-bottom:16px}.post-card .post-header .community-info{display:flex;align-items:center}.post-card .post-header .community-info .avatar{width:32px;height:32px;border-radius:50%;background:#007aff;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;margin-right:8px;overflow:hidden}.post-card .post-header .community-info .avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.post-card .post-header .community-info .avatar span{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.post-card .post-header .community-info .info{flex:1;display:flex;flex-direction:column;gap:2px}.post-card .post-header .community-info .info .community-name{font-size:14px;font-weight:600;color:#1d1d1f;background:#f8f9fa;border:none;border-radius:16px;padding:4px 16px;cursor:pointer;transition:all .2s ease;display:inline-block;width:fit-content;flex-shrink:0}.post-card .post-header .community-info .info .community-name:hover{background:color-mix(in srgb,#f8f9fa 90%,black);text-decoration:none}.post-card .post-header .community-info .info .community-name:active{background:color-mix(in srgb,#f8f9fa 80%,black);transform:scale(.95)}.post-card .post-header .community-info .info .username,.post-card .post-header .community-info .info .time{font-size:12px;color:#86868b}.post-card .post-header .community-info .join-btn{background:#007aff;color:#fff;border:none;border-radius:16px;padding:4px 16px;font-size:12px;font-weight:600;transition:all .2s ease;cursor:pointer}.post-card .post-header .community-info .join-btn:hover{background:color-mix(in srgb,#007aff 90%,black)}.post-card .post-header .community-info .join-btn:active{background:color-mix(in srgb,#007aff 80%,black);transform:scale(.95)}.post-card .post-header .community-info .join-btn.joined{background:#34c759}.post-card .post-header .community-info .join-btn.joined:hover{background:color-mix(in srgb,#34c759 90%,black)}.post-card .post-header .community-info .join-btn.loading{background:color-mix(in srgb,#007aff 70%,transparent);cursor:not-allowed}.post-card .post-header .community-info .join-btn:disabled{cursor:not-allowed}.post-card .post-content{margin-bottom:16px}.post-card .post-content .post-title{font-size:18px;font-weight:600;color:#1d1d1f;margin:0 0 8px;line-height:1.4}.post-card .post-content .post-text{font-size:16px;color:#86868b;line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-word}.post-card .post-content .post-image{position:relative;margin-top:16px;border-radius:12px;overflow:hidden;cursor:pointer;transition:transform .2s ease}.post-card .post-content .post-image:hover{transform:scale(1.02)}.post-card .post-content .post-image:active{transform:scale(.98)}.post-card .post-content .post-image img{width:100%;height:200px;object-fit:cover}.post-card .post-content .post-image .image-count-badge{position:absolute;top:8px;right:8px;background:#000000b3;color:#fff;padding:4px 8px;border-radius:16px;font-size:12px;font-weight:500;z-index:1}.post-card .post-actions{display:flex;align-items:center;justify-content:space-between;gap:24px}.post-card .post-actions .action-item{display:flex;align-items:center;gap:6px;color:#86868b;font-size:14px;transition:all .2s ease}.post-card .post-actions .action-item .icon{display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease;flex-shrink:0;font-size:16px}.post-card .post-actions .action-item .icon svg{display:block;transition:all .2s ease;transform:translateY(-1px)}.post-card .post-actions .action-item .count{font-weight:500;line-height:1;transition:color .2s ease;font-size:14px}.post-card .post-actions .action-item.like-button{cursor:pointer;border-radius:8px;padding:4px;margin:-4px}.post-card .post-actions .action-item.like-button:hover{background:color-mix(in srgb,#007aff 10%,transparent);color:#007aff}.post-card .post-actions .action-item.like-button:hover .icon{transform:scale(1.1)}.post-card .post-actions .action-item.like-button:active{transform:scale(.95)}.post-card .post-actions .action-item.like-button.liked{color:#007aff}.post-card .post-actions .action-item.like-button.liked .icon svg{fill:currentColor;animation:likeAnimation .3s ease}.post-card .post-actions .action-item.like-button.liked .count{color:#007aff;font-weight:600}@keyframes likeAnimation{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}@media(min-width:768px){.post-card{border-radius:16px;border:none;box-shadow:0 2px 8px #0000001a;margin-bottom:16px;transition:box-shadow .2s ease,transform .2s ease}.post-card:hover{box-shadow:0 4px 16px #00000026;transform:translateY(-1px)}.post-card:active{background:#fff;transform:translateY(0)}.post-card .post-content .post-image img{height:280px}}.markdown-renderer.editable{border:1px solid #e5e5e7;border-radius:8px;overflow:hidden}.markdown-body.wysiwyg-editor{outline:none;border:2px dashed transparent;border-radius:6px;transition:all .2s ease;position:relative;min-height:120px;max-height:300px;overflow-y:auto;padding:12px}.markdown-body.wysiwyg-editor:hover{border-color:#e5e5e7}.markdown-body.wysiwyg-editor:focus{border-color:#0969da;box-shadow:0 0 0 3px #0969da1a}.markdown-body.wysiwyg-editor:empty:before{content:attr(data-placeholder);color:#8c959f;pointer-events:none;font-style:italic}.markdown-body.wysiwyg-editor a{pointer-events:none}.markdown-body.wysiwyg-editor img{border:2px dashed transparent;transition:border-color .2s ease;max-width:100%!important;max-height:300px!important;width:auto!important;height:auto!important;object-fit:contain}.markdown-body.wysiwyg-editor img:hover{border-color:#0969da}.markdown-body{font-size:14px;line-height:1.65;color:var(--markdown-text, #1d1d1f)}.markdown-body p{margin:0 0 .6em;white-space:pre-wrap;word-break:break-word}.markdown-body a{color:#007aff;text-decoration:none}.markdown-body img{max-width:100%!important;max-height:300px!important;width:auto!important;height:auto!important;object-fit:contain;border-radius:8px;display:block}.markdown-body ul,.markdown-body ol{padding-left:1.2em;margin:.4em 0}.markdown-body blockquote{margin:.6em 0;padding:.4em .8em;border-left:3px solid #e5e5e7;color:#666;background:#fafafa}.markdown-body pre.code-block{background:#0b1020;color:#e6edf3;padding:10px 12px;border-radius:8px;overflow:auto}.markdown-body code.inline-code{background:#1b1f230f;padding:.1em .3em;border-radius:4px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.95em}.markdown-body.is-clamped{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.home-page{min-height:100vh;background:#fff;padding-bottom:60px}.home-page .header{position:sticky;top:0;background:#fff;z-index:100;border-bottom:1px solid #e5e5e7}.home-page .header .adm-tabs .adm-tabs-header{border-bottom:none;padding:0 24px}.home-page .header .adm-tabs .adm-tabs-header .adm-tabs-tab{font-size:18px;font-weight:600;color:#86868b}.home-page .header .adm-tabs .adm-tabs-header .adm-tabs-tab.adm-tabs-tab-active{color:#1d1d1f}.home-page .header .tabs-with-action{position:relative;display:flex;align-items:center;justify-content:center;padding:8px 24px}.home-page .header .tabs-with-action .translate-btn{position:absolute;right:24px;top:50%;transform:translateY(-50%);width:40px;height:40px;border:none;background:none;color:#1d1d1f;font-size:18px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.home-page .header .tabs-with-action .translate-btn:active{opacity:.7}.home-page .header .tabs-with-action .translate-btn.active{background:#007aff;color:#fff;border-radius:12px}.home-page .header .search-section{padding:16px 24px}.home-page .header .search-section .adm-search-bar{background:#f8f9fa;border-radius:16px}.home-page .header .search-section .adm-search-bar .adm-search-bar-input{background:transparent}.home-page .header .search-section .adm-search-bar .adm-search-bar-input input{font-size:16px}.home-page .header .search-section .adm-search-bar .adm-search-bar-input input::placeholder{color:#c7c7cc}.home-page .translate-prompt{position:fixed;top:50px;left:10px;right:10px;background:#f8f9fa;border:1px solid #e5e5e7;border-radius:8px;z-index:200;max-width:750px;margin:16px auto}.home-page .translate-prompt .prompt-content{padding:16px;display:flex;justify-content:space-between;align-items:center}.home-page .translate-prompt .prompt-content span{font-size:14px;color:#1d1d1f}.home-page .translate-prompt .prompt-content .prompt-actions{display:flex;gap:16px}.home-page .translate-prompt .prompt-content .prompt-actions button{padding:4px 16px;border:none;background:none;font-size:14px;cursor:pointer;border-radius:8px}.home-page .translate-prompt .prompt-content .prompt-actions button:first-child{color:#86868b}.home-page .translate-prompt .prompt-content .prompt-actions button.ok-btn{background:#007aff;color:#fff}.home-page .translate-prompt .prompt-content .prompt-actions button.ok-btn:active{background:color-mix(in srgb,#007aff 90%,black)}.home-page .translate-prompt .prompt-content .prompt-actions button:active{opacity:.7}.home-page .content .community-section{margin:24px}.home-page .content .community-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.home-page .content .community-section .section-header h3{font-size:16px;font-weight:600;color:#1d1d1f;margin:0}.home-page .content .community-section .section-header .more-btn{color:#007aff;font-size:14px;font-weight:500}.home-page .content .community-section .post-grid{display:flex;gap:16px;overflow-x:auto;padding-bottom:8px}.home-page .content .community-section .post-grid .post-card-small{min-width:150px;background:#f8f9fa;border-radius:16px;overflow:hidden}.home-page .content .community-section .post-grid .post-card-small img{width:100%;height:100px;object-fit:cover}.home-page .content .community-section .post-grid .post-card-small .post-info{padding:8px}.home-page .content .community-section .post-grid .post-card-small .post-info h4{font-size:12px;font-weight:600;color:#1d1d1f;margin:0 0 4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-page .content .community-section .post-grid .post-card-small .post-info .author{font-size:12px;color:#86868b}.home-page .loading-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.home-page .loading-overlay .loading-content{display:flex;flex-direction:column;align-items:center;gap:16px;background:#fff;padding:32px;border-radius:16px;box-shadow:0 8px 32px #0000004d}.home-page .loading-overlay .loading-content .loading-spinner{width:48px;height:48px;border:4px solid #e5e5e7;border-top:4px solid #007aff;border-radius:50%;animation:spin 1s linear infinite}.home-page .loading-overlay .loading-content .loading-text{font-size:16px;color:#1d1d1f;font-weight:500}@media(min-width:768px){.home-page{background:transparent;padding:0}.home-page .header{border-radius:16px 16px 0 0;margin-bottom:16px}.home-page .content .community-section{margin:24px 0;background:#fff;border-radius:16px;padding:24px;box-shadow:0 2px 8px #0000001a}.home-page .content .community-section .post-grid .post-card-small{box-shadow:0 2px 8px #0000001a;transition:transform .2s ease,box-shadow .2s ease}.home-page .content .community-section .post-grid .post-card-small:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000026}}.post-detail-page{min-height:100vh;background:#fff}.post-detail-page .header{position:fixed;top:0;left:0;right:0;height:50px;background:#fff;border-bottom:1px solid #e5e5e7;display:flex;align-items:center;justify-content:space-between;padding:0 24px;z-index:100;max-width:750px;margin:0 auto}.post-detail-page .header .back-btn,.post-detail-page .header .translate-btn{width:40px;height:40px;border:none;background:none;color:#1d1d1f;font-size:18px;display:flex;align-items:center;justify-content:center;cursor:pointer}.post-detail-page .header .back-btn:active,.post-detail-page .header .translate-btn:active{opacity:.7}.post-detail-page .header .translate-btn.active{background:#007aff;color:#fff;border-radius:12px}.post-detail-page .header h1{font-size:18px;font-weight:600;color:#1d1d1f;margin:0}.post-detail-page .translate-prompt{position:fixed;top:50px;left:10px;right:10px;background:#f8f9fa;border:1px solid #e5e5e7;border-radius:8px;z-index:99;max-width:750px;margin:16px auto}.post-detail-page .translate-prompt .prompt-content{padding:16px;display:flex;justify-content:space-between;align-items:center}.post-detail-page .translate-prompt .prompt-content span{font-size:14px;color:#1d1d1f}.post-detail-page .translate-prompt .prompt-content .prompt-actions{display:flex;gap:16px}.post-detail-page .translate-prompt .prompt-content .prompt-actions button{padding:4px 16px;border:none;background:none;font-size:14px;cursor:pointer;border-radius:8px}.post-detail-page .translate-prompt .prompt-content .prompt-actions button:first-child{color:#86868b}.post-detail-page .translate-prompt .prompt-content .prompt-actions button.ok-btn{background:#007aff;color:#fff}.post-detail-page .translate-prompt .prompt-content .prompt-actions button.ok-btn:active{background:color-mix(in srgb,#007aff 90%,black)}.post-detail-page .translate-prompt .prompt-content .prompt-actions button:active{opacity:.7}.post-detail-page .content{padding-top:50px;padding-bottom:24px}.post-detail-page .content .post-content{padding:24px;border-bottom:1px solid #e5e5e7}.post-detail-page .content .post-content .post-header{margin-bottom:16px}.post-detail-page .content .post-content .post-header .community-info{display:flex;align-items:center}.post-detail-page .content .post-content .post-header .community-info .avatar{width:40px;height:40px;border-radius:50%;background:#007aff;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px;margin-right:16px;overflow:hidden}.post-detail-page .content .post-content .post-header .community-info .avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.post-detail-page .content .post-content .post-header .community-info .avatar span{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.post-detail-page .content .post-content .post-header .community-info .info{flex:1;display:flex;flex-direction:column;gap:2px}.post-detail-page .content .post-content .post-header .community-info .info .community-name{font-size:14px;font-weight:600;color:#1d1d1f;background:#f8f9fa;border:none;border-radius:16px;padding:4px 16px;cursor:pointer;transition:all .2s ease;display:inline-block;width:fit-content;flex-shrink:0}.post-detail-page .content .post-content .post-header .community-info .info .community-name:hover{background:color-mix(in srgb,#f8f9fa 90%,black);text-decoration:none}.post-detail-page .content .post-content .post-header .community-info .info .community-name:active{background:color-mix(in srgb,#f8f9fa 80%,black);transform:scale(.95)}.post-detail-page .content .post-content .post-header .community-info .info .author-name{font-size:14px;color:#86868b}.post-detail-page .content .post-content .post-header .community-info .info .post-time{font-size:12px;color:#86868b}.post-detail-page .content .post-content .post-header .community-info .info .post-time .area{margin-left:6px}.post-detail-page .content .post-content .post-header .community-info .join-btn{background:#007aff;color:#fff;border:none;border-radius:16px;padding:4px 16px;font-size:14px;font-weight:600}.post-detail-page .content .post-content .post-header .community-info .join-btn:active{background:color-mix(in srgb,#007aff 90%,black)}.post-detail-page .content .post-content .post-header .community-info .join-btn.joined{background:#34c759}.post-detail-page .content .post-content .post-header .community-info .join-btn.loading{opacity:.7;cursor:not-allowed}.post-detail-page .content .post-content .post-title{font-size:20px;font-weight:700;color:#1d1d1f;margin:0 0 16px;line-height:1.3}.post-detail-page .content .post-content .post-text{font-size:16px;color:#1d1d1f;line-height:1.6;margin:0 0 24px}.post-detail-page .content .post-content .post-meta-row{display:flex;align-items:center;gap:8px;color:#86868b;font-size:14px;margin-top:16px;margin-bottom:16px}.post-detail-page .content .post-content .post-meta-row .dot{margin:0 4px}.post-detail-page .content .post-content .post-image{position:relative;margin:24px 0;border-radius:12px;overflow:hidden;cursor:pointer;transition:transform .2s ease}.post-detail-page .content .post-content .post-image:hover{transform:scale(1.02)}.post-detail-page .content .post-content .post-image:active{transform:scale(.98)}.post-detail-page .content .post-content .post-image img{width:100%;height:300px;object-fit:cover}.post-detail-page .content .post-content .post-image .image-count-badge{position:absolute;top:8px;right:8px;background:#000000b3;color:#fff;padding:4px 8px;border-radius:16px;font-size:12px;font-weight:500;z-index:1}.post-detail-page .content .post-content .post-actions{display:flex;align-items:center;gap:32px;margin-top:24px}.post-detail-page .content .post-content .post-actions .action-btn{display:flex;align-items:center;gap:4px;background:none;border:none;color:#86868b;font-size:14px;cursor:pointer}.post-detail-page .content .post-content .post-actions .action-btn .icon{display:inline-flex;align-items:center;justify-content:center;font-size:16px}.post-detail-page .content .post-content .post-actions .action-btn:active{opacity:.7}.post-detail-page .content .post-content .post-actions .action-btn.active{color:#ff3b30}.post-detail-page .content .comments-section{padding:24px}.post-detail-page .content .comments-section h3{font-size:18px;font-weight:700;color:#1d1d1f;margin:0 0 24px}.post-detail-page .content .comments-section .comments-list{margin-bottom:50px}.post-detail-page .content .comments-section .comments-list .comment-item{margin-bottom:24px;padding-left:0;transition:all .3s ease}.post-detail-page .content .comments-section .comments-list .comment-item.highlighted{background:#ff6b3d1a;border-radius:8px;padding:8px;margin:0 -8px 24px}.post-detail-page .content .comments-section .comments-list .comment-item .comment-header{display:flex;align-items:center;margin-bottom:8px}.post-detail-page .content .comments-section .comments-list .comment-item .comment-header .avatar{width:32px;height:32px;border-radius:50%;background:#ff6b3d;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;margin-right:8px;overflow:hidden}.post-detail-page .content .comments-section .comments-list .comment-item .comment-header .avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.post-detail-page .content .comments-section .comments-list .comment-item .comment-header .avatar span{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.post-detail-page .content .comments-section .comments-list .comment-item .comment-header .comment-info{display:flex;flex-direction:column;gap:2px}.post-detail-page .content .comments-section .comments-list .comment-item .comment-header .comment-info .username{font-size:14px;font-weight:600;color:#1d1d1f}.post-detail-page .content .comments-section .comments-list .comment-item .comment-header .comment-info .time{font-size:12px;color:#86868b}.post-detail-page .content .comments-section .comments-list .comment-item .comment-content{margin-bottom:8px;padding-left:40px}.post-detail-page .content .comments-section .comments-list .comment-item .comment-content .reply-to{font-size:12px;color:#007aff;margin-bottom:4px;font-style:italic}.post-detail-page .content .comments-section .comments-list .comment-item .comment-content .reply-quote-card{border-left:3px solid #ff6b3d;padding:4px 8px;margin-bottom:8px;cursor:pointer;transition:all .2s ease}.post-detail-page .content .comments-section .comments-list .comment-item .comment-content .reply-quote-card:hover{border-left-color:#ff440a;background:#ff6b3d05}.post-detail-page .content .comments-section .comments-list .comment-item .comment-content .reply-quote-card .reply-quote-header{display:flex;align-items:center;margin-bottom:2px;gap:4px}.post-detail-page .content .comments-section .comments-list .comment-item .comment-content .reply-quote-card .reply-quote-header .reply-quote-avatar{width:16px;height:16px;border-radius:50%;background:#ff6b3d;color:#fff;display:flex;align-items:center;justify-content:center;font-size:8px;font-weight:600;overflow:hidden}.post-detail-page .content .comments-section .comments-list .comment-item .comment-content .reply-quote-card .reply-quote-header .reply-quote-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.post-detail-page .content .comments-section .comments-list .comment-item .comment-content .reply-quote-card .reply-quote-header .reply-quote-avatar span{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.post-detail-page .content .comments-section .comments-list .comment-item .comment-content .reply-quote-card .reply-quote-header .reply-quote-username{font-size:12px;font-weight:500;color:#ff6b3d}.post-detail-page .content .comments-section .comments-list .comment-item .comment-content .reply-quote-card .reply-quote-content{font-size:12px;font-weight:400;color:#86868b;line-height:1.3;white-space:pre-wrap;word-break:break-word;margin-left:22px}.post-detail-page .content .comments-section .comments-list .comment-item .comment-content p{font-size:16px;color:#1d1d1f;line-height:1.5;margin:0}.post-detail-page .content .comments-section .comments-list .comment-item .comment-actions{display:flex;align-items:center;gap:24px;padding-left:40px}.post-detail-page .content .comments-section .comments-list .comment-item .comment-actions .reply-btn,.post-detail-page .content .comments-section .comments-list .comment-item .comment-actions .like-btn{display:flex;align-items:center;gap:4px;background:none;border:none;color:#86868b;font-size:12px;cursor:pointer}.post-detail-page .content .comments-section .comments-list .comment-item .comment-actions .reply-btn .icon,.post-detail-page .content .comments-section .comments-list .comment-item .comment-actions .like-btn .icon{display:inline-flex;align-items:center;justify-content:center;font-size:14px}.post-detail-page .content .comments-section .comments-list .comment-item .comment-actions .reply-btn:active,.post-detail-page .content .comments-section .comments-list .comment-item .comment-actions .like-btn:active{opacity:.7}.post-detail-page .content .comments-section .comments-list .comment-item .comment-actions .reply-btn.active,.post-detail-page .content .comments-section .comments-list .comment-item .comment-actions .like-btn.active{color:#ff3b30}.post-detail-page .content .comments-section .comment-input{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e5e5e7;padding:16px;max-width:750px;margin:0 auto}.post-detail-page .content .comments-section .comment-input .reply-indicator{display:flex;align-items:center;gap:8px;padding:8px;background:#ff6b3d0d;border-radius:8px;margin-bottom:8px;border-left:3px solid #ff6b3d}.post-detail-page .content .comments-section .comment-input .reply-indicator .reply-text{font-size:12px;color:#86868b;font-weight:500}.post-detail-page .content .comments-section .comment-input .reply-indicator .reply-user{display:flex;align-items:center;gap:4px;flex:1}.post-detail-page .content .comments-section .comment-input .reply-indicator .reply-user .reply-user-avatar{width:20px;height:20px;border-radius:50%;background:#ff6b3d;color:#fff;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:600;overflow:hidden}.post-detail-page .content .comments-section .comment-input .reply-indicator .reply-user .reply-user-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.post-detail-page .content .comments-section .comment-input .reply-indicator .reply-user .reply-user-avatar span{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.post-detail-page .content .comments-section .comment-input .reply-indicator .reply-user .reply-user-name{font-size:14px;font-weight:500;color:#ff6b3d}.post-detail-page .content .comments-section .comment-input .reply-indicator .cancel-reply-btn{width:24px;height:24px;border:none;background:none;color:#86868b;font-size:18px;font-weight:700;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.post-detail-page .content .comments-section .comment-input .reply-indicator .cancel-reply-btn:hover{background:#86868b1a}.post-detail-page .content .comments-section .comment-input .input-container{display:flex;align-items:center;gap:8px;background:#f8f9fa;border-radius:16px;padding:8px 16px}.post-detail-page .content .comments-section .comment-input .input-container input{flex:1;border:none;background:none;font-size:16px;color:#1d1d1f}.post-detail-page .content .comments-section .comment-input .input-container input::placeholder{color:#c7c7cc}.post-detail-page .content .comments-section .comment-input .input-container input:focus{outline:none}.post-detail-page .content .comments-section .comment-input .input-container .send-btn{width:32px;height:32px;border:none;background:#007aff;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.post-detail-page .content .comments-section .comment-input .input-container .send-btn:disabled{background:#c7c7cc;cursor:not-allowed}.post-detail-page .content .comments-section .comment-input .input-container .send-btn:not(:disabled):active{background:color-mix(in srgb,#007aff 90%,black)}.post-detail-page .content .comments-section .comment-input .input-container .send-btn .icon{font-size:14px}.post-detail-page .post-detail-error{min-height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:24px}.post-detail-page .post-detail-error p{font-size:18px;color:#86868b;margin:0}.create-post-page{min-height:100vh;background:#fff}.create-post-page .header{position:fixed;top:0;left:0;right:0;height:50px;background:#fff;border-bottom:1px solid #e5e5e7;display:flex;align-items:center;justify-content:space-between;padding:0 24px;z-index:100;max-width:750px;margin:0 auto}.create-post-page .header .back-btn{width:40px;height:40px;border:none;background:none;color:#1d1d1f;font-size:18px;display:flex;align-items:center;justify-content:center;cursor:pointer}.create-post-page .header .back-btn:active{opacity:.7}.create-post-page .header h1{font-size:18px;font-weight:600;color:#1d1d1f;margin:0}.create-post-page .content{padding:50px 24px 32px}.create-post-page .content .post-types{display:flex;gap:8px;margin-bottom:32px;background:#f8f9fa;border-radius:12px;padding:4px}.create-post-page .content .post-types .type-btn{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;padding:16px;border:none;background:none;border-radius:8px;cursor:pointer;transition:all .2s ease}.create-post-page .content .post-types .type-btn svg{font-size:18px;color:#86868b}.create-post-page .content .post-types .type-btn span{font-size:14px;font-weight:500;color:#86868b}.create-post-page .content .post-types .type-btn.active{background:#ff6b3d}.create-post-page .content .post-types .type-btn.active svg,.create-post-page .content .post-types .type-btn.active span{color:#fff}.create-post-page .content .post-types .type-btn:active{transform:scale(.95)}.create-post-page .content .form-section{margin-bottom:32px}.create-post-page .content .form-section .title-input .adm-input{border:1px solid #e5e5e7;border-radius:12px;padding:16px;font-size:18px;font-weight:600;background:#fff}.create-post-page .content .form-section .title-input .adm-input:focus{border-color:#ff6b3d}.create-post-page .content .form-section .content-input,.create-post-page .content .form-section .content-input .markdown-editor-wrapper{position:relative}.create-post-page .content .form-section .content-input .markdown-preview-layer{position:relative;border:1px solid #e5e5e7;border-radius:12px;padding:16px;font-size:16px;background:#fff;color:#1d1d1f;overflow:auto;white-space:pre-wrap;word-break:break-word}.create-post-page .content .form-section .content-input .markdown-input,.create-post-page .content .form-section .content-input .markdown-input .adm-text-area{display:none}.create-post-page .content .form-section .link-input .adm-input{border:1px solid #e5e5e7;border-radius:12px;padding:16px;font-size:16px;background:#fff}.create-post-page .content .form-section .link-input .adm-input:focus{border-color:#ff6b3d}.create-post-page .content .form-section .media-upload .upload-area{border:2px dashed #d1d1d6;border-radius:12px;padding:32px;text-align:center;cursor:pointer;transition:all .2s ease}.create-post-page .content .form-section .media-upload .upload-area svg{font-size:48px;color:#c7c7cc;margin-bottom:16px}.create-post-page .content .form-section .media-upload .upload-area p{font-size:16px;color:#86868b;margin:0 0 4px}.create-post-page .content .form-section .media-upload .upload-area span{font-size:14px;color:#c7c7cc}.create-post-page .content .form-section .media-upload .upload-area:active{background:#f8f9fa;border-color:#ff6b3d}.create-post-page .content .form-section .section-header{display:flex;align-items:center;gap:8px;margin-bottom:16px}.create-post-page .content .form-section .section-header svg{font-size:18px;color:#86868b}.create-post-page .content .form-section .section-header span{font-size:16px;font-weight:600;color:#1d1d1f}.create-post-page .content .form-section .community-selector .selected-community{display:flex;align-items:center;gap:16px;padding:16px;background:#f8f9fa;border-radius:12px;cursor:pointer}.create-post-page .content .form-section .community-selector .selected-community .community-avatar{width:32px;height:32px;border-radius:50%;background:#007aff;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px}.create-post-page .content .form-section .community-selector .selected-community span{flex:1;font-size:16px;color:#1d1d1f}.create-post-page .content .form-section .community-selector .selected-community span.arrow{flex:none;color:#86868b;font-size:18px}.create-post-page .content .form-section .community-selector .selected-community:active{background:#f2f2f7}.create-post-page .content .form-section .tags-container{display:flex;flex-wrap:wrap;gap:8px}.create-post-page .content .form-section .tags-container .tag-btn{padding:4px 16px;border:1px solid #e5e5e7;background:#f8f9fa;color:#86868b;border-radius:16px;font-size:14px;cursor:pointer;transition:all .2s ease}.create-post-page .content .form-section .tags-container .tag-btn.selected{background:#ff6b3d1a;border-color:#ff6b3d;color:#ff6b3d}.create-post-page .content .form-section .tags-container .tag-btn.add-more{background:none;border:none;color:#c7c7cc}.create-post-page .content .form-section .tags-container .tag-btn.add-more .arrow{font-size:16px}.create-post-page .content .form-section .tags-container .tag-btn:active{transform:scale(.95)}.create-post-page .content .form-section .option-item{display:flex;align-items:center;justify-content:space-between;padding:16px 0;border-bottom:1px solid #e5e5e7}.create-post-page .content .form-section .option-item:last-child{border-bottom:none}.create-post-page .content .form-section .option-item .option-info{flex:1}.create-post-page .content .form-section .option-item .option-info .option-title{display:block;font-size:16px;font-weight:500;color:#1d1d1f;margin-bottom:4px}.create-post-page .content .form-section .option-item .option-info .option-desc{font-size:14px;color:#86868b}.create-post-page .content .form-section .option-item .adm-switch{margin-left:16px}.create-post-page .content .formatting-tools{display:flex;gap:16px;margin-bottom:24px}.create-post-page .content .formatting-tools .format-btn{width:40px;height:40px;border:1px solid #e5e5e7;background:#f8f9fa;color:#86868b;border-radius:8px;font-size:16px;font-weight:700;cursor:pointer}.create-post-page .content .formatting-tools .format-btn:active{background:#f2f2f7}.create-post-page .content .submit-section{margin-top:32px;padding-bottom:60px}.create-post-page .content .submit-section .submit-btn{background:#ff6b3d;color:#fff;border:none;border-radius:12px;font-size:18px;font-weight:600;height:50px}.create-post-page .content .submit-section .submit-btn:active{background:color-mix(in srgb,#ff6b3d 90%,black)}.messages-page{min-height:100vh;background:#fff;padding-bottom:60px}.messages-page .header{position:sticky;top:0;background:#fff;border-bottom:1px solid #e5e5e7;display:flex;align-items:center;justify-content:space-between;padding:16px 24px;z-index:100}.messages-page .header h1{font-size:20px;font-weight:700;color:#1d1d1f;margin:0}.messages-page .header .menu-btn{width:40px;height:40px;border:none;background:none;color:#86868b;font-size:18px;display:flex;align-items:center;justify-content:center;cursor:pointer}.messages-page .header .menu-btn:active{opacity:.7}.messages-page .segment{position:sticky;top:50px;z-index:90;margin:16px 24px 8px;display:grid;grid-template-columns:1fr 1fr;gap:0;background:#f2f2f7;border:1px solid #e5e5e7;border-radius:12px;padding:4px}.messages-page .segment .seg-btn{appearance:none;border:none;background:transparent;height:32px;border-radius:8px;color:#86868b;font-weight:600;font-size:14px;cursor:pointer;transition:background-color .2s ease,color .2s ease}.messages-page .segment .seg-btn.active{background:#fff;color:#1d1d1f}.messages-page .messages-list .message-item{position:relative;display:flex;align-items:flex-start;gap:16px;margin:16px 24px;padding:16px;background:#fff;border-radius:16px;box-shadow:0 2px 8px #0000001a;cursor:pointer}.messages-page .messages-list .message-item.unread:before{content:"";position:absolute;left:0;top:16px;bottom:16px;width:4px;border-radius:4px;background:#ff3b30}.messages-page .messages-list .message-item.unread .username{font-weight:700}.messages-page .messages-list .message-item .unread-dot{position:absolute;right:16px;top:14px;width:10px;height:10px;background:#007aff;border-radius:50%}.messages-page .messages-list .message-item .avatar{width:40px;height:40px;border-radius:50%;background:#007aff;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;flex-shrink:0;margin-left:0}.messages-page .messages-list .message-item .message-content{flex:1;min-width:0}.messages-page .messages-list .message-item .message-content .message-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2px}.messages-page .messages-list .message-item .message-content .message-header .username{font-size:16px;color:#1d1d1f}.messages-page .messages-list .message-item .message-content .message-header .time{font-size:12px;color:#c7c7cc}.messages-page .messages-list .message-item .message-content .message-action{display:flex;align-items:center;gap:6px;margin-bottom:6px}.messages-page .messages-list .message-item .message-content .message-action .action-icon{font-size:12px}.messages-page .messages-list .message-item .message-content .message-action .action-text{font-size:14px;color:#86868b}.messages-page .messages-list .message-item .message-content .message-quote{font-size:14px;color:#86868b;font-style:italic;margin-bottom:4px}.messages-page .messages-list .message-item .message-content .message-text{font-size:16px;color:#1d1d1f;line-height:1.5;margin-bottom:8px}.messages-page .messages-list .message-item .message-content .related-post-pill{display:inline-flex;align-items:center;gap:8px;background:#ff3b300f;color:#86868b;border-radius:10px;padding:10px 12px;border:1px solid rgba(255,59,48,.15)}.messages-page .messages-list .message-item .message-content .related-post-pill .pill-icon{font-size:12px}.messages-page .messages-list .message-item .message-content .related-post-pill .pill-title{font-size:14px;color:#86868b;max-width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.messages-page .messages-list .message-item.unread{padding-left:22px}.messages-page .messages-list .message-item.unread .avatar{margin-left:6px}.messages-page .messages-list .empty-state{text-align:center;padding:32px;color:#86868b}.messages-page .messages-list .empty-state p{font-size:18px;font-weight:600;margin:0 0 8px}.messages-page .messages-list .empty-state span{font-size:16px}.messages-page .message-item[data-type=follow] .avatar{background:#34c759}.messages-page .message-item[data-type=like] .avatar{background:#ff3b30}.messages-page .message-item[data-type=mention] .avatar{background:#ff9500}.messages-page .message-item[data-type=private] .avatar{background:#ff6b3d}.subscriptions-page{min-height:100vh;background:#fff;padding-bottom:60px}.subscriptions-page .header{position:sticky;top:0;background:#fff;border-bottom:1px solid #e5e5e7;padding:16px 24px;z-index:100}.subscriptions-page .header h1{font-size:20px;font-weight:700;color:#1d1d1f;margin:0;text-align:center}.subscriptions-page .search-section{padding:16px 24px;background:#fff;border-bottom:1px solid #e5e5e7}.subscriptions-page .search-section .adm-search-bar{background:#f8f9fa;border-radius:16px}.subscriptions-page .search-section .adm-search-bar .adm-search-bar-input{background:transparent}.subscriptions-page .search-section .adm-search-bar .adm-search-bar-input input{font-size:16px}.subscriptions-page .search-section .adm-search-bar .adm-search-bar-input input::placeholder{color:#c7c7cc}.subscriptions-page .loading{display:flex;align-items:center;justify-content:center;min-height:200px;color:#86868b;font-size:16px}.subscriptions-page .content .section{margin-top:16px}.subscriptions-page .content .section .section-title{font-size:18px;font-weight:700;color:#1d1d1f;margin:0 0 24px;padding:0 24px}.subscriptions-page .content .section .communities-list .community-item,.subscriptions-page .content .section .communities-list .user-item,.subscriptions-page .content .section .users-list .community-item,.subscriptions-page .content .section .users-list .user-item{display:flex;align-items:flex-start;gap:16px;padding:24px;border-bottom:1px solid #e5e5e7;cursor:pointer;transition:background-color .2s ease}.subscriptions-page .content .section .communities-list .community-item:active,.subscriptions-page .content .section .communities-list .user-item:active,.subscriptions-page .content .section .users-list .community-item:active,.subscriptions-page .content .section .users-list .user-item:active{background:#f8f9fa}.subscriptions-page .content .section .communities-list .community-item .community-icon,.subscriptions-page .content .section .communities-list .user-item .community-icon,.subscriptions-page .content .section .users-list .community-item .community-icon,.subscriptions-page .content .section .users-list .user-item .community-icon{width:48px;height:48px;border-radius:50%;background:#f8f9fa;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.subscriptions-page .content .section .communities-list .community-item .user-avatar,.subscriptions-page .content .section .communities-list .user-item .user-avatar,.subscriptions-page .content .section .users-list .community-item .user-avatar,.subscriptions-page .content .section .users-list .user-item .user-avatar{width:48px;height:48px;border-radius:50%;background:#007aff;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:18px;flex-shrink:0}.subscriptions-page .content .section .communities-list .community-item .community-info,.subscriptions-page .content .section .communities-list .community-item .user-info,.subscriptions-page .content .section .communities-list .user-item .community-info,.subscriptions-page .content .section .communities-list .user-item .user-info,.subscriptions-page .content .section .users-list .community-item .community-info,.subscriptions-page .content .section .users-list .community-item .user-info,.subscriptions-page .content .section .users-list .user-item .community-info,.subscriptions-page .content .section .users-list .user-item .user-info{flex:1;min-width:0}.subscriptions-page .content .section .communities-list .community-item .community-info .community-header,.subscriptions-page .content .section .communities-list .community-item .community-info .user-header,.subscriptions-page .content .section .communities-list .community-item .user-info .community-header,.subscriptions-page .content .section .communities-list .community-item .user-info .user-header,.subscriptions-page .content .section .communities-list .user-item .community-info .community-header,.subscriptions-page .content .section .communities-list .user-item .community-info .user-header,.subscriptions-page .content .section .communities-list .user-item .user-info .community-header,.subscriptions-page .content .section .communities-list .user-item .user-info .user-header,.subscriptions-page .content .section .users-list .community-item .community-info .community-header,.subscriptions-page .content .section .users-list .community-item .community-info .user-header,.subscriptions-page .content .section .users-list .community-item .user-info .community-header,.subscriptions-page .content .section .users-list .community-item .user-info .user-header,.subscriptions-page .content .section .users-list .user-item .community-info .community-header,.subscriptions-page .content .section .users-list .user-item .community-info .user-header,.subscriptions-page .content .section .users-list .user-item .user-info .community-header,.subscriptions-page .content .section .users-list .user-item .user-info .user-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.subscriptions-page .content .section .communities-list .community-item .community-info .community-header .community-name,.subscriptions-page .content .section .communities-list .community-item .community-info .community-header .username,.subscriptions-page .content .section .communities-list .community-item .community-info .user-header .community-name,.subscriptions-page .content .section .communities-list .community-item .community-info .user-header .username,.subscriptions-page .content .section .communities-list .community-item .user-info .community-header .community-name,.subscriptions-page .content .section .communities-list .community-item .user-info .community-header .username,.subscriptions-page .content .section .communities-list .community-item .user-info .user-header .community-name,.subscriptions-page .content .section .communities-list .community-item .user-info .user-header .username,.subscriptions-page .content .section .communities-list .user-item .community-info .community-header .community-name,.subscriptions-page .content .section .communities-list .user-item .community-info .community-header .username,.subscriptions-page .content .section .communities-list .user-item .community-info .user-header .community-name,.subscriptions-page .content .section .communities-list .user-item .community-info .user-header .username,.subscriptions-page .content .section .communities-list .user-item .user-info .community-header .community-name,.subscriptions-page .content .section .communities-list .user-item .user-info .community-header .username,.subscriptions-page .content .section .communities-list .user-item .user-info .user-header .community-name,.subscriptions-page .content .section .communities-list .user-item .user-info .user-header .username,.subscriptions-page .content .section .users-list .community-item .community-info .community-header .community-name,.subscriptions-page .content .section .users-list .community-item .community-info .community-header .username,.subscriptions-page .content .section .users-list .community-item .community-info .user-header .community-name,.subscriptions-page .content .section .users-list .community-item .community-info .user-header .username,.subscriptions-page .content .section .users-list .community-item .user-info .community-header .community-name,.subscriptions-page .content .section .users-list .community-item .user-info .community-header .username,.subscriptions-page .content .section .users-list .community-item .user-info .user-header .community-name,.subscriptions-page .content .section .users-list .community-item .user-info .user-header .username,.subscriptions-page .content .section .users-list .user-item .community-info .community-header .community-name,.subscriptions-page .content .section .users-list .user-item .community-info .community-header .username,.subscriptions-page .content .section .users-list .user-item .community-info .user-header .community-name,.subscriptions-page .content .section .users-list .user-item .community-info .user-header .username,.subscriptions-page .content .section .users-list .user-item .user-info .community-header .community-name,.subscriptions-page .content .section .users-list .user-item .user-info .community-header .username,.subscriptions-page .content .section .users-list .user-item .user-info .user-header .community-name,.subscriptions-page .content .section .users-list .user-item .user-info .user-header .username{font-size:16px;font-weight:600;color:#1d1d1f;background:#f8f9fa;border:none;border-radius:16px;padding:4px 16px;cursor:pointer;transition:all .2s ease;display:inline-block;margin:0;width:fit-content;flex-shrink:0}.subscriptions-page .content .section .communities-list .community-item .community-info .community-header .community-name:hover,.subscriptions-page .content .section .communities-list .community-item .community-info .community-header .username:hover,.subscriptions-page .content .section .communities-list .community-item .community-info .user-header .community-name:hover,.subscriptions-page .content .section .communities-list .community-item .community-info .user-header .username:hover,.subscriptions-page .content .section .communities-list .community-item .user-info .community-header .community-name:hover,.subscriptions-page .content .section .communities-list .community-item .user-info .community-header .username:hover,.subscriptions-page .content .section .communities-list .community-item .user-info .user-header .community-name:hover,.subscriptions-page .content .section .communities-list .community-item .user-info .user-header .username:hover,.subscriptions-page .content .section .communities-list .user-item .community-info .community-header .community-name:hover,.subscriptions-page .content .section .communities-list .user-item .community-info .community-header .username:hover,.subscriptions-page .content .section .communities-list .user-item .community-info .user-header .community-name:hover,.subscriptions-page .content .section .communities-list .user-item .community-info .user-header .username:hover,.subscriptions-page .content .section .communities-list .user-item .user-info .community-header .community-name:hover,.subscriptions-page .content .section .communities-list .user-item .user-info .community-header .username:hover,.subscriptions-page .content .section .communities-list .user-item .user-info .user-header .community-name:hover,.subscriptions-page .content .section .communities-list .user-item .user-info .user-header .username:hover,.subscriptions-page .content .section .users-list .community-item .community-info .community-header .community-name:hover,.subscriptions-page .content .section .users-list .community-item .community-info .community-header .username:hover,.subscriptions-page .content .section .users-list .community-item .community-info .user-header .community-name:hover,.subscriptions-page .content .section .users-list .community-item .community-info .user-header .username:hover,.subscriptions-page .content .section .users-list .community-item .user-info .community-header .community-name:hover,.subscriptions-page .content .section .users-list .community-item .user-info .community-header .username:hover,.subscriptions-page .content .section .users-list .community-item .user-info .user-header .community-name:hover,.subscriptions-page .content .section .users-list .community-item .user-info .user-header .username:hover,.subscriptions-page .content .section .users-list .user-item .community-info .community-header .community-name:hover,.subscriptions-page .content .section .users-list .user-item .community-info .community-header .username:hover,.subscriptions-page .content .section .users-list .user-item .community-info .user-header .community-name:hover,.subscriptions-page .content .section .users-list .user-item .community-info .user-header .username:hover,.subscriptions-page .content .section .users-list .user-item .user-info .community-header .community-name:hover,.subscriptions-page .content .section .users-list .user-item .user-info .community-header .username:hover,.subscriptions-page .content .section .users-list .user-item .user-info .user-header .community-name:hover,.subscriptions-page .content .section .users-list .user-item .user-info .user-header .username:hover{background:color-mix(in srgb,#f8f9fa 90%,black);text-decoration:none}.subscriptions-page .content .section .communities-list .community-item .community-info .community-header .community-name:active,.subscriptions-page .content .section .communities-list .community-item .community-info .community-header .username:active,.subscriptions-page .content .section .communities-list .community-item .community-info .user-header .community-name:active,.subscriptions-page .content .section .communities-list .community-item .community-info .user-header .username:active,.subscriptions-page .content .section .communities-list .community-item .user-info .community-header .community-name:active,.subscriptions-page .content .section .communities-list .community-item .user-info .community-header .username:active,.subscriptions-page .content .section .communities-list .community-item .user-info .user-header .community-name:active,.subscriptions-page .content .section .communities-list .community-item .user-info .user-header .username:active,.subscriptions-page .content .section .communities-list .user-item .community-info .community-header .community-name:active,.subscriptions-page .content .section .communities-list .user-item .community-info .community-header .username:active,.subscriptions-page .content .section .communities-list .user-item .community-info .user-header .community-name:active,.subscriptions-page .content .section .communities-list .user-item .community-info .user-header .username:active,.subscriptions-page .content .section .communities-list .user-item .user-info .community-header .community-name:active,.subscriptions-page .content .section .communities-list .user-item .user-info .community-header .username:active,.subscriptions-page .content .section .communities-list .user-item .user-info .user-header .community-name:active,.subscriptions-page .content .section .communities-list .user-item .user-info .user-header .username:active,.subscriptions-page .content .section .users-list .community-item .community-info .community-header .community-name:active,.subscriptions-page .content .section .users-list .community-item .community-info .community-header .username:active,.subscriptions-page .content .section .users-list .community-item .community-info .user-header .community-name:active,.subscriptions-page .content .section .users-list .community-item .community-info .user-header .username:active,.subscriptions-page .content .section .users-list .community-item .user-info .community-header .community-name:active,.subscriptions-page .content .section .users-list .community-item .user-info .community-header .username:active,.subscriptions-page .content .section .users-list .community-item .user-info .user-header .community-name:active,.subscriptions-page .content .section .users-list .community-item .user-info .user-header .username:active,.subscriptions-page .content .section .users-list .user-item .community-info .community-header .community-name:active,.subscriptions-page .content .section .users-list .user-item .community-info .community-header .username:active,.subscriptions-page .content .section .users-list .user-item .community-info .user-header .community-name:active,.subscriptions-page .content .section .users-list .user-item .community-info .user-header .username:active,.subscriptions-page .content .section .users-list .user-item .user-info .community-header .community-name:active,.subscriptions-page .content .section .users-list .user-item .user-info .community-header .username:active,.subscriptions-page .content .section .users-list .user-item .user-info .user-header .community-name:active,.subscriptions-page .content .section .users-list .user-item .user-info .user-header .username:active{background:color-mix(in srgb,#f8f9fa 80%,black);transform:scale(.95)}.subscriptions-page .content .section .communities-list .community-item .community-info .community-header .action-buttons,.subscriptions-page .content .section .communities-list .community-item .community-info .user-header .action-buttons,.subscriptions-page .content .section .communities-list .community-item .user-info .community-header .action-buttons,.subscriptions-page .content .section .communities-list .community-item .user-info .user-header .action-buttons,.subscriptions-page .content .section .communities-list .user-item .community-info .community-header .action-buttons,.subscriptions-page .content .section .communities-list .user-item .community-info .user-header .action-buttons,.subscriptions-page .content .section .communities-list .user-item .user-info .community-header .action-buttons,.subscriptions-page .content .section .communities-list .user-item .user-info .user-header .action-buttons,.subscriptions-page .content .section .users-list .community-item .community-info .community-header .action-buttons,.subscriptions-page .content .section .users-list .community-item .community-info .user-header .action-buttons,.subscriptions-page .content .section .users-list .community-item .user-info .community-header .action-buttons,.subscriptions-page .content .section .users-list .community-item .user-info .user-header .action-buttons,.subscriptions-page .content .section .users-list .user-item .community-info .community-header .action-buttons,.subscriptions-page .content .section .users-list .user-item .community-info .user-header .action-buttons,.subscriptions-page .content .section .users-list .user-item .user-info .community-header .action-buttons,.subscriptions-page .content .section .users-list .user-item .user-info .user-header .action-buttons{display:flex;align-items:center;gap:4px}.subscriptions-page .content .section .communities-list .community-item .community-info .community-header .action-buttons .navigate-btn,.subscriptions-page .content .section .communities-list .community-item .community-info .community-header .action-buttons .more-btn,.subscriptions-page .content .section .communities-list .community-item .community-info .user-header .action-buttons .navigate-btn,.subscriptions-page .content .section .communities-list .community-item .community-info .user-header .action-buttons .more-btn,.subscriptions-page .content .section .communities-list .community-item .user-info .community-header .action-buttons .navigate-btn,.subscriptions-page .content .section .communities-list .community-item .user-info .community-header .action-buttons .more-btn,.subscriptions-page .content .section .communities-list .community-item .user-info .user-header .action-buttons .navigate-btn,.subscriptions-page .content .section .communities-list .community-item .user-info .user-header .action-buttons .more-btn,.subscriptions-page .content .section .communities-list .user-item .community-info .community-header .action-buttons .navigate-btn,.subscriptions-page .content .section .communities-list .user-item .community-info .community-header .action-buttons .more-btn,.subscriptions-page .content .section .communities-list .user-item .community-info .user-header .action-buttons .navigate-btn,.subscriptions-page .content .section .communities-list .user-item .community-info .user-header .action-buttons .more-btn,.subscriptions-page .content .section .communities-list .user-item .user-info .community-header .action-buttons .navigate-btn,.subscriptions-page .content .section .communities-list .user-item .user-info .community-header .action-buttons .more-btn,.subscriptions-page .content .section .communities-list .user-item .user-info .user-header .action-buttons .navigate-btn,.subscriptions-page .content .section .communities-list .user-item .user-info .user-header .action-buttons .more-btn,.subscriptions-page .content .section .users-list .community-item .community-info .community-header .action-buttons .navigate-btn,.subscriptions-page .content .section .users-list .community-item .community-info .community-header .action-buttons .more-btn,.subscriptions-page .content .section .users-list .community-item .community-info .user-header .action-buttons .navigate-btn,.subscriptions-page .content .section .users-list .community-item .community-info .user-header .action-buttons .more-btn,.subscriptions-page .content .section .users-list .community-item .user-info .community-header .action-buttons .navigate-btn,.subscriptions-page .content .section .users-list .community-item .user-info .community-header .action-buttons .more-btn,.subscriptions-page .content .section .users-list .community-item .user-info .user-header .action-buttons .navigate-btn,.subscriptions-page .content .section .users-list .community-item .user-info .user-header .action-buttons .more-btn,.subscriptions-page .content .section .users-list .user-item .community-info .community-header .action-buttons .navigate-btn,.subscriptions-page .content .section .users-list .user-item .community-info .community-header .action-buttons .more-btn,.subscriptions-page .content .section .users-list .user-item .community-info .user-header .action-buttons .navigate-btn,.subscriptions-page .content .section .users-list .user-item .community-info .user-header .action-buttons .more-btn,.subscriptions-page .content .section .users-list .user-item .user-info .community-header .action-buttons .navigate-btn,.subscriptions-page .content .section .users-list .user-item .user-info .community-header .action-buttons .more-btn,.subscriptions-page .content .section .users-list .user-item .user-info .user-header .action-buttons .navigate-btn,.subscriptions-page .content .section .users-list .user-item .user-info .user-header .action-buttons .more-btn{width:24px;height:24px;border:none;background:none;color:#c7c7cc;font-size:16px;display:flex;align-items:center;justify-content:center;cursor:pointer}.subscriptions-page .content .section .communities-list .community-item .community-info .community-header .action-buttons .navigate-btn:active,.subscriptions-page .content .section .communities-list .community-item .community-info .community-header .action-buttons .more-btn:active,.subscriptions-page .content .section .communities-list .community-item .community-info .user-header .action-buttons .navigate-btn:active,.subscriptions-page .content .section .communities-list .community-item .community-info .user-header .action-buttons .more-btn:active,.subscriptions-page .content .section .communities-list .community-item .user-info .community-header .action-buttons .navigate-btn:active,.subscriptions-page .content .section .communities-list .community-item .user-info .community-header .action-buttons .more-btn:active,.subscriptions-page .content .section .communities-list .community-item .user-info .user-header .action-buttons .navigate-btn:active,.subscriptions-page .content .section .communities-list .community-item .user-info .user-header .action-buttons .more-btn:active,.subscriptions-page .content .section .communities-list .user-item .community-info .community-header .action-buttons .navigate-btn:active,.subscriptions-page .content .section .communities-list .user-item .community-info .community-header .action-buttons .more-btn:active,.subscriptions-page .content .section .communities-list .user-item .community-info .user-header .action-buttons .navigate-btn:active,.subscriptions-page .content .section .communities-list .user-item .community-info .user-header .action-buttons .more-btn:active,.subscriptions-page .content .section .communities-list .user-item .user-info .community-header .action-buttons .navigate-btn:active,.subscriptions-page .content .section .communities-list .user-item .user-info .community-header .action-buttons .more-btn:active,.subscriptions-page .content .section .communities-list .user-item .user-info .user-header .action-buttons .navigate-btn:active,.subscriptions-page .content .section .communities-list .user-item .user-info .user-header .action-buttons .more-btn:active,.subscriptions-page .content .section .users-list .community-item .community-info .community-header .action-buttons .navigate-btn:active,.subscriptions-page .content .section .users-list .community-item .community-info .community-header .action-buttons .more-btn:active,.subscriptions-page .content .section .users-list .community-item .community-info .user-header .action-buttons .navigate-btn:active,.subscriptions-page .content .section .users-list .community-item .community-info .user-header .action-buttons .more-btn:active,.subscriptions-page .content .section .users-list .community-item .user-info .community-header .action-buttons .navigate-btn:active,.subscriptions-page .content .section .users-list .community-item .user-info .community-header .action-buttons .more-btn:active,.subscriptions-page .content .section .users-list .community-item .user-info .user-header .action-buttons .navigate-btn:active,.subscriptions-page .content .section .users-list .community-item .user-info .user-header .action-buttons .more-btn:active,.subscriptions-page .content .section .users-list .user-item .community-info .community-header .action-buttons .navigate-btn:active,.subscriptions-page .content .section .users-list .user-item .community-info .community-header .action-buttons .more-btn:active,.subscriptions-page .content .section .users-list .user-item .community-info .user-header .action-buttons .navigate-btn:active,.subscriptions-page .content .section .users-list .user-item .community-info .user-header .action-buttons .more-btn:active,.subscriptions-page .content .section .users-list .user-item .user-info .community-header .action-buttons .navigate-btn:active,.subscriptions-page .content .section .users-list .user-item .user-info .community-header .action-buttons .more-btn:active,.subscriptions-page .content .section .users-list .user-item .user-info .user-header .action-buttons .navigate-btn:active,.subscriptions-page .content .section .users-list .user-item .user-info .user-header .action-buttons .more-btn:active{opacity:.7}.subscriptions-page .content .section .communities-list .community-item .community-info .community-header .action-buttons .navigate-btn,.subscriptions-page .content .section .communities-list .community-item .community-info .user-header .action-buttons .navigate-btn,.subscriptions-page .content .section .communities-list .community-item .user-info .community-header .action-buttons .navigate-btn,.subscriptions-page .content .section .communities-list .community-item .user-info .user-header .action-buttons .navigate-btn,.subscriptions-page .content .section .communities-list .user-item .community-info .community-header .action-buttons .navigate-btn,.subscriptions-page .content .section .communities-list .user-item .community-info .user-header .action-buttons .navigate-btn,.subscriptions-page .content .section .communities-list .user-item .user-info .community-header .action-buttons .navigate-btn,.subscriptions-page .content .section .communities-list .user-item .user-info .user-header .action-buttons .navigate-btn,.subscriptions-page .content .section .users-list .community-item .community-info .community-header .action-buttons .navigate-btn,.subscriptions-page .content .section .users-list .community-item .community-info .user-header .action-buttons .navigate-btn,.subscriptions-page .content .section .users-list .community-item .user-info .community-header .action-buttons .navigate-btn,.subscriptions-page .content .section .users-list .community-item .user-info .user-header .action-buttons .navigate-btn,.subscriptions-page .content .section .users-list .user-item .community-info .community-header .action-buttons .navigate-btn,.subscriptions-page .content .section .users-list .user-item .community-info .user-header .action-buttons .navigate-btn,.subscriptions-page .content .section .users-list .user-item .user-info .community-header .action-buttons .navigate-btn,.subscriptions-page .content .section .users-list .user-item .user-info .user-header .action-buttons .navigate-btn{color:#86868b}.subscriptions-page .content .section .communities-list .community-item .community-info .community-meta,.subscriptions-page .content .section .communities-list .community-item .community-info .user-meta,.subscriptions-page .content .section .communities-list .community-item .user-info .community-meta,.subscriptions-page .content .section .communities-list .community-item .user-info .user-meta,.subscriptions-page .content .section .communities-list .user-item .community-info .community-meta,.subscriptions-page .content .section .communities-list .user-item .community-info .user-meta,.subscriptions-page .content .section .communities-list .user-item .user-info .community-meta,.subscriptions-page .content .section .communities-list .user-item .user-info .user-meta,.subscriptions-page .content .section .users-list .community-item .community-info .community-meta,.subscriptions-page .content .section .users-list .community-item .community-info .user-meta,.subscriptions-page .content .section .users-list .community-item .user-info .community-meta,.subscriptions-page .content .section .users-list .community-item .user-info .user-meta,.subscriptions-page .content .section .users-list .user-item .community-info .community-meta,.subscriptions-page .content .section .users-list .user-item .community-info .user-meta,.subscriptions-page .content .section .users-list .user-item .user-info .community-meta,.subscriptions-page .content .section .users-list .user-item .user-info .user-meta{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.subscriptions-page .content .section .communities-list .community-item .community-info .community-meta .member-count,.subscriptions-page .content .section .communities-list .community-item .community-info .community-meta .follower-count,.subscriptions-page .content .section .communities-list .community-item .community-info .user-meta .member-count,.subscriptions-page .content .section .communities-list .community-item .community-info .user-meta .follower-count,.subscriptions-page .content .section .communities-list .community-item .user-info .community-meta .member-count,.subscriptions-page .content .section .communities-list .community-item .user-info .community-meta .follower-count,.subscriptions-page .content .section .communities-list .community-item .user-info .user-meta .member-count,.subscriptions-page .content .section .communities-list .community-item .user-info .user-meta .follower-count,.subscriptions-page .content .section .communities-list .user-item .community-info .community-meta .member-count,.subscriptions-page .content .section .communities-list .user-item .community-info .community-meta .follower-count,.subscriptions-page .content .section .communities-list .user-item .community-info .user-meta .member-count,.subscriptions-page .content .section .communities-list .user-item .community-info .user-meta .follower-count,.subscriptions-page .content .section .communities-list .user-item .user-info .community-meta .member-count,.subscriptions-page .content .section .communities-list .user-item .user-info .community-meta .follower-count,.subscriptions-page .content .section .communities-list .user-item .user-info .user-meta .member-count,.subscriptions-page .content .section .communities-list .user-item .user-info .user-meta .follower-count,.subscriptions-page .content .section .users-list .community-item .community-info .community-meta .member-count,.subscriptions-page .content .section .users-list .community-item .community-info .community-meta .follower-count,.subscriptions-page .content .section .users-list .community-item .community-info .user-meta .member-count,.subscriptions-page .content .section .users-list .community-item .community-info .user-meta .follower-count,.subscriptions-page .content .section .users-list .community-item .user-info .community-meta .member-count,.subscriptions-page .content .section .users-list .community-item .user-info .community-meta .follower-count,.subscriptions-page .content .section .users-list .community-item .user-info .user-meta .member-count,.subscriptions-page .content .section .users-list .community-item .user-info .user-meta .follower-count,.subscriptions-page .content .section .users-list .user-item .community-info .community-meta .member-count,.subscriptions-page .content .section .users-list .user-item .community-info .community-meta .follower-count,.subscriptions-page .content .section .users-list .user-item .community-info .user-meta .member-count,.subscriptions-page .content .section .users-list .user-item .community-info .user-meta .follower-count,.subscriptions-page .content .section .users-list .user-item .user-info .community-meta .member-count,.subscriptions-page .content .section .users-list .user-item .user-info .community-meta .follower-count,.subscriptions-page .content .section .users-list .user-item .user-info .user-meta .member-count,.subscriptions-page .content .section .users-list .user-item .user-info .user-meta .follower-count{font-size:14px;color:#86868b;font-weight:500}.subscriptions-page .content .section .communities-list .community-item .community-info .community-meta .separator,.subscriptions-page .content .section .communities-list .community-item .community-info .user-meta .separator,.subscriptions-page .content .section .communities-list .community-item .user-info .community-meta .separator,.subscriptions-page .content .section .communities-list .community-item .user-info .user-meta .separator,.subscriptions-page .content .section .communities-list .user-item .community-info .community-meta .separator,.subscriptions-page .content .section .communities-list .user-item .community-info .user-meta .separator,.subscriptions-page .content .section .communities-list .user-item .user-info .community-meta .separator,.subscriptions-page .content .section .communities-list .user-item .user-info .user-meta .separator,.subscriptions-page .content .section .users-list .community-item .community-info .community-meta .separator,.subscriptions-page .content .section .users-list .community-item .community-info .user-meta .separator,.subscriptions-page .content .section .users-list .community-item .user-info .community-meta .separator,.subscriptions-page .content .section .users-list .community-item .user-info .user-meta .separator,.subscriptions-page .content .section .users-list .user-item .community-info .community-meta .separator,.subscriptions-page .content .section .users-list .user-item .community-info .user-meta .separator,.subscriptions-page .content .section .users-list .user-item .user-info .community-meta .separator,.subscriptions-page .content .section .users-list .user-item .user-info .user-meta .separator{color:#c7c7cc;font-size:14px}.subscriptions-page .content .section .communities-list .community-item .community-info .community-meta .community-desc,.subscriptions-page .content .section .communities-list .community-item .community-info .community-meta .user-bio,.subscriptions-page .content .section .communities-list .community-item .community-info .user-meta .community-desc,.subscriptions-page .content .section .communities-list .community-item .community-info .user-meta .user-bio,.subscriptions-page .content .section .communities-list .community-item .user-info .community-meta .community-desc,.subscriptions-page .content .section .communities-list .community-item .user-info .community-meta .user-bio,.subscriptions-page .content .section .communities-list .community-item .user-info .user-meta .community-desc,.subscriptions-page .content .section .communities-list .community-item .user-info .user-meta .user-bio,.subscriptions-page .content .section .communities-list .user-item .community-info .community-meta .community-desc,.subscriptions-page .content .section .communities-list .user-item .community-info .community-meta .user-bio,.subscriptions-page .content .section .communities-list .user-item .community-info .user-meta .community-desc,.subscriptions-page .content .section .communities-list .user-item .community-info .user-meta .user-bio,.subscriptions-page .content .section .communities-list .user-item .user-info .community-meta .community-desc,.subscriptions-page .content .section .communities-list .user-item .user-info .community-meta .user-bio,.subscriptions-page .content .section .communities-list .user-item .user-info .user-meta .community-desc,.subscriptions-page .content .section .communities-list .user-item .user-info .user-meta .user-bio,.subscriptions-page .content .section .users-list .community-item .community-info .community-meta .community-desc,.subscriptions-page .content .section .users-list .community-item .community-info .community-meta .user-bio,.subscriptions-page .content .section .users-list .community-item .community-info .user-meta .community-desc,.subscriptions-page .content .section .users-list .community-item .community-info .user-meta .user-bio,.subscriptions-page .content .section .users-list .community-item .user-info .community-meta .community-desc,.subscriptions-page .content .section .users-list .community-item .user-info .community-meta .user-bio,.subscriptions-page .content .section .users-list .community-item .user-info .user-meta .community-desc,.subscriptions-page .content .section .users-list .community-item .user-info .user-meta .user-bio,.subscriptions-page .content .section .users-list .user-item .community-info .community-meta .community-desc,.subscriptions-page .content .section .users-list .user-item .community-info .community-meta .user-bio,.subscriptions-page .content .section .users-list .user-item .community-info .user-meta .community-desc,.subscriptions-page .content .section .users-list .user-item .community-info .user-meta .user-bio,.subscriptions-page .content .section .users-list .user-item .user-info .community-meta .community-desc,.subscriptions-page .content .section .users-list .user-item .user-info .community-meta .user-bio,.subscriptions-page .content .section .users-list .user-item .user-info .user-meta .community-desc,.subscriptions-page .content .section .users-list .user-item .user-info .user-meta .user-bio{font-size:14px;color:#86868b;flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.subscriptions-page .content .empty-state{text-align:center;padding:32px;color:#86868b}.subscriptions-page .content .empty-state svg{font-size:48px;color:#c7c7cc;margin-bottom:24px}.subscriptions-page .content .empty-state p{font-size:18px;font-weight:600;margin:0 0 8px}.subscriptions-page .content .empty-state span{font-size:16px}.subscriptions-page .user-item:nth-child(odd) .user-avatar{background:#ff6b3d}.subscriptions-page .user-item:nth-child(2n) .user-avatar{background:#34c759}.subscriptions-page .user-item:nth-child(3n) .user-avatar{background:#ff9500}.profile-page{min-height:100vh;background:#fff;padding-bottom:60px}.profile-page .header{position:fixed;top:0;left:0;right:0;height:50px;background:#fff;border-bottom:1px solid #e5e5e7;display:flex;align-items:center;justify-content:space-between;padding:0 24px;z-index:100;max-width:750px;margin:0 auto}.profile-page .header .back-btn{width:40px;height:40px;border:none;background:none;color:#1d1d1f;font-size:18px;display:flex;align-items:center;justify-content:center;cursor:pointer}.profile-page .header .back-btn:active{opacity:.7}.profile-page .header h1{font-size:18px;font-weight:600;color:#1d1d1f;margin:0}.profile-page .content{padding:50px 24px 32px}.profile-page .content .user-section{text-align:center;padding:32px 0;margin-bottom:32px}.profile-page .content .user-section .avatar-large{width:120px;height:120px;border-radius:50%;background:#f8f9fa;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;overflow:hidden}.profile-page .content .user-section .avatar-large img{width:100%;height:100%;object-fit:cover}.profile-page .content .user-section .avatar-large span{font-size:48px;font-weight:700;color:#86868b}.profile-page .content .user-section .username{font-size:24px;font-weight:700;color:#1d1d1f;margin:0 0 24px}.profile-page .content .user-section .edit-profile-btn{background:none;border:2px solid #ff9500;color:#ff9500;border-radius:16px;padding:8px 32px;font-size:16px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:8px;flex-direction:row}.profile-page .content .user-section .edit-profile-btn .edit-icon{font-size:16px}.profile-page .content .user-section .edit-profile-btn span{display:flex;gap:8px;align-items:center}.profile-page .content .user-section .edit-profile-btn:active{background:#ff95001a}.profile-page .content .settings-section{margin-bottom:32px}.profile-page .content .settings-section .setting-item{display:flex;align-items:center;padding:24px 0;border-bottom:1px solid #e5e5e7;transition:background-color .2s ease}.profile-page .content .settings-section .setting-item.clickable{cursor:pointer}.profile-page .content .settings-section .setting-item.clickable:active{background:#f8f9fa;margin:0 -24px;padding:24px;border-radius:8px}.profile-page .content .settings-section .setting-item .setting-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;margin-right:16px}.profile-page .content .settings-section .setting-item .setting-icon svg{font-size:18px;color:#86868b}.profile-page .content .settings-section .setting-item .setting-label{flex:1;font-size:16px;font-weight:500;color:#1d1d1f}.profile-page .content .settings-section .setting-item.translate-group{display:flex;flex-direction:column;gap:8px}.profile-page .content .settings-section .setting-item.translate-group .row{display:flex;align-items:center;justify-content:space-between;width:100%;border:none;padding:0}.profile-page .content .settings-section .setting-item.translate-group .lang-row{margin-top:8px;padding-left:0}.profile-page .content .settings-section .setting-item .chevron-icon{font-size:16px;color:#c7c7cc}.profile-page .content .settings-section .setting-item .setting-switch{margin-left:16px}.profile-page .content .settings-section .setting-item .adm-button{padding:0 16px;height:32px}.profile-page .content .settings-section .setting-item .select-box{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border:1px solid #e5e5e7;border-radius:8px;color:#1d1d1f;background:#fff}.profile-page .content .settings-section .setting-item .select-arrow{color:#c7c7cc}.profile-page .content .logout-section .logout-btn{background:#ff3b30;color:#fff;border:none;border-radius:12px;font-size:18px;font-weight:600;height:50px;display:flex;align-items:center;justify-content:center;gap:8px}.profile-page .content .logout-section .logout-btn:active{background:color-mix(in srgb,#ff3b30 90%,black)}.profile-page .content .logout-section .logout-btn svg{font-size:18px;display:flex;align-items:center}.profile-page .content .logout-section .logout-btn span{display:flex;align-items:center}.profile-edit-page{min-height:100vh;background:#fff}.profile-edit-page .header{position:fixed;top:0;left:0;right:0;height:50px;background:#fff;border-bottom:1px solid #e5e5e7;display:flex;align-items:center;justify-content:space-between;padding:0 24px;z-index:100;max-width:750px;margin:0 auto}.profile-edit-page .header .back-btn{width:40px;height:40px;border:none;background:none;color:#1d1d1f;font-size:18px;display:flex;align-items:center;justify-content:center;cursor:pointer}.profile-edit-page .header .back-btn:active{opacity:.7}.profile-edit-page .header h1{font-size:18px;font-weight:600;color:#1d1d1f;margin:0}.profile-edit-page .content{padding:50px 24px 32px}.profile-edit-page .content .avatar-section{text-align:center;padding:32px 0;margin-bottom:32px}.profile-edit-page .content .avatar-section .avatar-container{margin-bottom:24px}.profile-edit-page .content .avatar-section .avatar-container .avatar-large{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#00d4aa,#00a8cc);display:flex;align-items:center;justify-content:center;margin:0 auto;overflow:hidden;box-shadow:0 4px 16px #00000026}.profile-edit-page .content .avatar-section .avatar-container .avatar-large img{width:100%;height:100%;object-fit:cover}.profile-edit-page .content .avatar-section .avatar-container .avatar-large span{font-size:48px;font-weight:700;color:#fff}.profile-edit-page .content .avatar-section .change-picture-btn{display:flex;align-items:center;justify-content:center;gap:8px;background:none;border:none;color:#ff6b3d;font-size:16px;font-weight:600;cursor:pointer;margin:0 auto;width:fit-content}.profile-edit-page .content .avatar-section .change-picture-btn svg{font-size:18px}.profile-edit-page .content .avatar-section .change-picture-btn:active{opacity:.7}.profile-edit-page .content .form-section,.profile-edit-page .content .form-section .input-group{margin-bottom:32px}.profile-edit-page .content .form-section .input-group .input-label{display:block;font-size:16px;font-weight:600;color:#1d1d1f;margin-bottom:16px}.profile-edit-page .content .form-section .input-group .username-input .adm-input{border:1px solid #e5e5e7;border-radius:12px;padding:16px;font-size:18px;font-weight:600;background:#fff}.profile-edit-page .content .form-section .input-group .username-input .adm-input:focus{border-color:#ff6b3d}.profile-edit-page .content .form-section .input-group .input-hint{font-size:14px;color:#86868b;margin-top:8px}.profile-edit-page .content .form-section .smart-tip{display:flex;align-items:flex-start;gap:16px;background:#007aff0d;border-radius:12px;padding:24px;border-left:4px solid #007aff}.profile-edit-page .content .form-section .smart-tip .tip-icon{font-size:18px;flex-shrink:0}.profile-edit-page .content .form-section .smart-tip .tip-content{flex:1}.profile-edit-page .content .form-section .smart-tip .tip-content .tip-title{font-size:16px;font-weight:600;color:#007aff;margin-bottom:4px}.profile-edit-page .content .form-section .smart-tip .tip-content .tip-text{font-size:14px;color:#86868b;line-height:1.5}.profile-edit-page .content .save-section .save-btn{height:50px;border-radius:12px;font-size:18px;font-weight:600;border:none}.profile-edit-page .content .save-section .save-btn.active{background:#ff6b3d;color:#fff}.profile-edit-page .content .save-section .save-btn.active:active{background:color-mix(in srgb,#ff6b3d 90%,black)}.profile-edit-page .content .save-section .save-btn.disabled{background:#f2f2f7;color:#86868b;cursor:not-allowed}.google-auth-test{min-height:100vh;background:#fff;padding:32px 24px}.google-auth-test .test-header{text-align:center;margin-bottom:32px}.google-auth-test .test-header h1{font-size:24px;color:#1d1d1f;margin-bottom:8px}.google-auth-test .test-header p{color:#86868b;font-size:16px}.google-auth-test .test-content{max-width:600px;margin:0 auto}.google-auth-test .test-content .status-section,.google-auth-test .test-content .test-section,.google-auth-test .test-content .result-section,.google-auth-test .test-content .error-section{background:#f8f9fa;border-radius:12px;padding:24px;margin-bottom:24px;border:1px solid #e5e5e7}.google-auth-test .test-content .status-section h3,.google-auth-test .test-content .test-section h3,.google-auth-test .test-content .result-section h3,.google-auth-test .test-content .error-section h3{color:#1d1d1f;margin-bottom:16px;font-size:18px}.google-auth-test .test-content .status-grid{display:flex;flex-direction:column;gap:8px}.google-auth-test .test-content .status-grid .status-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #e5e5e7}.google-auth-test .test-content .status-grid .status-item:last-child{border-bottom:none}.google-auth-test .test-content .status-grid .status-item span{font-size:16px}.google-auth-test .test-content .status-grid .status-item span.success{color:#52c41a;font-weight:600}.google-auth-test .test-content .status-grid .status-item span.error{color:#ff4d4f;font-weight:600}.google-auth-test .test-content .button-group{display:flex;gap:16px;flex-wrap:wrap}.google-auth-test .test-content .button-group .test-btn{background:#ff6b3d;color:#fff;border:none;flex:1;min-width:200px}.google-auth-test .test-content .button-group .test-btn:disabled{background:#86868b;opacity:.6}.google-auth-test .test-content .button-group .clear-btn{background:#f2f2f7;color:#1d1d1f;border:1px solid #e5e5e7;flex:1;min-width:120px}.google-auth-test .test-content .user-info{background:#fff;border-radius:8px;padding:16px;border:1px solid #e5e5e7;max-height:300px;overflow-y:auto}.google-auth-test .test-content .user-info pre{margin:0;font-size:14px;color:#1d1d1f;white-space:pre-wrap;word-break:break-all}.google-auth-test .test-content .error-message{background:#fff2f0;border:1px solid #ffccc7;border-radius:8px;padding:16px;color:#cf1322;font-size:16px}.channel-detail-page{min-height:100vh;background-color:#f8f9fa}.channel-detail-page .header{position:sticky;top:0;z-index:100;background-color:#fff;border-bottom:1px solid #e9ecef;padding:12px 16px;display:flex;align-items:center;justify-content:space-between}.channel-detail-page .header .back-btn{background:none;border:none;padding:8px;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#495057;transition:background-color .2s}.channel-detail-page .header .back-btn:hover{background-color:#f8f9fa}.channel-detail-page .header .back-btn svg{width:20px;height:20px}.channel-detail-page .header .header-actions{display:flex;align-items:center;gap:8px}.channel-detail-page .loading{display:flex;align-items:center;justify-content:center;padding:60px 20px;color:#6c757d}.channel-detail-page .content{padding-bottom:80px}.channel-detail-page .channel-info{background-color:#fff;padding:20px 16px;margin-bottom:8px}.channel-detail-page .channel-info .channel-header{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px}.channel-detail-page .channel-info .channel-header .channel-icon{width:48px;height:48px;border-radius:12px;background-color:#e9ecef;display:flex;align-items:center;justify-content:center;font-size:24px;flex-shrink:0}.channel-detail-page .channel-info .channel-header .channel-details{flex:1;min-width:0}.channel-detail-page .channel-info .channel-header .channel-details .channel-name{font-size:20px;font-weight:600;color:#212529;margin:0 0 4px;line-height:1.2}.channel-detail-page .channel-info .channel-header .channel-details .member-count{font-size:14px;color:#6c757d;font-weight:400}.channel-detail-page .channel-info .channel-header .join-btn{background-color:#06c;color:#fff;border:none;border-radius:20px;padding:8px 20px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;min-width:80px;height:36px;display:flex;align-items:center;justify-content:center}.channel-detail-page .channel-info .channel-header .join-btn:hover{background-color:#0052a3}.channel-detail-page .channel-info .channel-header .join-btn.joined{background-color:#28a745}.channel-detail-page .channel-info .channel-header .join-btn.joined:hover{background-color:#1e7e34}.channel-detail-page .channel-info .channel-header .join-btn.loading{opacity:.7;cursor:not-allowed}.channel-detail-page .channel-info .channel-header .join-btn:disabled{opacity:.7;cursor:not-allowed}.channel-detail-page .channel-info .channel-description{font-size:14px;line-height:1.5;color:#495057;margin:0}.channel-detail-page .search-section{background-color:#fff;padding:12px 16px;margin-bottom:8px}.channel-detail-page .search-section .search-bar .adm-search-bar-input{background-color:#f8f9fa;border-radius:20px;border:none;padding:8px 16px}.channel-detail-page .search-section .search-bar .adm-search-bar-input::placeholder{color:#6c757d}.channel-detail-page .posts-section .channel-post-card{margin-bottom:8px;border-radius:0}.channel-detail-page .posts-section .channel-post-card:last-child{margin-bottom:0}.channel-detail-page .empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;background-color:#fff;text-align:center}.channel-detail-page .empty-state p{font-size:16px;color:#495057;margin:0 0 8px;font-weight:500}.channel-detail-page .empty-state span{font-size:14px;color:#6c757d}.channel-detail-page .empty-state svg{width:48px;height:48px;color:#dee2e6;margin-bottom:16px}.channel-detail-page .loading-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.channel-detail-page .loading-overlay .loading-content{display:flex;flex-direction:column;align-items:center;gap:16px;background:#fff;padding:32px;border-radius:16px;box-shadow:0 8px 32px #0000004d}.channel-detail-page .loading-overlay .loading-content .loading-spinner{width:48px;height:48px;border:4px solid #e9ecef;border-top:4px solid #0066cc;border-radius:50%;animation:spin 1s linear infinite}.channel-detail-page .loading-overlay .loading-content .loading-text{font-size:16px;color:#212529;font-weight:500}.channel-detail-page .translate-btn{width:40px;height:40px;border:none;background:none;color:#495057;font-size:20px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;border-radius:8px;transition:all .2s}.channel-detail-page .translate-btn:hover{background-color:#f8f9fa}.channel-detail-page .translate-btn:active{opacity:.7}.channel-detail-page .translate-btn.active{background-color:#06c;color:#fff}.channel-detail-page .translate-btn.active:hover{background-color:#0052a3}.channel-detail-page .translate-prompt{position:fixed;top:64px;left:10px;right:10px;background:#fff;border:1px solid #e9ecef;border-radius:8px;z-index:200;max-width:600px;margin:16px auto}.channel-detail-page .translate-prompt .prompt-content{padding:16px;display:flex;justify-content:space-between;align-items:center}.channel-detail-page .translate-prompt .prompt-content span{font-size:14px;color:#212529}.channel-detail-page .translate-prompt .prompt-content .prompt-actions{display:flex;gap:16px}.channel-detail-page .translate-prompt .prompt-content .prompt-actions button{padding:8px 16px;border:none;background:none;font-size:14px;cursor:pointer;border-radius:8px}.channel-detail-page .translate-prompt .prompt-content .prompt-actions button:first-child{color:#6c757d}.channel-detail-page .translate-prompt .prompt-content .prompt-actions button.ok-btn{background:#06c;color:#fff}.channel-detail-page .translate-prompt .prompt-content .prompt-actions button.ok-btn:active{background:#0052a3}.channel-detail-page .translate-prompt .prompt-content .prompt-actions button:active{opacity:.7}@media(max-width:768px){.channel-detail-page .channel-info .channel-header .channel-details .channel-name{font-size:18px}.channel-detail-page .channel-info .channel-header .join-btn{min-width:70px;padding:6px 16px;font-size:13px}}.user-detail-page{padding:0 16px 16px}.user-detail-page .topbar{position:sticky;top:0;background:#fff;z-index:120}.user-detail-page .header{display:flex;align-items:center;gap:12px;margin-bottom:16px;margin-top:16px}.user-detail-page .header .avatar{width:56px;height:56px;border-radius:50%;background:#f2f2f2;display:inline-flex;align-items:center;justify-content:center;font-weight:600}.user-detail-page .header .name{font-size:18px;font-weight:700}.user-detail-page .header .follow-btn{margin-left:auto;background:#6d66ff;color:#fff;border:none;padding:8px 14px;border-radius:8px;cursor:pointer;transition:all .2s ease}.user-detail-page .header .follow-btn:hover{opacity:.9}.user-detail-page .header .follow-btn:disabled{opacity:.6;cursor:not-allowed}.user-detail-page .header .follow-btn.followed{background:#fff;color:#6d66ff;border:1px solid #6d66ff}.user-detail-page .header .follow-btn.followed:hover{background:#f8f7ff}.user-detail-page .communities{margin:16px 0}.user-detail-page .communities .title{font-size:14px;font-weight:700;margin-bottom:8px}.user-detail-page .communities .list{display:flex;gap:12px;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;padding-bottom:6px;cursor:grab}.user-detail-page .communities .list.dragging{cursor:grabbing}.user-detail-page .communities .list::-webkit-scrollbar{height:6px}.user-detail-page .communities .list::-webkit-scrollbar-thumb{background:#0003;border-radius:3px}.user-detail-page .communities .card{background:#ffeceb;border-radius:12px;padding:10px;text-align:center;min-width:220px;scroll-snap-align:start}.user-detail-page .communities .card .name{font-weight:700;max-width:180px;margin:0 auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-detail-page .communities .joined{margin-top:6px;background:#fff;border:1px solid #ddd;border-radius:8px;font-size:12px;padding:2px 6px;display:inline-block}.user-detail-page .feed-section{margin-top:12px}.user-detail-page .feed-section .feed-body{overflow-y:visible;-webkit-overflow-scrolling:touch}.user-detail-page .feed-section .feed-header{position:sticky;top:0;z-index:90;background:#fff;font-weight:700;padding:8px 0}.user-detail-page .feed-section .feed-body.locked{overflow-y:auto}.user-detail-page .translate-btn{width:40px;height:40px;border:none;background:none;color:#1d1d1f;font-size:18px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.user-detail-page .translate-btn:active{opacity:.7}.user-detail-page .translate-btn.active{background:#007aff;color:#fff;border-radius:12px}.user-detail-page .translate-prompt{position:fixed;top:50px;left:10px;right:10px;background:#f8f9fa;border:1px solid #e5e5e7;border-radius:8px;z-index:200;max-width:750px;margin:16px auto}.user-detail-page .translate-prompt .prompt-content{padding:16px;display:flex;justify-content:space-between;align-items:center}.user-detail-page .translate-prompt .prompt-content span{font-size:14px;color:#1d1d1f}.user-detail-page .translate-prompt .prompt-content .prompt-actions{display:flex;gap:16px}.user-detail-page .translate-prompt .prompt-content .prompt-actions button{padding:4px 16px;border:none;background:none;font-size:14px;cursor:pointer;border-radius:8px}.user-detail-page .translate-prompt .prompt-content .prompt-actions button:first-child{color:#86868b}.user-detail-page .translate-prompt .prompt-content .prompt-actions button.ok-btn{background:#007aff;color:#fff}.user-detail-page .translate-prompt .prompt-content .prompt-actions button.ok-btn:active{background:color-mix(in srgb,#007aff 90%,black)}.user-detail-page .translate-prompt .prompt-content .prompt-actions button:active{opacity:.7}.loading-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.loading-overlay .loading-content{display:flex;flex-direction:column;align-items:center;gap:16px;background:#fff;padding:32px;border-radius:16px;box-shadow:0 8px 32px #0000004d}.loading-overlay .loading-content .loading-spinner{width:48px;height:48px;border:4px solid #e5e5e7;border-top:4px solid #007aff;border-radius:50%;animation:spin 1s linear infinite}.loading-overlay .loading-content .loading-text{font-size:16px;color:#1d1d1f;font-weight:500}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.bottom-tab-bar{position:fixed;bottom:0;left:0;right:0;z-index:1000;max-width:750px;margin:0 auto}.bottom-tab-bar .adm-tab-bar{background:#fff;border-top:1px solid #e5e5e7;height:60px}.bottom-tab-bar .adm-tab-bar .adm-tab-bar-item{color:#86868b}.bottom-tab-bar .adm-tab-bar .adm-tab-bar-item.adm-tab-bar-item-active{color:#007aff}.bottom-tab-bar .adm-tab-bar .adm-tab-bar-item .adm-tab-bar-item-icon{margin-bottom:2px;font-size:20px}.bottom-tab-bar .adm-tab-bar .adm-tab-bar-item .adm-tab-bar-item-title{font-size:12px;font-weight:500}.bottom-tab-bar .adm-tab-bar .adm-tab-bar-item .adm-badge{background:#ff3b30;color:#fff;font-size:12px;min-width:16px;height:16px;line-height:16px;border-radius:8px}.pc-layout{min-height:100vh;display:flex;flex-direction:column;background:#f8f9fa}.pc-header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid #e5e5e7;box-shadow:0 2px 8px #0000001a}.pc-header .pc-header-container{max-width:1440px;margin:0 auto;padding:0 24px;height:64px;display:flex;align-items:center;gap:32px}.pc-header .pc-logo{cursor:pointer;flex-shrink:0}.pc-header .pc-logo h1{font-size:20px;font-weight:700;color:#ff6b3d;margin:0}.pc-header .pc-nav{flex:1;display:flex;gap:4px}.pc-header .pc-nav .pc-nav-item{display:flex;align-items:center;gap:8px;padding:8px 16px;border-radius:12px;color:#86868b;font-size:16px;font-weight:500;transition:all .2s ease;position:relative}.pc-header .pc-nav .pc-nav-item svg{width:20px;height:20px}.pc-header .pc-nav .pc-nav-item:hover{background:#f8f9fa;color:#1d1d1f}.pc-header .pc-nav .pc-nav-item.active{background:#f2f2f7;color:#ff6b3d}.pc-header .pc-nav .pc-nav-item .badge{position:absolute;top:-4px;right:-4px;background:#ff3b30;color:#fff;font-size:12px;font-weight:600;padding:2px 6px;border-radius:10px;min-width:18px;text-align:center}.pc-header .pc-header-actions{display:flex;gap:8px;align-items:center}.pc-main{flex:1;display:flex;gap:24px;max-width:1440px;margin:0 auto;padding:24px;width:100%}.pc-sidebar{width:280px;flex-shrink:0}.pc-sidebar .pc-sidebar-content{position:sticky;top:88px;display:flex;flex-direction:column;gap:24px}.pc-sidebar .user-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 2px 8px #0000001a;display:flex;align-items:center;gap:16px;cursor:pointer;transition:box-shadow .2s ease}.pc-sidebar .user-card:hover{box-shadow:0 4px 16px #00000026}.pc-sidebar .user-card .user-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0;border:2px solid #e5e5e7}.pc-sidebar .user-card .user-avatar img{width:100%;height:100%;object-fit:cover}.pc-sidebar .user-card .user-avatar .avatar-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#ff6b3d,#007aff);display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;font-weight:600}.pc-sidebar .user-card .user-info{flex:1;min-width:0}.pc-sidebar .user-card .user-info .user-name{font-size:16px;font-weight:600;color:#1d1d1f;margin-bottom:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pc-sidebar .user-card .user-info .user-id{font-size:14px;color:#86868b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pc-sidebar .sidebar-nav{background:#fff;border-radius:16px;padding:8px;box-shadow:0 2px 8px #0000001a}.pc-sidebar .sidebar-nav .sidebar-nav-item{width:100%;display:flex;align-items:center;gap:16px;padding:16px;border-radius:12px;color:#86868b;font-size:16px;font-weight:500;transition:all .2s ease;position:relative}.pc-sidebar .sidebar-nav .sidebar-nav-item svg{width:20px;height:20px;flex-shrink:0}.pc-sidebar .sidebar-nav .sidebar-nav-item span{flex:1;text-align:left}.pc-sidebar .sidebar-nav .sidebar-nav-item:hover{background:#f8f9fa;color:#1d1d1f}.pc-sidebar .sidebar-nav .sidebar-nav-item.active{background:#f2f2f7;color:#ff6b3d}.pc-sidebar .sidebar-nav .sidebar-nav-item .badge{background:#ff3b30;color:#fff;font-size:12px;font-weight:600;padding:2px 8px;border-radius:10px}.pc-sidebar .logout-btn{background:#fff;border-radius:16px;padding:16px;color:#86868b;font-size:16px;font-weight:500;box-shadow:0 2px 8px #0000001a;transition:all .2s ease}.pc-sidebar .logout-btn:hover{background:#f2f2f7;color:#ff3b30}.pc-content{flex:1;min-width:0;max-width:900px}.pc-content .pc-content-inner{background:#fff;border-radius:16px;box-shadow:0 2px 8px #0000001a;min-height:calc(100vh - 112px)}.pc-sidebar-right{width:300px;flex-shrink:0}.pc-sidebar-right .pc-sidebar-right-content{position:sticky;top:88px;display:flex;flex-direction:column;gap:24px}.pc-sidebar-right .sidebar-section{background:#fff;border-radius:16px;padding:24px;box-shadow:0 2px 8px #0000001a}.pc-sidebar-right .sidebar-section .sidebar-section-title{font-size:16px;font-weight:600;color:#1d1d1f;margin:0 0 16px}.pc-sidebar-right .sidebar-section .topic-list,.pc-sidebar-right .sidebar-section .community-list{display:flex;flex-direction:column;gap:8px}.pc-sidebar-right .sidebar-section .topic-item,.pc-sidebar-right .sidebar-section .community-item{padding:8px 16px;border-radius:8px;color:#86868b;font-size:14px;cursor:pointer;transition:all .2s ease}.pc-sidebar-right .sidebar-section .topic-item:hover,.pc-sidebar-right .sidebar-section .community-item:hover{background:#f8f9fa;color:#ff6b3d}@media(max-width:1024px){.pc-sidebar,.pc-sidebar-right{display:none}.pc-content{max-width:100%}.pc-header .pc-nav{display:none}.pc-header .pc-header-actions{margin-left:auto}}@media(max-width:768px){.pc-layout{display:none}}
