.auth-page{min-height:100dvh;width:100%;display:flex;justify-content:center;align-items:center;padding:16px;box-sizing:border-box;background:#fff}.auth-card{width:100%;max-width:420px;margin:0 auto;background:#fff;border-radius:18px;padding:32px 24px;box-shadow:0 8px 30px #0000000d;box-sizing:border-box}.auth-logo{text-align:center;letter-spacing:2px;margin:8px 0 22px;font-size:40px;font-weight:800}.auth-title{margin:0 0 14px}.auth-label{display:block;font-size:12px;color:#666;margin:10px 0 6px}.auth-input{width:100%;padding:12px;border:1px solid #ddd;border-radius:12px;outline:none;box-sizing:border-box}.auth-input:focus{border-color:#ff7a00}.auth-primary,.auth-secondary,.auth-ghost{width:100%;padding:12px 14px;border-radius:999px;border:none;cursor:pointer;margin-top:12px;box-sizing:border-box}.auth-primary{background:#ff7a00;color:#fff;font-weight:700}.auth-secondary{background:#eee;color:#333;font-weight:600}.auth-ghost{background:transparent;border:1px dashed #ccc;color:#555}.auth-divider{display:grid;place-items:center;margin:14px 0 2px;color:#999;position:relative}.auth-divider:before{content:"";height:1px;width:100%;background:#eee;position:absolute;left:0;top:50%;transform:translateY(-50%)}.auth-divider span{background:#fff;padding:0 10px;z-index:1}.auth-help{font-size:13px;color:#666;line-height:1.5}.auth-error{margin:10px 0 0;color:#c62828;font-size:13px}.auth-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:6px}.auth-row .auth-primary,.auth-row .auth-secondary{width:100%;margin-top:0}.auth-topcopy{text-align:center;font-size:14px;color:#666;margin:6px 0 18px}.auth-comment{text-align:center;font-size:13px;color:#666;margin:10px 0 6px}@media(max-width:640px){.auth-page{padding:12px;align-items:center}.auth-card{max-width:100%;padding:28px 18px;border-radius:16px}.auth-logo{font-size:34px;margin:6px 0 18px}.auth-topcopy{font-size:13px;margin:4px 0 14px}.auth-comment{font-size:12px}.auth-row{grid-template-columns:1fr}}.terms-box{text-align:left;line-height:1.7;font-size:13px;color:#555;margin:16px 0;max-height:320px;overflow-y:auto;padding:14px;border:1px solid #eee;border-radius:14px;background:#fafafa}.terms-box h3,.terms-box h4{text-align:center;color:#222}.terms-box p{margin:0 0 12px}.personal-page{min-height:100vh;display:flex;flex-direction:column;padding-bottom:84px;background:#fff;box-sizing:border-box}.personal-topbar{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-bottom:1px solid #eeeeee;gap:10px}.personal-badge{font-weight:800;letter-spacing:.5px}.personal-topbar-right{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.personal-chip{padding:8px 12px;border-radius:999px;border:1px solid #e6e6e6;background:#fff;cursor:pointer;font-size:13px}.personal-chip:hover{border-color:#ff7a00}.personal-main{flex:1;padding:24px;box-sizing:border-box}.app-grid{display:grid;grid-template-columns:repeat(2,minmax(260px,1fr));gap:20px;max-width:980px;width:100%;margin:0 auto}.app-tileWrap{position:relative}.app-tile{width:100%;min-height:160px;border:1px solid #efefef;border-radius:18px;background:#fff;cursor:pointer;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:24px 18px;text-align:center;box-sizing:border-box}.app-tile:hover{border-color:#e5e5e5}.app-tile-button{width:100%;height:100%;border:none;background:transparent;cursor:pointer;display:grid;place-items:center;gap:6px;padding:16px}.app-icon{font-size:26px;line-height:1}.app-label{font-size:18px;font-weight:700;color:#222}.app-editTools{position:absolute;top:10px;right:10px;display:flex;gap:6px;z-index:2}.app-editTools button{border:1px solid #e6e6e6;background:#fff;border-radius:8px;padding:4px 8px;cursor:pointer;font-weight:700}.app-editTools button:hover{border-color:#ff7a00}.app-edit-actions{position:absolute;top:10px;right:10px;display:flex;gap:6px}.app-mini{width:28px;height:28px;border-radius:10px;border:1px solid #e6e6e6;background:#fff;cursor:pointer;font-weight:700}.app-mini:hover{border-color:#ff7a00}.app-mini.danger{border-color:#ffd6d6;background:#fff3f3}.app-mini.danger:hover{border-color:#ff7a00}.add-tile{border:1px dashed #cccccc;background:#fff;display:grid;place-items:center;cursor:pointer}.add-tile:hover{border-color:#ff7a00}.add-plus{font-size:26px;font-weight:900}.add-text{margin-top:6px;font-size:13px;color:#666}.app-addPlus{font-size:28px;line-height:1}.layer-overlay{position:fixed;inset:0;width:100vw;height:100vh;background:#0006;display:flex;align-items:center;justify-content:center;z-index:9998;padding:20px;box-sizing:border-box}.layer-modal{background:#fff;border-radius:18px;padding:18px;width:86%;max-width:360px;display:flex;flex-direction:column;gap:12px;box-sizing:border-box}.layer-modal h3{margin:0;text-align:center;font-size:20px;color:#222}.layer-modal h4{margin:0;font-size:15px;color:#222}.personal-muted{color:#777;font-size:13px;margin:0}.personal-list{display:grid;gap:10px}.personal-listItem{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px;border-radius:12px;border:1px solid #eeeeee;background:#fff;cursor:pointer}.personal-plus{font-size:12px;color:#ff7a00;font-weight:800}.personal-modalRow{display:grid;grid-template-columns:1fr 1fr;gap:10px}.personal-secondary{background:#f1f1f1}.personal-primary{background:#ff7a00;color:#fff;font-weight:800}.account-item{display:flex;align-items:center;gap:10px;padding:10px;border:1px solid #eeeeee;border-radius:12px;background:#fff;cursor:pointer}.account-item:hover{border-color:#e3e3e3;background:#fcfcfc}.account-avatar{width:40px;height:40px;border-radius:999px;background:#2f80ed;color:#fff;display:grid;place-items:center;font-weight:800;flex-shrink:0}.account-meta{display:flex;flex-direction:column;align-items:flex-start}.account-meta strong{color:#222}.modal-divider{margin:12px 0;border-top:1px solid #eeeeee}.modal-input{width:100%;margin-top:10px;padding:10px 12px;border:1px solid #dddddd;border-radius:10px;outline:none;box-sizing:border-box}.modal-secondary:hover{background:#ececec}.modal-primary:hover{opacity:.95}.personal-logout{position:fixed;right:14px;bottom:90px;z-index:900;padding:10px 12px;border-radius:999px;border:1px solid #eeeeee;background:#fff;cursor:pointer;font-size:12px}.layer-modal-overlay{position:fixed;inset:0;background:#00000047;display:flex;align-items:center;justify-content:center;z-index:9999;padding:24px;box-sizing:border-box}@media(max-width:900px){.app-grid{grid-template-columns:repeat(2,minmax(180px,1fr))}}@media(max-width:640px){.personal-main{padding:16px}.app-grid{grid-template-columns:1fr 1fr;gap:14px}.app-tile{min-height:130px;border-radius:16px;padding:18px 12px}.app-label{font-size:16px}.layer-modal{width:min(420px,100%);padding:16px 14px}.layer-modal-title{font-size:17px}.layer-modal-main strong{font-size:15px}.layer-modal-main span{font-size:12px}}.account-item-row{display:flex;align-items:center;gap:8px}.account-edit-button{border:1px solid #e6e6e6;background:#fff;border-radius:10px;padding:10px 12px;cursor:pointer;font-weight:700;flex-shrink:0}.account-edit-button:hover{border-color:#ff7a00;color:#ff7a00}.personal-customize-bar{max-width:980px;margin:0 auto 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border:1px solid #eeeeee;border-radius:14px;background:#fffaf5;box-sizing:border-box}.personal-customize-text{margin:0;font-size:14px;color:#555}.personal-customize-done{border:none;background:#ff7a00;color:#fff;border-radius:10px;padding:10px 14px;cursor:pointer;font-weight:800;flex-shrink:0}.personal-customize-done:hover{opacity:.95}.account-item.static{cursor:default;justify-content:space-between}.account-current{margin-left:auto;font-size:12px;font-weight:800;color:#ff7a00;flex-shrink:0}.account-limit-text{margin-left:8px;font-size:12px;color:#777;font-weight:600}.account-manage-actions{display:flex;justify-content:flex-end;gap:8px}.account-use-button,.account-delete-button{border:1px solid #e6e6e6;background:#fff;border-radius:10px;padding:10px 12px;cursor:pointer;font-weight:700;flex-shrink:0}.account-use-button:hover{border-color:#ff7a00;color:#ff7a00}.account-delete-button{border-color:#ffd6d6;background:#fff7f7;color:#c0392b}.account-delete-button:hover{border-color:#ff7a00}.modal-textarea{width:100%;min-height:140px;border:1px solid #ddd;border-radius:12px;padding:12px 14px;font-size:14px;resize:vertical;box-sizing:border-box}.personal-follow-modal{max-width:420px}.personal-follow-tabs{display:flex;gap:8px;margin-bottom:14px}.personal-follow-tab{flex:1;border:1px solid #ddd;background:#fff;border-radius:999px;padding:10px 12px;font-weight:700;cursor:pointer}.personal-follow-tab.active{border-color:#ff7a00;color:#ff7a00;background:#fffaf5}.layer-modal,.personal-account-modal{position:relative;z-index:10000}.header-divider{height:1px;background:#f3c99c;margin:0 16px}.personal-topbar{border-bottom:2px solid #f5b97a}.terms-modal{text-align:left}.terms-modal h3,.terms-modal h4{text-align:center}.terms-modal p{line-height:1.7;margin-bottom:12px}.footer-nav{position:fixed;left:0;right:0;bottom:0;z-index:3000;width:100%;height:72px;box-sizing:border-box;padding:7px max(8px,env(safe-area-inset-right)) calc(7px + env(safe-area-inset-bottom)) max(8px,env(safe-area-inset-left));display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px;background:#fffffffa;border-top:1px solid #e8e8e8;box-shadow:0 -3px 12px #0000000f}.footer-nav-item{position:relative;min-width:0;min-height:52px;padding:5px 2px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;border:1px solid transparent;border-radius:12px;background:transparent;color:#555;cursor:pointer;font:inherit;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.footer-nav-item:hover{background:#fafafa}.footer-nav-item:focus-visible{outline:2px solid #ff7a00;outline-offset:1px}.footer-nav-item.active{border-color:#ff7a0059;background:#fff7ef;color:#e96800}.nav-icon{display:inline-flex;align-items:center;justify-content:center;font-size:20px;line-height:1}.nav-label{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:1.1;font-weight:800}.footer-nav-notification{position:relative}.footer-nav-badge{position:absolute;top:2px;left:calc(50% + 7px);z-index:1;min-width:18px;height:18px;box-sizing:border-box;padding:0 5px;display:inline-flex;align-items:center;justify-content:center;border:2px solid #fff;border-radius:999px;background:#e53935;color:#fff;font-size:10px;line-height:1;font-weight:900;pointer-events:none}@media(max-width:420px){.footer-nav{gap:3px;padding-left:max(5px,env(safe-area-inset-left));padding-right:max(5px,env(safe-area-inset-right))}.footer-nav-item{border-radius:10px}.nav-icon{font-size:19px}.nav-label{font-size:10px}}.personal-footer-overlay{position:fixed;inset:0;z-index:9000;display:flex;align-items:center;justify-content:center;padding:20px;background:#00000057;box-sizing:border-box}.personal-footer-modal{width:min(420px,100%);max-height:calc(100vh - 40px);overflow-y:auto;display:flex;flex-direction:column;gap:10px;padding:18px;border-radius:18px;background:#fff;box-shadow:0 16px 44px #0000002e;box-sizing:border-box}.personal-footer-modal h3{margin:0 0 4px;text-align:center;font-size:19px}.personal-footer-account-card{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid #ececec;border-radius:14px;background:#fff}.personal-footer-account-icon{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;border-radius:999px;background:#f5f5f5;font-size:20px}.personal-footer-account-card div{min-width:0;display:flex;flex-direction:column;gap:3px}.personal-footer-account-card strong,.personal-footer-account-card span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.personal-footer-account-card span{color:#777;font-size:12px}.personal-footer-modal-primary,.personal-footer-modal-close,.personal-footer-layer-item{width:100%;border-radius:13px;cursor:pointer;font-weight:800;box-sizing:border-box}.personal-footer-modal-primary{margin-top:4px;padding:12px 14px;border:none;background:#ff7a00;color:#fff}.personal-footer-modal-close{padding:12px 14px;border:none;background:#f1f1f1;color:#333}.personal-footer-layer-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 14px;border:1px solid #ececec;background:#fff;text-align:left}.personal-footer-layer-item span{display:flex;flex-direction:column;gap:3px}.personal-footer-layer-item small{color:#777;font-size:12px;font-weight:500}.personal-footer-layer-item b{color:#999;font-size:24px;line-height:1}.layer-overlay,.layer-modal-overlay{position:fixed;inset:0;z-index:9998;display:flex;align-items:center;justify-content:center;padding:20px;box-sizing:border-box;background:#0006}.layer-modal-overlay{z-index:9999;padding:24px;background:#00000047}.layer-modal{position:relative;z-index:10000;width:86%;max-width:360px;max-height:calc(100vh - 40px);overflow-y:auto;display:flex;flex-direction:column;gap:12px;padding:18px;box-sizing:border-box;border-radius:18px;background:#fff}.personal-account-modal{max-width:520px}.personal-footer-account-modal{width:min(520px,100%)}.layer-modal h3,.layer-modal h4{margin:0;text-align:center;color:#222}.layer-modal h3{font-size:20px}.layer-modal h4{font-size:15px}.account-item-row,.account-item{display:flex;align-items:center;gap:10px}.account-item-row .account-item{flex:1}.account-item{padding:10px;border:1px solid #eee;border-radius:12px;background:#fff}.account-item.static{cursor:default;justify-content:flex-start}.account-avatar{width:40px;height:40px;flex-shrink:0;overflow:hidden;display:grid;place-items:center;border-radius:999px;background:#2f80ed;color:#fff;font-weight:800}.account-avatar-image{width:100%;height:100%;object-fit:cover}.account-meta{min-width:0;display:flex;flex-direction:column;align-items:flex-start}.account-meta strong,.account-meta span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-current{margin-left:auto;flex-shrink:0;color:#ff7a00;font-size:12px;font-weight:800}.account-item-manage-row{display:flex;flex-direction:column;gap:8px}.modal-primary,.modal-secondary{flex:1;padding:10px 12px;border:none;border-radius:10px;cursor:pointer;font-weight:800}.personal-muted{margin:0;color:#777;font-size:13px}.layer-modal-title{margin:0 0 6px;text-align:center;font-size:18px;font-weight:900}.layer-modal-item{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border:1px solid #ececec;border-radius:16px;background:#fff;text-align:left;cursor:pointer}.layer-modal-item.is-disabled{border-color:#e5e5e5;background:#f3f3f3;cursor:default}.layer-modal-accountRow{min-width:0;display:flex;align-items:center;gap:12px}.layer-modal-avatar{width:48px;height:48px;flex-shrink:0;display:grid;place-items:center;border-radius:999px;background:#f2f6fa}.layer-modal-avatarFallback{font-size:20px}.layer-modal-main{min-width:0;display:flex;flex-direction:column;gap:4px}.layer-modal-main strong{color:#222;font-size:16px;font-weight:800}.layer-modal-main span{color:#777;font-size:13px}.layer-modal-arrow{flex-shrink:0;color:#999;font-size:22px;line-height:1}.layer-modal-current{flex-shrink:0;color:#999;font-weight:800}.layer-modal-close{margin-top:4px;padding:13px 16px;border:none;border-radius:14px;background:#f3f3f3;color:#333;cursor:pointer;font-weight:800}@media(max-width:640px){.layer-modal{width:min(420px,100%);padding:16px 14px}.layer-modal-title{font-size:17px}.layer-modal-main strong{font-size:15px}.layer-modal-main span{font-size:12px}}.layers-page{min-height:100vh;background:#fafafa;display:flex;flex-direction:column}.layers-topbar{height:72px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:0 16px;background:#fff;border-bottom:1px solid #eee}.layers-back{border:1px solid #e6e6e6;background:#f5f5f5;color:#222;border-radius:12px;padding:10px 14px;cursor:pointer;font-weight:700}.layers-title{margin:0;text-align:center;font-size:20px;font-weight:900}.layers-right{width:40px}.layers-content{width:100%;max-width:760px;margin:0 auto;padding:20px 16px 32px}.layers-card{background:#fff;border:1px solid #ececec;border-radius:20px;overflow:hidden}.layers-item{width:100%;border:none;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 18px;cursor:pointer;text-align:left;border-bottom:1px solid #f1f1f1}.layers-item:last-child{border-bottom:none}.layers-itemMain{display:flex;flex-direction:column;gap:6px}.layers-itemMain strong{color:#222;font-size:18px;font-weight:900}.layers-itemMain span{color:#777;font-size:14px}.layers-arrow{color:#999;font-size:24px;line-height:1;flex-shrink:0}@media(max-width:640px){.layers-topbar{height:68px;padding:0 12px}.layers-title{font-size:18px}.layers-content{padding:16px 12px 28px}.layers-item{padding:18px 14px}.layers-itemMain strong{font-size:16px}.layers-itemMain span{font-size:13px}}.open-page{min-height:100vh;background:#fafafa;display:flex;flex-direction:column;padding-bottom:84px}.open-header{height:64px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:0 12px;background:#fff;border-bottom:1px solid #eee;position:sticky;top:0;z-index:20}.open-profileBtn{width:36px;height:36px;border:none;background:transparent;cursor:pointer;padding:0;border-radius:999px;overflow:hidden;flex-shrink:0}.open-profileAvatar{width:36px;height:36px;border-radius:999px;background:#2f80ed;color:#fff;display:grid;place-items:center;font-weight:800;font-size:14px;line-height:1}.open-headerRight{display:flex;align-items:center;gap:6px}.open-iconBtn{border:1px solid #e6e6e6;background:#fff;border-radius:10px;padding:6px 8px;cursor:pointer;font-size:14px;line-height:1}.open-menuWrap{position:relative}.open-menuDropdown{position:absolute;top:calc(100% + 6px);right:0;min-width:168px;background:#fff;border:1px solid #eee;border-radius:12px;box-shadow:0 8px 24px #00000014;padding:6px;display:flex;flex-direction:column;gap:4px;z-index:30}.open-menuItem{border:none;background:#fff;text-align:left;padding:9px 11px;border-radius:9px;cursor:pointer;font-size:13px}.open-menuItem:hover{background:#f7f7f7}.open-menuItem-r18{color:#8a1f35;font-weight:700}.open-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:10px 12px 6px}.open-tab{border:1px solid #e6e6e6;background:#fff;border-radius:12px;padding:10px 12px;cursor:pointer;font-weight:800;font-size:13px;line-height:1.2}.open-tab.active{border-color:#ff7a00;box-shadow:0 0 0 2px #ff7a001f}.open-posts{flex:1;width:100%;max-width:720px;margin:0 auto;padding:6px 12px 20px;display:flex;flex-direction:column;gap:10px}.open-empty{background:#fff;border:1px dashed #ddd;border-radius:16px;padding:24px 16px;text-align:center;color:#666;font-weight:600;font-size:14px}.open-post{background:#fff;border:1px solid #ececec;border-radius:16px;padding:12px;box-shadow:0 1px 4px #0000000a}.open-post-r18{position:relative}.post-header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.post-user{display:flex;align-items:center;gap:8px;min-width:0}.avatar-button{width:36px;height:36px;border:none;background:transparent;padding:0;border-radius:999px;overflow:hidden;flex-shrink:0;cursor:pointer}.avatar-dot{width:36px;height:36px;border-radius:999px;background:#2f80ed;color:#fff;display:grid;place-items:center;font-weight:800;font-size:14px;line-height:1}.avatar-image{width:36px;height:36px;border-radius:999px;object-fit:cover;display:block}.name-line{display:flex;flex-direction:column;min-width:0;gap:1px}.profile-linkBtn{border:none;background:transparent;padding:0;margin:0;text-align:left;cursor:pointer}.author{color:#222;font-size:14px;line-height:1.25}.handle{color:#777;font-size:11px;line-height:1.25}.time{color:#999;font-size:11px;padding-top:1px;line-height:1.2}.post-menu{position:relative}.menu-btn{border:1px solid #e6e6e6;background:#fff;border-radius:9px;padding:5px 8px;cursor:pointer;font-size:14px;line-height:1}.menu-dropdown{position:absolute;top:calc(100% + 6px);right:0;min-width:132px;background:#fff;border:1px solid #eee;border-radius:12px;box-shadow:0 8px 20px #00000014;padding:5px;display:flex;flex-direction:column;gap:4px;z-index:20}.menu-item{border:none;background:#fff;text-align:left;padding:8px 10px;border-radius:9px;cursor:pointer;font-size:13px}.menu-item.danger{color:#d53939}.post-bodyBtn{width:100%;margin-top:10px;border:none;background:transparent;padding:0;text-align:left;cursor:pointer}.post-text{margin:6px 0 8px;color:#333;font-size:14px;line-height:1.55;text-align:left;white-space:pre-wrap;word-break:break-word}.post-tags{margin-top:4px;margin-bottom:4px;display:flex;flex-wrap:wrap;gap:5px}.post-tag{border:none;background:transparent;color:#ff7a00;font-size:13px;cursor:pointer;padding:0;text-align:left;line-height:1.3}.post-tag:hover{text-decoration:underline}.post-media{margin-top:10px;border:1px solid #eee;border-radius:12px;background:#fafafa;padding:14px;text-align:center;color:#777;font-size:12px}.post-imageWrap{position:relative;margin-top:8px;border-radius:12px;overflow:hidden;border:1px solid #ece3d8;background:#faf7f2}.post-image{width:100%;display:block;object-fit:cover;max-height:360px;cursor:zoom-in}.post-media-grid{margin-top:10px;display:grid;grid-template-columns:1fr;gap:8px}.post-media-item{position:relative;border:none;padding:0;background:transparent;border-radius:12px;overflow:hidden;cursor:pointer}.post-media-img{width:100%;height:190px;object-fit:cover;display:block}.post-image-modal-img{max-width:100%;max-height:90vh;border-radius:12px;object-fit:contain}.post-image-modal-close{position:absolute;top:18px;right:18px;width:40px;height:40px;border:none;border-radius:50%;background:#ffffffeb;font-size:20px;cursor:pointer}.post-actions{margin-top:10px;padding-top:10px;border-top:1px solid #f2f2f2;display:flex;gap:8px;flex-wrap:wrap}.action-btn{border:1px solid #e6e6e6;background:#fff;border-radius:10px;padding:6px 10px;cursor:pointer;font-weight:700;font-size:13px;line-height:1.2}.action-btn.liked{color:#e2527a;border-color:#f1bfd0;background:#fff8fb}.action-btn.bookmarked,.action-btn.active{color:#ff7a00;border-color:#ffd9b5;background:#fff8f1}.count{margin-left:4px;font-size:12px}.resignal-box{margin-top:6px;text-align:left}.resignal-label{margin:0 0 8px;font-size:13px;font-weight:700;color:#7a5a37;text-align:left}.resignal-original{margin-top:8px;border:1px solid #e4d8c8;background:#fffaf4;border-radius:12px;padding:10px 12px;text-align:left}.resignal-original-top{display:flex;align-items:flex-start;gap:8px;margin-bottom:6px}.resignal-original-avatar{width:32px;height:32px;border-radius:50%;background:#3b82f6;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0;font-size:13px}.resignal-original-head{display:flex;flex-direction:column;gap:1px;margin-bottom:6px;text-align:left}.resignal-original-head strong{font-size:13px;color:#111}.resignal-original-head span{font-size:11px;color:#777}.resignal-original-text{margin:0;font-size:13px;line-height:1.55;color:#222;text-align:left}.resignal-action-wrap{position:relative;display:inline-flex}.resignal-menu{position:absolute;bottom:calc(100% + 8px);left:0;min-width:160px;background:#fff;border:1px solid #eadfce;border-radius:12px;box-shadow:0 10px 24px #00000014;padding:5px;z-index:20}.resignal-menu-item{width:100%;border:none;background:transparent;text-align:left;padding:9px 10px;border-radius:9px;cursor:pointer;font-size:13px}.resignal-menu-item:hover{background:#fff6ea}.open-r18-entry{margin:8px 12px 4px;padding:12px;border:1px solid #f0d7dc;border-radius:14px;background:linear-gradient(180deg,#fff8fa,#fff);display:flex;align-items:center;justify-content:space-between;gap:10px}.open-r18-entryText{min-width:0;flex:1}.open-r18-entryBadge{display:inline-flex;align-items:center;justify-content:center;padding:2px 7px;border-radius:999px;background:#8a1f35;color:#fff;font-size:10px;font-weight:700}.open-r18-entryTitle{margin-top:5px;font-size:14px;font-weight:700;color:#222}.open-r18-entrySub{margin-top:2px;font-size:11px;color:#777;line-height:1.45}.open-r18-entryBtn{flex-shrink:0;min-width:64px;height:36px;padding:0 12px;border:none;border-radius:10px;background:#111;color:#fff;font-size:12px;font-weight:700;cursor:pointer}.r18-text-wrap{position:relative;margin-top:8px;border-radius:12px;overflow:hidden}.r18-text-wrap:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#ffffff85,#ffffffad 38%,#ffffffd1 68%,#ffffffeb);pointer-events:none}.r18-text-wrap.revealed:after{display:none}.r18-text-hidden{color:#0000002e;text-shadow:0 0 6px rgba(0,0,0,.22);-webkit-user-select:none;user-select:none;filter:blur(1.8px)}.r18-image-blur{filter:blur(18px) brightness(.78);transform:scale(1.02)}.r18-overlay{position:absolute;inset:0;border:none;background:#0000003d;border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:10px}.r18-overlay.image-overlay{z-index:2}.r18-overlay-text{color:#fff;text-align:center;font-size:13px;font-weight:700;line-height:1.6}.open-r18-confirm-card{width:min(100%,420px);background:#fff;border-radius:18px;padding:20px 16px;box-shadow:0 10px 30px #00000029}.open-r18-confirm-badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 9px;border-radius:999px;background:#111;color:#fff;font-size:11px;font-weight:700}.open-r18-confirm-title{margin:12px 0 8px;font-size:18px;line-height:1.35}.open-r18-confirm-text{margin:0;font-size:13px;line-height:1.7;color:#555}.open-r18-confirm-actions{margin-top:16px;display:flex;gap:8px}.open-r18-confirm-cancel,.open-r18-confirm-ok{flex:1;height:40px;border-radius:10px;font-size:13px;font-weight:700;cursor:pointer}.floating-button{position:fixed;right:16px;bottom:92px;width:52px;height:52px;border-radius:999px;border:none;background:#ff7a00;color:#fff;font-size:25px;font-weight:900;cursor:pointer;box-shadow:0 8px 24px #ff7a0047;z-index:30}@media(max-width:640px){.open-page{padding-bottom:82px}.open-header{height:60px;padding:0 10px;gap:8px}.open-profileBtn{width:34px;height:34px}.open-profileAvatar{width:34px;height:34px;font-size:13px}.open-logo{font-size:18px}.open-iconBtn{padding:5px 7px;font-size:13px}.open-tabs{padding:8px 10px 6px;gap:6px}.open-tab{padding:9px 10px;font-size:12px}.open-posts{padding:6px 10px 20px;gap:8px}.open-post{padding:10px;border-radius:14px}.post-user{gap:7px}.avatar-button,.avatar-dot,.avatar-image{width:34px;height:34px}.avatar-dot,.author{font-size:13px}.handle,.time{font-size:10px}.post-text{font-size:13px;line-height:1.5}.post-tag{font-size:12px}.post-image{max-height:300px}.post-media-img{height:160px}.post-actions{gap:6px}.action-btn{padding:6px 9px;font-size:12px}.count{font-size:11px}.open-r18-entry{margin:8px 10px 4px;padding:10px}.open-r18-entryTitle{font-size:13px}.open-r18-entrySub{font-size:10px}.open-r18-entryBtn{min-width:58px;height:34px;font-size:11px}.floating-button{right:12px;bottom:88px;width:48px;height:48px;font-size:22px}}.post-card{padding:16px;border-bottom:1px solid #ececec;background:#fff}.pinned-label{margin:0 0 10px;font-size:12px;color:#ff8a3d;font-weight:700}.post-header{display:flex;gap:12px;align-items:flex-start}.post-icon{width:42px;height:42px;border-radius:50%;background:#2f80ed;color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;flex-shrink:0;overflow:hidden}.post-icon-image{width:100%;height:100%;object-fit:cover;display:block}.post-user-info{flex:1;width:100%;display:flex;flex-direction:column;align-items:flex-start}.post-user-top{display:flex;align-items:center;gap:8px}.post-name{margin:0;font-weight:600;cursor:pointer}.post-name:hover{text-decoration:underline}.post-id-time{font-size:13px;color:#777}.post-content{margin-top:6px;text-align:left}.post-actions{display:flex;gap:14px;margin-top:10px}.post-action-button{border:none;background:none;cursor:pointer;color:#666;font-size:14px;padding:0;display:flex;align-items:center;gap:4px}.post-action-button:hover{color:#ff8a3d}.clickable{cursor:pointer}.clickable:hover{background:#fafafa}.reply-to-text{margin:8px 0 0;font-size:13px;color:#777}.post-icon,.post-name{cursor:pointer}.post-image{width:100%;display:block;object-fit:cover;max-height:420px;cursor:zoom-in}.post-image-modal{position:fixed;inset:0;background:#000000d1;display:flex;align-items:center;justify-content:center;padding:20px;z-index:9999}.post-image-modal-img{max-width:100%;max-height:90vh;border-radius:14px;object-fit:contain}.post-image-modal-close{position:absolute;top:18px;right:18px;width:42px;height:42px;border:none;border-radius:50%;background:#ffffffeb;font-size:22px;cursor:pointer}.resignal-original{margin-top:10px;border:1px solid #e4d8c8;background:#fffaf4;border-radius:14px;padding:12px 14px;text-align:left;width:100%;max-width:100%;box-sizing:border-box}.resignal-original-avatar{width:36px;height:36px;border-radius:50%;background:#2f80ed;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;overflow:hidden}.resignal-original.resignal-original-deleted{display:flex;align-items:center;gap:12px;min-height:76px;padding:16px;cursor:default;background:#f7f7f8;border-color:#d8d8dc;color:#666}.resignal-original.resignal-original-deleted:hover{background:#f7f7f8}.resignal-deleted-icon{display:flex;align-items:center;justify-content:center;width:42px;height:42px;flex-shrink:0;border-radius:50%;background:#e9e9ec;font-size:20px}.resignal-deleted-content{display:flex;min-width:0;flex-direction:column;gap:4px}.resignal-deleted-content strong{color:#555;font-size:14px;line-height:1.4}.resignal-deleted-content span{color:#888;font-size:13px;line-height:1.4}.reaction-count-button{cursor:pointer}.reaction-count-button:hover{opacity:.72}.reaction-users-overlay{position:fixed;inset:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:20px;background:#0000007a}.reaction-users-header h2{margin:0;font-size:18px}.reaction-users-close{display:grid;width:34px;height:34px;padding:0;border:0;border-radius:50%;background:transparent;place-items:center;font-size:26px;line-height:1;cursor:pointer}.reaction-user-avatar{display:grid;flex:0 0 42px;width:42px;height:42px;border-radius:50%;background:#ececec;place-items:center;overflow:hidden;font-size:18px;font-weight:700}.reaction-user-info strong,.reaction-user-info small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.action-btn.reaction-split{display:inline-flex;align-items:center;gap:0;padding:0;overflow:hidden}.reaction-main-button,.reaction-count-link{appearance:none;border:0;background:transparent;color:inherit;font:inherit;cursor:pointer}.reaction-main-button{padding:7px 5px 7px 10px}.reaction-count-link{min-width:24px;padding:7px 10px 7px 5px;font-weight:800;text-decoration:underline;text-underline-offset:3px}.reaction-count-link:hover:not(:disabled){background:#ff7a001a}.reaction-count-link:disabled{cursor:default;text-decoration:none;opacity:.65}.reaction-users-overlay{position:fixed;inset:0;z-index:1300;display:flex;align-items:center;justify-content:center;padding:20px;background:#0000007a}.reaction-users-modal{width:min(92vw,420px);max-height:min(72vh,620px);overflow:hidden;border-radius:18px;background:#fff;box-shadow:0 18px 48px #0000003d}.reaction-users-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;border-bottom:1px solid #e8e8e8}.reaction-users-header h3{margin:0;font-size:18px}.reaction-users-close{display:grid;width:34px;height:34px;padding:0;border:0;border-radius:50%;background:transparent;place-items:center;font-size:26px;cursor:pointer}.reaction-users-close:hover{background:#f2f2f2}.reaction-users-body{max-height:calc(min(72vh,620px) - 67px);overflow-y:auto;padding:8px 0}.reaction-user-row{display:flex;width:100%;align-items:center;gap:12px;padding:12px 18px;border:0;background:transparent;text-align:left;cursor:pointer}.reaction-user-row:hover{background:#f7f7f7}.reaction-user-avatar{display:grid;flex:0 0 42px;width:42px;height:42px;border-radius:50%;background:#ececec;place-items:center;font-size:18px;font-weight:700}.reaction-user-info{display:flex;min-width:0;flex-direction:column;gap:3px}.reaction-user-info small{color:#707070;font-size:13px}.reaction-users-message,.reaction-users-error{margin:0;padding:24px 18px;text-align:center}.reaction-users-error{color:#c62828}.reaction-user-avatar-image{width:100%;height:100%;display:block;object-fit:cover}.group-page,.group-detail-page,.group-composer-page{display:flex;flex-direction:column;height:100vh;background:#f7f9fc}.group-detail-page{position:relative}.group-account-area{width:36px;height:36px;display:flex;align-items:center;justify-content:center;justify-self:start;flex-shrink:0;overflow:hidden}.group-account-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;display:block;flex-shrink:0}.group-account-fallback{background:#2f80ff;color:#fff;font-size:15px;font-weight:700;display:flex;align-items:center;justify-content:center}.group-menu-wrapper{justify-self:end}.group-detail-title-wrap{display:flex;align-items:center;gap:10px;flex:1;justify-content:center;min-width:0}.group-detail-icon{width:36px;height:36px;border-radius:50%;background:#2563eb;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.group-detail-title-text h2{margin:0;font-size:16px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.group-detail-description{margin:4px 0 0;font-size:12px;color:#6b7280}.group-menu-wrapper,.group-detail-menu-wrap{position:relative}.group-menu,.group-detail-menu{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border-radius:12px;box-shadow:0 8px 20px #0f172a1f;border:1px solid #e5e7eb;overflow:hidden;z-index:30}.group-menu{width:190px;padding:8px 0}.group-detail-menu{min-width:150px}.group-menu-item,.group-detail-menu-item{width:100%;padding:10px 14px;text-align:left;background:none;border:none;font-size:14px;cursor:pointer}.group-menu-item:hover,.group-detail-menu-item:hover{background:#f8fafc}.group-menu-badge{margin-left:8px;background:#ef4444;color:#fff;font-size:12px;padding:2px 6px;border-radius:999px}.group-detail-menu-item.danger{color:#dc2626}.group-detail-menu-item.danger:hover{background:#fef2f2}.group-main{flex:1;overflow-y:auto;padding:12px}.group-search-section{margin-bottom:12px}.group-search{width:100%;padding:10px 14px;border-radius:999px;border:1px solid #e5e7eb;font-size:14px;outline:none;box-sizing:border-box;background:#fff}.group-search:focus{border-color:#2563eb}.group-section-header{margin-bottom:8px;text-align:center}.group-section-header h2{font-size:16px;margin:0;color:#111827}.group-section-header p{font-size:12px;color:#6b7280;margin:2px 0 0}.group-list{display:flex;flex-direction:column;gap:10px}.group-card{display:flex;align-items:center;gap:12px;padding:12px;border-radius:14px;background:#fff;border:1px solid #e5e7eb;cursor:pointer;transition:.2s}.group-card:hover{background:#f8fafc}.group-card:active{transform:scale(.98)}.group-card-icon,.group-invite-icon{width:42px;height:42px;border-radius:50%;background:#2563eb;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.group-card-body{flex:1;min-width:0;text-align:left}.group-card-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.group-card-name{font-size:15px;font-weight:700;margin:0;color:#111827;text-align:left}.group-card-latest{font-size:12px;color:#6b7280;margin-top:2px;text-align:left}.group-card-badge{background:#ef4444;color:#fff;font-size:12px;font-weight:700;padding:3px 7px;border-radius:999px;flex-shrink:0}.group-empty,.group-empty-posts{text-align:center;color:#6b7280}.group-empty{padding:20px}.group-empty-posts{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:24px}.group-empty-large{padding:32px 20px;text-align:center}.group-empty-title{font-size:16px;font-weight:700}.group-empty-sub{margin-top:8px;font-size:14px;color:#666}.group-create-first-btn{margin-top:16px;padding:10px 16px;border:none;border-radius:999px;background:#2f80ff;color:#fff;font-weight:700;cursor:pointer}.group-channel-bar{padding:10px 12px;background:#fff;border-bottom:1px solid #e5e7eb}.group-channel-selector{position:relative}.group-channel-button{width:100%;display:flex;align-items:center;justify-content:space-between;text-align:left;padding:10px 12px;border:1px solid #e5e7eb;border-radius:12px;background:#f8fafc;font-size:14px;cursor:pointer;transition:.2s}.group-channel-button:hover{background:#f1f5f9}.group-channel-button:active{transform:scale(.99)}.group-channel-arrow{transition:transform .2s ease}.group-channel-arrow.open{transform:rotate(180deg)}.group-channel-menu{position:absolute;top:calc(100% + 8px);left:0;width:100%;max-height:220px;overflow-y:auto;background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 8px 20px #0f172a14;z-index:20}.group-channel-menu-item{width:100%;display:flex;align-items:center;gap:8px;padding:12px 14px;background:#fff;border:none;text-align:left;font-size:14px;cursor:pointer}.group-channel-menu-item:hover{background:#f8fafc}.group-channel-menu-item.active{background:#dbeafe;color:#1d4ed8;font-weight:600}.group-channel-hash{font-weight:700}.group-detail-main{flex:1;overflow-y:auto;padding:14px 12px 90px;display:flex;flex-direction:column;gap:16px}.group-signal-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:14px;box-shadow:0 2px 6px #0000000d}.group-signal-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.group-signal-user{display:flex;align-items:center;gap:10px;min-width:0}.group-signal-icon{width:36px;height:36px;border-radius:50%;background:#dbeafe;color:#1d4ed8;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;flex-shrink:0}.group-signal-meta{display:flex;align-items:center;gap:8px;min-width:0;flex-wrap:wrap}.group-signal-name{font-weight:700;font-size:14px;color:#111827}.group-signal-id{color:#6b7280;font-size:13px}.group-signal-time{font-size:12px;color:#6b7280;flex-shrink:0}.group-signal-body{width:100%;font-size:14px;color:#111827;line-height:1.8;margin:0 0 12px;white-space:pre-line;text-align:left;word-break:break-word;overflow-wrap:anywhere}.group-signal-media{display:flex;gap:12px;flex-wrap:wrap}.group-signal-media-box{flex:1;min-height:90px;min-width:180px;border:1px solid #d1d5db;border-radius:12px;background:#f9fafb;display:flex;align-items:center;justify-content:center;color:#6b7280;font-size:14px;text-align:center;padding:10px;box-sizing:border-box}.media-preview-box{padding:8px;min-height:auto;background:transparent;border:none}.group-post-image,.group-post-video{width:100%;max-width:100%;border-radius:12px;display:block}.group-post-actions{display:flex;align-items:center;gap:8px;position:relative}.group-post-menu-btn{border:none;background:transparent;cursor:pointer;font-size:18px;color:#9ca3af;line-height:1;padding:2px 4px}.group-post-menu-btn:hover{color:#111827}.group-post-menu{position:absolute;top:calc(100% + 6px);right:0;min-width:110px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 8px 20px #0f172a1f;overflow:hidden;z-index:30}.group-post-menu-item{width:100%;border:none;background:#fff;padding:10px 14px;text-align:left;font-size:14px;cursor:pointer}.group-post-menu-item:hover{background:#f8fafc}.group-post-menu-item.danger{color:#dc2626}.group-post-menu-item.danger:hover{background:#fef2f2}.group-edit-area,.group-reply-edit-area{margin-bottom:12px}.group-reply-edit-area{margin-top:6px}.group-edit-textarea{width:100%;min-height:110px;border:1px solid #d1d5db;border-radius:12px;padding:12px;font-size:14px;line-height:1.7;resize:vertical;box-sizing:border-box;outline:none;background:#fff}.group-edit-textarea:focus{border-color:#2563eb}.group-edit-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:10px}.group-edit-cancel,.group-edit-save,.group-invite-decline,.group-invite-accept{border:none;border-radius:999px;padding:8px 14px;font-size:13px;cursor:pointer}.group-edit-cancel,.group-invite-decline{background:#e5e7eb;color:#111827}.group-edit-save,.group-invite-accept{background:#2563eb;color:#fff}.group-reaction-row{display:flex;align-items:center;gap:10px;margin:6px 0 12px}.group-like-btn,.group-reply-btn{border:1px solid #e5e7eb;background:#fff;color:#6b7280;border-radius:999px;padding:6px 12px;font-size:14px;cursor:pointer;transition:.2s}.group-like-btn:hover,.group-reply-btn:hover{background:#f9fafb}.group-like-btn.liked{border-color:#fecdd3;background:#fff1f2;color:#e11d48}.group-thread-box{border-top:1px solid #e5e7eb;margin-top:8px;padding-top:12px;margin-bottom:12px}.group-thread-list{display:flex;flex-direction:column;gap:10px;margin-bottom:12px}.group-thread-reply{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;padding:10px 12px}.group-thread-reply-header{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:6px}.group-thread-reply-meta-left{display:flex;align-items:center;gap:8px;min-width:0;flex-wrap:wrap}.group-thread-reply-meta-right{display:flex;align-items:center;gap:6px;margin-left:auto;position:relative}.group-thread-reply-name{font-size:13px;font-weight:700;color:#111827}.group-thread-reply-id,.group-thread-reply-time{font-size:12px;color:#6b7280}.group-thread-reply-body{width:100%;font-size:14px;line-height:1.7;color:#111827;white-space:pre-line;text-align:left;word-break:break-word;overflow-wrap:anywhere}.group-thread-empty{margin:0;font-size:13px;color:#6b7280}.group-thread-input-row{display:flex;flex-direction:column;gap:10px}.group-thread-textarea{width:100%;min-height:80px;border:1px solid #d1d5db;border-radius:12px;padding:10px 12px;font-size:14px;line-height:1.6;resize:vertical;box-sizing:border-box;outline:none}.group-thread-textarea:focus{border-color:#2563eb}.group-thread-submit{align-self:flex-end;border:none;border-radius:999px;padding:8px 14px;background:#ff8a3d;color:#fff;font-size:13px;cursor:pointer}.group-thread-submit:disabled{background:#ffd2b0;cursor:not-allowed}.group-post-fab{position:fixed;right:20px;bottom:84px;width:56px;height:56px;border:none;border-radius:50%;background:#ff8a00;color:#fff;font-size:34px;line-height:1;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px #ff8a0047;cursor:pointer}.group-post-fab:hover{background:#f07f00}.group-composer-page{background:#f7f9fc}.group-composer-main{flex:1;display:flex;flex-direction:column}.openlike-composer-page{background:#f7f9fc}.openlike-composer-header{padding:14px 16px;border-bottom:1px solid #e5e7eb;background:#fff}.openlike-back-btn{border:1px solid #d1d5db;background:#fff;color:#111827;border-radius:12px;padding:8px 14px;font-size:14px;cursor:pointer}.openlike-submit-btn{border:none;background:#f6b26b;color:#fff;border-radius:999px;padding:10px 18px;font-size:14px;font-weight:700;cursor:pointer}.openlike-submit-btn:disabled{background:#f8d3aa;cursor:not-allowed}.openlike-composer-main{padding:18px 16px 28px;align-items:center}.openlike-composer-card{width:100%;max-width:640px;background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:18px 18px 14px;box-shadow:0 4px 14px #0f172a0d}.openlike-destination{margin-bottom:14px;text-align:center}.openlike-destination-label{margin:0 0 4px;font-size:12px;color:#6b7280}.openlike-destination-value{margin:0;font-size:15px;font-weight:700;color:#111827}.openlike-user{margin-bottom:14px}.openlike-textarea-wrap{border-bottom:1px solid #e5e7eb;padding-bottom:12px;margin-bottom:14px}.openlike-composer-textarea{width:100%;min-height:260px;border:none;background:transparent;resize:none;outline:none;font-size:16px;line-height:1.8;color:#111827;box-sizing:border-box}.openlike-composer-textarea::placeholder{color:#9ca3af}.openlike-char-count{text-align:right;font-size:13px;color:#6b7280;margin-top:8px}.openlike-section{padding-top:4px}.openlike-section-title{margin:0 0 10px;font-size:14px;font-weight:700;text-align:center;color:#111827}.openlike-media-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.openlike-media-btn{border:1px solid #d1d5db;background:#fff;color:#111827;border-radius:12px;padding:10px 16px;font-size:14px;cursor:pointer}.openlike-selected-files{margin-top:12px;display:flex;flex-direction:column;gap:6px}.openlike-selected-file{margin:0;font-size:13px;color:#374151;text-align:center}.openlike-preview-block{display:flex;flex-direction:column;gap:8px;align-items:center}.openlike-preview-image,.openlike-preview-video{width:100%;max-width:320px;border-radius:14px;border:1px solid #e5e7eb;background:#f9fafb}.group-invite-modal-overlay{position:fixed;inset:0;background:#0f172a59;display:flex;align-items:center;justify-content:center;z-index:100;padding:20px}.group-invite-modal{width:100%;max-width:520px;max-height:80vh;overflow-y:auto;background:#fff;border-radius:18px;border:1px solid #e5e7eb;box-shadow:0 14px 36px #0f172a2e}.channel-create-modal{max-width:460px}.group-invite-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid #e5e7eb}.group-invite-modal-header h3{margin:0;font-size:16px}.group-invite-close-btn{border:none;background:transparent;font-size:20px;cursor:pointer;color:#6b7280}.group-invite-modal-body{padding:16px;display:flex;flex-direction:column;gap:12px}.group-invite-card,.group-sort-card,.group-leave-card{border:1px solid #e5e7eb;border-radius:16px;padding:14px;background:#f9fafb}.group-invite-info{display:flex;align-items:center;gap:12px;margin-bottom:12px}.group-invite-text h4{margin:0;font-size:15px;color:#111827}.group-invite-text p{margin:4px 0 0;font-size:13px;color:#6b7280}.group-invite-actions,.group-leave-actions,.group-sort-actions{display:flex;justify-content:flex-end;gap:10px}.group-sort-card{display:flex;align-items:center;justify-content:space-between;gap:12px}.group-sort-actions{flex-shrink:0}.group-sort-btn{width:38px;height:38px;border:none;border-radius:10px;background:#2563eb;color:#fff;font-size:16px;cursor:pointer}.group-sort-btn:disabled{background:#bfdbfe;cursor:not-allowed}.group-leave-card{cursor:pointer;padding:12px}.group-leave-card.active{border:2px solid #ef4444;background:#fee2e2;box-shadow:0 0 0 2px #ef444433}.group-leave-confirm{background:#ef4444;color:#fff;border:none;border-radius:10px;padding:8px 14px;cursor:pointer}.group-leave-confirm:disabled{background:#fecaca;cursor:not-allowed}.group-channel-create-box,.group-channel-delete-box{display:flex;flex-direction:column;gap:10px}.group-channel-create-label,.group-channel-delete-label{font-size:14px;font-weight:700;color:#111827;margin:0}.group-channel-create-input{width:100%;box-sizing:border-box;border:1px solid #d1d5db;border-radius:12px;padding:12px 14px;font-size:14px;outline:none}.group-channel-create-input:focus{border-color:#2563eb}.group-channel-create-help,.group-channel-delete-help{margin:0;font-size:12px;color:#6b7280}.group-channel-delete-list{display:flex;flex-wrap:wrap;gap:10px}.group-channel-delete-item{border:1px solid #e5e7eb;background:#fff;color:#111827;border-radius:999px;padding:9px 14px;font-size:14px;cursor:pointer}.group-channel-delete-item.active{border-color:#ef4444;background:#fee2e2;color:#b91c1c}.group-create-form{display:flex;flex-direction:column;gap:14px}.group-create-label{display:flex;flex-direction:column;gap:6px;font-size:14px;font-weight:600}.group-create-input,.group-create-textarea{width:100%;padding:12px 14px;border:1px solid #d8dbe2;border-radius:12px;font-size:14px;box-sizing:border-box;background:#fff}.group-create-input:focus,.group-create-textarea:focus{outline:none;border-color:#2f80ff}@media(max-width:640px){.group-main,.group-detail-main,.openlike-composer-main{padding-left:10px;padding-right:10px}.openlike-composer-card{border-radius:16px;padding:14px}.group-signal-media{flex-direction:column}.group-signal-media-box{min-width:100%}.group-account-fallback{font-size:14px}}.group-private-badge{display:inline-flex;align-items:center;margin-left:6px;font-size:13px}.group-private-note{margin-top:6px;font-size:12px;color:#777;line-height:1.5}.group-search-note{margin-top:8px;font-size:12px;color:#888}.group-privacy-box{margin-top:8px}.group-privacy-toggle{display:flex;gap:8px;margin-top:8px}.group-privacy-btn{flex:1;border:1px solid #ddd;background:#fff;border-radius:999px;padding:10px 12px;font-weight:700;cursor:pointer}.group-privacy-btn.active{border-color:#ff7a00;color:#ff7a00;background:#fffaf5}.group-privacy-note{margin-top:8px;font-size:12px;color:#777;line-height:1.5}.group-account-area{width:36px;height:36px;align-self:center}.group-account-avatar,.group-account-fallback{width:36px;height:36px}.group-account-fallback{display:flex;align-items:center;justify-content:center;line-height:1}.group-menu-wrapper{width:36px;height:36px;display:flex;align-items:center;justify-content:flex-end;align-self:center}@media(max-width:640px){.group-account-area{width:34px;height:34px}}.group-account-area,.group-menu-wrapper{align-self:center}.group-account-avatar,.group-account-fallback{display:flex;align-items:center;justify-content:center;line-height:1}.group-header,.group-detail-header,.group-composer-header{display:grid;grid-template-columns:36px 1fr 36px;align-items:center;height:64px;padding:0 16px;background:#fff;border-bottom:1px solid #e5e7eb}.group-header .app-logo{margin:0;letter-spacing:1px;line-height:1;color:#111;text-align:center;justify-self:center;align-self:center}.group-account-area{width:36px;height:36px;display:flex;align-items:center;justify-content:center}.group-account-avatar,.group-account-fallback{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center}.group-menu-wrapper{width:36px;height:36px;display:flex;align-items:center;justify-content:flex-end}.group-header-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:none;background:none;font-size:20px;cursor:pointer}@media(max-width:640px){.group-header,.group-detail-header,.group-composer-header{grid-template-columns:34px 1fr 34px;height:60px;padding:0 12px}.group-account-area,.group-account-avatar,.group-account-fallback,.group-menu-wrapper,.group-header-btn{width:34px;height:34px}}.group-composer-header.openlike-composer-header{display:grid;grid-template-columns:40px 1fr auto;align-items:center;gap:12px;padding:12px 16px;background:#fff;border-bottom:1px solid #e5e7eb;min-height:64px}.group-composer-title{margin:0;text-align:center;font-size:20px;font-weight:800;line-height:1.2}.openlike-back-btn{width:40px;height:40px;border:1px solid #d9dee7;border-radius:12px;background:#fff;display:inline-flex;align-items:center;justify-content:center;padding:0;font-size:20px;line-height:1;white-space:nowrap;cursor:pointer;color:#111827}.openlike-submit-btn{min-width:84px;height:40px;border:none;border-radius:999px;padding:0 16px;background:#ff8a00;color:#fff;font-size:15px;font-weight:800;line-height:1;cursor:pointer}.openlike-submit-btn:hover{background:#f07f00}.openlike-submit-btn:disabled{background:#ffd2a6;color:#fff;cursor:not-allowed;opacity:1}.openlike-submit-btn:disabled{opacity:.45}@media(max-width:640px){.group-composer-header.openlike-composer-header{grid-template-columns:40px 1fr auto;gap:10px;padding:10px 12px}.group-composer-title{font-size:18px}.openlike-back-btn{width:36px;height:36px;font-size:18px}.openlike-submit-btn{min-width:72px;height:36px;padding:0 14px;font-size:14px}}.openlike-back-btn:hover{background:#f8fafc}@media(max-width:640px){.group-composer-header.openlike-composer-header{grid-template-columns:36px 1fr auto;gap:10px;padding:10px 12px;min-height:60px}.group-composer-title{font-size:18px}.openlike-back-btn{width:36px;height:36px;font-size:18px}.openlike-submit-btn{min-width:72px;height:36px;padding:0 14px;font-size:14px}}.openlike-back-btn{width:40px;height:40px;border-radius:50%;border:1px solid #d9dee7;background:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:20px;line-height:1}@media(max-width:640px){.openlike-back-btn{width:36px;height:36px;border-radius:50%}}.group-detail-icon{position:relative;overflow:hidden}.group-detail-icon-image,.group-detail-icon-fallback{width:100%;height:100%;border-radius:50%}.group-detail-icon-image{display:block;object-fit:cover}.group-detail-icon-fallback{align-items:center;justify-content:center;background:#2563eb;color:#fff;font-weight:700}.group-icon-edit-preview{width:88px;height:88px;margin:4px auto 6px;border-radius:50%;overflow:hidden;border:1px solid #d8dbe2;background:#eef4ff;box-shadow:0 3px 10px #0f172a14}.group-icon-preview-image,.group-icon-preview-fallback{width:100%;height:100%;border-radius:50%}.group-icon-preview-image{display:block;object-fit:cover}.group-icon-preview-fallback{display:flex;align-items:center;justify-content:center;background:#2563eb;color:#fff;font-size:30px;font-weight:700}.group-icon-file-input{width:100%;box-sizing:border-box;padding:10px;border:1px solid #d8dbe2;border-radius:12px;background:#fff;font-size:13px;color:#374151;cursor:pointer}.group-icon-file-input::file-selector-button{margin-right:10px;padding:8px 12px;border:none;border-radius:999px;background:#2563eb;color:#fff;font-size:13px;font-weight:600;cursor:pointer}.group-icon-help{margin:0;color:#6b7280;font-size:12px;font-weight:400;line-height:1.5}.group-icon-remove-btn{width:100%;padding:10px 12px;border:1px solid #fecaca;border-radius:12px;background:#fff;color:#dc2626;font-size:13px;font-weight:600;cursor:pointer}.group-icon-remove-btn:hover{background:#fef2f2}.group-icon-remove-btn:active{transform:scale(.99)}.group-icon-remove-btn:disabled,.group-icon-file-input:disabled{cursor:not-allowed;opacity:.55}.group-invite-accept:disabled,.group-invite-decline:disabled{cursor:not-allowed;opacity:.55}.group-card-icon,.group-invite-icon{flex-shrink:0;overflow:hidden}.group-card-icon-image{display:block;width:100%;height:100%;object-fit:cover;border-radius:inherit}.group-edit-icon-preview-wrapper{display:flex;justify-content:center;margin-top:12px;margin-bottom:12px}.group-edit-icon-image,.group-edit-icon-placeholder{width:88px;height:88px;border-radius:24px}.group-edit-icon-image{display:block;object-fit:cover;border:1px solid #d9dce5;background:#f5f6fa}.group-edit-icon-placeholder{display:flex;align-items:center;justify-content:center;border:1px solid #d9dce5;background:#f1f3f8;color:#4c5364;font-size:32px;font-weight:700}.group-edit-icon-actions{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:12px}.group-upload-btn,.group-remove-image-btn{min-height:38px;padding:8px 14px;border-radius:10px;font-size:14px;font-weight:700;cursor:pointer}.group-upload-btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid #4e68d8;background:#fff;color:#4058c7}.group-remove-image-btn{border:1px solid #d8a3a3;background:#fff;color:#b33a3a}.group-upload-btn:hover,.group-remove-image-btn:hover{opacity:.85}.group-upload-btn:active,.group-remove-image-btn:active{transform:scale(.98)}@media(max-width:480px){.group-edit-icon-image,.group-edit-icon-placeholder{width:80px;height:80px;border-radius:22px}.group-edit-icon-actions{flex-wrap:wrap}}.group-public-card:active{transform:none}.group-public-member-count{margin:8px 0 0;font-size:12px;font-weight:600;color:#64748b}.group-public-join-btn{flex-shrink:0;min-width:76px;padding:9px 16px;border:none;border-radius:999px;background:#2563eb;color:#fff;font-size:13px;font-weight:700;line-height:1;cursor:pointer;box-shadow:0 4px 10px #2563eb33;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}@media(max-width:520px){.group-public-card{align-items:flex-start;flex-wrap:wrap}.group-public-card .group-card-body{flex:1;min-width:calc(100% - 60px)}.group-public-join-btn{margin-left:54px;min-width:88px}}.group-public-card{cursor:default}.group-public-join-btn:hover{background:#1d4ed8;box-shadow:0 6px 14px #2563eb47}.group-public-join-btn:active{transform:scale(.96)}.group-public-join-btn:disabled{background:#93c5fd;cursor:not-allowed;box-shadow:none}.group-like-btn.group-like-split{display:inline-flex;align-items:center;gap:0;padding:0;overflow:hidden}.group-like-main,.group-like-count{appearance:none;border:none;background:transparent;color:inherit;font:inherit;cursor:pointer}.group-like-main{padding:6px 5px 6px 12px}.group-like-count{min-width:28px;padding:6px 12px 6px 5px;font-weight:800;text-decoration:underline;text-underline-offset:3px}.group-like-count:hover:not(:disabled){background:#2563eb14}.group-like-main:disabled,.group-like-count:disabled{cursor:default;opacity:.6}.group-like-count:disabled{text-decoration:none}.group-like-users-overlay{position:fixed;inset:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:20px;background:#0f172a7a}.group-like-users-modal{width:min(92vw,420px);max-height:min(72vh,620px);overflow:hidden;border:1px solid #e5e7eb;border-radius:18px;background:#fff;box-shadow:0 18px 48px #0f172a3d}.group-like-users-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;border-bottom:1px solid #e5e7eb}.group-like-users-header h3{margin:0;color:#111827;font-size:18px}.group-like-users-close{display:grid;width:34px;height:34px;padding:0;border:none;border-radius:50%;background:transparent;color:#111827;place-items:center;font-size:26px;line-height:1;cursor:pointer}.group-like-users-close:hover{background:#f1f5f9}.group-like-users-body{max-height:calc(min(72vh,620px) - 67px);overflow-y:auto;padding:8px 0}.group-like-user-row{display:flex;width:100%;align-items:center;gap:12px;padding:12px 18px;border:none;background:transparent;text-align:left;cursor:pointer}.group-like-user-row:hover{background:#f8fafc}.group-like-user-avatar{display:grid;flex:0 0 42px;width:42px;height:42px;overflow:hidden;border-radius:50%;background:#dbeafe;color:#1d4ed8;place-items:center;font-size:18px;font-weight:800}.group-like-user-avatar-image{width:100%;height:100%;display:block;object-fit:cover}.group-like-user-info{display:flex;min-width:0;flex-direction:column;gap:3px}.group-like-user-info strong,.group-like-user-info small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.group-like-user-info strong{color:#111827;font-size:15px}.group-like-user-info small{color:#6b7280;font-size:13px}.group-like-users-message,.group-like-users-error{margin:0;padding:24px 18px;text-align:center}.group-like-users-message{color:#6b7280}.group-like-users-error{color:#dc2626}@media(max-width:480px){.group-like-users-overlay{padding:14px}.group-like-users-modal{width:100%}}.group-report-target{padding:12px;border:1px solid #e5e7eb;border-radius:12px;background:#f8fafc;margin-bottom:16px}.group-report-target strong{margin-right:8px;color:#111827}.group-report-target span{color:#6b7280;font-size:13px}.group-report-target p{margin:10px 0 0;white-space:pre-wrap;word-break:break-word;color:#374151;line-height:1.7}.group-report-reasons{border:none;padding:0;margin:0 0 18px}.group-report-reasons legend{font-weight:700;margin-bottom:10px;color:#111827}.group-report-reason{display:flex;align-items:center;gap:10px;padding:10px 4px;cursor:pointer}.group-report-reason input{width:18px;height:18px;accent-color:#2563eb}.group-report-management-modal{width:min(760px,calc(100vw - 32px));max-height:min(82vh,760px)}.group-report-management-modal .group-invite-modal-body{overflow-y:auto}.group-report-list{display:flex;flex-direction:column;gap:14px}.group-report-card{padding:14px;border:1px solid #e5e7eb;border-radius:14px;background:#fff}.group-report-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:10px}.group-report-card-header strong{margin-right:8px;color:#111827}.group-report-card-header span,.group-report-card-header time{color:#6b7280;font-size:12px}.group-report-post-body{margin:0 0 12px;padding:12px;border-radius:10px;background:#f8fafc;color:#111827;white-space:pre-wrap;word-break:break-word;line-height:1.7}.group-report-meta{color:#4b5563;font-size:13px}.group-report-meta p{margin:5px 0}.group-report-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:14px}@media(max-width:640px){.group-report-card-header{flex-direction:column;gap:4px}.group-report-actions{flex-direction:column-reverse}.group-report-actions button{width:100%}}.closed-page{min-height:100vh;background:#fdfdfd;padding:16px 16px 84px;display:flex;flex-direction:column;box-sizing:border-box}.closed-header{position:relative;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #ffd9b8;padding:10px 0 12px;margin-bottom:14px;background:#fffdfb}.closed-header-actions{position:absolute;right:0;top:50%;transform:translateY(-50%);display:flex;gap:8px}.icon-button{width:34px;height:34px;border:none;border-radius:999px;background:#fff5ec;color:#ff7a00;cursor:pointer;display:grid;place-items:center;font-size:16px}.icon-button:hover{background:#ffe9d4}.closed-account-area{padding:4px 4px 14px;display:flex;flex-direction:column;align-items:center}.closed-account-badge{width:28px;height:28px;border-radius:999px;background:#2f80ed;color:#fff;display:grid;place-items:center;font-size:13px;font-weight:800;flex-shrink:0}.closed-account-name{margin:0;font-size:18px;font-weight:700;color:#222;text-align:center}.closed-account-edit{border:none;background:transparent;color:#ff7a00;cursor:pointer;font-size:13px;line-height:1;padding:0}.closed-account-edit:hover{opacity:.8}.closed-mode-note{margin:8px 0 0;font-size:13px;color:#b94a3d;font-weight:600;text-align:center}.closed-mode-note.subtle{color:#888;font-weight:500}.friend-list{display:flex;flex-direction:column;gap:12px}.friend-item{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid #f0f0f0;border-radius:18px;padding:14px;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,border-color .15s ease}.friend-item:hover{background:#fff;transform:translateY(-1px);box-shadow:0 4px 14px #0000000a}.friend-avatar{width:46px;height:46px;border-radius:999px;background:#eef3ff;color:#3554a5;display:grid;place-items:center;font-size:22px;font-weight:800;flex-shrink:0}.friend-main{flex:1;min-width:0}.friend-top-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:6px}.friend-name-wrap{display:flex;align-items:center;gap:8px;min-width:0}.friend-name{margin:0;font-size:16px;font-weight:700;color:#222}.friend-time{font-size:12px;color:#8b8b8b;flex-shrink:0}.friend-bottom-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.friend-last-message{margin:0;font-size:14px;color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.friend-unread-badge{min-width:24px;height:24px;padding:0 8px;border-radius:999px;background:#ff7a00;color:#fff;font-size:12px;font-weight:800;display:flex;align-items:center;justify-content:center}.friend-item.delete-mode{border-color:#f0d0cb;background:#fff9f8}.friend-item.mute-mode{border-color:#e3e3e3;background:#fcfcfc}.friend-item.muted-card{background:#fafafa;border-color:#e6e6e6}.friend-last-message.muted-text{color:#8a8a8a}.friend-muted-tag{font-size:11px;color:#555;background:#ececec;border-radius:999px;padding:3px 8px;white-space:nowrap;font-weight:600}.friend-muted-badge{min-width:32px;height:24px;padding:0 8px;border-radius:999px;background:#777;color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center}.friend-delete-badge{min-width:44px;height:24px;padding:0 8px;border-radius:999px;background:#d11a2a;color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center}.friend-mute-badge{min-width:58px;height:24px;padding:0 8px;border-radius:999px;background:#444;color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center}.closed-empty{background:#fff;border:1px solid #ececec;border-radius:18px;padding:28px 20px;text-align:center;color:#666}.closed-empty p{margin:0 0 14px;font-size:15px}.closed-empty-button{border:none;background:#222;color:#fff;border-radius:999px;padding:10px 16px;font-size:14px;font-weight:700;cursor:pointer}.closed-empty-button:hover{background:#111}.closed-menu-popup{position:absolute;top:calc(100% + 8px);right:0;width:240px;background:#fff;border:1px solid #ececec;border-radius:16px;box-shadow:0 12px 30px #00000014;padding:8px;display:flex;flex-direction:column;gap:6px;z-index:50}.closed-menu-popup button{width:100%;border:none;background:#fff;color:#333;border-radius:12px;padding:11px 12px;text-align:left;cursor:pointer;font-weight:600}.closed-menu-popup button:hover{background:#fff4eb}.layer-modal-overlay{position:fixed;inset:0;background:#00000047;display:flex;align-items:center;justify-content:center;z-index:300;padding:24px;box-sizing:border-box}.layer-modal{width:min(460px,100%);background:#fff;border-radius:24px;padding:18px 16px 20px;box-shadow:0 12px 36px #00000024;display:flex;flex-direction:column;gap:10px;transform:translateY(-24px)}.layer-modal-arrow{color:#999;font-size:22px;line-height:1;flex-shrink:0}.closed-name-modal{width:min(380px,100%)}.closed-name-input{width:100%;border:1px solid #ead5c6;background:#fff;border-radius:12px;padding:12px 14px;font-size:14px;outline:none;box-sizing:border-box}.closed-name-input:focus{border-color:#ffb575}.closed-name-actions{display:flex;flex-direction:column;gap:10px;margin-top:4px}.closed-name-save{width:100%;border:none;background:#ff7a00;color:#fff;border-radius:14px;padding:13px 16px;cursor:pointer;font-weight:800}.closed-name-save:hover{background:#eb7000}@media(max-width:640px){.closed-page{padding:12px 12px 80px}.closed-header{padding:8px 0 10px}.friend-item{padding:12px;border-radius:16px}.friend-avatar{width:42px;height:42px;font-size:20px}.closed-account-name{font-size:17px}.layer-modal{padding:16px 12px}.layer-modal-title{font-size:17px}.layer-modal-main strong{font-size:15px}.layer-modal-main span{font-size:12px}}.avatar-image{width:100%;height:100%;object-fit:cover;border-radius:999px;display:block;overflow:hidden}.closed-account-badge{width:28px;height:28px;border-radius:999px;background:#2f80ed;color:#fff;display:grid;place-items:center;font-size:13px;font-weight:800;flex-shrink:0;overflow:hidden}.friend-avatar{width:46px;height:46px;border-radius:999px;background:#eef3ff;color:#3554a5;display:grid;place-items:center;font-size:22px;font-weight:800;flex-shrink:0;overflow:hidden}.account-list{display:flex;flex-direction:column;gap:10px;margin:12px 0;max-height:300px;overflow:auto}.account-item{display:flex;align-items:center;gap:10px;padding:10px;border:1px solid #eee;border-radius:12px;background:#fff;cursor:pointer}.account-item:hover{background:#fff7f0}.account-avatar{width:40px;height:40px;border-radius:999px;background:#2f80ed;color:#fff;display:grid;place-items:center;font-weight:800;flex-shrink:0;overflow:hidden}.account-avatar-image{width:100%;height:100%;object-fit:cover;display:block}.account-meta{display:flex;flex-direction:column;align-items:flex-start;min-width:0}.account-meta strong{color:#222;font-size:14px}.account-meta span{color:#777;font-size:12px}.modal-divider{margin:12px 0;border-top:1px solid #eee}.modal-input{width:100%;margin-top:10px;padding:10px 12px;border:1px solid #ddd;border-radius:10px;outline:none;box-sizing:border-box}.modal-input:focus{border-color:#ff7a00}.modal-actions{display:flex;gap:10px;margin-top:14px}.modal-primary,.modal-secondary{flex:1;padding:10px 12px;border-radius:10px;cursor:pointer;font-weight:800;border:none}.modal-primary{background:#ff7a00;color:#fff}.modal-primary:hover{background:#eb7000}.modal-secondary{background:#f3f3f3;color:#333}.modal-secondary:hover{background:#ebebeb}.personal-avatar-preview{margin-top:12px;display:flex;justify-content:center}.personal-avatar-preview-image{width:64px;height:64px;border-radius:999px;object-fit:cover;border:1px solid #eee}.account-item.active{border-color:#ff7a00;background:#fff7f0}.account-item.active .account-meta strong{color:#ff7a00}.closed-header{display:flex;align-items:center;justify-content:center;position:relative}.closed-header-actions{position:absolute;right:12px}.closed-account-row{display:inline-flex;align-items:center;justify-content:center;gap:8px}.closed-account-badge{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;overflow:hidden;flex-shrink:0}.closed-account-badge .avatar-image,.closed-account-badge img{width:100%;height:100%;object-fit:cover;display:block}.closed-account-name{line-height:32px}.closed-account-edit{display:flex;align-items:center;justify-content:center}.chat-page{min-height:100vh;background:#fff7f0;display:flex;flex-direction:column}.chat-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;background:#fffdfb;border-bottom:1px solid #ffd3ad;box-sizing:border-box}.chat-header-left{display:flex;align-items:center;gap:12px;min-width:0}.chat-header-right{display:flex;align-items:center;gap:8px}.chat-icon-button{width:36px;height:36px;border:none;border-radius:999px;background:#fff1e4;color:#ff7a00;display:grid;place-items:center;cursor:pointer;font-size:16px;flex-shrink:0}.chat-icon-button:hover{background:#ffe5cf}.chat-friend-avatar{width:38px;height:38px;border-radius:999px;background:#eef3ff;color:#3554a5;display:grid;place-items:center;font-size:18px;font-weight:800;flex-shrink:0;overflow:hidden}.chat-friend-info{min-width:0}.chat-friend-name{margin:0;font-size:18px;font-weight:700;color:#222}.chat-messages{flex:1;padding:18px 16px 12px;background:#fff4e8;overflow-y:auto;box-sizing:border-box}.chat-empty{text-align:center;color:#888;padding:40px 20px}.chat-empty p{margin:0 0 8px}.chat-message-row{display:flex;flex-direction:column;margin-bottom:10px}.chat-message-row.mine{align-items:flex-end}.chat-message-row.friend{align-items:flex-start}.chat-message-main{display:flex;align-items:flex-end;gap:8px;width:100%}.chat-message-main.friend{justify-content:flex-start}.chat-message-main.mine{justify-content:flex-end}.chat-message-content{display:flex;flex-direction:column;max-width:70%;min-width:0}.chat-side-avatar{width:34px;height:34px;border-radius:999px;background:#eef3ff;color:#3554a5;display:grid;place-items:center;font-size:15px;font-weight:800;flex-shrink:0;overflow:hidden}.chat-side-avatar.mine{background:#ffe5cf;color:#8a4a16}.chat-side-avatar.empty{background:transparent}.avatar-image{width:100%;height:100%;object-fit:cover;border-radius:999px;display:block}.chat-bubble{display:inline-block;max-width:100%;padding:11px 14px;border-radius:18px;font-size:15px;line-height:1.5;white-space:normal;word-break:break-word;overflow-wrap:anywhere;box-sizing:border-box}.chat-bubble.friend{background:#fff;border:1px solid #f0e3d7;color:#333}.chat-bubble.mine{background:#ffe1c5;border:1px solid #ffd1aa;color:#2d2d2d}.stamp-bubble{padding:8px 12px;background:transparent!important;border:none!important;box-shadow:none}.chat-stamp{font-size:34px;line-height:1}.image-bubble{padding:6px;background:#fff!important;border:1px solid #f0e3d7!important}.chat-image{max-width:220px;max-height:280px;border-radius:14px;display:block;object-fit:cover}.chat-image-missing{min-width:150px;min-height:120px;border-radius:12px;background:#fff7f0;color:#8a8a8a;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;text-align:center;font-size:13px}.chat-meta{display:flex;gap:8px;align-items:center;margin-top:4px;font-size:12px;color:#8a8a8a}.chat-meta.mine{justify-content:flex-end}.chat-meta.friend{justify-content:flex-start}.chat-time{color:#8a8a8a}.chat-read{color:#a26a32;font-size:11px}.chat-footer{position:sticky;bottom:0;background:#fffaf6;padding:10px 12px 14px;box-sizing:border-box;border-top:1px solid #f2ddd0}.chat-attach-panel{display:flex;gap:8px;margin-bottom:10px}.chat-attach-panel button{border:1px solid #edd6c7;background:#fff;color:#333;border-radius:12px;padding:10px 14px;cursor:pointer;font-weight:600}.chat-attach-panel button:hover{background:#fff4eb}.chat-input-area{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #efd9cb;border-radius:999px;padding:8px 10px}.chat-plus-button,.chat-stamp-button{width:34px;height:34px;border:none;border-radius:999px;background:transparent;cursor:pointer;font-size:18px;flex-shrink:0}.chat-plus-button:hover,.chat-stamp-button:hover{background:#fff2e7}.chat-input-area input{flex:1;min-width:0;border:none;outline:none;font-size:14px;background:transparent;color:#333}.chat-send-button{border:none;background:#ff7a00;color:#fff;border-radius:999px;padding:9px 14px;cursor:pointer;font-weight:800;flex-shrink:0}.chat-send-button:hover{background:#eb7000}.chat-assist-overlay{position:fixed;inset:0;background:#00000047;z-index:200}.chat-assist-panel{position:fixed;top:0;right:0;width:min(380px,100%);height:100vh;background:#fffdfb;border-left:1px solid #f1dfd1;box-shadow:-8px 0 28px #00000014;z-index:210;display:flex;flex-direction:column}.chat-assist-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #f0dfd1}.chat-assist-header h3{margin:0;font-size:20px;color:#222}.chat-assist-body{flex:1;overflow-y:auto;padding:14px 16px 20px;box-sizing:border-box}.chat-assist-section{margin-bottom:18px}.chat-assist-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.chat-assist-section-head h4{margin:0;font-size:16px;color:#222}.chat-assist-section-head button{border:none;background:transparent;color:#ff7a00;font-weight:700;cursor:pointer}.chat-media-preview{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.chat-media-card{aspect-ratio:1 / 1;border:1px solid #f0dfd1;border-radius:14px;background:#fff7f0;display:flex;align-items:center;justify-content:center;overflow:hidden;font-size:30px}.chat-media-card.muted{font-size:14px;color:#9a9a9a}.chat-media-preview-image{width:100%;height:100%;object-fit:cover;border-radius:12px;display:block}.chat-media-unavailable{font-size:14px;color:#8c8c8c}.chat-assist-empty{margin:0;color:#8c8c8c;font-size:13px}.chat-assist-list{display:flex;flex-direction:column;gap:8px}.chat-assist-list-card{border:1px solid #f0dfd1;background:#fff;border-radius:12px;padding:10px 12px}.chat-assist-list-title{margin:0 0 6px;font-size:13px;font-weight:600;color:#222;word-break:break-all}.chat-assist-list-time{font-size:12px;color:#888}.chat-assist-links{display:flex;flex-direction:column;gap:10px}.chat-assist-links button{width:100%;border:1px solid #f0dfd1;background:#fff;border-radius:12px;padding:12px 14px;text-align:left;cursor:pointer;font-weight:600}.chat-assist-links button:hover{background:#fff5ed}.chat-settings-modal{position:fixed;inset:50% auto auto 50%;transform:translate(-50%,-50%);width:min(360px,calc(100% - 32px));background:#fffdfb;border-radius:20px;box-shadow:0 16px 36px #00000029;z-index:220;overflow:hidden}.chat-settings-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #f0dfd1}.chat-settings-header h3{margin:0;font-size:18px}.chat-settings-body{display:flex;flex-direction:column;padding:12px;gap:10px}.chat-settings-body button{width:100%;border:1px solid #efd9cb;background:#fff;border-radius:12px;padding:12px 14px;text-align:left;cursor:pointer;font-weight:600}.chat-settings-body button:hover{background:#fff5ed}.chat-settings-body button.danger{color:#c0392b;border-color:#f0cbc6;background:#fff9f8}.chat-settings-body button.danger:hover{background:#fff2f0}@media(max-width:640px){.chat-header{padding:12px}.chat-messages{padding:14px 12px 10px}.chat-message-content{max-width:78%}.chat-bubble{font-size:14px}.chat-image{max-width:190px;max-height:240px}.chat-footer{padding:8px 10px 12px}.chat-assist-panel{width:100%}.chat-side-avatar{width:30px;height:30px;font-size:14px}}.chat-side-avatar.mine{background:#ffe5cf;color:#8a4a16;align-self:flex-start;margin-top:2px}.chat-side-avatar.empty{visibility:hidden;background:transparent}.chat-stamp-panel{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px;padding:8px 0}.chat-stamp-option{width:44px;height:44px;border:1px solid #edd6c7;background:#fff;border-radius:12px;cursor:pointer;font-size:24px;display:grid;place-items:center}.chat-stamp-option:hover{background:#fff4eb}.posts-page{min-height:100vh;background:#fafafa;display:flex;flex-direction:column}.posts-header{height:72px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:0 16px;background:#fff;border-bottom:1px solid #eee}.posts-backBtn{border:1px solid #e6e6e6;background:#f5f5f5;color:#222;border-radius:999px;width:36px;height:36px;cursor:pointer;font-weight:700}.posts-headerTitleArea{min-width:0;text-align:center}.posts-title{margin:0;font-size:20px;font-weight:900;color:#111}.posts-subtitle{margin:4px 0 0;font-size:12px;color:#777}.posts-submitBtn{min-width:88px;height:42px;padding:0 16px;border:none;border-radius:999px;background:#ff8a3d;color:#fff;font-weight:800;font-size:14px;cursor:pointer;transition:background .15s ease,transform .15s ease,opacity .15s ease;box-shadow:0 2px 8px #ff8a3d38}.posts-submitBtn:hover:not(:disabled){background:#ff7a1a;transform:translateY(-1px)}.posts-submitBtn:active:not(:disabled){background:#f06d0f;transform:translateY(0)}.posts-submitBtn:disabled{background:#d9d9d9;color:#fff;cursor:not-allowed;box-shadow:none}.posts-submitBtn.is-loading{min-width:108px}.posts-submitInner{display:inline-flex;align-items:center;gap:8px}.posts-submitSpinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;animation:posts-spin .8s linear infinite}@keyframes posts-spin{to{transform:rotate(360deg)}}.posts-main{width:100%;max-width:1120px;margin:0 auto;padding:16px 14px 28px;box-sizing:border-box}.posts-form{display:flex;flex-direction:column;gap:12px}.posts-inputCard,.posts-r18Card{background:#fff;border:1px solid #ececec;border-radius:18px;padding:14px;box-sizing:border-box;transition:border-color .15s ease}.posts-inputCard:hover,.posts-r18Card:hover{border-color:#ffdfc7}.posts-composerCard{display:flex;flex-direction:column;gap:14px}.posts-composerHead{display:flex;align-items:center;gap:12px}.posts-avatar{width:48px;height:48px;border-radius:999px;background:#2f80ed;color:#fff;display:grid;place-items:center;font-size:22px;font-weight:800;overflow:hidden;flex-shrink:0}.posts-avatarImage{width:100%;height:100%;object-fit:cover;display:block}.posts-accountMeta{min-width:0;display:flex;flex-direction:column;gap:2px}.posts-accountName{font-size:18px;font-weight:800;color:#111;line-height:1.2}.posts-accountHandle{font-size:13px;color:#777}.posts-textarea{width:100%;min-height:180px;border:none;border-radius:16px;resize:vertical;padding:12px 14px;box-sizing:border-box;font-size:16px;line-height:1.8;color:#222;outline:none;background:transparent}.posts-textareaComposer{min-height:190px}.posts-countRow{display:flex;justify-content:space-between;align-items:center;gap:12px;font-size:13px}.posts-destination{color:#ff7a00;font-weight:700;opacity:.9}.posts-count{color:#666;font-weight:700}.posts-label{display:block;margin-bottom:10px;font-size:14px;font-weight:800;color:#222;text-align:left}.posts-labelLeft{margin-bottom:0}.posts-input{width:100%;height:40px;border:1px solid #ddd;border-radius:12px;padding:0 12px;box-sizing:border-box;font-size:14px;outline:none}.posts-input:focus{border-color:#ff8a3d}.posts-tagPreview{margin-top:12px;display:flex;flex-wrap:wrap;gap:8px}.posts-tagChip{border:1px solid #ffe1c4;background:#fff7ef;color:#ff7a00;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:700}.posts-tagEmpty{color:#888;font-size:13px}.posts-r18Card{display:flex;flex-direction:column;gap:8px}.posts-r18Toggle{display:flex;align-items:center;gap:10px;font-weight:800;color:#111}.posts-r18Toggle input{width:18px;height:18px}.posts-r18ToggleText{font-size:14px}.posts-r18Note,.posts-r18LockedNote,.posts-r18MediaNote{margin:0;font-size:13px;color:#a44a00;text-align:center}.posts-r18LockedTitle{font-size:14px;font-weight:800;color:#222}.posts-r18Card-disabled{background:#fff}.posts-openR18SettingsBtn{align-self:flex-start;border:1px solid #ddd;background:#fff;color:#333;border-radius:12px;padding:9px 12px;cursor:pointer;font-weight:700}.posts-mediaHeader{display:flex;align-items:center;justify-content:space-between;gap:12px}.posts-addMediaBtn{border:none;background:#ff8a3d;color:#fff;border-radius:12px;padding:9px 12px;cursor:pointer;font-weight:800;font-size:13px}.posts-removeMediaBtn{border:1px solid #ddd;background:#fff;color:#333;border-radius:12px;padding:9px 12px;cursor:pointer;font-weight:700;font-size:13px}.posts-addMediaBtn:hover,.posts-openR18SettingsBtn:hover,.posts-removeMediaBtn:hover{border-color:#ff8a3d;color:#ff8a3d}.posts-addMediaBtn:hover{color:#fff;background:#ff7a1a}.posts-mediaEmpty{min-height:56px;display:grid;place-items:center;color:#888;font-size:13px}.posts-mediaList{display:flex;flex-direction:column;gap:12px}.posts-mediaItem{display:flex;gap:12px;align-items:center;border:1px solid #eee;border-radius:14px;padding:10px}.posts-mediaPreview{width:88px;height:88px;border-radius:12px;object-fit:cover;flex-shrink:0;border:1px solid #eee}.posts-mediaPreview.r18{filter:blur(4px)}.posts-mediaInfo{min-width:0;display:flex;flex:1;align-items:center;justify-content:space-between;gap:12px}.posts-mediaName{font-size:14px;font-weight:700;color:#333}.posts-toast{position:fixed;top:18px;left:50%;transform:translate(-50%);min-width:220px;max-width:calc(100vw - 32px);padding:12px 16px;border-radius:14px;color:#fff;font-size:14px;font-weight:800;text-align:center;z-index:9999;animation:posts-toast-in-top .18s ease;box-shadow:0 8px 24px #00000029}.posts-toast-success{background:#ff8a3d;box-shadow:0 8px 24px #ff8a3d59}.posts-toast-error{background:#d64545}@keyframes posts-toast-in-top{0%{opacity:0;transform:translate(-50%) translateY(-8px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@media(max-width:640px){.posts-header{height:68px;padding:0 12px}.posts-title{font-size:18px}.posts-subtitle{font-size:11px}.posts-submitBtn{min-width:72px;height:40px;padding:0 14px;font-size:13px}.posts-submitBtn.is-loading{min-width:98px}.posts-main{padding:12px 10px 24px}.posts-inputCard,.posts-r18Card{padding:12px;border-radius:16px}.posts-avatar{width:44px;height:44px;font-size:20px}.posts-accountName{font-size:17px}.posts-textarea,.posts-textareaComposer{min-height:160px;font-size:15px;padding:12px 14px}.posts-countRow{font-size:12px}.posts-mediaItem{align-items:flex-start}.posts-mediaPreview{width:78px;height:78px}.posts-mediaInfo{flex-direction:column;align-items:flex-start}.posts-toast{top:12px;font-size:13px}}.postDetail-page{max-width:560px;margin:0 auto;background:#fafafa;min-height:100vh;padding:0 0 124px;box-sizing:border-box}.postDetail-topbar{display:flex;align-items:center;gap:12px;padding:16px;border-bottom:1px solid #eee;position:sticky;top:0;background:#fffffff5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:20;box-sizing:border-box}.postDetail-back{border:none;background:#f2f2f2;width:36px;height:36px;border-radius:50%;cursor:pointer;font-size:16px;flex-shrink:0}.postDetail-title{margin:0;font-size:22px;font-weight:900;text-align:left;color:#111}.postDetail-right{margin-left:auto}.postDetail-content{padding:12px 12px 0;background:#f7f7f7;box-sizing:border-box}.postDetail-card,.postDetail-replyCard{position:relative;background:#fff;border:1px solid #ececec;border-radius:18px;overflow:hidden;box-shadow:0 1px 3px #00000008;box-sizing:border-box}.postDetail-card{display:flex;flex-direction:column}.postDetail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:16px 16px 0;box-sizing:border-box}.postDetail-user{display:flex;align-items:center;gap:12px;min-width:0;flex:1}.postDetail-avatar{width:44px;height:44px;border-radius:999px;background:#2f80ed;color:#fff;display:grid;place-items:center;font-weight:800;flex-shrink:0;overflow:hidden}.postDetail-avatarImage{width:100%;height:100%;object-fit:cover;display:block}.postDetail-meta{min-width:0;display:flex;flex-direction:column;gap:2px;text-align:left}.postDetail-meta strong{color:#222;font-size:18px;line-height:1.2}.postDetail-meta span{color:#777;font-size:13px;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.postDetail-time{flex-shrink:0;font-size:13px;color:#777;line-height:1.4;padding-top:2px}.postDetail-space{display:inline-flex;align-items:center;align-self:flex-start;margin:10px 16px 0;border:1px solid #ffe1c4;background:#fff7ef;color:#ff7a00;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:700}.postDetail-body{padding:14px 16px 0;text-align:left;box-sizing:border-box}.postDetail-body p{margin:0;font-size:16px;line-height:1.8;color:#222;text-align:left;white-space:pre-wrap;word-break:break-word}.postDetail-imageBox{margin:12px 0 0;border-radius:14px;overflow:hidden;border:1px solid #ece3d8;background:#faf7f2}.postDetail-image{width:100%;display:block;object-fit:cover;max-height:420px;cursor:zoom-in}.postDetail-tags{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0 0}.postDetail-tag{font-size:12px;color:#ff7a00;border:1px solid #ffe1c4;background:#fff7ef;border-radius:999px;padding:6px 10px;font-weight:700}.postDetail-stats{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding:14px 16px 0;color:#666;font-size:14px;box-sizing:border-box}.postDetail-footer{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-start;padding:12px 16px 14px;border-top:1px solid #f3f3f3;margin-top:12px;box-sizing:border-box}.postDetail-action{border:1px solid #e6e6e6;background:#fff;color:#555;font-size:12px;padding:8px 12px;border-radius:999px;cursor:pointer;font-weight:700;transition:.15s ease}.postDetail-action:hover,.postDetail-action.active{border-color:#ff7a00;color:#ff7a00;background:#fffaf5}.postDetail-action.liked{color:#e5484d;border-color:#f3c4c6;background:#fff7f7}.postDetail-thread{padding:8px 0 0;background:#f7f7f7;display:flex;flex-direction:column;gap:10px}.postDetail-empty,.postDetail-emptyReply{margin:0;padding:28px 16px;color:#888;text-align:center;background:#fff;border:1px dashed #ddd;border-radius:16px;box-sizing:border-box}.postDetail-replyCard{display:flex;flex-direction:column;gap:0}.postDetail-replyHead{display:flex;align-items:center;gap:12px;padding:14px 16px 0;box-sizing:border-box}.postDetail-replyAvatar{width:44px;height:44px;border-radius:999px;background:#2f80ed;color:#fff;display:grid;place-items:center;font-weight:800;flex-shrink:0}.postDetail-replyMeta{min-width:0;display:flex;flex-direction:column;gap:2px;text-align:left}.postDetail-replyMeta strong{color:#222;font-size:17px;line-height:1.2}.postDetail-replyMeta span{color:#777;font-size:13px;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.postDetail-replyText{margin:0;padding:12px 16px 0;font-size:15px;line-height:1.75;color:#222;text-align:left;white-space:pre-wrap;word-break:break-word;box-sizing:border-box}.postDetail-replyActions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-start;padding:12px 16px 14px;border-top:1px solid #f3f3f3;margin-top:12px;box-sizing:border-box}.postDetail-replyBox{position:fixed;bottom:0;width:min(560px,100%);background:#fffffffa;border-top:1px solid #eee;z-index:30;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-sizing:border-box}.postDetail-replyInputRow{display:flex;gap:8px;padding:12px;background:transparent}.postDetail-replyInput,.unified-detail-replyInput{flex:1;min-width:0;padding:11px 14px;border-radius:999px;border:1px solid #ddd;outline:none;font-size:14px;background:#fff;box-sizing:border-box}.postDetail-replyInput:focus,.unified-detail-replyInput:focus{border-color:#ff8a3d}.postDetail-replySubmit,.unified-detail-replySubmit{padding:10px 16px;border-radius:999px;border:none;background:#ff8a3d;color:#fff;cursor:pointer;font-weight:800}.postDetail-replySubmit:disabled,.unified-detail-replySubmit:disabled{background:#d9d9d9;cursor:not-allowed}.postDetail-imageModal{position:fixed;inset:0;background:#000000d1;display:flex;align-items:center;justify-content:center;padding:20px;z-index:999;box-sizing:border-box}.postDetail-imageModalImg{max-width:100%;max-height:90vh;border-radius:14px;object-fit:contain}.postDetail-imageModalClose{position:absolute;top:18px;right:18px;width:40px;height:40px;border:none;border-radius:50%;background:#ffffffe6;font-size:20px;cursor:pointer}.unified-detail-page{max-width:560px;margin:0 auto;background:#fafafa;min-height:100vh;padding:0 0 124px;box-sizing:border-box}.unified-detail-topbar{display:flex;align-items:center;gap:12px;padding:16px;border-bottom:1px solid #eee;position:sticky;top:0;background:#fffffff5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:20;box-sizing:border-box}.unified-detail-back{border:none;background:#f2f2f2;width:36px;height:36px;border-radius:50%;cursor:pointer;font-size:16px;flex-shrink:0}.postDetail-title.unified-detail-title,.unified-detail-title{margin:0;font-size:22px;font-weight:900;text-align:left;color:#111}.unified-detail-content{padding:12px 12px 0;background:#f7f7f7;box-sizing:border-box}.unified-detail-card,.unified-detail-replyCard{position:relative;background:#fff;border:1px solid #ececec;border-radius:18px;overflow:hidden;box-shadow:0 1px 3px #00000008;box-sizing:border-box}.unified-detail-card{display:flex;flex-direction:column}.unified-detail-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding:16px 16px 0;box-sizing:border-box}.unified-detail-user,.unified-detail-replyHead{display:flex;align-items:center;gap:12px;min-width:0;flex:1}.unified-detail-avatar,.unified-detail-replyAvatar{width:44px;height:44px;border-radius:999px;background:#2f80ed;color:#fff;display:grid;place-items:center;font-weight:800;flex-shrink:0;overflow:hidden}.unified-detail-avatarImage{width:100%;height:100%;object-fit:cover;display:block}.unified-detail-meta,.unified-detail-replyMeta{min-width:0;display:flex;flex-direction:column;gap:2px;text-align:left}.unified-detail-meta strong,.unified-detail-replyMeta strong{color:#222;font-size:18px;line-height:1.2}.unified-detail-meta span,.unified-detail-replyMeta span{color:#777;font-size:13px;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.unified-detail-space{display:inline-flex;align-items:center;align-self:flex-start;margin:10px 16px 0;border:1px solid #ffe1c4;background:#fff7ef;color:#ff7a00;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:700}.unified-detail-body{padding:14px 16px 0;text-align:left;box-sizing:border-box}.unified-detail-body p{margin:0;font-size:16px;line-height:1.8;color:#222;text-align:left;white-space:pre-wrap;word-break:break-word}.unified-detail-imageBox{margin:12px 0 0;border-radius:14px;overflow:hidden;border:1px solid #ece3d8;background:#faf7f2}.unified-detail-image{width:100%;display:block;object-fit:cover;max-height:420px;cursor:zoom-in}.unified-detail-tags{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0 0}.unified-detail-tag{font-size:12px;color:#ff7a00;border:1px solid #ffe1c4;background:#fff7ef;border-radius:999px;padding:6px 10px;font-weight:700}.unified-detail-stats{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding:14px 16px 0;color:#666;font-size:14px;box-sizing:border-box}.unified-detail-footer,.unified-detail-replyActions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-start;padding:12px 16px 14px;border-top:1px solid #f3f3f3;margin-top:12px;box-sizing:border-box}.unified-detail-action{border:1px solid #e6e6e6;background:#fff;color:#555;font-size:12px;padding:8px 12px;border-radius:999px;cursor:pointer;font-weight:700;transition:.15s ease}.unified-detail-action:hover,.unified-detail-action.active{border-color:#ff7a00;color:#ff7a00;background:#fffaf5}.unified-detail-action.liked{color:#e5484d;border-color:#f3c4c6;background:#fff7f7}.unified-detail-thread{padding:8px 0 0;background:#f7f7f7;display:flex;flex-direction:column;gap:10px}.unified-detail-emptyReply{margin:0;padding:28px 16px;color:#888;text-align:center;background:#fff;border:1px dashed #ddd;border-radius:16px;box-sizing:border-box}.unified-detail-replyCard{display:flex;flex-direction:column;gap:0}.unified-detail-replyText{margin:0;padding:12px 16px 0;font-size:15px;line-height:1.75;color:#222;text-align:left;white-space:pre-wrap;word-break:break-word;box-sizing:border-box}.unified-detail-replyBox{position:fixed;bottom:0;width:min(560px,100%);background:#fffffffa;border-top:1px solid #eee;z-index:30;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-sizing:border-box;display:flex;gap:8px;padding:12px}.unified-detail-imageModal{position:fixed;inset:0;background:#000000d1;display:flex;align-items:center;justify-content:center;padding:20px;z-index:999;box-sizing:border-box}.unified-detail-imageModalImg{max-width:100%;max-height:90vh;border-radius:14px;object-fit:contain}.unified-detail-imageModalClose{position:absolute;top:18px;right:18px;width:40px;height:40px;border:none;border-radius:50%;background:#ffffffe6;font-size:20px;cursor:pointer}@media(max-width:640px){.postDetail-page,.unified-detail-page{max-width:100%}.postDetail-topbar,.unified-detail-topbar{padding:14px 12px}.postDetail-title,.unified-detail-title,.postDetail-title.unified-detail-title{font-size:20px}.postDetail-content,.unified-detail-content{padding-left:8px;padding-right:8px}.postDetail-meta strong,.unified-detail-meta strong,.unified-detail-replyMeta strong{font-size:17px}.postDetail-body p,.unified-detail-body p{font-size:15px}.postDetail-replyBox,.unified-detail-replyBox{width:100%}.postDetail-replyInputRow,.unified-detail-replyBox{padding:10px}.postDetail-replySubmit,.unified-detail-replySubmit{padding:10px 14px}}.notifications-page{max-width:760px;margin:0 auto;min-height:100vh;background:#f8f5ef;padding-bottom:88px;box-sizing:border-box}.notifications-header{display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:12px;padding:16px;background:#fffdf9;border-bottom:1px solid #ece3d8;position:sticky;top:0;z-index:10;box-sizing:border-box}.notifications-back{width:40px;height:40px;border:none;border-radius:50%;background:#f2ede4;color:#4f463d;cursor:pointer;font-size:16px;flex-shrink:0;transition:background .18s ease,transform .18s ease}.notifications-back:hover{background:#e9e1d6}.notifications-back:active{transform:scale(.94)}.notifications-title{margin:0;text-align:center;font-size:22px;font-weight:700;color:#222}.notifications-badgeWrap{display:flex;justify-content:flex-end;align-items:center;min-width:0}.notifications-readAllButton{min-height:36px;border:1px solid #e4d5c4;border-radius:999px;background:#fffaf4;color:#72553c;padding:0 12px 0 8px;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;gap:6px;font:inherit;font-size:12px;font-weight:700;line-height:1;white-space:nowrap;cursor:pointer;box-shadow:0 1px 2px #4d341f0d,0 3px 10px #4d341f0a;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease,box-shadow .18s ease}.notifications-readAllButton:hover{background:#fff2e4;border-color:#dfb993;color:#9b5726;box-shadow:0 2px 5px #4d341f12,0 5px 14px #4d341f0f}.notifications-readAllButton:active{transform:scale(.96)}.notifications-readAllButton:focus-visible{outline:3px solid rgba(240,138,36,.22);outline-offset:2px}.notifications-readAllIcon{width:22px;height:22px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;background:#f08a24;color:#fff;font-size:13px;font-weight:800;line-height:1}.notifications-readAllText{display:inline-block}.notifications-badge{display:none}.notifications-list{display:flex;flex-direction:column;gap:12px;padding:16px;width:100%;box-sizing:border-box}.notifications-card{width:100%;min-width:0;display:flex;align-items:flex-start;gap:12px;box-sizing:border-box;border:1px solid #eadfce;border-radius:16px;background:#fff;padding:14px 16px;text-align:left;cursor:pointer;transition:background .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease}.notifications-card:hover{border-color:#dfcfba;box-shadow:0 4px 14px #4d341f0f;transform:translateY(-1px)}.notifications-card:active{transform:scale(.995)}.notifications-card:focus-visible{outline:3px solid rgba(240,138,36,.2);outline-offset:2px}.notifications-card.unread{background:#fff3e6;border-color:#f0d7b8}.notifications-card.read{background:#fff}.notifications-cardIcon{width:40px;height:40px;border-radius:50%;background:#f6efe5;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.notifications-cardIcon.like{color:#e85d8e;background:#fff0f5}.notifications-cardIcon.resignal{color:#2e9f61;background:#eefaf3}.notifications-cardIcon.quote{color:#f08a24;background:#fff6ea}.notifications-cardIcon.follow{color:#5a50d6;background:#f2f0ff}.notifications-cardIcon.reply{color:#4b89dc;background:#eef5ff}.notifications-cardIcon.signal{color:#f08a24;background:#fff6ea}.notifications-cardIcon.default{color:#666;background:#f3f3f3}.notifications-cardBody{flex:1;min-width:0;display:flex;flex-direction:column;gap:6px}.notifications-cardAccount{display:block;margin:0;font-size:12px;line-height:1.4;color:#8a8a8a;font-weight:700;word-break:break-word}.notifications-cardSpace{margin:2px 0 6px;padding:0;border:none;background:transparent;font-size:12px;font-weight:600;line-height:1.4;color:#999}.notifications-cardText{margin:0;font-size:15px;line-height:1.55;color:#222;word-break:break-word}.notifications-cardPreview{margin:0;color:#666;font-size:13px;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;white-space:pre-wrap;word-break:break-word}.notifications-cardMeta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;min-width:0}.notifications-cardTime{font-size:12px;color:#8b7f72;line-height:1.4}.notifications-empty{margin:40px 0 0;text-align:center;color:#8b7f72;font-size:14px}@media(max-width:640px){.notifications-page{padding-bottom:84px}.notifications-header{padding:12px;gap:8px;grid-template-columns:40px 1fr auto}.notifications-back{width:36px;height:36px;font-size:15px}.notifications-title{font-size:20px}.notifications-readAllButton{min-height:34px;padding:0 9px 0 7px;gap:5px;font-size:11px}.notifications-readAllIcon{width:20px;height:20px;font-size:12px}.notifications-list{padding:12px;gap:10px}.notifications-card{padding:12px 14px;gap:10px}.notifications-cardIcon{width:36px;height:36px;font-size:16px}.notifications-cardText{font-size:14px}.notifications-cardPreview{font-size:12px}.notifications-cardAccount,.notifications-cardSpace,.notifications-cardTime{font-size:11px}}@media(max-width:390px){.notifications-header{grid-template-columns:38px 1fr auto;padding:10px}.notifications-readAllButton{padding:0 7px}.notifications-readAllText{display:none}.notifications-readAllIcon{width:24px;height:24px}}.notifications-requestActions{display:flex;gap:8px;margin-top:10px}.notifications-requestActions button{padding:7px 14px;border-radius:999px;cursor:pointer}.notifications-requestActions button:first-child{font-weight:700}.bottom-nav{position:fixed;bottom:0;left:0;width:100%;height:68px;background:#fff;border-top:1px solid #e5e7eb;display:flex;align-items:stretch;justify-content:stretch;z-index:100;padding:0 4px env(safe-area-inset-right) env(safe-area-inset-left);box-sizing:border-box}.nav-item{position:relative;flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;text-decoration:none;border:none;background:none;color:#4b5563;font-size:10px;font-weight:700;line-height:1.1;cursor:pointer;padding:6px 2px 8px;box-sizing:border-box}.nav-item:hover{color:#333}.nav-item.active{color:#ff7a00}.nav-button{appearance:none;-webkit-appearance:none;border-radius:0;margin:0}.nav-button:disabled{opacity:.55;cursor:default}.nav-icon{font-size:20px;line-height:1}.nav-label{display:block;font-size:10px;font-weight:700;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.nav-notification{position:relative}.badge{position:absolute;top:6px;right:18%;min-width:17px;height:17px;padding:0 4px;border-radius:999px;background:#ff7a00;color:#fff;font-size:10px;font-weight:800;display:flex;align-items:center;justify-content:center;line-height:1;box-shadow:0 2px 6px #ff7a0040}.layer-modal-overlay{position:fixed;inset:0;background:#00000052;display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;box-sizing:border-box}.layer-modal{width:min(460px,100%);background:#fff;border-radius:24px;padding:18px 16px 20px;box-shadow:0 12px 36px #00000029;display:flex;flex-direction:column;gap:10px}.layer-modal-title{margin:0 0 6px;text-align:center;font-size:18px;font-weight:900;color:#222}.layer-modal-item{width:100%;border:1px solid #ececec;background:#fff;border-radius:16px;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left;cursor:pointer;transition:background .2s ease,border-color .2s ease}.layer-modal-item:hover{background:#fafafa}.layer-modal-item.is-current{border-color:#ffd8b0;background:#fff6ed}.layer-modal-item.is-disabled{background:#f3f3f3;border-color:#e5e5e5;cursor:default}.layer-modal-item.is-disabled:hover{background:#f3f3f3}.layer-modal-accountRow{display:flex;align-items:center;gap:12px;min-width:0}.layer-modal-avatar{width:42px;height:42px;border-radius:999px;overflow:hidden;flex-shrink:0;background:#eef2f7;display:flex;align-items:center;justify-content:center}.layer-modal-avatarImage{width:100%;height:100%;object-fit:cover;display:block}.layer-modal-avatarFallback{color:#2f80ed;font-weight:800;font-size:16px;line-height:1}.layer-modal-layerIcon .layer-modal-avatarFallback{font-size:18px}.layer-modal-main{display:flex;flex-direction:column;gap:4px;min-width:0}.layer-modal-main strong{font-size:16px;color:#222;font-weight:800}.layer-modal-main span{font-size:13px;color:#777}.layer-modal-item.is-disabled .layer-modal-main strong,.layer-modal-item.is-disabled .layer-modal-main span{color:#999}.layer-modal-arrow{color:#999;font-size:18px;line-height:1;flex-shrink:0}.layer-modal-check{color:#ff7a00;font-size:18px;font-weight:900;flex-shrink:0;min-width:18px;text-align:right}.layer-modal-close{margin-top:4px;border:none;background:#f3f3f3;color:#333;border-radius:14px;padding:13px 16px;cursor:pointer;font-weight:800}.layer-modal-close:hover{background:#ebebeb}@media(max-width:640px){.bottom-nav{height:66px;padding-left:2px;padding-right:2px}.nav-item{padding:6px 1px 7px}.nav-icon{font-size:18px}.nav-label{font-size:9px}.badge{top:5px;right:14%;min-width:16px;height:16px;font-size:9px}.layer-modal{padding:16px 12px}.layer-modal-title{font-size:17px}.layer-modal-main strong{font-size:15px}.layer-modal-main span{font-size:12px}}.app-header{position:sticky;top:0;z-index:1200;background:#fff}.app-header-top{position:relative;z-index:3;display:grid;grid-template-columns:40px 1fr 40px;align-items:center;gap:12px;padding:14px 16px 12px}.app-header-spacer{width:40px;height:40px}.app-logo{margin:0;text-align:center;font-size:22px;font-weight:900;line-height:1;letter-spacing:1px;color:#111}.app-header-divider{height:1px;background:#f3c99c;margin:0 16px}.user-avatar{width:28px;height:28px;border-radius:999px;overflow:hidden;display:grid;place-items:center;background:#2f80ed;color:#fff;font-weight:700;flex-shrink:0;font-size:14px;line-height:1}.user-avatar-image{width:100%;height:100%;object-fit:cover;display:block}.user-name{font-size:16px!important;font-weight:700;line-height:1;display:flex;align-items:center}.name-input{width:180px;max-width:55vw;padding:8px 10px;border-radius:10px;border:1px solid #e0e0e0;outline:none}.name-input:focus{border-color:#ff7a00}.edit-icon{border:none;background:transparent;cursor:pointer;padding:0;margin-left:2px;border-radius:0;font-size:16px;line-height:1;display:inline-flex;align-items:center;justify-content:center}.edit-icon:hover{background:transparent}.header-menuWrap{position:relative;justify-self:end;z-index:5}.menu-icon{width:40px;height:40px;border:none;background:transparent;cursor:pointer;font-size:20px;padding:0;border-radius:10px}.menu-icon:hover{background:#f3f3f3}.header-dropdown{position:absolute;top:calc(100% + 10px);right:0;width:260px;background:#fff;border:1px solid #e7e7ea;border-radius:16px;box-shadow:0 12px 30px #00000024;padding:12px;display:flex;flex-direction:column;gap:6px;z-index:9999}.menu-item{width:100%;text-align:left;border:none;background:#f5f5f7;border-radius:10px;padding:14px 12px;cursor:pointer;font-size:16px;line-height:1.4}.menu-item:hover{background:#ededf1}.menu-sep{height:1px;background:#eee;margin:4px 0}.menu-item.danger{background:#fff0f0}.menu-item.danger:hover{background:#ffe2e2}@media(max-width:640px){.app-header-top{grid-template-columns:36px 1fr 36px;gap:10px;padding:12px 12px 10px}.app-header-spacer,.menu-icon{width:36px;height:36px}.app-header-divider{margin:0 12px}.user-name{font-size:16px;font-weight:700;line-height:1;display:flex;align-items:center}.edit-icon{display:flex;align-items:center;justify-content:center;padding:0;margin-left:2px;font-size:14px;line-height:1;transform:translateY(-1px)}.user-name{transform:translateY(2px)}.user-avatar{transform:translateY(1px)}.personal-header .app-header-account{margin-bottom:10px}.user-name-block{display:flex;flex-direction:column;align-items:center;text-align:center;line-height:1.2}.user-handle{font-size:12px;color:#777}.menu-dropdown{position:absolute;top:calc(100% + 10px);right:0;width:260px;background:#fff;border:1px solid #e7e7e7;border-radius:20px;box-shadow:0 12px 30px #0000001f;padding:14px 14px 16px;z-index:9999}.menu-dropdown-account,.menu-account-row,.header-menu-account{display:flex;align-items:center;gap:10px;padding:4px 0 14px;margin-bottom:10px;border-bottom:1px solid #ececec}.menu-dropdown-account img,.menu-account-row img,.header-menu-account img{width:44px;height:44px;border-radius:999px;object-fit:cover;flex-shrink:0}.menu-dropdown-account .account-meta,.menu-account-row .account-meta,.header-menu-account .account-meta{min-width:0;display:flex;flex-direction:column;justify-content:center}.menu-dropdown-account .account-name,.menu-account-row .account-name,.header-menu-account .account-name{font-size:16px;font-weight:700;line-height:1.2;color:#222;margin:0}.menu-dropdown-account .account-handle,.menu-account-row .account-handle,.header-menu-account .account-handle{font-size:13px;line-height:1.2;color:#777;margin:2px 0 0}.menu-item{width:100%;display:block;text-align:left;background:transparent;border:none;padding:14px 10px;font-size:16px;line-height:1.4;color:#222;border-radius:12px}.menu-item+.menu-item{margin-top:2px}.menu-divider{height:1px;background:#ececec;margin:10px 0}.menu-wrap,.header-menu-wrap,.personal-menu-wrap{position:relative}.app-header-account{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:10px 0}}.app-header-account{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:10px 0;text-align:center}.user-name-block{display:flex;flex-direction:column;align-items:center;text-align:center;line-height:1.2}.user-handle{font-size:12px;color:#777}.app-logoBlock{display:flex;flex-direction:column;align-items:center;gap:2px;line-height:1}.app-spaceName{font-size:11px;font-weight:800;color:#ff7a00;letter-spacing:.08em}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.app{min-height:100vh;background-color:#e89a4a}body{margin:0;background:#fafafa}.memo-page{min-height:100vh;display:flex;flex-direction:column;padding-bottom:88px;box-sizing:border-box;background:#fafafa}.memo-topbar{height:60px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:0 12px;box-sizing:border-box;border-bottom:1px solid #eee;background:#fff}.memo-title{margin:0;font-size:16px;font-weight:900;text-align:center}.memo-back,.memo-listToggle,.memo-new{padding:8px 10px;border-radius:10px;cursor:pointer;font:inherit}.memo-back,.memo-listToggle{background:#f3f3f3;border:1px solid #e6e6e6}.memo-new{padding-inline:12px;border:0;background:#ff7a00;color:#fff;font-weight:800}.memo-topbar-actions{display:flex;justify-content:flex-end;gap:8px}.memo-listToggle{display:none}.memo-body{flex:1;display:grid;grid-template-columns:300px minmax(0,1fr);gap:12px;padding:12px;box-sizing:border-box;position:relative}.memo-list,.memo-editor{min-height:calc(100vh - 160px);border:1px solid #eee;border-radius:14px;background:#fff;box-sizing:border-box}.memo-list{max-height:calc(100vh - 160px);padding:10px;display:flex;flex-direction:column;overflow:hidden}.memo-search,.memo-editor-title,.memo-editor-body{width:100%;box-sizing:border-box;border:1px solid #e6e6e6;outline:none}.memo-search{padding:10px;border-radius:10px;font-size:13px}.memo-search:focus,.memo-editor-title:focus,.memo-editor-body:focus{border-color:#ff7a00}.memo-items{margin-top:10px;display:flex;flex-direction:column;gap:8px;overflow:auto;padding-right:2px}.memo-sectionLabel{margin-top:4px;padding:5px 8px;border-radius:8px;background:#f7f7f7;color:#666;font-size:11px;font-weight:900}.memo-emptyList{padding:14px 10px;color:#888;font-size:13px}.memo-item{width:100%;padding:10px;border:1px solid #eee;border-radius:12px;background:#fff;text-align:left;cursor:pointer;transition:border-color .15s,box-shadow .15s}.memo-item:hover{border-color:#ddd}.memo-item.active{border-color:#ff7a00;box-shadow:0 0 0 2px #ff7a001f}.memo-item-head{display:flex;justify-content:space-between;align-items:baseline;gap:8px}.memo-item-titleRow{min-width:0;display:flex;align-items:center;gap:6px}.memo-pinBadge,.memo-trashBadge{display:inline-flex;font-size:13px}.memo-item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:800}.memo-item-date{flex-shrink:0;color:#999;font-size:11px;white-space:nowrap}.memo-item-preview{margin-top:5px;color:#666;font-size:12px;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.memo-trashHeader{display:flex;align-items:center;gap:8px}.memo-trashToggle{margin-top:6px;width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 10px;border:1px solid #eee;border-radius:12px;background:#f7f7f7;color:#555;cursor:pointer;font-weight:900}.memo-trashCount{margin-left:auto;padding:2px 8px;border:1px solid #eee;border-radius:999px;background:#fff;color:#666;font-size:11px}.memo-trashArrow{color:#777;font-size:13px}.memo-trashList{display:flex;flex-direction:column;gap:8px}.memo-emptyTrash{padding:6px 10px;border:1px solid #ffd6d6;border-radius:10px;background:#ffecec;color:#c62828;cursor:pointer;font-size:11px;font-weight:700}.memo-editor{padding:10px;display:flex;flex-direction:column}.memo-editor-head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px}.memo-editor-title{padding:10px;border-radius:10px;font-weight:800}.memo-editor-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px}.memo-pin,.memo-trashBtn,.memo-restore,.memo-delete{padding:8px 10px;border-radius:10px;cursor:pointer;font-size:12px;font-weight:800}.memo-pin{border:1px solid #e6e6e6;background:#f3f3f3;color:#333}.memo-pin.on{border-color:#ff7a00;box-shadow:0 0 0 2px #ff7a001f}.memo-trashBtn{border:1px solid #ffe0bd;background:#fff6e9;color:#9a5a00}.memo-restore{border:1px solid #cfeaff;background:#eaf6ff;color:#0b62a3}.memo-delete{border:1px solid #ffd6d6;background:#ffecec;color:#c62828}.memo-editor-body{flex:1;min-height:280px;margin-top:10px;padding:12px;border-radius:12px;resize:none;font-size:14px;line-height:1.6}.memo-footer{margin-top:8px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;color:#888;font-size:11px}.memo-saving{font-weight:700}.memo-empty{min-height:260px;display:grid;place-items:center;color:#777;text-align:center;font-size:14px}.memo-listOverlay{display:none}@media(max-width:900px){.memo-listToggle{display:inline-flex;align-items:center;justify-content:center}.memo-body{grid-template-columns:1fr;padding:10px}.memo-listOverlay{display:block;position:fixed;inset:0;z-index:3998;background:#00000047}.memo-list{position:fixed;top:0;bottom:0;left:0;z-index:3999;width:min(340px,86vw);min-height:auto;max-height:none;border-radius:0 16px 16px 0;transform:translate(-104%);transition:transform .2s ease;box-shadow:8px 0 28px #0000001f}.memo-list.open{transform:translate(0)}.memo-editor{min-height:calc(100vh - 156px)}.memo-editor-head{grid-template-columns:1fr}.memo-editor-actions{justify-content:flex-start}}@media(max-width:520px){.memo-topbar{grid-template-columns:auto 1fr auto;padding-inline:8px;gap:6px}.memo-title{font-size:15px}.memo-back,.memo-listToggle,.memo-new{padding:8px;font-size:12px}.memo-editor-actions{gap:6px}.memo-pin,.memo-trashBtn,.memo-restore,.memo-delete{padding:8px;font-size:11px}}.calendar-page{min-height:100vh;padding-bottom:88px;box-sizing:border-box;background:#fafafa}.calendar-header{height:60px;display:flex;align-items:center;justify-content:space-between;padding:0 12px;border-bottom:1px solid #eee;background:#fff;box-sizing:border-box}.calendar-header h2{margin:0;font-size:18px;font-weight:900;text-align:center;line-height:1}.calendar-header button{padding:8px 10px;border:1px solid #e6e6e6;border-radius:10px;background:#f3f3f3;cursor:pointer;font-size:13px;line-height:1}.calendar-header>div{display:flex;gap:6px}.calendar-grid{max-width:1080px;margin:0 auto;padding:12px 10px 20px;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px;box-sizing:border-box}.calendar-dayHeader{padding:4px 0;color:#444;text-align:center;font-size:13px;font-weight:900}.calendar-cell{appearance:none;min-width:0;min-height:82px;padding:8px 8px 6px;position:relative;display:flex;flex-direction:column;border:1px solid #eee;border-radius:12px;background:#fff;color:inherit;cursor:pointer;box-sizing:border-box;font:inherit;text-align:left;transition:border-color .15s,box-shadow .15s}.calendar-cell:hover{border-color:#ddd}.calendar-cell:focus-visible{outline:2px solid #ff7a00;outline-offset:1px}.calendar-cell.empty{border:0;background:transparent;cursor:default}.calendar-cell.today{border-color:#ff7a00;box-shadow:0 0 0 2px #ff7a001f}.calendar-date{display:block;margin-bottom:6px;color:#222;text-align:center;font-size:13px;font-weight:900;line-height:1.2}.calendar-events{min-width:0;display:flex;flex-direction:column;gap:4px}.calendar-event{display:block;overflow:hidden;padding:4px 6px;border-radius:8px;background:#ff7a00;color:#fff;text-overflow:ellipsis;white-space:nowrap;text-align:center;font-size:11px;font-weight:800;line-height:1.2}.calendar-more{display:block;color:#777;text-align:center;font-size:10px;font-weight:700}.calendar-overlay{position:fixed;inset:0;z-index:5000;padding:16px;display:flex;align-items:center;justify-content:center;box-sizing:border-box;background:#00000059}.calendar-modal{width:min(560px,100%);max-height:calc(100vh - 32px);overflow:hidden;padding:14px;box-sizing:border-box;display:flex;flex-direction:column;border:1px solid #eee;border-radius:16px;background:#fff;box-shadow:0 12px 30px #00000026}.calendar-modalHead{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-bottom:10px;border-bottom:1px solid #eee}.calendar-modalTitle{color:#222;font-size:16px;font-weight:900}.calendar-modalClose{padding:8px 10px;border:0;border-radius:10px;background:#f3f3f3;cursor:pointer;line-height:1}.calendar-modalList{min-height:0;max-height:46vh;margin-top:12px;padding-right:4px;overflow:auto;display:flex;flex-direction:column;gap:10px}.calendar-modalEmpty{padding:12px 0;color:#777;font-size:14px}.calendar-modalItem{padding:10px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;border:1px solid #eee;border-radius:14px;box-sizing:border-box}.calendar-modalText{white-space:pre-wrap;overflow-wrap:anywhere;font-size:14px;line-height:1.5}.calendar-modalActions{display:flex;gap:8px}.calendar-modalBtn{padding:8px 10px;border:1px solid #e6e6e6;border-radius:10px;background:#fff;cursor:pointer;font-size:13px;font-weight:700;line-height:1}.calendar-modalBtn.danger{border-color:#ffd6d6;background:#ffecec;color:#c62828}.calendar-modalAdd{margin-top:12px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}.calendar-modalInput{min-width:0;padding:10px 12px;border:1px solid #e6e6e6;border-radius:12px;outline:none;font-size:14px}.calendar-modalInput:focus{border-color:#ff7a00}.calendar-modalAddBtn{padding:10px 14px;border:0;border-radius:12px;background:#ff7a00;color:#fff;cursor:pointer;font-size:13px;font-weight:900;line-height:1}.calendar-modalAddBtn:disabled{opacity:.45;cursor:default}.calendar-editOverlay{position:fixed;inset:0;z-index:5100;padding:16px;display:flex;align-items:center;justify-content:center;box-sizing:border-box;background:#00000047}.calendar-editModal{width:min(480px,100%);padding:18px;box-sizing:border-box;border:1px solid #eee;border-radius:18px;background:#fff;box-shadow:0 18px 48px #0003}.calendar-editHead{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.calendar-editHead h3{margin:3px 0 0;color:#222;font-size:20px;font-weight:900}.calendar-editDate{margin:0;color:#ff7a00;font-size:12px;font-weight:800}.calendar-editClose{flex-shrink:0;padding:8px 10px;border:0;border-radius:10px;background:#f3f3f3;cursor:pointer;line-height:1}.calendar-editInput{width:100%;min-height:112px;margin-top:16px;padding:12px 14px;box-sizing:border-box;resize:vertical;border:1px solid #ddd;border-radius:14px;outline:none;font:inherit;font-size:15px;line-height:1.6}.calendar-editInput:focus{border-color:#ff7a00;box-shadow:0 0 0 3px #ff7a001a}.calendar-editHint{margin:7px 2px 0;color:#888;font-size:11px}.calendar-editActions{margin-top:16px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.calendar-editCancel,.calendar-editSave{padding:12px 14px;border:0;border-radius:12px;cursor:pointer;font-size:14px;font-weight:900}.calendar-editCancel{background:#f3f3f3;color:#333}.calendar-editSave{background:#ff7a00;color:#fff}.calendar-editSave:disabled{opacity:.45;cursor:default}@media(max-width:900px){.calendar-grid{gap:6px;padding:10px 8px 18px}.calendar-cell,.calendar-cell.empty{min-height:72px;padding:6px 6px 5px}.calendar-date{margin-bottom:5px;font-size:12px}.calendar-event{padding:4px 5px;font-size:10px}}@media(max-width:640px){.calendar-header{height:56px;padding:0 10px}.calendar-header h2{font-size:16px}.calendar-header button{padding:7px 9px;font-size:12px}.calendar-grid{gap:4px;padding:8px 6px 14px}.calendar-dayHeader{padding:2px 0;font-size:11px}.calendar-cell,.calendar-cell.empty{min-height:62px;padding:5px 4px 4px;border-radius:10px}.calendar-date{margin-bottom:4px;font-size:11px}.calendar-event{padding:3px 4px;border-radius:6px;font-size:9px}.calendar-more{font-size:9px}.calendar-modal{padding:12px;border-radius:14px}.calendar-modalItem{grid-template-columns:1fr;align-items:stretch}.calendar-modalActions{justify-content:flex-end}.calendar-modalAdd{grid-template-columns:1fr}.calendar-modalAddBtn{width:100%}.calendar-editOverlay{align-items:flex-end;padding:12px}.calendar-editModal{width:100%;padding:16px;border-radius:20px 20px 16px 16px}.calendar-editHead h3{font-size:18px}.calendar-editActions{grid-template-columns:1fr}.calendar-editSave{order:-1}}.activity-page{min-height:100vh;padding-bottom:88px;box-sizing:border-box;display:flex;flex-direction:column;background:#fafafa}.activity-topbar{position:sticky;top:0;z-index:20;height:72px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 16px;box-sizing:border-box;border-bottom:1px solid #eee;background:#fff}.activity-back{justify-self:start;padding:10px 14px;border:1px solid #e6e6e6;border-radius:12px;background:#f5f5f5;color:#222;cursor:pointer;font-weight:700}.activity-title{margin:0;text-align:center;font-size:20px;font-weight:900}.activity-topbar-right{justify-self:end}.activity-smallBtn{padding:10px 12px;border:1px solid #e6e6e6;border-radius:12px;background:#fff;cursor:pointer;font-weight:700}.activity-filterRow{padding:14px 16px 8px;background:#fafafa}.activity-chipScroll{display:flex;gap:10px;overflow-x:auto;padding-bottom:4px}.activity-chipScroll::-webkit-scrollbar{height:6px}.activity-chipScroll::-webkit-scrollbar-thumb{border-radius:999px;background:#ddd}.activity-chip{flex:0 0 auto;padding:10px 14px;border:1px solid #e6e6e6;border-radius:999px;background:#fff;color:#333;cursor:pointer;font-weight:700;white-space:nowrap}.activity-chip.active{border-color:#ff7a00;box-shadow:0 0 0 3px #ff7a001f}.activity-searchRow{padding:4px 16px 2px;background:#fafafa}.activity-searchBox{max-width:760px;margin:0 auto;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;padding:0 12px;border:1px solid #e6e6e6;border-radius:14px;background:#fff;box-sizing:border-box;transition:border-color .15s ease,box-shadow .15s ease}.activity-searchBox:focus-within{border-color:#ff7a00;box-shadow:0 0 0 3px #ff7a001a}.activity-searchIcon{font-size:15px;line-height:1}.activity-searchInput{min-width:0;width:100%;height:44px;padding:0;border:0;outline:0;background:transparent;color:#222;font:inherit;font-size:14px}.activity-searchInput::placeholder{color:#999}.activity-searchInput::-webkit-search-cancel-button{display:none}.activity-searchClear{width:30px;height:30px;display:grid;place-items:center;border:0;border-radius:999px;background:#f3f3f3;color:#666;cursor:pointer;font-size:12px;line-height:1}.activity-content{padding:12px 16px 24px;display:flex;flex-direction:column;gap:14px}.activity-empty{padding:28px 18px;border:1px dashed #ddd;border-radius:16px;background:#fff;color:#666;text-align:center;font-weight:600}.activity-card{width:100%;padding:14px;box-sizing:border-box;display:flex;flex-direction:column;gap:12px;border:1px solid #ececec;border-radius:18px;background:#fff;cursor:pointer;text-align:left;box-shadow:0 2px 6px #0000000a}.activity-card:hover{border-color:#e0e0e0;box-shadow:0 4px 10px #0000000f}.activity-cardHead{min-width:0;display:flex;align-items:center;gap:10px}.activity-avatar{width:42px;height:42px;flex-shrink:0;display:grid;place-items:center;border-radius:999px;background:#2f80ed;color:#fff;font-weight:800}.activity-cardMeta{min-width:0;display:flex;flex-direction:column}.activity-cardMeta strong,.activity-cardMeta span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.activity-cardMeta strong{color:#222;font-size:15px}.activity-cardMeta span{color:#777;font-size:12px}.activity-time{margin-left:auto;flex-shrink:0;color:#999;font-size:11px}.activity-cardBody p{margin:0;color:#444;line-height:1.65;overflow-wrap:anywhere;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.activity-imageBox{margin-top:10px;padding:20px;border:1px solid #eee;border-radius:14px;background:#fafafa;color:#777;text-align:center;font-size:13px}.activity-cardFoot{padding-top:10px;display:flex;justify-content:space-between;align-items:center;gap:10px;border-top:1px solid #f2f2f2;color:#777;font-size:12px}.activity-cardFoot span:first-child{min-width:0;overflow-wrap:anywhere}.activity-cardFoot span:last-child{flex-shrink:0;color:#ff7a00;font-weight:700}.notification-card.unread{border-color:#ff7a00;background:#fffaf5;box-shadow:0 0 0 3px #ff7a0014}.notification-card.read{opacity:.92}.activity-mediaGrid{margin-top:10px;width:100%;display:grid;gap:6px;overflow:hidden;border-radius:14px}.activity-mediaGrid-1{grid-template-columns:1fr}.activity-mediaGrid-2,.activity-mediaGrid-3,.activity-mediaGrid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.activity-mediaItem{width:100%;height:220px;display:block;object-fit:cover;border:1px solid #eee;border-radius:12px;background:#f3f3f3;box-sizing:border-box}.activity-mediaGrid-3 .activity-mediaItem,.activity-mediaGrid-4 .activity-mediaItem{height:150px}.activity-mediaGrid.compact .activity-mediaItem{height:120px}.activity-videoItem{position:relative;overflow:hidden;border-radius:12px;background:#222}.activity-videoItem video{width:100%;height:100%;display:block;object-fit:cover}.activity-videoBadge{position:absolute;left:8px;bottom:8px;padding:5px 8px;border-radius:999px;background:#000000b3;color:#fff;font-size:11px;font-weight:800}.activity-originalPreview,.activity-notificationPreview{margin-top:10px;padding:12px;border:1px solid #e7e7e7;border-radius:14px;background:#fafafa}.activity-originalPreview strong,.activity-notificationPreview strong{display:block;margin-bottom:5px;color:#333;font-size:13px}.activity-originalPreview p,.activity-notificationPreview p{-webkit-line-clamp:3;font-size:13px}.activity-previewLabel{display:inline-block;margin-bottom:7px;padding:3px 7px;border-radius:999px;background:#fff0e2;color:#c85f00;font-size:10px;font-weight:900}.activity-notificationPreview.deleted{color:#888;font-size:12px}@media(max-width:640px){.activity-topbar{height:68px;padding:0 12px}.activity-title{font-size:18px}.activity-back,.activity-smallBtn{padding:9px 10px;font-size:12px}.activity-filterRow,.activity-searchRow,.activity-content{padding-left:12px;padding-right:12px}.activity-searchBox{border-radius:12px;padding:0 10px}.activity-searchInput{height:42px;font-size:13px}.activity-card{padding:12px;border-radius:16px}.activity-avatar{width:38px;height:38px}.activity-time{max-width:92px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.activity-mediaItem{height:170px}.activity-mediaGrid-3 .activity-mediaItem,.activity-mediaGrid-4 .activity-mediaItem{height:110px}.activity-mediaGrid.compact .activity-mediaItem{height:96px}}.profile-page{min-height:100vh;background:var(--profile-bg);display:flex;flex-direction:column;box-sizing:border-box}.profile-topbar{position:sticky;top:0;z-index:100;height:68px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:0 18px;background:#fffffff5;border-bottom:1px solid #ececec;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-sizing:border-box}.profile-back,.profile-topAction{border:1px solid #e4e4e4;background:#fff;color:#222;border-radius:12px;cursor:pointer;font-size:13px;font-weight:800}.profile-back{padding:9px 12px}.profile-topAction{min-width:44px;padding:8px 11px}.profile-title{margin:0;text-align:center;font-size:19px;font-weight:900}.profile-topbarRight{display:flex;gap:7px;align-items:center}.profile-content{width:100%;max-width:920px;margin:0 auto;padding:18px 14px 34px;display:flex;flex-direction:column;gap:16px;box-sizing:border-box}.profile-card,.profile-tabsSection{overflow:hidden;border:1px solid var(--profile-border);border-radius:var(--profile-radius);background:var(--profile-card);box-shadow:var(--profile-shadow)}.profile-headerVisual{width:100%;height:220px;overflow:hidden;background:#f0f0f0}.profile-headerImage{width:100%;height:100%;display:block;object-fit:cover;object-position:center}.profile-headerPlaceholder{width:100%;height:100%;background:linear-gradient(135deg,#dbeafe,#eee7ff 52%,#fce7f3)}.profile-mainBlock{position:relative;padding:0 22px 24px;text-align:left}.profile-avatarWrap{width:fit-content;margin-top:-58px}.profile-avatarImage,.profile-avatar{width:112px;height:112px;border:5px solid #fff;border-radius:999px;background:#2f80ed;color:#fff;display:grid;place-items:center;object-fit:cover;font-size:34px;font-weight:900;box-shadow:0 4px 18px #0000001f}.profile-nameArea{margin-top:12px}.profile-handle{margin-top:4px;color:var(--profile-muted);font-size:14px}.profile-infoList{margin-top:18px;display:flex;flex-wrap:wrap;gap:10px 18px}.profile-infoItem{display:inline-flex;align-items:baseline;gap:7px}.profile-infoLabel{color:#777;font-size:12px;font-weight:800}.profile-infoValue{color:#2b2b2b;font-size:13px}.profile-sectionTitle{margin-bottom:9px;font-size:13px;font-weight:900}.profile-links,.profile-tags,.profile-pinned{margin-top:20px}.profile-linkList{display:flex;flex-direction:column;gap:7px}.profile-linkItem{font-size:13px;line-height:1.5}.profile-followInfo{margin-top:20px;display:flex;gap:9px;flex-wrap:wrap}.profile-followBtn{border:1px solid #e4e4e4;background:#fff;border-radius:999px;padding:9px 14px;color:#222;cursor:pointer;font-size:13px;font-weight:900}.profile-tabsSection{overflow:visible}.profile-tabs{padding:12px 14px;border-bottom:1px solid #f0f0f0}.profile-tabContent,.profile-tabContent-scroll{width:100%;max-width:760px;margin:0 auto;padding:14px;display:flex;flex-direction:column;gap:11px;overflow-x:hidden;box-sizing:border-box}.profile-postCard{padding:13px;text-align:left;cursor:pointer}.profile-postCardHead{display:flex;justify-content:space-between;gap:10px;align-items:center}.profile-postCardHead strong{color:#222;font-size:14px}.profile-postCardHead span{color:#888;font-size:11px}.profile-postCard p{margin:8px 0 0;color:#444;line-height:1.65;font-size:14px;white-space:pre-wrap;overflow-wrap:anywhere}.profile-emptyWrap{width:100%;max-width:780px;margin:0 auto;padding:18px 14px 28px;box-sizing:border-box}.profile-emptyCard{padding:24px 16px;border-style:dashed;color:#666;text-align:center;font-size:14px}.profile-overlay{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;background:#0000006b;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.profile-modal{width:min(380px,90vw);padding:18px;display:flex;flex-direction:column;gap:11px;border-radius:18px;background:#fff;box-shadow:0 18px 50px #0000002e;box-sizing:border-box}.profile-modal h3{margin:0;font-size:18px}.profile-settingRow{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:11px 0;border-bottom:1px solid #f2f2f2;font-size:13px}.profile-followSettingCounts{color:#555;font-size:12px}.profile-modalBtn{border:0;border-radius:11px;padding:11px 13px;background:var(--profile-accent);color:#fff;cursor:pointer;font-size:13px;font-weight:900}.profile-modalBtn.secondary{background:#f2f2f2;color:#333}@media(max-width:640px){.profile-topbar{height:60px;padding:0 10px}.profile-content{padding:10px 10px 24px;gap:12px}.profile-card,.profile-tabsSection{border-radius:16px}.profile-headerVisual{height:160px}.profile-mainBlock{padding:0 14px 18px}.profile-avatarWrap{margin-top:-45px}.profile-avatarImage,.profile-avatar{width:90px;height:90px;border-width:4px;font-size:28px}.profile-infoList{display:grid;gap:8px}.profile-tabContent,.profile-tabContent-scroll{max-width:100%;padding:10px}}.profileEdit-page{min-height:100vh;background:#fafafa;display:flex;flex-direction:column}.profileEdit-topbar{height:72px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:0 16px;background:#fff;border-bottom:1px solid #eee}.profileEdit-back,.profileEdit-save{border:1px solid #e6e6e6;border-radius:12px;padding:10px 14px;cursor:pointer;font-weight:800}.profileEdit-back{background:#f5f5f5;color:#222}.profileEdit-save{background:#ff7a00;color:#fff;border-color:#ff7a00}.profileEdit-title{margin:0;text-align:center;font-size:20px;font-weight:900}.profileEdit-content{width:100%;max-width:920px;margin:0 auto;padding:20px 16px 36px}.profileEdit-card{background:#fff;border:1px solid #ececec;border-radius:20px;overflow:hidden;padding-bottom:20px}.profileEdit-headerArea{padding:16px 16px 0}.profileEdit-headerPreview{width:100%;height:180px;border-radius:18px;overflow:hidden;background:#f0f0f0}.profileEdit-headerImage{width:100%;height:100%;object-fit:cover;display:block}.profileEdit-headerPlaceholder{width:100%;height:100%;background:linear-gradient(135deg,#dbeafe,#fce7f3)}.profileEdit-avatarRow{display:flex;align-items:center;gap:16px;padding:18px 20px 6px}.profileEdit-avatarWrap{flex-shrink:0}.profileEdit-avatarImage,.profileEdit-avatar{width:104px;height:104px;border-radius:999px;border:4px solid #fff;background:#2f80ed;color:#fff;display:grid;place-items:center;font-size:34px;font-weight:800;object-fit:cover;box-shadow:0 4px 14px #00000014}.profileEdit-uploadBtn{display:inline-flex;align-items:center;justify-content:center;border:1px solid #e6e6e6;background:#fff;color:#333;border-radius:12px;padding:10px 14px;cursor:pointer;font-weight:700}.profileEdit-form{display:flex;flex-direction:column;gap:18px;padding:8px 20px 0}.profileEdit-field{display:flex;flex-direction:column;gap:8px}.profileEdit-label{font-size:14px;font-weight:900;color:#333}.profileEdit-input,.profileEdit-textarea{width:100%;max-width:100%;box-sizing:border-box;border:1px solid #ddd;border-radius:14px;padding:12px 14px;font-size:15px;outline:none;background:#fff}.profileEdit-input:focus,.profileEdit-textarea:focus{border-color:#ff7a00;box-shadow:0 0 0 3px #ff7a001f}.profileEdit-textarea{min-height:140px;resize:vertical;line-height:1.7}.profileEdit-count{text-align:right;font-size:12px;color:#777}.profileEdit-options{display:flex;flex-wrap:wrap;gap:10px}.profileEdit-option{border:1px solid #e6e6e6;background:#fff;border-radius:999px;padding:9px 14px;cursor:pointer;font-weight:700}.profileEdit-option.active{border-color:#ff7a00;background:#fff7ef;color:#ff7a00}.profileEdit-help{color:#777;font-size:12px}@media(max-width:640px){.profileEdit-topbar{height:68px;padding:0 12px}.profileEdit-title{font-size:18px}.profileEdit-content{padding:16px 12px 28px}.profileEdit-headerPreview{height:140px}.profileEdit-avatarImage,.profileEdit-avatar{width:92px;height:92px;font-size:28px}.profileEdit-avatarRow{align-items:flex-start;flex-direction:column}}.profile-edit-container{width:100%;max-width:100%;box-sizing:border-box;padding:16px}.profile-edit-container input,.profile-edit-container textarea{width:100%;max-width:100%;box-sizing:border-box}body{overflow-x:hidden}.profile-edit-container{width:100%;max-width:480px;margin:0 auto;padding:16px;box-sizing:border-box}.profile-edit-field{margin-bottom:16px}.profile-edit-label{display:block;font-size:14px;margin-bottom:6px;color:#555}.profile-edit-input,.profile-edit-textarea{width:100%;font-size:16px;padding:10px 12px;border-radius:10px;border:1px solid #ddd;box-sizing:border-box}.profile-edit-textarea{min-height:80px;resize:none}.profile-edit-save{width:100%;padding:12px;border-radius:12px;background:#ff7a00;color:#fff;font-size:16px;border:none;margin-top:20px}.profileEdit-content,.profileEdit-card,.profileEdit-form,.profileEdit-field{width:100%;max-width:100%;box-sizing:border-box}.profileEdit-page{overflow-x:hidden}.followPage-page,.followPage-page *{box-sizing:border-box}.followPage-page{min-height:100vh;background:#fafafa;color:#222}.followPage-topbar{width:100%;min-height:72px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px 16px;border-bottom:1px solid #eee;background:#fff}.followPage-back{border:1px solid #e6e6e6;border-radius:12px;padding:10px 14px;background:#f5f5f5;color:#222;cursor:pointer;font-weight:700}.followPage-heading{min-width:0;text-align:center}.followPage-title{margin:0;font-size:20px;font-weight:900}.followPage-ownerName{margin:3px 0 0;overflow:hidden;color:#777;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.followPage-right{width:68px}.followPage-content{width:min(100%,760px);margin:0 auto;padding:20px 16px 32px;display:flex;flex-direction:column;gap:16px}.followPage-searchWrap{padding:14px;border:1px solid #ececec;border-radius:18px;background:#fff}.followPage-search{width:100%;min-width:0;border:1px solid #ddd;border-radius:14px;padding:12px 14px;outline:none;background:#fff;font:inherit;font-size:15px}.followPage-search:focus{border-color:#ff7a00;box-shadow:0 0 0 3px #ff7a001f}.followPage-tabs{display:flex;flex-wrap:wrap;gap:10px}.followPage-tab{border:1px solid #e6e6e6;border-radius:999px;padding:10px 14px;background:#fff;color:#222;cursor:pointer;font-weight:800}.followPage-tab.active{border-color:#ff7a00;background:#fff7ef;color:#ff7a00}.followPage-list{width:100%;display:flex;flex-direction:column;gap:12px}.followPage-item{width:100%;min-width:0;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px;overflow:hidden;border:1px solid #ececec;border-radius:18px;background:#fff}.followPage-userArea{flex:1 1 auto;min-width:0;display:flex;align-items:center;gap:12px;padding:0;overflow:hidden;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.followPage-avatar{width:54px;height:54px;flex:0 0 54px;display:grid;place-items:center;overflow:hidden;border-radius:999px;background:#2f80ed;color:#fff;font-size:22px;font-weight:800}.followPage-avatar-image{width:100%;height:100%;max-width:54px;max-height:54px;display:block;object-fit:cover;object-position:center}.followPage-meta{min-width:0;display:flex;flex:1 1 auto;flex-direction:column;gap:4px;overflow:hidden}.followPage-nameRow{min-width:0;display:flex;align-items:center;gap:6px;color:#222}.followPage-meta strong,.followPage-meta>span,.followPage-meta small{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.followPage-meta strong{font-size:16px}.followPage-meta>span:not(.followPage-nameRow),.followPage-meta small{color:#777}.followPage-followBtn{flex:0 0 auto;border:1px solid #ff7a00;border-radius:999px;padding:10px 14px;background:#ff7a00;color:#fff;cursor:pointer;font-weight:800}.followPage-followBtn.following{border-color:#ddd;background:#fff;color:#333}.followPage-followBtn:disabled,.followPage-tab:disabled,.followPage-back:disabled{cursor:default;opacity:.6}.followPage-empty,.followPage-error{width:100%;padding:24px 18px;border-radius:18px;text-align:center}.followPage-empty{border:1px dashed #ddd;background:#fff;color:#666}.followPage-error{border:1px solid #ffd2d2;background:#fff3f3;color:#b42318}@media(max-width:640px){.followPage-topbar{min-height:68px;padding:8px 12px}.followPage-title{font-size:18px}.followPage-right{width:58px}.followPage-content{padding:16px 12px 28px}.followPage-item{align-items:stretch;flex-direction:column}.followPage-followBtn{width:100%}}:root{--profile-accent: #ff7a00;--profile-accent-soft: #fff7ef;--profile-border: #e8e8e8;--profile-text: #222;--profile-muted: #777;--profile-bg: #f6f7f9;--profile-card: #fff;--profile-radius: 20px;--profile-shadow: 0 10px 30px rgba(0, 0, 0, .055)}.profile-name,.profile-title,.profile-sectionTitle,.section-label{color:var(--profile-text)}.profile-name{margin:0;font-size:26px;font-weight:900;line-height:1.15;letter-spacing:.01em}.profile-bio{color:#333;font-size:15px;line-height:1.75;white-space:pre-wrap;overflow-wrap:anywhere}.profile-r18-mode-badge,.other-profile-r18-mode-badge{display:inline-flex;align-items:center;width:fit-content;margin-top:8px;padding:4px 10px;border-radius:999px;background:#111;color:#fff;font-size:11px;font-weight:800}.profile-linkItem{color:var(--profile-accent);text-decoration:none;overflow-wrap:anywhere}.profile-linkItem:hover{text-decoration:underline}.profile-tag,.tag,.profile-postTag{border:1px solid #ffd9b5;background:var(--profile-accent-soft);color:var(--profile-accent);border-radius:999px;font-weight:800}.profile-followBtn,.follow-button,.profile-topAction,.profile-back,.icon-button,.profile-tab,.tab-button,.profile-signalActionBtn{transition:transform .16s ease,border-color .16s ease,background-color .16s ease,color .16s ease,box-shadow .16s ease}.profile-followBtn:hover,.follow-button:hover,.profile-topAction:hover,.profile-back:hover,.icon-button:hover,.profile-tab:hover,.tab-button:hover,.profile-signalActionBtn:hover{transform:translateY(-1px)}.profile-tabs,.profile-tabs-scroll{display:flex;flex-wrap:nowrap;gap:8px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain}.profile-tabs::-webkit-scrollbar,.profile-tabs-scroll::-webkit-scrollbar{display:none}.profile-tab,.tab-button{flex:0 0 auto;min-width:116px;height:38px;padding:0 14px;border:1px solid #ddd;border-radius:999px;background:#fff;color:#333;font-size:13px;font-weight:800;white-space:nowrap;cursor:pointer}.profile-tab.active,.tab-button.active{border-color:var(--profile-accent);color:var(--profile-accent);box-shadow:inset 0 0 0 1px var(--profile-accent);background:#fffaf5}.profile-signalCard,.profile-postCard,.other-profile-empty,.profile-emptyCard{width:100%;box-sizing:border-box;border:1px solid var(--profile-border);background:#fff;border-radius:16px}.profile-signalCard{padding:14px;display:flex;flex-direction:column;gap:11px;text-align:left;cursor:pointer}.profile-signalCard:hover,.profile-postCard:hover{border-color:#ddd;box-shadow:0 5px 18px #0000000b}.profile-signalHead{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.profile-signalUser{display:flex;align-items:center;gap:10px;min-width:0}.profile-signalAvatar,.profile-signalAvatarImage{width:40px;height:40px;border-radius:999px;background:#2f80ed;color:#fff;display:grid;place-items:center;flex-shrink:0;object-fit:cover;overflow:hidden;font-size:14px;font-weight:800}.profile-signalMeta{min-width:0;display:flex;flex-direction:column;gap:2px}.profile-signalMeta strong{color:#222;font-size:14px;line-height:1.25}.profile-signalMeta span,.profile-signalTime{color:#888;font-size:11px}.profile-signalMeta span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-signalTime{flex-shrink:0}.profile-signalText,.profile-quoteOriginalText{margin:0;color:#3a3a3a;line-height:1.7;font-size:14px;white-space:pre-wrap;overflow-wrap:anywhere}.profile-postTags,.profile-tagList,.tag-list{display:flex;flex-wrap:wrap;gap:7px}.profile-postTag,.profile-tag,.tag{padding:6px 10px;font-size:12px}.profile-signalActions,.profile-postStats{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.profile-signalActionBtn{border:1px solid #e5e5e5;background:#fff;color:#333;border-radius:999px;padding:7px 11px;cursor:pointer;font-size:12px;font-weight:800}.profile-signalActionBtn.active{border-color:var(--profile-accent);color:var(--profile-accent)}.profile-signalActionBtn.liked{border-color:#f3c4c6;background:#fff7f7;color:#e5484d}.profile-postCard-r18{border-color:#eadcf8;background:#fcf9ff}.profile-r18-badge,.other-profile-r18-label{display:inline-flex;align-items:center;width:fit-content;padding:4px 9px;border-radius:999px;background:#f3ebff;color:#6d3cc7;font-size:11px;font-weight:800}.profile-quoteLabel{margin:2px 0 0;color:#a55b00;font-size:13px;font-weight:800}.profile-quoteOriginal{padding:12px 14px;border:1px solid #ead8c2;border-radius:14px;background:#fffaf4}.profile-quoteOriginalHead{display:flex;align-items:baseline;gap:8px;margin-bottom:8px}.profile-quoteOriginalHead strong{color:#222;font-size:14px}.profile-quoteOriginalHead span{color:#777;font-size:12px}.profile-resignalWrap{position:relative}.profile-resignalMenu{position:absolute;left:0;bottom:calc(100% + 8px);z-index:50;min-width:178px;overflow:hidden;border:1px solid #e2e2e2;border-radius:13px;background:#fff;box-shadow:0 10px 28px #00000024}.profile-resignalMenuItem{display:block;width:100%;padding:11px 14px;border:0;background:#fff;color:#222;font-size:13px;text-align:left;cursor:pointer}.profile-resignalMenuItem:hover{background:#f7f7f7}.profile-resignalMenuItem+.profile-resignalMenuItem{border-top:1px solid #eee}@media(max-width:640px){.profile-name{font-size:22px}.profile-bio{font-size:14px;line-height:1.65}.profile-tab,.tab-button{min-width:106px;height:36px;padding:0 11px;font-size:12px}.profile-signalHead{flex-direction:column;gap:7px}.profile-signalTime{margin-left:50px}.profile-signalAvatar,.profile-signalAvatarImage{width:36px;height:36px}}.profile-replyCard{width:100%;padding:14px;display:flex;flex-direction:column;gap:11px;border:1px solid var(--profile-border);border-radius:16px;background:#fff;color:inherit;text-align:left;cursor:pointer;box-sizing:border-box;font-family:inherit;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.profile-replyCard:hover{transform:translateY(-1px);border-color:#ddd;box-shadow:0 5px 18px #0000000d}.profile-replyHead{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.profile-replyUser{display:flex;align-items:center;gap:10px;min-width:0}.profile-replyAvatar,.profile-replyAvatarImage{width:40px;height:40px;flex-shrink:0;overflow:hidden;display:grid;place-items:center;border-radius:999px;background:#2f80ed;color:#fff;object-fit:cover;font-size:14px;font-weight:800}.profile-replyUserMeta{min-width:0;display:flex;flex-direction:column;gap:2px}.profile-replyUserMeta strong{color:#222;font-size:14px;line-height:1.25}.profile-replyUserMeta span,.profile-replyTime{color:#888;font-size:11px}.profile-replyUserMeta span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-replyTime{flex-shrink:0}.profile-replyText{margin:0;color:#333;font-size:14px;line-height:1.7;white-space:pre-wrap;overflow-wrap:anywhere}.profile-replyTo{width:fit-content;padding:5px 9px;border-radius:999px;background:#fff7ef;color:#b85f12;font-size:12px;font-weight:800}.profile-replyParentPreview{padding:11px 13px;border:1px solid #ead8c2;border-radius:13px;background:#fffaf4}.profile-replyParentPreview>span{display:block;margin-bottom:5px;color:#a55b00;font-size:11px;font-weight:900}.profile-replyParentPreview>p{margin:0;color:#555;font-size:13px;line-height:1.55;white-space:pre-wrap;overflow-wrap:anywhere}@media(max-width:640px){.profile-replyCard{padding:12px}.profile-replyHead{flex-direction:column;gap:7px}.profile-replyTime{margin-left:46px}.profile-replyAvatar,.profile-replyAvatarImage{width:36px;height:36px}.profile-replyText{font-size:13px}}.other-profile-page{min-height:100vh;padding:18px 12px 34px;background:var(--profile-bg);box-sizing:border-box}.other-profile-container{position:relative;width:100%;max-width:920px;margin:0 auto;overflow:hidden;border:1px solid var(--profile-border);border-radius:var(--profile-radius);background:#fff;box-shadow:var(--profile-shadow)}.profile-header-area{position:relative;z-index:20;display:flex;justify-content:space-between;align-items:center;min-height:64px;padding:0 16px;border-bottom:1px solid #eee;background:#fffffff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.icon-button{width:38px;height:38px;display:grid;place-items:center;border:1px solid #e5e5e5;border-radius:999px;background:#fff;color:#222;cursor:pointer;font-size:15px}.header-actions{display:flex;gap:8px}.profile-menu-popup{position:absolute;top:54px;right:16px;z-index:30;width:200px;overflow:hidden;border:1px solid #e6e6e6;border-radius:14px;background:#fff;box-shadow:0 12px 32px #00000026}.menu-item{width:100%;padding:12px 14px;border:0;background:#fff;color:#222;text-align:left;cursor:pointer;font-size:13px}.menu-item:hover{background:#f7f7f7}.menu-divider{height:1px;background:#eee}.menu-item.danger{color:#d64545}.profile-banner{width:100%;height:220px;overflow:hidden;background:linear-gradient(135deg,#dbeafe,#eee7ff 52%,#fce7f3);background-size:cover;background-position:center}.profile-banner img,.profile-banner-image,.other-profile-banner-image{width:100%;height:100%;display:block;object-fit:cover;object-position:center}.profile-main{padding:0 22px 24px}.profile-top-row{display:flex;justify-content:space-between;align-items:flex-end;gap:14px;margin-top:-58px}.profile-icon{width:112px;height:112px;flex-shrink:0;overflow:hidden;display:grid;place-items:center;border:5px solid #fff;border-radius:999px;background:#2f80ed;color:#fff;box-shadow:0 4px 18px #0000001f;font-size:34px;font-weight:900}.other-profile-icon-image{width:100%;height:100%;display:block;object-fit:cover}.profile-main-actions{display:flex;align-items:center;padding-bottom:8px}.follow-button{min-width:104px;padding:10px 18px;border:1px solid var(--profile-accent);border-radius:999px;background:var(--profile-accent);color:#fff;cursor:pointer;font-size:14px;font-weight:900}.follow-button.following{border-color:#e4e4e4;background:#f4f4f4;color:#333}.profile-basic-info{margin-top:14px;text-align:left}.profile-id{margin:5px 0 0;color:var(--profile-muted);font-size:14px}.profile-basic-info .profile-bio{margin-top:14px}.profile-follow-info{display:flex;flex-wrap:wrap;gap:18px;margin-top:17px;color:#333;font-size:14px}.profile-follow-info button{appearance:none;-webkit-appearance:none}.profile-follow-link{display:inline-flex;align-items:baseline;gap:4px;padding:0;border:0;background:transparent;color:#666;cursor:pointer;font:inherit;transition:color .18s ease,opacity .18s ease}.profile-follow-link strong{color:#111;font-size:16px;font-weight:900}.profile-follow-link:hover,.profile-follow-link:hover strong{color:#ff7a00}.profile-follow-link:focus-visible{outline:2px solid rgba(255,122,0,.35);outline-offset:4px;border-radius:6px}.profile-follow-link:disabled{cursor:default;opacity:.6}.profile-detail-list{margin-top:18px;display:flex;flex-wrap:wrap;gap:9px 18px;color:#444;font-size:13px;line-height:1.5}.profile-tags{margin-top:20px}.section-label{margin-bottom:9px;font-size:13px;font-weight:900}.profile-tabs{padding:12px 14px;border-top:1px solid #ececec;border-bottom:1px solid #ececec;background:#fff}.profile-post-list,.profile-post-list-scroll{width:100%;max-width:760px;margin:0 auto;padding:14px;display:flex;flex-direction:column;gap:11px;overflow-x:hidden;box-sizing:border-box;background:#fff}.other-profile-empty{margin:0;padding:24px 14px;color:#777;text-align:center;font-size:14px}.other-profile-post-wrap,.other-profile-r18-post-wrap{padding:0;background:#fff}.other-profile-r18-label-row{display:flex;justify-content:flex-start;padding:0 0 8px}.profile-signalMedia{width:100%;overflow:hidden;border:1px solid #ececec;border-radius:14px;background:#f5f5f5}.profile-signalMediaImage,.profile-signalMediaVideo{display:block;width:100%;max-height:520px;object-fit:contain;background:#f5f5f5}.profile-signalMediaVideo{min-height:220px}.profile-quoteMedia{margin-top:12px}@media(max-width:768px){.other-profile-page{padding:0}.other-profile-container{border:0;border-radius:0;box-shadow:none}.profile-header-area{min-height:58px;padding:0 12px}.profile-banner{height:160px}.profile-main{padding:0 14px 18px}.profile-top-row{margin-top:-45px;align-items:flex-end}.profile-icon{width:90px;height:90px;border-width:4px;font-size:28px}.profile-main-actions{padding-bottom:4px}.follow-button{min-width:94px;padding:9px 15px;font-size:13px}.profile-detail-list{display:grid;gap:8px}.profile-post-list,.profile-post-list-scroll{max-width:100%;padding:10px}}@media(max-width:640px){.profile-signalMediaImage,.profile-signalMediaVideo{max-height:360px}.profile-signalMediaVideo{min-height:180px}}.other-profile-blocked-panel{margin:22px;padding:28px 20px;border:1px solid #e4e4e4;border-radius:18px;background:#fafafa;text-align:center}.other-profile-blocked-icon{width:58px;height:58px;margin:0 auto 14px;display:grid;place-items:center;border-radius:999px;background:#ededed;color:#666;font-size:26px;font-weight:900}.other-profile-blocked-title{margin:0;color:#222;font-size:18px;font-weight:900}.other-profile-blocked-text{max-width:520px;margin:10px auto 0;color:#666;font-size:14px;line-height:1.75}.other-profile-blocked-error{margin-top:12px;color:#c43d3d;font-size:13px}.other-profile-blocked-actions{margin-top:20px;display:flex;justify-content:center;flex-wrap:wrap;gap:10px}.other-profile-blocked-button{min-width:132px;padding:10px 18px;border:1px solid #d8d8d8;border-radius:999px;background:#fff;color:#333;cursor:pointer;font-size:14px;font-weight:800}.other-profile-blocked-button:hover{background:#f2f2f2}.other-profile-blocked-button:disabled{cursor:default;opacity:.55}.other-profile-blocked-button.danger{border-color:#d64545;background:#d64545;color:#fff}.other-profile-blocked-button.danger:hover{background:#bd3535}.other-profile-blocked-button.release{border-color:#444;background:#444;color:#fff}.other-profile-blocked-button.release:hover{background:#222}.other-profile-blocked-loading{padding:40px 20px;color:#777;text-align:center;font-size:14px}.other-profile-blocked-hidden{display:none!important}.profile-main-actions.blocked{gap:8px}.profile-main-actions .blocked-label{padding:9px 15px;border:1px solid #ddd;border-radius:999px;background:#f4f4f4;color:#666;font-size:13px;font-weight:800}.other-profile-page.is-blocked .follow-button,.other-profile-page.is-blocked .profile-follow-link{pointer-events:none;opacity:.5}@media(max-width:768px){.other-profile-blocked-panel{margin:16px 12px;padding:24px 16px}.other-profile-blocked-icon{width:52px;height:52px;font-size:23px}.other-profile-blocked-title{font-size:17px}.other-profile-blocked-actions{flex-direction:column}.other-profile-blocked-button{width:100%}}.follow-button.pending{opacity:.75}.thread-page{max-width:560px;margin:0 auto;background:#fafafa;min-height:100vh;padding:0 0 116px}.thread-header{display:flex;align-items:center;gap:10px;padding:14px 12px;border-bottom:1px solid #eee;position:sticky;top:0;background:#fffffff5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:20}.back-button{border:none;background:#f2f2f2;width:34px;height:34px;border-radius:50%;cursor:pointer;font-size:14px;line-height:1}.thread-header h2{margin:0;font-size:18px;font-weight:900;line-height:1}.thread-parent{padding:10px 10px 8px;background:#f7f7f7;border-bottom:1px solid #ececec}.thread-parent-card{background:#fff;border:1px solid #ededed;border-radius:16px;overflow:hidden;box-shadow:0 1px 3px #00000008}.thread-parent-main{padding:14px 14px 0}.thread-parent-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.thread-parent-user{display:flex;align-items:center;gap:10px;min-width:0}.thread-parent-avatar{width:38px;height:38px;border-radius:999px;background:#2f80ed;color:#fff;display:grid;place-items:center;font-weight:800;flex-shrink:0;overflow:hidden;font-size:14px}.thread-parent-avatar-image{width:100%;height:100%;object-fit:cover;display:block}.thread-parent-meta{min-width:0;display:flex;flex-direction:column;gap:1px;text-align:left}.thread-parent-meta strong{color:#222;font-size:15px;line-height:1.2}.thread-parent-meta span{color:#777;font-size:12px;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.thread-space-badge-wrap{display:flex;justify-content:flex-start;padding:8px 0 0}.thread-space-badge{display:inline-flex;align-items:center;border:1px solid #ffe1c4;background:#fff7ef;color:#ff7a00;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:700}.thread-parent-text{margin:12px 0 0;font-size:14px;line-height:1.65;color:#222;text-align:left;white-space:pre-wrap;word-break:break-word}.thread-parent-stats{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding-top:12px;color:#666;font-size:13px}.thread-parent-imageWrap{margin:0 14px;border-radius:12px;overflow:hidden;border:1px solid #ece3d8;background:#faf7f2}.thread-parent-image{width:100%;display:block;object-fit:cover;max-height:360px;cursor:zoom-in}.thread-parent-tags{display:flex;flex-wrap:wrap;gap:6px;margin:10px 14px 0}.thread-parent-tag{font-size:11px;color:#ff7a00;border:1px solid #ffe1c4;background:#fff7ef;border-radius:999px;padding:5px 9px;font-weight:700}.thread-replies{padding:8px 10px 0;background:#f7f7f7}.thread-reply{position:relative;margin-bottom:8px}.thread-reply-inner{position:relative;padding-left:10px}.thread-reply-inner:before{content:"";position:absolute;top:8px;left:0;width:2px;height:30px;background:#e2e2e2;border-radius:999px}.thread-reply-inner:after{content:"";position:absolute;top:22px;left:0;width:10px;height:2px;background:#e2e2e2;border-radius:999px}.thread-level-0 .thread-reply-inner:before,.thread-level-0 .thread-reply-inner:after{display:none}.thread-reply-card-wrap{position:relative;background:#fff;border:1px solid #ededed;border-radius:16px;overflow:hidden;box-shadow:0 1px 3px #00000008}.thread-parent .post-card{padding:14px;border-bottom:none;background:transparent}.thread-parent .post-name{font-size:15px}.thread-parent .post-content{font-size:14px;line-height:1.65;margin-top:6px}.thread-parent .post-header{gap:10px}.thread-parent .post-user-top{flex-wrap:wrap}.thread-parent .post-id-time{font-size:12px}.thread-replies .post-card{padding:12px 14px 6px;border-bottom:none;background:transparent}.thread-replies .post-name{font-size:14px}.thread-replies .post-content{font-size:13px;line-height:1.6;margin-top:6px}.thread-replies .post-header{gap:10px}.thread-replies .post-user-top{flex-wrap:wrap}.thread-parent .post-actions,.thread-replies .post-actions{display:none}.thread-card-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-start;padding:10px 14px 12px;border-top:1px solid #f3f3f3;margin-top:2px}.thread-reply-button,.thread-action-button,.reply-delete-button{border:1px solid #e6e6e6;background:#fff;color:#555;font-size:12px;padding:7px 10px;border-radius:999px;cursor:pointer;font-weight:700;line-height:1.2;transition:.15s ease}.thread-reply-button:hover,.thread-action-button:hover,.thread-action-button.active{border-color:#ff7a00;color:#ff7a00;background:#fffaf5}.thread-action-button.liked{color:#e5484d;border-color:#f3c4c6;background:#fff7f7}.reply-delete-button{color:#d64545;background:#fff}.reply-delete-button:hover{border-color:#f1b7b7;background:#fff3f3;color:#d64545}.reply-to-text{margin:6px 0 0;font-size:12px;color:#888}.thread-empty-text{margin:0;padding:24px 14px;color:#888;text-align:center;background:#fff;border:1px dashed #ddd;border-radius:14px;font-size:14px}.thread-input-wrap{position:fixed;left:50%;bottom:0;width:min(560px,100%);transform:translate(-50%);background:#fffffffa;border-top:1px solid #eee;z-index:30;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-sizing:border-box}.reply-target-bar{display:flex;justify-content:space-between;align-items:center;padding:8px 12px 0;font-size:12px;color:#666}.reply-target-bar button{border:none;background:none;font-size:16px;cursor:pointer;color:#666}.thread-input{display:flex;gap:8px;padding:10px 12px 12px;background:transparent}.thread-input input{flex:1;min-width:0;padding:10px 13px;border-radius:999px;border:1px solid #ddd;outline:none;font-size:14px;background:#fff}.thread-input input:focus{border-color:#ff8a3d}.thread-input button{flex-shrink:0;padding:10px 14px;border-radius:999px;border:none;background:#ff8a3d;color:#fff;cursor:pointer;font-weight:800;font-size:13px;line-height:1}.thread-input button:disabled{background:#d9d9d9;cursor:not-allowed}.thread-image-modal{position:fixed;inset:0;background:#000000d1;display:flex;align-items:center;justify-content:center;padding:20px;z-index:999}.thread-image-modal-img{max-width:100%;max-height:90vh;border-radius:12px;object-fit:contain}.thread-image-close{position:absolute;top:18px;right:18px;width:40px;height:40px;border:none;border-radius:50%;background:#ffffffe6;font-size:20px;cursor:pointer}.resignal-box{width:100%}.resignal-original{margin-top:8px;border:1px solid #e4d8c8;background:#fffaf4;border-radius:12px;padding:10px 12px;text-align:left;width:100%;max-width:100%;box-sizing:border-box}.post-user-info{width:100%;min-width:0}@media(max-width:640px){.thread-page{max-width:100%;padding-bottom:108px}.thread-header{padding:12px 10px}.thread-header h2{font-size:17px}.thread-parent,.thread-replies{padding-left:8px;padding-right:8px}.thread-parent-main{padding:12px 12px 0}.thread-parent-avatar{width:34px;height:34px;font-size:13px}.thread-parent-meta strong{font-size:14px}.thread-parent-meta span{font-size:11px}.thread-parent-text{font-size:13px;line-height:1.55}.thread-reply-inner{padding-left:8px}.thread-reply-inner:after{width:8px}.thread-card-actions{padding-left:12px;padding-right:12px;gap:6px}.thread-input-wrap{left:0;width:100%;transform:none}.thread-input{padding:10px}.thread-input input{font-size:13px}.thread-input button{padding:10px 12px;font-size:12px}}.thread-quoted-box{margin-top:12px;padding:12px;border:1px solid #e7e7ea;border-radius:14px;background:#fafafa}.thread-quoted-head{display:flex;align-items:center;gap:10px;margin-bottom:8px}.thread-quoted-avatar{width:36px;height:36px;border-radius:999px;overflow:hidden;background:#2f80ed;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.thread-quoted-avatar-image{width:100%;height:100%;object-fit:cover}.thread-quoted-meta{display:flex;flex-direction:column;min-width:0}.thread-quoted-meta strong{font-size:14px;color:#222;line-height:1.2}.thread-quoted-meta span{font-size:12px;color:#777;line-height:1.2}.thread-quoted-text{margin:0;font-size:14px;line-height:1.5;color:#222;white-space:pre-wrap;word-break:break-word}.thread-quoted-imageWrap{margin-top:10px}.thread-quoted-image{width:100%;max-height:320px;object-fit:cover;border-radius:12px;display:block;cursor:pointer}.thread-quoted-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.thread-quoted-tag{display:inline-block;padding:4px 10px;border-radius:999px;background:#f1f3f5;color:#555;font-size:12px}.thread-quoted-box{text-align:left}.thread-quoted-head{justify-content:flex-start}.thread-quoted-text{text-align:left}.thread-parent-tag,.thread-quoted-tag{appearance:none;font-family:inherit;line-height:1.2;cursor:pointer}.thread-parent-tag:hover,.thread-quoted-tag:hover{border-color:#ff7a00;background:#fff0e3;color:#e76500;transform:translateY(-1px)}.thread-parent-tag:focus-visible,.thread-quoted-tag:focus-visible{outline:3px solid rgba(255,122,0,.2);outline-offset:2px}.thread-media-grid{display:grid;gap:4px;margin:12px 14px 0;overflow:hidden;border:1px solid #ece3d8;border-radius:14px;background:#f5f5f5}.thread-quoted-box .thread-media-grid{margin:10px 0 0}.thread-media-count-1{grid-template-columns:minmax(0,1fr)}.thread-media-count-2,.thread-media-count-3,.thread-media-count-4{grid-template-columns:repeat(2,minmax(0,1fr))}.thread-media-count-3 .thread-media-item:first-child{grid-row:span 2}.thread-media-item{position:relative;min-width:0;min-height:150px;overflow:hidden;background:#111}.thread-media-count-1 .thread-media-item{min-height:220px;max-height:520px}.thread-media-image-button{width:100%;padding:0;border:0;cursor:zoom-in}.thread-media-image,.thread-media-video{display:block;width:100%;height:100%;min-height:inherit;max-height:520px;object-fit:cover;background:#111}.thread-media-video{object-fit:contain}@media(max-width:640px){.thread-media-grid{margin-right:12px;margin-left:12px}.thread-quoted-box .thread-media-grid{margin-right:0;margin-left:0}.thread-media-item{min-height:120px}.thread-media-count-1 .thread-media-item{min-height:190px}}.thread-stat-link{appearance:none;border:0;padding:2px 3px;background:transparent;color:inherit;font:inherit;font-weight:700;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.thread-stat-link:hover:not(:disabled){color:#ff7a00}.thread-stat-link:disabled{cursor:default;text-decoration:none;opacity:.7}.thread-reaction-overlay{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;background:#0000007a}.thread-reaction-modal{width:min(92vw,420px);max-height:min(72vh,620px);overflow:hidden;border-radius:18px;background:#fff;box-shadow:0 18px 48px #0000003d}.thread-reaction-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;border-bottom:1px solid #e8e8e8}.thread-reaction-header h3{margin:0;font-size:18px}.thread-reaction-header button{display:grid;width:34px;height:34px;padding:0;border:0;border-radius:50%;background:transparent;place-items:center;font-size:26px;cursor:pointer}.thread-reaction-body{max-height:calc(min(72vh,620px) - 67px);overflow-y:auto;padding:8px 0}.thread-reaction-body>p{margin:0;padding:24px 18px;text-align:center}.thread-reaction-error{color:#c62828}.thread-reaction-user{display:flex;width:100%;align-items:center;gap:12px;padding:12px 18px;border:0;background:transparent;text-align:left;cursor:pointer}.thread-reaction-user:hover{background:#f7f7f7}.thread-reaction-avatar{display:grid;flex:0 0 42px;width:42px;height:42px;border-radius:50%;background:#ececec;place-items:center;font-size:18px;font-weight:700}.thread-reaction-user>span:last-child{display:flex;min-width:0;flex-direction:column;gap:3px}.thread-reaction-user small{color:#707070;font-size:13px}.dm-page{max-width:760px;margin:0 auto;min-height:100vh;background:#f3ede3;position:relative}.dm-header{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid #e4d8c8;background:#fffaf2}.dm-header h2{margin:0;font-size:18px;font-weight:700;color:#111}.dm-header button{border:none;background:#f1e7d8;width:40px;height:40px;border-radius:50%;cursor:pointer;font-size:16px}.dm-list{padding:10px 0}.dm-item{display:flex;gap:12px;padding:16px;cursor:pointer;background:#fff;border-radius:14px;border:1px solid #eee3d6;margin:10px 12px;box-shadow:0 2px 8px #0000000a;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}.dm-item:hover{background:#fffaf2}.dm-avatar{width:46px;height:46px;border-radius:50%;background:#eadbc7;display:flex;align-items:center;justify-content:center;font-weight:700;color:#111;flex-shrink:0}.dm-info{flex:1;text-align:left;min-width:0}.dm-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px;gap:10px}.dm-top strong{font-size:16px;color:#111}.dm-right{display:flex;align-items:center;gap:8px;flex-shrink:0}.dm-time{font-size:12px;color:#888}.dm-badge{background:#ff8a3d;color:#fff;font-size:11px;padding:3px 7px;border-radius:999px;line-height:1}.dm-last{font-size:14px;color:#666;margin:0;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dm-empty{text-align:center;padding:40px;color:#888;font-size:14px}.dm-menu-overlay{position:fixed;inset:0;background:#0000002e;z-index:50}.dm-menu-sheet{position:fixed;left:50%;top:120px;transform:translate(-50%);width:min(420px,calc(100% - 24px));background:#fffaf2;border-radius:18px;box-shadow:0 12px 32px #0000002e;overflow:hidden;z-index:60;border:1px solid #eadfce;animation:dmSheetFade .18s ease}.dm-menu-title{padding:14px 16px;font-weight:700;font-size:15px;border-bottom:1px solid #efe4d6;text-align:center}.dm-menu-item{width:100%;border:none;background:#fffaf2;padding:16px;font-size:15px;cursor:pointer;text-align:center;border-bottom:1px solid #f3eadf}.dm-menu-item:last-child{border-bottom:none}.dm-menu-item:hover{background:#fff3e8}.dm-menu-item.danger{color:#d55252;font-weight:600}.dm-menu-sheet{animation:dmSheetUp .18s ease}@keyframes dmSheetFade{0%{opacity:0;transform:translate(-50%) translateY(-8px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.dmchat-page{max-width:760px;margin:0 auto;min-height:100vh;background:#f3ede3;display:flex;flex-direction:column;box-sizing:border-box}.dmchat-header{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid #e4d8c8;background:#fffaf2;box-sizing:border-box}.dmchat-back,.dmchat-menu{border:none;background:#f1e7d8;width:38px;height:38px;border-radius:50%;cursor:pointer;font-size:15px;flex-shrink:0;line-height:1}.dmchat-user{display:flex;align-items:center;gap:9px;cursor:pointer;flex:1;margin:0 10px;min-width:0}.dmchat-avatar{width:40px;height:40px;border-radius:50%;background:#eadbc7;display:flex;align-items:center;justify-content:center;font-weight:700;color:#111;flex-shrink:0;font-size:14px}.dmchat-userinfo{min-width:0}.dmchat-userinfo strong{font-size:15px;color:#111;line-height:1.2}.dmchat-messages{flex:1;padding:14px 12px 112px;display:flex;flex-direction:column;gap:12px;background:#f3ede3;box-sizing:border-box}.dmchat-bubbleRow{display:flex}.dmchat-bubbleRow.other{justify-content:flex-start}.dmchat-bubbleRow.me{justify-content:flex-end}.dmchat-bubble{max-width:72%;padding:11px 13px 8px;border-radius:18px;position:relative;box-shadow:0 2px 10px #0000000d;box-sizing:border-box}.dmchat-bubble.other{background:#fffdfa;border:1px solid #e7dccf;border-bottom-left-radius:6px}.dmchat-bubble.me{background:#f6cfa8;border-bottom-right-radius:6px}.dmchat-bubble p{margin:0;line-height:1.55;font-size:14px;color:#222;word-break:break-word}.dmchat-meta{display:flex;justify-content:flex-end;align-items:center;gap:8px;margin-top:6px;font-size:11px;color:#777}.dmchat-readStatus{font-size:10px;color:#b06a2a;font-weight:600}.dmchat-inputWrap{position:fixed;left:50%;bottom:0;transform:translate(-50%);width:min(760px,100%);background:#fffaf2;border-top:1px solid #e4d8c8;z-index:30;box-sizing:border-box}.dmchat-mediaBar{display:flex;gap:12px;padding:10px 14px 0;box-sizing:border-box}.dmchat-mediaBar button{border:none;background:#f1e7d8;width:38px;height:38px;border-radius:12px;font-size:17px;cursor:pointer;flex-shrink:0}.dmchat-inputArea{display:flex;align-items:center;gap:8px;padding:10px 12px 12px;background:#fffaf2;box-sizing:border-box;width:100%}.dmchat-plus{width:38px;height:38px;border-radius:50%;border:none;background:#f1e7d8;cursor:pointer;flex-shrink:0;font-size:17px;line-height:1}.dmchat-input{flex:1;min-width:0;border:1px solid #d8c7b4;border-radius:999px;padding:10px 14px;outline:none;background:#fff;font-size:14px;box-sizing:border-box}.dmchat-input:focus{border-color:#ff8a3d}.dmchat-send{border:none;border-radius:999px;padding:10px 14px;background:#ff8a3d;color:#fff;cursor:pointer;flex-shrink:0;font-weight:700;font-size:13px;line-height:1;white-space:nowrap}.dmchat-send:disabled{background:#d9d9d9;cursor:not-allowed}@media(max-width:640px){.dmchat-header{padding:10px}.dmchat-back,.dmchat-menu{width:34px;height:34px;font-size:14px}.dmchat-user{margin:0 8px;gap:8px}.dmchat-avatar{width:36px;height:36px;font-size:13px}.dmchat-userinfo strong{font-size:14px}.dmchat-messages{padding:12px 10px 104px;gap:10px}.dmchat-bubble{max-width:78%;padding:10px 12px 7px}.dmchat-bubble p{font-size:13px}.dmchat-mediaBar{gap:10px;padding:8px 10px 0}.dmchat-mediaBar button{width:34px;height:34px;font-size:15px}.dmchat-inputArea{gap:6px;padding:8px 10px 10px}.dmchat-plus{width:34px;height:34px;font-size:15px}.dmchat-input{padding:9px 12px;font-size:13px}.dmchat-send{padding:9px 12px;font-size:12px}}.dmsettings-page{max-width:760px;margin:0 auto;min-height:100vh;background:#f3ede3}.dmsettings-header{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#fffaf2;border-bottom:1px solid #e4d8c8}.dmsettings-header h2{margin:0;font-size:18px;font-weight:700;color:#111}.dmsettings-header button{border:none;background:#f1e7d8;width:40px;height:40px;border-radius:50%;cursor:pointer;font-size:16px}.dmsettings-header-space{width:40px;height:40px}.dmsettings-section{margin:18px 12px;background:#fff;border:1px solid #eee3d6;border-radius:14px;overflow:hidden}.dmsettings-section h3{margin:0;padding:14px 16px;font-size:15px;border-bottom:1px solid #f2eadf;background:#fffaf2}.dmsettings-item{width:100%;border:none;background:#fff;padding:16px;text-align:left;cursor:pointer;font-size:15px;border-bottom:1px solid #f5eee4}.dmsettings-item:last-child{border-bottom:none}.dmsettings-item:hover{background:#fffaf2}.dmsettings-item.active{background:#fff1e5;color:#d96f1f;font-weight:700}.search-page{max-width:760px;margin:0 auto;min-height:100vh;background:#f8f5ef;padding-bottom:88px;box-sizing:border-box}.search-top{display:flex;align-items:center;gap:12px;padding:16px;position:sticky;top:0;z-index:10;background:#fffdf9;border-bottom:1px solid #ece3d8}.search-avatar{width:42px;height:42px;border-radius:50%;background:#3b82f6;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0;overflow:hidden}.search-avatar-image{width:100%;height:100%;display:block;object-fit:cover;border-radius:50%}.search-user-icon{width:42px;height:42px;border-radius:50%;background:#f1ece4;color:#222;display:flex;align-items:center;justify-content:center;font-weight:700;margin-bottom:12px;overflow:hidden;flex-shrink:0}.search-user-icon img{width:100%;height:100%;display:block;object-fit:cover;border-radius:50%}.search-bar-wrap{flex:1;min-width:0}.search-bar{width:100%;height:44px;border-radius:999px;border:1px solid #ddd3c7;background:#fff;padding:0 16px;font-size:15px;outline:none;box-sizing:border-box}.search-bar:focus{border-color:#ff8a3d;box-shadow:0 0 0 3px #ff8a3d1f}.search-content{padding:16px}.search-section{margin-bottom:28px}.search-section-title{margin:0 0 12px;font-size:20px;font-weight:700;color:#222}.search-empty-text{margin:0;color:#8b7f72;font-size:14px}.search-user-row{display:flex;gap:12px;overflow-x:auto;padding-bottom:4px}.search-user-row::-webkit-scrollbar{height:6px}.search-user-row::-webkit-scrollbar-thumb{background:#ddd0c0;border-radius:999px}.search-user-card{min-width:148px;max-width:148px;border:1px solid #eadfce;border-radius:18px;background:#fff;padding:14px 12px 12px;text-align:left;box-sizing:border-box;box-shadow:0 4px 12px #0000000a;display:flex;flex-direction:column;gap:12px}.search-user-main{border:none;background:transparent;padding:0;text-align:left;cursor:pointer;width:100%}.search-user-followBtn{width:100%;min-height:34px;border:1px solid #ffb27a;background:#fff4ea;color:#e56717;border-radius:999px;padding:8px 12px;font-size:13px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1;box-sizing:border-box}.search-user-followBtn.following{background:#f2ede4;border-color:#ddd3c7;color:#6b6258}.search-user-icon{width:42px;height:42px;border-radius:50%;background:#f1ece4;color:#222;display:flex;align-items:center;justify-content:center;font-weight:700;margin-bottom:12px}.search-user-name{margin:0 0 4px;font-size:16px;font-weight:700;color:#222;word-break:break-word}.search-user-handle{margin:0;font-size:13px;color:#8b7f72;word-break:break-word}.search-tag-list{display:flex;flex-wrap:wrap;gap:10px}.search-tag-list.vertical{display:flex;flex-direction:column;gap:10px}.search-tag-item{border:1px solid #eadfce;border-radius:999px;background:#fff;padding:10px 14px;font-size:14px;color:#222;cursor:pointer}.search-tag-item.wide{width:100%;text-align:center;border-radius:14px;background:#fffaf3}.search-tag-item.active{background:#fff0e5;border-color:#ffb27a;color:#e56717;font-weight:700}.search-signal-list{display:flex;flex-direction:column;gap:14px}.search-selected-tag{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px;border:1px solid #f0d7b8;background:#fff5ea;color:#6b4b2a;border-radius:14px;padding:12px 14px;font-size:14px}.search-selected-tag button{width:30px;height:30px;border:none;border-radius:50%;background:#f3e4d3;cursor:pointer;font-size:16px}.search-historyHead{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.search-historyClear{border:none;background:transparent;color:#e56717;font-size:13px;font-weight:700;cursor:pointer;padding:4px 0}.search-history{display:flex;flex-direction:column;gap:10px}.search-history-item{width:100%;border:1px solid #eadfce;background:#fff;border-radius:14px;padding:12px 14px;text-align:left;font-size:14px;color:#333;cursor:pointer;box-sizing:border-box}.search-history-item:hover{background:#fff8ef}.search-mode-switch{display:flex;gap:10px;padding:12px 16px 0;background:#fff}.search-mode-btn{min-width:86px;height:38px;padding:0 14px;border:1px solid #ddd;border-radius:999px;background:#fff;color:#444;font-size:13px;font-weight:700;cursor:pointer}.search-mode-btn.active{color:#111;border-color:#ff7a00;box-shadow:inset 0 0 0 1px #ff7a00}.search-back-button{width:44px;height:44px;border:none;border-radius:50%;background:transparent;font-size:22px;cursor:pointer;flex-shrink:0}.search-back-button:hover{background:#0000000d}.search-tag-page{max-width:760px;margin:0 auto;min-height:100vh;background:#fff;padding-bottom:100px}.search-tag-header{display:flex;align-items:center;gap:14px;padding:16px;position:sticky;top:0;background:#fff;z-index:10;border-bottom:1px solid #f1f1f1}.search-tag-back{width:40px;height:40px;border:none;border-radius:50%;background:#f6f6f6;cursor:pointer;font-size:16px;flex-shrink:0}.search-tag-header-text h2{margin:0 0 4px;font-size:20px;font-weight:700;color:#111}.search-tag-header-text p{margin:0;font-size:13px;color:#777}.search-tag-content{padding:16px}.search-tag-empty{color:#888;font-size:14px;margin:20px 0 0}.quote-page{max-width:760px;margin:0 auto;min-height:100vh;background:#fff}.quote-topbar{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-bottom:1px solid #ededed;background:#fff}.quote-back{border:none;background:transparent;font-size:15px;cursor:pointer}.quote-submit{border:none;background:#ff8a3d;color:#fff;padding:10px 16px;border-radius:999px;font-weight:700;cursor:pointer}.quote-content{padding:16px}.quote-card{border:1px solid #ececec;border-radius:18px;background:#fff;padding:16px}.quote-head{display:flex;align-items:center;gap:12px;margin-bottom:14px}.quote-avatar{width:44px;height:44px;border-radius:50%;background:#ececec;display:flex;align-items:center;justify-content:center;font-weight:700}.quote-account{display:flex;flex-direction:column}.quote-account strong{font-size:15px}.quote-account span{font-size:13px;color:#777}.quote-textarea{width:100%;min-height:120px;border:none;resize:none;outline:none;font-size:15px;line-height:1.6}.quote-metaRow{display:flex;justify-content:flex-end;margin-bottom:16px}.quote-count{font-size:13px;color:#666}.quote-count.warn{color:#d55252}.quote-field{margin-bottom:18px}.quote-label{display:block;font-size:14px;font-weight:700;margin-bottom:8px}.quote-input{width:100%;border:1px solid #ddd;border-radius:12px;padding:10px 12px;font-size:14px}.quote-tagsPreview{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.quote-tag{font-size:13px;color:#ff7a00;background:#fff7ef;border:1px solid #f1dcc5;border-radius:999px;padding:6px 10px}.quote-originalBox{margin-top:8px}.quote-originalLabel{font-size:14px;font-weight:700;margin:0 0 8px}.quote-originalCard{border:1px solid #e6e6e6;border-radius:14px;background:#fafafa;padding:12px}.quote-originalCard strong{display:block;font-size:14px;margin-bottom:2px}.quote-originalCard span{display:block;font-size:12px;color:#777;margin-bottom:8px}.quote-originalCard p{margin:0;line-height:1.6;font-size:14px}.quote-originalTags{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.quote-originalTags span{font-size:12px;color:#ff7a00}.quote-empty{color:#777;font-size:14px}.quote-avatar,.quote-originalAvatar{width:44px;height:44px;border-radius:999px;overflow:hidden;background:#efefef;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.quote-avatarImage,.quote-originalAvatarImage{width:100%;height:100%;object-fit:cover;display:block}.quote-originalHead{display:flex;align-items:center;gap:10px;margin-bottom:10px}.quote-originalMeta{display:flex;flex-direction:column;gap:2px}.quote-r18Note{margin-top:12px;padding:10px 12px;border-radius:12px;background:#fff5f7;border:1px solid #f0d7dc;color:#8a1f35;font-size:13px;font-weight:700}.quote-originalImageWrap{width:100%;margin-top:12px;overflow:hidden;border:1px solid #e8e8e8;border-radius:12px;background:#f2f2f2}.quote-originalImage{display:block;width:100%;max-width:100%;height:auto;max-height:360px;object-fit:contain;margin:0 auto}@media(max-width:640px){.quote-originalImage{max-height:240px}}.friend-add-page{min-height:100vh;padding:16px 16px 84px;background:#fdfdfd;box-sizing:border-box}.friend-add-topbar{display:flex;align-items:center;gap:12px;border-bottom:1px solid #e7e7e7;padding:8px 0 14px;margin-bottom:16px}.friend-add-back{width:32px;height:32px;border:none;border-radius:999px;background:#f4f4f4;cursor:pointer;font-size:15px}.friend-add-title{margin:0;font-size:18px;font-weight:800;color:#222}.friend-add-section{background:#fff;border:1px solid #ededed;border-radius:18px;padding:14px;margin-bottom:14px}.friend-add-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.friend-add-section-head.center{justify-content:center}.friend-add-section-head h3{margin:0;font-size:16px;font-weight:800;color:#222}.friend-add-section-head span{font-size:12px;color:#888}.friend-add-search{width:100%;border:1px solid #dddddd;border-radius:12px;padding:12px 14px;font-size:14px;outline:none;box-sizing:border-box;margin-bottom:12px}.friend-add-search:focus{border-color:#ffb575}.friend-add-list{display:flex;flex-direction:column;gap:10px}.friend-add-empty{margin:0;color:#888;font-size:14px;text-align:center;padding:14px 0}.friend-add-item{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid #eeeeee;border-radius:16px;background:#fff;padding:12px}.friend-add-item-left{display:flex;align-items:center;gap:12px;min-width:0}.friend-add-avatar{width:42px;height:42px;border-radius:999px;background:#eef3ff;color:#3554a5;display:grid;place-items:center;font-size:20px;font-weight:800;flex-shrink:0;overflow:hidden}.friend-add-avatar-image{width:100%;height:100%;object-fit:cover;display:block}.friend-add-meta{display:flex;flex-direction:column;min-width:0}.friend-add-meta strong{color:#222;font-size:15px}.friend-add-meta span{color:#888;font-size:12px}.friend-add-action{border:none;background:#222;color:#fff;border-radius:999px;padding:8px 14px;font-size:13px;font-weight:800;cursor:pointer;flex-shrink:0}.friend-add-action:hover{background:#111}.friend-add-method{width:100%;border:1px solid #dddddd;background:#fff;border-radius:12px;padding:12px 14px;text-align:left;font-size:14px;cursor:pointer;margin-bottom:10px}.friend-add-method:last-child{margin-bottom:0}.friend-add-method:hover{background:#fff7f0}.friend-add-file{width:100%;margin-bottom:12px}.friend-add-preview{display:flex;justify-content:center;margin-bottom:12px}.friend-add-preview-image{width:72px;height:72px;border-radius:999px;object-fit:cover;border:1px solid #eeeeee}.friend-add-manual-button{width:100%;border:none;background:#ff7a00;color:#fff;border-radius:12px;padding:12px 14px;font-size:14px;font-weight:800;cursor:pointer}.friend-add-manual-button:hover{background:#eb7000}@media(max-width:640px){.friend-add-page{padding:12px 12px 80px}.friend-add-section{padding:12px;border-radius:16px}.friend-add-item{padding:10px}}.friend-add-id-row{display:flex;gap:10px;align-items:center}.friend-add-id-row .friend-add-search{flex:1}.friend-add-id-row{display:flex;align-items:center;gap:10px}.friend-add-id-input{flex:1;min-width:0;height:44px;padding:0 14px;border:1px solid #d8dbe2;border-radius:12px;font-size:14px;box-sizing:border-box;background:#fff}.friend-add-id-input:focus{outline:none;border-color:#2f80ff}.friend-add-id-button{flex-shrink:0;height:44px;padding:0 18px;border:none;border-radius:12px;background:#ff8a00;color:#fff;font-size:14px;font-weight:700;cursor:pointer;white-space:nowrap}.friend-add-id-button:hover{background:#f07f00}.link-list-page{min-height:100vh;background:#f7f7f7;padding:16px;box-sizing:border-box}.link-list-header{display:flex;align-items:center;gap:12px;padding-bottom:14px;margin-bottom:16px;border-bottom:1px solid #dddddd}.link-list-back{width:38px;height:38px;border:none;border-radius:50%;background:#fff;cursor:pointer;font-size:18px;color:#222;box-shadow:0 2px 8px #0000000f;flex-shrink:0}.link-list-back:hover{background:#f1f1f1}.link-list-header-text h2{margin:0;font-size:22px;font-weight:700;color:#222}.link-list-header-text p{margin:4px 0 0;font-size:13px;color:#777}.link-list-content{display:flex;flex-direction:column}.link-list-empty{background:#fff;border:1px solid #ececec;border-radius:18px;padding:28px 20px;text-align:center;color:#666}.link-list-empty p{margin:0;font-size:15px}.link-list-items{display:flex;flex-direction:column;gap:12px}.link-list-card{background:#fff;border:1px solid #ececec;border-radius:18px;padding:14px;box-shadow:0 4px 14px #0000000a;display:flex;flex-direction:column;align-items:flex-start}.link-list-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.link-list-sender{font-size:13px;font-weight:700;color:#222}.link-list-time{font-size:12px;color:#888}.link-list-text{margin:0 0 10px;font-size:14px;line-height:1.6;color:#444;white-space:pre-wrap;word-break:break-word}.link-list-links{display:flex;flex-direction:column;gap:8px;color:#2d5bd1;text-decoration:none;word-break:break-all;font-size:14px;padding:4px 0}.link-list-link{color:#2d5bd1;text-decoration:none;word-break:break-all;font-size:14px}.link-list-link:hover{text-decoration:underline}@media(max-width:480px){.link-list-page{padding:12px}.link-list-card{padding:12px;border-radius:16px}.link-list-header-text h2{font-size:20px}}.media-list-page{min-height:100vh;background:#f7f7f7;padding:16px;box-sizing:border-box}.media-list-header{display:flex;align-items:center;gap:12px;padding-bottom:14px;margin-bottom:16px;border-bottom:1px solid #dddddd}.media-list-back{width:38px;height:38px;border:none;border-radius:50%;background:#fff;cursor:pointer;font-size:18px;color:#222;box-shadow:0 2px 8px #0000000f;flex-shrink:0}.media-list-back:hover{background:#f1f1f1}.media-list-header-text h2{margin:0;font-size:22px;font-weight:700;color:#222}.media-list-header-text p{margin:4px 0 0;font-size:13px;color:#777}.media-list-content{display:flex;flex-direction:column;gap:18px}.media-list-empty{background:#fff;border:1px solid #ececec;border-radius:18px;padding:28px 20px;text-align:center;color:#666}.media-list-empty p{margin:0;font-size:15px}.media-list-section{display:flex;flex-direction:column;gap:10px}.media-list-date{margin:0;font-size:15px;font-weight:700;color:#444}.media-list-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.media-list-card{aspect-ratio:1 / 1;border:1px solid #e3e3e3;border-radius:16px;background:#fff;cursor:pointer;overflow:hidden;padding:0;display:flex;align-items:center;justify-content:center}.media-list-card:hover{background:#f8f8f8}.media-list-stamp{font-size:34px;line-height:1}.media-list-image{width:100%;height:100%;object-fit:cover}.media-list-placeholder{color:#888;font-size:14px;font-weight:600}@media(max-width:480px){.media-list-page{padding:12px}.media-list-grid{gap:8px}.media-list-card{border-radius:14px}}.file-list-page{min-height:100vh;background:#f7f7f7;padding:16px;box-sizing:border-box}.file-list-header{display:flex;align-items:center;gap:12px;padding-bottom:14px;margin-bottom:16px;border-bottom:1px solid #dddddd}.file-list-back{width:38px;height:38px;border:none;border-radius:50%;background:#fff;cursor:pointer;font-size:18px;color:#222;box-shadow:0 2px 8px #0000000f;flex-shrink:0}.file-list-back:hover{background:#f1f1f1}.file-list-header-text h2{margin:0;font-size:22px;font-weight:700;color:#222}.file-list-header-text p{margin:4px 0 0;font-size:13px;color:#777}.file-list-content{display:flex;flex-direction:column}.file-list-empty{background:#fff;border:1px solid #ececec;border-radius:18px;padding:28px 20px;text-align:center;color:#666}.file-list-empty p{margin:0;font-size:15px}.file-list-items{display:flex;flex-direction:column;gap:12px}.file-list-card{display:flex;align-items:flex-start;gap:12px;background:#fff;border:1px solid #ececec;border-radius:18px;padding:14px;box-shadow:0 4px 14px #0000000a}.file-list-icon{width:44px;height:44px;border-radius:12px;background:#eef2fb;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.file-list-main{flex:1;min-width:0}.file-list-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:6px}.file-list-name{font-size:14px;font-weight:700;color:#222;word-break:break-word}.file-list-time{font-size:12px;color:#888;flex-shrink:0}.file-list-sender{margin:0 0 8px;font-size:12px;color:#666}.file-list-link{color:#2d5bd1;text-decoration:none;font-size:14px}.file-list-link:hover{text-decoration:underline}.file-list-note{margin:0;font-size:13px;color:#888}@media(max-width:480px){.file-list-page{padding:12px}.file-list-card{padding:12px;border-radius:16px}.file-list-header-text h2{font-size:20px}.file-list-meta{flex-direction:column;align-items:flex-start}}.open-r18-page{min-height:100vh;background:#fff;color:#222;padding-bottom:40px}.open-r18-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px 16px;background:#fffffff5;border-bottom:1px solid #ececec}.open-r18-title-box{flex:1;text-align:center}.open-r18-title-main{display:inline-block;padding:6px 12px;border:1.5px solid #111;border-radius:10px;font-size:15px;font-weight:700}.open-r18-title-sub{margin-top:4px;font-size:11px;color:#777}.open-r18-header-right{display:flex;align-items:center;gap:6px}.open-r18-icon-btn{width:36px;height:36px;border:none;border-radius:999px;background:#f5f5f5;cursor:pointer;font-size:16px}.open-r18-warning-bar{display:flex;align-items:center;gap:8px;padding:10px 14px;font-size:12px;color:#7a1c1c;background:#fff4f4;border-bottom:1px solid #f2d7d7}.open-r18-warning-chip{display:inline-flex;align-items:center;justify-content:center;padding:3px 8px;border-radius:999px;background:#7a1c1c;color:#fff;font-size:11px;font-weight:700}.open-r18-tabs{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid #ececec}.open-r18-tab{height:46px;border:none;background:transparent;font-size:15px;font-weight:600;color:#777;cursor:pointer}.open-r18-tab.active{color:#111;border-bottom:2px solid #111}.open-r18-feed{padding:8px 0 20px}.open-r18-card{padding:14px 16px 10px;border-bottom:1px solid #ececec;background:#fff}.open-r18-card-top{display:flex;align-items:flex-start;gap:12px}.open-r18-avatar{width:44px;height:44px;border:none;border-radius:999px;background:#efefef;display:flex;align-items:center;justify-content:center;font-weight:700;cursor:pointer}.open-r18-user-meta{flex:1}.open-r18-user-line{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.open-r18-name-btn{border:none;background:none;padding:0;font-size:15px;font-weight:700;color:#111;cursor:pointer}.open-r18-handle{font-size:13px;color:#666}.open-r18-time-row{margin-top:4px;display:flex;align-items:center;gap:8px}.open-r18-fixed-tag{display:inline-flex;align-items:center;padding:3px 8px;border-radius:999px;background:#f7f0ff;color:#6d3cc7;font-size:11px;font-weight:700}.open-r18-time{font-size:12px;color:#888}.open-r18-content{margin-top:10px;width:100%;border:none;background:none;padding:0;text-align:left;color:#222;font-size:15px;line-height:1.7;cursor:pointer}.open-r18-media-grid{margin-top:12px;display:grid;grid-template-columns:1fr;gap:10px}.open-r18-media-grid.media-count-2{grid-template-columns:1fr 1fr}.open-r18-media-item{width:100%;aspect-ratio:1 / 1;border:none;border-radius:14px;background:#ddd;position:relative;overflow:hidden;padding:0;cursor:pointer}.open-r18-media-img{width:100%;height:100%;object-fit:cover;transition:.2s ease}.open-r18-media-img.blurred{filter:blur(20px) brightness(.72);transform:scale(1.08)}.open-r18-media-img.revealed{filter:none;transform:scale(1)}.open-r18-media-overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#00000047;color:#fff}.open-r18-media-overlay-label{font-size:14px;font-weight:700}.open-r18-media-overlay-sub{font-size:12px}.open-r18-actions{margin-top:12px;display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap}.open-r18-action-btn{border:none;background:none;padding:6px 4px;font-size:14px;color:#444;cursor:pointer;display:inline-flex;align-items:center;gap:6px}.open-r18-action-btn.active{color:#111;font-weight:700}.open-r18-action-btn.disabled{color:#999}.open-r18-empty{padding:40px 20px;text-align:center;color:#777;font-size:14px}.open-r18-gate-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#fff,#fff7f7);padding:20px}.open-r18-gate-card{width:min(100%,460px);background:#fff;border:1px solid #ececec;border-radius:22px;padding:24px 20px;box-shadow:0 10px 30px #0000000f}.open-r18-gate-badge{display:inline-block;padding:6px 10px;border-radius:999px;background:#111;color:#fff;font-size:12px;font-weight:700}.open-r18-gate-title{margin:16px 0 10px;font-size:24px;line-height:1.3}.open-r18-gate-text{margin:0;line-height:1.7;color:#444;font-size:14px}.open-r18-gate-notes{margin-top:16px;padding:14px;border-radius:14px;background:#fafafa;font-size:13px;line-height:1.8;color:#555}.open-r18-gate-actions{margin-top:18px;display:flex;gap:10px}.open-r18-primary-btn,.open-r18-secondary-btn{flex:1;height:46px;border-radius:12px;font-size:14px;font-weight:700;cursor:pointer}.open-r18-primary-btn{border:none;background:#111;color:#fff}.open-r18-secondary-btn{border:1px solid #ddd;background:#fff;color:#333}.open-r18-content-wrap{position:relative;margin-top:10px}.open-r18-content{width:100%;border:none;background:none;padding:0;text-align:left;color:#222;font-size:15px;line-height:1.7;cursor:pointer}.open-r18-content-hidden{color:transparent;text-shadow:0 0 10px rgba(0,0,0,.7);-webkit-user-select:none;user-select:none}.open-r18-text-overlay{position:absolute;inset:0;border:none;background:#00000085;border-radius:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer;color:#fff}.open-r18-text-overlay-label{font-size:14px;font-weight:700}.open-r18-text-overlay-sub{font-size:12px}.open-r18-content-wrap{position:relative;margin-top:10px;border-radius:14px;overflow:hidden}.open-r18-content{width:100%;border:none;background:none;padding:0;text-align:left;color:#222;font-size:15px;line-height:1.7;cursor:pointer;position:relative;z-index:1}.open-r18-content-hidden{color:#0000002e;text-shadow:0 0 6px rgba(0,0,0,.22);-webkit-user-select:none;user-select:none;filter:blur(1.8px)}.open-r18-content-wrap:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#ffffff85,#ffffffad 38%,#ffffffd1 68%,#ffffffeb);pointer-events:none;z-index:2}.open-r18-content-wrap.revealed:after{display:none}.open-r18-text-overlay{position:absolute;inset:0;border:none;background:#0000003d;border-radius:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer;color:#fff;z-index:3}.open-r18-text-overlay-label{font-size:14px;font-weight:700;letter-spacing:.02em}.open-r18-text-overlay-sub{font-size:12px;opacity:.95}.open-r18-confirm-overlay{position:fixed;inset:0;z-index:80;background:#00000073;display:flex;align-items:center;justify-content:center;padding:20px}.open-r18-confirm-card{width:min(100%,420px);background:#fff;border-radius:20px;padding:22px 18px;box-shadow:0 10px 30px #00000029}.open-r18-confirm-badge{display:inline-flex;align-items:center;justify-content:center;padding:5px 10px;border-radius:999px;background:#111;color:#fff;font-size:12px;font-weight:700}.open-r18-confirm-title{margin:14px 0 10px;font-size:20px;line-height:1.4}.open-r18-confirm-text{margin:0;font-size:14px;line-height:1.8;color:#555}.open-r18-confirm-actions{margin-top:18px;display:flex;gap:10px}.open-r18-confirm-cancel,.open-r18-confirm-ok{flex:1;height:44px;border-radius:12px;font-size:14px;font-weight:700;cursor:pointer}.open-r18-confirm-cancel{border:1px solid #ddd;background:#fff;color:#333}.open-r18-confirm-ok{border:none;background:#111;color:#fff}.avatar-button{border:none;background:transparent;padding:0;cursor:pointer}.resignal-original-avatar.avatar-image{width:32px;height:32px;border-radius:999px;object-fit:cover;display:block}.post-media-grid{margin-top:12px;display:grid;grid-template-columns:1fr;gap:10px}.post-media-grid.media-count-2{grid-template-columns:1fr 1fr}.post-media-item{border:none;padding:0;background:transparent;border-radius:14px;overflow:hidden;cursor:pointer}.post-media-img{width:100%;height:220px;object-fit:cover;display:block}.unified-feed{padding-top:8px}.unified-open-page{min-height:100vh;background:#f7f7f7}.open-r18-entry-static{margin-top:10px}.open-r18-posts{padding-top:6px}.open-profileAvatarImage{width:100%;height:100%;border-radius:999px;object-fit:cover;display:block}.avatar-button{width:40px;height:40px;border:none;background:transparent;padding:0;border-radius:999px;overflow:hidden;flex-shrink:0;cursor:pointer}.avatar-dot{width:40px;height:40px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:#3b82f6;color:#fff;font-weight:700;font-size:16px;line-height:1}.avatar-image{width:40px;height:40px;border-radius:999px;object-fit:cover;display:block}.open-r18-page .open-r18-logoBlock{position:static;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;min-width:0;line-height:1;transform:none}.open-r18-page .open-r18-logo{position:static;margin:0;padding:0;font-size:24px;line-height:1.15;text-align:center;white-space:nowrap;transform:none}.open-r18-page .open-r18-spaceName{position:static;display:block;margin:0;padding:0;font-size:11px;line-height:1.2;text-align:center;white-space:nowrap;transform:none}.open-r18-page .open-header{min-height:64px;align-items:center}.r18-settings-page{min-height:100vh;background:#fff;color:#222}.r18-settings-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;gap:12px;padding:14px 16px;background:#fffffff5;border-bottom:1px solid #ececec}.r18-settings-backBtn{width:38px;height:38px;border:none;border-radius:999px;background:#f5f5f5;font-size:16px;cursor:pointer}.r18-settings-title{margin:0;font-size:18px;font-weight:700}.r18-settings-main{padding:16px;display:flex;flex-direction:column;gap:14px}.r18-settings-card{border:1px solid #ececec;border-radius:18px;background:#fff;padding:16px}.r18-settings-cardTop{display:flex;align-items:center;justify-content:space-between;gap:16px}.r18-settings-label{font-size:16px;font-weight:700}.r18-settings-sub{margin-top:6px;font-size:13px;line-height:1.6;color:#666}.r18-settings-switch{position:relative;width:54px;height:32px;flex-shrink:0}.r18-settings-switch input{opacity:0;width:0;height:0}.r18-settings-slider{position:absolute;inset:0;border-radius:999px;background:#ddd;transition:.2s ease;cursor:pointer}.r18-settings-slider:before{content:"";position:absolute;left:4px;top:4px;width:24px;height:24px;border-radius:999px;background:#fff;transition:.2s ease}.r18-settings-switch input:checked+.r18-settings-slider{background:#111}.r18-settings-switch input:checked+.r18-settings-slider:before{transform:translate(22px)}.r18-settings-stateRow{margin-top:14px}.r18-settings-state{display:inline-flex;align-items:center;justify-content:center;min-width:56px;height:30px;padding:0 12px;border-radius:999px;font-size:12px;font-weight:700}.r18-settings-state.on{background:#111;color:#fff}.r18-settings-state.off{background:#f2f2f2;color:#666}.r18-settings-noteTitle{font-size:14px;font-weight:700}.r18-settings-noteList{margin-top:10px;display:flex;flex-direction:column;gap:8px;font-size:13px;line-height:1.7;color:#555}.r18-settings-enterBtn{height:46px;border:none;border-radius:14px;background:#111;color:#fff;font-size:14px;font-weight:700;cursor:pointer}.app-logo{font-size:22px!important;font-weight:900!important;letter-spacing:1px;color:#111!important;text-align:center;margin:0;line-height:1}body{font-family:serif}
