body.auth-page{--bubble-grad:linear-gradient(135deg, var(--ui-bubble-1,#e22865), var(--ui-bubble-2,#be1446));--post-btn-bg:var(--post-btn-grad,linear-gradient(135deg, var(--ui-post-btn-1,#f92f60), var(--ui-post-btn-2,#ff6b9d)));--bg-grad:linear-gradient(135deg, #fef3c7 0%, #fce7f3 50%, #ddd6fe 100%);--text-dark:#2d1b3d;--text-muted:#6b5b7e;box-sizing:border-box;opacity:1;visibility:visible;max-width:100%;min-height:100vh;color:var(--text-dark);background:linear-gradient(135deg,#fef3c7 0%,#fce7f3 22%,#fbcfe8 40%,#ddd6fe 58%,#c7d2fe 76%,#bae6fd 100%) 0 0/400% 400%;justify-content:center;align-items:center;margin:0;padding:1.5rem;font-family:Segoe UI,system-ui,-apple-system,Arial,sans-serif;animation:16s ease-in-out infinite auth-bg-shift;display:flex;overflow-x:clip}body.auth-page *,body.auth-page :before,body.auth-page :after{box-sizing:border-box;-webkit-tap-highlight-color:transparent}body.auth-page:before{content:"";pointer-events:none;z-index:0;background-image:radial-gradient(circle at 20% 30%,#ff6b9d2e 0%,#0000 40%),radial-gradient(circle at 80% 70%,#5647872e 0%,#0000 40%);position:fixed;inset:0}body.auth-page a{color:inherit;cursor:pointer;text-decoration:none}body.auth-page button{cursor:pointer;font-family:inherit}body.auth-page .auth-wrap{z-index:1;justify-content:center;align-items:center;gap:4rem;width:100%;max-width:920px;display:flex;position:relative}body.auth-page .brand-head{text-align:center;flex-direction:column;align-items:center;gap:.5rem;display:flex}body.auth-page .brand-logo-wrap{align-items:baseline;display:inline-flex;position:relative}body.auth-page .brand-logo{letter-spacing:0;background:linear-gradient(135deg,#ec4899 0%,#f97316 60%,#ffa56b 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:8.5rem;font-weight:800;line-height:.9}body.auth-page .brand-logo span{background:linear-gradient(135deg,#a855f7,#ec4899);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}body.auth-page .brand-logo:has(.brand-logo-img){line-height:0}body.auth-page .brand-logo .brand-logo-img{object-fit:contain;width:auto;height:1.9em;display:block}body.auth-page .beta-badge{letter-spacing:.5px;text-transform:uppercase;color:#fff;border-radius:var(--r-full,999px);background:linear-gradient(135deg,#a855f7,#ec4899);padding:.1rem .3rem;font-size:.5rem;font-weight:800;position:absolute;top:.4rem;right:-1.4rem;box-shadow:0 2px 5px #a855f759}body.auth-page .brand-tag{color:var(--text-muted);margin:0;font-size:1.2rem;font-weight:600}body.auth-page .auth-shell{border-radius:var(--r-2xl,24px);-webkit-backdrop-filter:blur(40px)saturate(1.9);background:#ffffff6b;border:1px solid #ffffff8c;flex:none;width:100%;max-width:400px;overflow:hidden;box-shadow:0 20px 60px #0000001a,0 1px 1px #00000008}body.auth-page .auth-form{flex-direction:column;padding:2.6rem 2.4rem;display:flex}body.auth-page .form-title{margin:0 0 1.6rem;font-size:1.5rem;font-weight:800}body.auth-page .field{margin-bottom:1rem}body.auth-page .field label{color:var(--text-muted);margin-bottom:.4rem;font-size:.8rem;font-weight:700;display:block}body.auth-page .field input{border-radius:var(--r-lg,16px);color:#333;width:100%;font:inherit;-webkit-backdrop-filter:blur(10px);background:#fff9;border:1px solid #fff6;outline:none;padding:.7rem .9rem;transition:border-color .2s,box-shadow .2s}body.auth-page .field input::placeholder{color:#999}body.auth-page .field input:focus{border-color:var(--ctl-accent,#ff6b9d);box-shadow:0 0 0 3px rgba(var(--ctl-accent-rgb,255, 107, 157), .2)}body.auth-page .form-row{justify-content:space-between;align-items:center;margin-bottom:1.4rem;font-size:.82rem;display:flex}body.auth-page .form-row label{color:var(--text-muted);cursor:pointer;align-items:center;gap:.4rem;font-weight:600;display:flex}body.auth-page .form-row a{color:var(--ctl-accent,#ec4899);font-weight:700}body.auth-page .form-row a:hover{text-decoration:underline}body.auth-page .login-btn{border-radius:var(--r-full,999px);width:100%;color:var(--post-btn-text,#fff);background:var(--post-btn-bg);box-shadow:0 4px 12px rgba(var(--post-btn-shadow-rgb,249, 47, 96), .34);border:0;padding:.8rem 1.2rem;font-size:1rem;font-weight:700;transition:transform .2s,filter .2s,box-shadow .2s}body.auth-page .login-btn:hover{filter:brightness(1.08);box-shadow:0 6px 16px rgba(var(--post-btn-shadow-rgb,249, 47, 96), .46);transform:translateY(-2px)}body.auth-page .login-btn:active{transform:translateY(0)}body.auth-page .login-btn:disabled{opacity:.6;cursor:not-allowed;filter:none!important;transform:none!important}body.auth-page .login-btn .spinner{vertical-align:middle;border:2px solid #fff6;border-top-color:#fff;border-radius:50%;width:16px;height:16px;margin-right:.4rem;animation:.7s linear infinite auth-spin;display:inline-block}body.auth-page .signup-hint{color:var(--text-muted);text-align:center;margin:1.4rem 0 0;font-size:.85rem;font-weight:600}body.auth-page .signup-hint a{color:var(--ctl-accent,#ec4899);font-weight:700}body.auth-page .signup-hint a:hover{text-decoration:underline}body.auth-page .legal-links{flex-wrap:wrap;justify-content:center;gap:.45rem;margin-top:.6rem;font-size:.8rem;display:flex}body.auth-page .legal-links a{color:var(--ctl-accent,#ec4899);font-weight:800}body.auth-page .error-msg{border-radius:var(--r-md,12px);color:#b91c1c;background:#ef44441f;border:1px solid #ef44444d;margin-bottom:1rem;padding:.65rem .9rem;font-size:.85rem;font-weight:600;display:none}body.auth-page .error-msg.visible{display:block}@keyframes auth-bg-shift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes auth-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){body.auth-page,body.auth-page .login-btn .spinner{animation:none}}@media (width<=760px){body.auth-page{padding:1.5rem}body.auth-page .auth-wrap{flex-direction:column;gap:1.8rem;max-width:420px}body.auth-page .brand-logo{font-size:6rem}body.auth-page .brand-tag{font-size:1.1rem}body.auth-page .auth-form{padding:2.2rem 1.8rem 2.4rem}}body.end-stats-page{--bubble-grad:linear-gradient(135deg, var(--ui-bubble-1,#e22865), var(--ui-bubble-2,#be1446));--bg-grad:linear-gradient(135deg, #fef3c7 0%, #fce7f3 50%, #ddd6fe 100%);--text-dark:#2d1b3d;--text-muted:#6b5b7e;--heat-0:#f3e9ef;--heat-1:#f9b8c4;--heat-2:#f4768c;--heat-3:#e63950;--heat-4:#b91032;--stats-accent-1:#f4768c;--stats-accent-2:#e63950;--stats-accent-3:#b91032;--stats-accent-rgb:230, 57, 80;--stats-hero-bg:linear-gradient(135deg, #f4768c38, #e6395029), #ffffff6b;--stats-hero-label:#9f2740;--stats-radial:#e639501f;color:var(--text-dark);background:var(--bg-grad);background-attachment:fixed;max-width:100%;min-height:100vh;font-family:Segoe UI,system-ui,-apple-system,Arial,sans-serif;overflow-x:clip}body.end-stats-page.stats-comments{--heat-0:#e8f1fd;--heat-1:#b9d7fb;--heat-2:#7db4f5;--heat-3:#3b82f6;--heat-4:#1d4ed8;--stats-accent-1:#5fa3ef;--stats-accent-2:#2f74e0;--stats-accent-3:#1d4ed8;--stats-accent-rgb:47, 116, 224;--stats-hero-bg:linear-gradient(135deg, #5fa3ef38, #2f74e029), #ffffff6b;--stats-hero-label:#285aa8;--stats-radial:#3b82f624}body.end-stats-page.stats-posts{--heat-0:#e7f2e9;--heat-1:#a7e3b4;--heat-2:#5fc97a;--heat-3:#22a34a;--heat-4:#11762f;--stats-accent-1:#5fc97a;--stats-accent-2:#22a34a;--stats-accent-3:#11762f;--stats-accent-rgb:34, 163, 74;--stats-hero-bg:linear-gradient(135deg, #5fc97a38, #22a34a29), #ffffff6b;--stats-hero-label:#166534;--stats-radial:#22c55e24}body.end-stats-page.stats-power{--heat-0:#fff4d6;--heat-1:#fde68a;--heat-2:#fbbf24;--heat-3:#f59e0b;--heat-4:#b45309;--stats-accent-1:#fbbf24;--stats-accent-2:#f59e0b;--stats-accent-3:#b45309;--stats-accent-rgb:245, 158, 11;--stats-hero-bg:linear-gradient(135deg, #fbbf2438, #f59e0b29), #ffffff6b;--stats-hero-label:#92400e;--stats-radial:#f59e0b29}body.end-stats-page.stats-repost{--heat-0:#f0e7f6;--heat-1:#e9d5ff;--heat-2:#c084fc;--heat-3:#a855f7;--heat-4:#7e22ce;--stats-accent-1:#c084fc;--stats-accent-2:#a855f7;--stats-accent-3:#7e22ce;--stats-accent-rgb:168, 85, 247;--stats-hero-bg:linear-gradient(135deg, #c084fc38, #a855f729), #ffffff6b;--stats-hero-label:#7e22ce;--stats-radial:#a855f724}body.end-stats-page *,body.end-stats-page :before,body.end-stats-page :after{box-sizing:border-box;-webkit-tap-highlight-color:transparent}body.end-stats-page:before{content:"";pointer-events:none;z-index:0;background-image:radial-gradient(circle at 20% 30%, #ff6b9d26 0%, transparent 40%), radial-gradient(circle at 80% 70%, var(--stats-radial) 0%, transparent 40%);position:fixed;inset:0}body.end-stats-page a{color:inherit;cursor:pointer;text-decoration:none}body.end-stats-page button{cursor:pointer;font-family:inherit}body.end-stats-page .summary{grid-template-columns:repeat(4,1fr);gap:.75rem;margin:0 0 1.4rem;display:grid}body.end-stats-page .metric{-webkit-backdrop-filter:blur(30px)saturate(1.8);border:var(--end-surface-border);border-radius:var(--r-lg,16px);box-shadow:var(--end-surface-shadow);background:#ffffff6b;padding:.9rem 1rem}body.end-stats-page .metric-hero{background:var(--stats-hero-bg);border:var(--end-surface-border);box-shadow:var(--end-surface-shadow)}body.end-stats-page .metric-hero .metric-val{color:var(--stats-accent-3)}body.end-stats-page .metric-hero .metric-label{color:var(--stats-hero-label)}body.end-stats-page .metric-val{color:var(--text-dark);letter-spacing:0;align-items:baseline;gap:.35rem;font-size:1.5rem;font-weight:800;display:flex}body.end-stats-page .metric-val .em{font-size:1.05rem}body.end-stats-page .metric-label{color:var(--text-muted);margin-top:2px;font-size:.78rem;font-weight:600}body.end-stats-page .graph-card{-webkit-backdrop-filter:blur(40px)saturate(1.9);border:var(--end-surface-border);border-radius:var(--r-2xl,24px);box-shadow:var(--end-surface-shadow);background:#ffffff6b;padding:1.2rem 1.1rem 1rem;overflow:hidden}body.end-stats-page .graph-top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.9rem;display:flex}body.end-stats-page .graph-title{color:var(--text-dark);align-items:center;gap:.4rem;font-size:.95rem;font-weight:800;display:flex}body.end-stats-page .year-switch{border:var(--end-surface-border);border-radius:var(--r-full,999px);box-shadow:var(--end-surface-shadow);background:#ffffff80;gap:4px;padding:4px;display:inline-flex}body.end-stats-page .year-btn{color:var(--text-muted);border-radius:var(--r-full,999px);background:0 0;border:none;padding:.35rem .85rem;font-size:.8rem;font-weight:700;transition:color .25s,background .25s,box-shadow .25s}body.end-stats-page .year-btn.active{color:#fff;background:linear-gradient(135deg, var(--stats-accent-1), var(--stats-accent-2));box-shadow:0 4px 12px rgba(var(--stats-accent-rgb), .32)}body.end-stats-page .year-btn:not(.active):hover{color:var(--text-dark);background:#fff9}body.end-stats-page .heatmap-scroll{-webkit-overflow-scrolling:touch;scrollbar-width:thin;padding-bottom:6px;overflow-x:auto}body.end-stats-page .heatmap-scroll::-webkit-scrollbar{height:7px}body.end-stats-page .heatmap-scroll::-webkit-scrollbar-thumb{background:rgba(var(--stats-accent-rgb), .25);border-radius:var(--r-full,999px)}body.end-stats-page .heatmap{flex-direction:column;gap:6px;min-width:max-content;display:inline-flex}body.end-stats-page .month-row{gap:3px;height:14px;padding-left:30px;display:flex}body.end-stats-page .month-lbl{color:var(--text-muted);text-align:left;flex:none;font-size:.66rem;font-weight:700}body.end-stats-page .grid-row{gap:7px;display:flex}body.end-stats-page .day-labels{width:24px;color:var(--text-muted);flex-direction:column;justify-content:space-between;gap:3px;padding-top:1px;font-size:.62rem;font-weight:700;display:flex}body.end-stats-page .day-labels span{height:13px;line-height:13px}body.end-stats-page .weeks{gap:3px;display:flex}body.end-stats-page .week{flex-direction:column;gap:3px;display:flex}body.end-stats-page .cell{cursor:default;width:13px;height:13px;transition:transform .15s;position:relative}body.end-stats-page .cell svg{width:100%;height:100%;transition:fill .25s,transform .2s cubic-bezier(.34,1.56,.64,1);display:block}body.end-stats-page .cell:hover{z-index:5}body.end-stats-page .cell:hover svg{transform:scale(1.45)}body.end-stats-page .cell.empty svg{opacity:.85}body.end-stats-page .heat-tip{z-index:1500;pointer-events:none;opacity:0;color:#fff;border-radius:var(--r-sm,8px);white-space:nowrap;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#2d1b3df2;padding:.4rem .65rem;font-size:.74rem;font-weight:600;transition:opacity .15s;position:fixed;transform:translate(-50%,-100%);box-shadow:0 8px 22px #00000047}body.end-stats-page .heat-tip b{color:var(--stats-accent-1)}body.end-stats-page .heat-tip:after{content:"";border:5px solid #0000;border-top-color:#2d1b3df2;position:absolute;top:100%;left:50%;transform:translate(-50%)}body.end-stats-page .legend{color:var(--text-muted);flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.5rem;margin-top:.85rem;font-size:.72rem;font-weight:600;display:flex}body.end-stats-page .legend-hearts{align-items:center;gap:4px;display:flex}body.end-stats-page .legend-hearts svg{width:13px;height:13px;display:block}body.end-stats-page .recent{margin-top:1.6rem}body.end-stats-page .recent-title{color:var(--text-dark);align-items:center;gap:.4rem;margin:0 2px .8rem;font-size:.95rem;font-weight:800;display:flex}body.end-stats-page .like-list{flex-direction:column;gap:.7rem;display:flex}body.end-stats-page .fan-card{-webkit-backdrop-filter:blur(30px)saturate(1.8);border:var(--end-surface-border);border-radius:var(--r-lg,16px);box-shadow:var(--end-surface-shadow);cursor:pointer;background:#ffffff6b;align-items:center;gap:.85rem;padding:.8rem 1rem;transition:transform .25s cubic-bezier(.34,1.56,.64,1),box-shadow .25s;display:flex}body.end-stats-page .fan-card:hover{box-shadow:var(--end-surface-shadow);transform:translateY(-3px)}body.end-stats-page .fan-rank{width:30px;color:var(--text-muted);text-align:center;flex:none;font-size:1rem;font-weight:800}body.end-stats-page .fan-rank.medal{justify-content:center;align-items:center;font-size:1.35rem;line-height:1;display:flex}body.end-stats-page .fan-rank.medal img{object-fit:contain;width:28px;height:28px;display:block}body.end-stats-page .fan-av{isolation:isolate;color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.4rem;display:flex;position:relative;overflow:hidden;box-shadow:0 6px 16px #0003,inset 0 -3px 6px #00000024,inset 0 1px 2px #ffffff4d}body.end-stats-page .fan-av .av-img{z-index:2;object-fit:cover;width:100%;height:100%;position:absolute;inset:0}body.end-stats-page .fan-av .emoji{z-index:3;position:relative}body.end-stats-page .fan-info{flex:1;min-width:0}body.end-stats-page .fan-who{color:var(--text-dark);text-overflow:ellipsis;white-space:nowrap;font-size:.95rem;font-weight:700;overflow:hidden}body.end-stats-page .fan-who .handle{color:var(--text-muted);margin-left:.35rem;font-size:.82rem;font-weight:600}body.end-stats-page .fan-bar{background:rgba(var(--stats-accent-rgb), .12);border-radius:var(--r-full,999px);height:6px;margin-top:6px;overflow:hidden}body.end-stats-page .fan-bar-fill{background:linear-gradient(90deg, var(--stats-accent-1), var(--stats-accent-2) 60%, var(--stats-accent-3));border-radius:var(--r-full,999px);width:0;height:100%;transition:width .8s cubic-bezier(.4,0,.2,1)}body.end-stats-page .fan-count{color:var(--stats-accent-2);flex:none;align-items:center;gap:.3rem;font-size:.95rem;font-weight:800;display:flex}body.end-stats-page .fan-count .fan-heart{filter:drop-shadow(0 1px 2px rgba(var(--stats-accent-rgb), .3));font-size:.95rem}body.end-stats-page footer{color:var(--text-muted);text-align:center;padding:2rem 1rem 1rem;font-size:.8rem}@media (width<=768px){body.end-stats-page .summary{grid-template-columns:repeat(2,1fr);gap:.5rem}body.end-stats-page .metric{padding:.7rem .65rem}body.end-stats-page .metric-val{font-size:1.15rem}body.end-stats-page .metric-label{font-size:.68rem}}.ctag-menu{z-index:3000;-webkit-backdrop-filter:blur(20px)saturate(1.5);border-radius:var(--r-lg,16px);background:#fffffff7;border:1px solid #00000014;max-width:340px;padding:5px;position:fixed;overflow:hidden;box-shadow:0 14px 40px #2d1b3d33,0 2px 8px #00000014}.ctag-item{border-radius:var(--r-sm,8px);cursor:pointer;align-items:center;gap:.6rem;padding:.5rem .55rem;display:flex}.ctag-item.active,.ctag-item:hover{background:#a855f71f}.ctag-pic{border-radius:var(--r-md,12px);color:#fff;background:linear-gradient(135deg,#a855f7,#ec4899);flex:none;justify-content:center;align-items:center;width:34px;height:34px;font-size:1rem;font-weight:800;display:flex;overflow:hidden}.ctag-pic img{object-fit:cover;width:100%;height:100%;display:block}.ctag-text{flex-direction:column;min-width:0;line-height:1.2;display:flex}.ctag-name{color:#2d1b3d;white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:800;overflow:hidden}.ctag-slug{color:#7c3aed;white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;font-weight:700;overflow:hidden}.ctag-notice{border-radius:var(--r-md,12px);background:#a855f714;border:1px solid #a855f733;margin:.5rem 0 .25rem;padding:.6rem .7rem}.ctag-notice-head{color:#7c3aed;align-items:center;gap:.4rem;margin-bottom:.45rem;font-size:.84rem;font-weight:800;display:flex}.ctag-notice-head svg{flex:none}.ctag-chips{flex-wrap:wrap;gap:.4rem;display:flex}.ctag-chip{border-radius:var(--r-full,999px);color:#2d1b3d;background:#fff;border:1px solid #a855f740;align-items:center;gap:.35rem;max-width:100%;padding:.22rem .3rem .22rem .35rem;font-size:.82rem;font-weight:700;display:inline-flex}.ctag-chip-pic{border-radius:var(--r-sm,8px);color:#fff;background:linear-gradient(135deg,#a855f7,#ec4899);flex:none;justify-content:center;align-items:center;width:20px;height:20px;font-size:.7rem;font-weight:800;display:flex;overflow:hidden}.ctag-chip-pic img{object-fit:cover;width:100%;height:100%;display:block}.ctag-chip-name{white-space:nowrap;text-overflow:ellipsis;max-width:140px;overflow:hidden}.ctag-chip-x{color:#2d1b3d;cursor:pointer;background:#2d1b3d14;border:0;border-radius:50%;flex:none;justify-content:center;align-items:center;width:18px;height:18px;font-size:.85rem;line-height:1;display:flex}.ctag-chip-x:hover{color:#be185d;background:#ec489933}.ctag-warn{color:#be185d;margin-top:.45rem;font-size:.78rem;font-weight:700}.mention-menu{z-index:3000;-webkit-backdrop-filter:blur(20px)saturate(1.5);border-radius:var(--r-lg,16px);background:#fffffff7;border:1px solid #00000014;max-width:340px;padding:5px;position:fixed;overflow:hidden;box-shadow:0 14px 40px #2d1b3d33,0 2px 8px #00000014}.mention-item{border-radius:var(--r-sm,8px);cursor:pointer;align-items:center;gap:.6rem;padding:.5rem .55rem;display:flex}.mention-item.active,.mention-item:hover{background:#a855f71f}.mention-item-pic{color:#fff;background:linear-gradient(135deg,#a855f7,#ec4899);border-radius:50%;flex:none;justify-content:center;align-items:center;width:36px;height:36px;font-size:.95rem;font-weight:800;display:flex;overflow:hidden}.mention-item-pic img{object-fit:cover;width:100%;height:100%;display:block}.mention-item-text{flex-direction:column;min-width:0;line-height:1.2;display:flex}.mention-item-name{color:#2d1b3d;white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:800;overflow:hidden}.mention-item-handle{color:#7c3aed;white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;font-weight:700;overflow:hidden}.stk-overlay{z-index:11000;-webkit-backdrop-filter:blur(4px);padding-top:env(safe-area-inset-top,0);padding-bottom:env(safe-area-inset-bottom,0);background:#140c1c6b;justify-content:center;align-items:flex-end;display:none;position:fixed;inset:0;overflow:hidden}.stk-overlay.open{display:flex}.stk-tray{width:min(440px,100%);max-height:74vh;max-height:calc(100dvh - max(12px,env(safe-area-inset-top,0px)) - max(8px,env(safe-area-inset-bottom,0px)));background:var(--card-bg,#fff);border-radius:var(--r-xl,20px) var(--r-xl,20px) 0 0;min-height:0;padding:.9rem 1rem calc(1.3rem + env(safe-area-inset-bottom,0px));flex-direction:column;animation:.26s cubic-bezier(.34,1.56,.64,1) stkUp;display:flex;overflow:hidden;box-shadow:0 -10px 40px #00000038}@keyframes stkUp{0%{opacity:.6;transform:translateY(30px)}to{opacity:1;transform:none}}@media (width>=560px){.stk-overlay{align-items:center;padding:16px}.stk-tray{border-radius:var(--r-xl,20px);max-height:calc(100dvh - 32px);padding:.9rem 1rem 1.3rem}}.stk-tray-head{align-items:center;gap:.6rem;margin-bottom:.8rem;display:flex}.stk-tray-head strong{color:var(--text-dark,#2d1b3d);font-size:1.02rem}.stk-count{color:var(--text-muted,#6b5b7e);margin-left:auto;font-size:.78rem;font-weight:700}.stk-x{width:30px;height:30px;color:var(--text-muted,#6b5b7e);cursor:pointer;background:#0000000f;border:none;border-radius:50%;font-size:1.2rem}.stk-tray-head,.stk-tabs{flex:none}.stk-grid{grid-template-columns:repeat(auto-fill,minmax(78px,1fr));gap:.55rem;min-height:0;padding:2px;display:grid}.stk-tray>.stk-grid{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y;flex:auto;overflow-y:auto}.stk-tile{aspect-ratio:1;border-radius:var(--r-lg,16px);cursor:pointer;background:#0000000a;border:1px solid #0000000f;justify-content:center;align-items:center;transition:transform .15s;display:flex;position:relative;overflow:hidden}.stk-tile:hover{transform:scale(1.05)}.stk-tile img{object-fit:contain;cursor:pointer;max-width:100%;max-height:100%}.stk-del{color:#fff;cursor:pointer;background:#140c1c9e;border:none;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.9rem;line-height:1;display:flex;position:absolute;top:3px;right:3px}.stk-del:disabled{opacity:.55;cursor:wait}.stk-add{color:#f97316;background:#f9731614;border:1.5px dashed #f9731680;font-size:1.8rem;font-weight:300}.stk-add.full{color:#bbb;background:#00000008;border-color:#ddd}.stk-empty{border-radius:var(--r-lg,16px);color:var(--text-muted,#6b5b7e);background:#f9731612;border:1px solid #f9731629;flex-direction:column;grid-column:1/-1;gap:.25rem;margin:.1rem 0 .2rem;padding:.75rem .85rem;font-size:.84rem;line-height:1.35;display:flex}.stk-empty strong{color:var(--text-dark,#2d1b3d);font-size:.9rem;line-height:1.25}.stk-loading{text-align:center;color:var(--text-muted,#6b5b7e);grid-column:1/-1;padding:1.6rem;font-size:.9rem}.stk-toast{z-index:11010;color:#fff;border-radius:var(--r-full,999px);opacity:0;pointer-events:none;background:#140c1ce6;max-width:90vw;padding:.6rem 1rem;font-size:.84rem;font-weight:600;transition:opacity .25s,transform .25s;position:fixed;bottom:84px;left:50%;transform:translate(-50%,16px)}.stk-toast.show{opacity:1;transform:translate(-50%)}.stk-tabs{align-items:center;gap:.45rem;margin-bottom:.8rem;display:flex}.stk-tab{color:var(--text-muted,#6b5b7e);border-radius:var(--r-full,999px);cursor:pointer;background:#0000000d;border:none;flex:none;padding:.4rem .9rem;font-size:.85rem;font-weight:700;transition:background .2s,color .2s}.stk-tab.active{background:var(--ctl-accent,#ec4899);color:var(--ctl-accent-text,#fff)}.stk-tabs .stk-x{margin-left:.3rem}.stk-tabwrap{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y;flex:auto;min-height:0;max-height:none;overflow-y:auto}.stk-emoji-grid{grid-template-columns:repeat(auto-fill,minmax(42px,1fr));gap:.25rem;display:grid}.stk-emoji{border-radius:var(--r-sm,8px);cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:1.55rem;line-height:1;transition:transform .12s,background .18s}.stk-emoji:hover{background:#0000000f;transform:scale(1.15)}.ec,.ec *,.ec :before,.ec :after{box-sizing:border-box}.ec.ec-disabled{opacity:.58;pointer-events:none}.ec-full{align-items:flex-start;gap:.75rem;display:flex}.ec-avatar{flex:none}.ec-avatar-pic{border-radius:50%;width:42px;height:42px;overflow:hidden}.ec-body{flex-direction:column;flex:1;gap:.6rem;min-width:0;display:flex;position:relative}.ec-textarea{resize:none;cursor:text;width:100%;font:inherit;color:var(--ctl-text,#2d1b3d);background:rgba(var(--ctl-field-bg-rgb,255,255,255), .82);border:1.5px solid rgba(var(--ctl-accent-rgb,190,24,93), .38);border-radius:var(--r-lg,16px);min-height:72px;max-height:40vh;box-shadow:inset 0 1px 0 rgba(var(--ctl-highlight-rgb,255,255,255), .55), 0 1px 2px rgba(var(--ctl-shadow-rgb,45,27,61), .05);outline:none;padding:.85rem 1rem;font-size:1.02rem;line-height:1.5;transition:border-color .2s,box-shadow .2s,background .2s;display:block}.ec-textarea:hover{border-color:rgba(var(--ctl-accent-rgb,190,24,93), .6);background:rgba(var(--ctl-field-bg-rgb,255,255,255), .9)}.ec-textarea:focus{border-color:var(--ctl-accent,#be185d);background:rgba(var(--ctl-field-bg-rgb,255,255,255), .96);box-shadow:0 0 0 3px rgba(var(--ctl-accent-rgb,190,24,93), .2), 0 4px 14px rgba(var(--ctl-accent-rgb,190,24,93), .12)}.ec-textarea::placeholder{color:var(--ctl-text-muted,#6b5b7e);opacity:.85}.ec-textarea-wrap{position:relative}.ec-full .ec-count{pointer-events:none;opacity:.55;color:var(--text-muted,#9b8aae);background:var(--ctl-input-bg,#ffffffd1);border-radius:var(--r-full,999px);margin:0;padding:2px 7px;font-size:.72rem;font-weight:700;line-height:1;position:absolute;bottom:8px;right:10px}.ec-full .ec-count.warning{opacity:.9}.ec-full .ec-count.danger{opacity:1}@keyframes ec-invite{0%,to{box-shadow:inset 0 1px 0 #ffffff8c, 0 1px 2px #0000000a, 0 0 0 0 rgba(var(--ctl-accent-rgb,236,72,153), 0)}50%{box-shadow:inset 0 1px 0 #ffffff8c, 0 1px 2px #0000000a, 0 0 0 5px rgba(var(--ctl-accent-rgb,236,72,153), .1)}}.ec-full .ec-textarea:not(:focus):placeholder-shown{animation:2.8s ease-in-out infinite ec-invite}@media (prefers-reduced-motion:reduce){.ec-full .ec-textarea:not(:focus):placeholder-shown{animation:none}}.ec-toolbar{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.ec-tools,.ec-actions{align-items:center;gap:.35rem;display:flex}.ec-count{color:var(--text-muted,#9b8aae);margin-right:.15rem;font-size:.76rem;font-weight:700}.ec-count.warning{color:#d97706}.ec-count.danger{color:#dc2626}.ec-tool{border-radius:var(--r-sm,8px);cursor:pointer;width:38px;height:38px;color:var(--ctl-accent,#ec4899);background:0 0;border:none;justify-content:center;align-items:center;font-size:1.25rem;line-height:1;transition:filter .18s,transform .12s,opacity .18s;display:inline-flex}.ec-tool:hover{filter:drop-shadow(0 4px 7px rgba(var(--ctl-shadow-rgb,45,27,61),.16)) saturate(1.14);transform:translateY(-1px)scale(1.08)}.ec-tool:active{transform:scale(.94)}.ec-tool.active{box-shadow:none;color:var(--ctl-accent,#ec4899);filter:drop-shadow(0 4px 7px rgba(var(--ctl-accent-rgb,236,72,153),.2)) saturate(1.18);background:0 0;transform:scale(1.06)}.ec-tool-ico{object-fit:contain;width:20px;height:20px;display:block}.ec-veil-tool .ec-veil-ico{object-fit:contain;width:25px;height:25px;display:block}.ec-submit{border-radius:var(--r-full,999px);cursor:pointer;font:inherit;background:var(--post-btn-grad,var(--ctl-accent,#ec4899));color:var(--ctl-accent-text,#fff);border:none;padding:.5rem 1.25rem;font-size:.9rem;font-weight:700;transition:filter .18s,transform .12s}.ec-submit:hover{filter:brightness(1.05)}.ec-submit:active{transform:scale(.97)}.ec-submit:disabled{opacity:.5;cursor:default}.reply-composer-mount{flex:auto;width:100%;min-width:0}.ec-inline{background:var(--card-bg,#fff);border:1px solid var(--ctl-border,#0000001a);border-radius:var(--r-lg,16px);flex-direction:column;gap:.35rem;padding:.5rem .7rem;display:flex}.ec-inline-bar{justify-content:space-between;align-items:center;gap:.4rem;display:flex}.ec-inline-bar-end{flex:none;align-items:center;gap:.5rem;display:flex}.ec-inline-tools{flex:none;align-items:center;gap:.2rem;display:flex}.ec-more-wrap{flex:none;display:inline-flex;position:relative}.ec-more-menu{z-index:30;background:var(--card-bg,#fff);border:1px solid var(--ctl-border,#0000001a);border-radius:var(--r-md,12px);flex-direction:column;gap:.12rem;min-width:158px;padding:.3rem;display:flex;position:absolute;bottom:calc(100% + 6px);left:0;box-shadow:0 10px 28px #0000002e}.ec-more-menu[hidden]{display:none}.ec-more-item{cursor:pointer;border-radius:var(--r-sm,8px);width:100%;font:inherit;color:var(--text-dark,#2d1b3d);text-align:left;background:0 0;border:none;align-items:center;gap:.55rem;padding:.5rem .55rem;font-size:.9rem;font-weight:600;transition:background .15s;display:flex}.ec-more-item:hover{background:var(--ctl-soft,#0000000d)}.ec-more-item .ec-tool-ico{object-fit:contain;flex:none;width:19px;height:19px}.ec-inline .ec-tool{background:0 0;width:32px;height:32px;font-size:1.05rem}.ec-inline .ec-tool-ico{width:17px;height:17px}.ec-inline .ec-veil-tool .ec-veil-ico{width:21px;height:21px}.ec-inline .ec-more{font-weight:300}.ec-inline-main{flex-direction:column;gap:.4rem;width:100%;min-width:0;display:flex}.ec-input{width:100%;font:inherit;color:var(--text-dark,#2d1b3d);resize:none;background:0 0;border:none;outline:none;min-height:2.7em;max-height:32vh;padding:.25rem .15rem;font-size:16px;line-height:1.45;display:block;overflow-y:auto}.ec-input::placeholder{color:var(--text-muted,#9b8aae)}.ec-submit-icon{cursor:pointer;background:var(--post-btn-grad,var(--ctl-accent,#ec4899));width:34px;height:34px;color:var(--ctl-accent-text,#fff);border:none;border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:1rem;transition:filter .18s,transform .12s;display:inline-flex}.ec-submit-icon:hover{filter:brightness(1.05)}.ec-submit-icon:active{transform:scale(.93)}.ec-submit-icon:disabled{opacity:.5;cursor:default}.ec-photo-thumb{width:72px;position:relative}.ec-photo-thumb img{object-fit:cover;border-radius:var(--r-md,12px);width:72px;height:72px;display:block}.ec-thumb-x{color:#fff;cursor:pointer;background:#140c1cc7;border:none;border-radius:50%;width:22px;height:22px;font-size:.95rem;line-height:1;position:absolute;top:-6px;right:-6px}.ec-panel{border:1px solid var(--ctl-border,#0000001a);border-radius:var(--r-lg,16px);background:var(--ctl-soft,#00000006);padding:.7rem}.ec-panel[hidden]{display:none}.ec-clear{cursor:pointer;font:inherit;color:#dc2626;background:0 0;border:none;margin-top:.55rem;padding:.2rem 0;font-size:.82rem;font-weight:700}.ec-textarea-wrap[hidden]{display:none}.ec-panel-photo{background:0 0;border:none;padding:0;position:relative}.ec-panel-photo.drag-active{min-height:156px}.ec-photo-add{z-index:6;border-radius:var(--r-lg,16px);cursor:pointer;font:inherit;color:var(--ctl-accent,#be185d);background:rgba(var(--ctl-surface-rgb,255,255,255), .85);-webkit-backdrop-filter:blur(8px);border:1.5px dashed rgba(var(--ctl-accent-rgb,190,24,93), .6);box-shadow:inset 0 0 0 4px rgba(var(--ctl-accent-rgb,190,24,93), .06);flex-direction:column;justify-content:center;align-items:center;gap:.6rem;padding:1.1rem;font-size:.86rem;font-weight:700;display:flex;position:absolute;inset:0}.ec-photo-add[hidden]{display:none}.ec-photo-add-ico-wrap{border-radius:var(--r-lg,16px);background:var(--ctl-accent-grad,linear-gradient(135deg,#ec4899,#a855f7));width:46px;height:46px;box-shadow:0 5px 14px rgba(var(--ctl-accent-rgb,190,24,93), .3), inset 0 1px 1px #fff6;justify-content:center;align-items:center;display:flex}.ec-photo-add-ico{object-fit:contain;filter:brightness(0)invert();width:24px;height:24px}.ec-photo-editor{flex-direction:column;gap:.75rem;display:flex}.ec-photo-editor[hidden]{display:none}.ec-panel-photo.is-settling .ec-photo-editor{visibility:hidden;pointer-events:none}.ec-photo-preparing,.ec-photo-settling{border-radius:var(--r-lg,16px);background:rgba(var(--ctl-soft-rgb,255,255,255), .42);width:min(100%,480px);max-width:100%;min-height:260px;box-shadow:inset 0 0 0 1px rgba(var(--ctl-border-rgb,120,110,140), .36);justify-content:center;align-items:center;margin:0 auto;display:flex}.ec-photo-settling{visibility:hidden;pointer-events:none}.ec-photo-spinner{border:3px solid rgba(var(--ctl-accent-rgb,190,24,93), .22);border-top-color:var(--ctl-accent,#be185d);border-radius:50%;width:28px;height:28px}.ec-photo-stage{backface-visibility:hidden;align-self:center;width:min(100%,480px);min-width:0;max-width:100%;line-height:0;position:relative;transform:translateZ(0)}.ec-photo-stage.frame-mode{background:var(--ec-frame,#fff);box-shadow:0 10px 30px rgba(var(--ctl-shadow-rgb,45,27,61), .18), 0 2px 6px rgba(var(--ctl-shadow-rgb,45,27,61), .08);border-radius:6px;padding:8px 8px 10px}.ec-photo-stage.bubble-mode{border-radius:var(--r-2xl,24px);cursor:text;box-shadow:0 10px 30px rgba(var(--ctl-shadow-rgb,45,27,61), .16);overflow:hidden}.ec-photo-stage.plain-mode{background:var(--bubble-grad,linear-gradient(135deg,#f3cbd6,#f1d4df));color:var(--bubble-text,#5a1f3a);border-radius:var(--r-2xl,24px);box-shadow:0 8px 22px rgba(var(--bubble-text-rgb,90,31,58),.12), inset 0 1px 1px #ffffff80;padding:.78rem 1.05rem;line-height:normal}.ec-photo-stage.plain-mode:after{content:"";background:var(--bubble-dot,var(--ui-bubble-surface-1,#f3cbd6));box-sizing:border-box;width:13px;height:13px;box-shadow:0 2px 5px rgba(var(--bubble-text-rgb,90,31,58),.14);border:1px solid #ffffff9e;border-radius:50%;position:absolute;top:10px;left:-13px}.ec-photo-stage.plain-mode:before{content:"";background:var(--bubble-dot,var(--ui-bubble-surface-1,#f3cbd6));box-sizing:border-box;width:9px;height:9px;box-shadow:0 2px 5px rgba(var(--bubble-text-rgb,90,31,58),.14);border:1px solid #ffffff9e;border-radius:50%;position:absolute;top:29px;left:-22px}.ec-photo-holder{width:100%;min-width:0;aspect-ratio:var(--ec-photo-aspect,4 / 5);line-height:0;position:relative}.ec-photo-preview{object-fit:contain;backface-visibility:hidden;background:#e8e8e8;width:100%;max-width:100%;height:100%;display:block;transform:translateZ(0)}.ec-photo-stage.frame-mode .ec-photo-preview{border-radius:3px}.ec-photo-stage.bubble-mode .ec-photo-preview{border-radius:inherit}.ec-photo-stage.is-preparing{pointer-events:none}.ec-photo-busy{z-index:7;border-radius:inherit;background:rgba(var(--ctl-surface-rgb,255,255,255), .18);-webkit-backdrop-filter:blur(2px);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.ec-plain-content{flex-direction:column;gap:.6rem;min-width:0;display:flex}.ec-plain-text{min-height:1.45em;color:var(--bubble-text,#5a1f3a);white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;cursor:text;outline:none;padding-right:2.35rem;font-size:1rem;font-weight:400;line-height:1.45;display:block}.ec-plain-text:empty:before{content:attr(data-ph);color:rgba(var(--bubble-text-rgb,90,31,58),.62);font-weight:500}.ec-plain-photo-embed{border-radius:var(--r-lg,16px);background:#ffffff4d;width:fit-content;max-width:min(100%,480px);position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff59,0 4px 12px #00000029}.ec-plain-photo-img{object-fit:contain;object-position:center;backface-visibility:hidden;width:auto;max-width:100%;height:auto;max-height:min(72vh,340px);display:block;transform:translateZ(0)}.ec-frame-cap{color:#4a3a5a;cursor:text;box-sizing:border-box;text-align:center;overflow-wrap:anywhere;word-break:break-word;white-space:pre-wrap;outline:none;width:100%;min-width:0;max-width:100%;min-height:1.6em;padding:.3rem .5rem .55rem;font-family:Segoe Script,Bradley Hand,Comic Sans MS,cursive;font-size:1rem;font-weight:400;line-height:1.25;display:block}.ec-frame-cap[hidden]{display:none}.ec-frame-cap:empty:before{content:attr(data-ph);color:#9b8aae;opacity:.8}.ec-photo-stage.frame-dark .ec-frame-cap{color:#fff;text-shadow:0 1px 2px #000000ad,0 0 1px #000000d1;font-weight:500}.ec-photo-stage.frame-dark .ec-frame-cap:empty:before{color:#ffffffd6}.ec-cap-pill{box-sizing:border-box;width:min(86%,420px);color:var(--ec-cap-color,#fff);font-size:calc(1rem * var(--ec-cap-scale,1));text-shadow:0 2px 18px #0e051c94,0 1px 1px #0e051c57;z-index:4;pointer-events:none;-webkit-user-select:none;user-select:none;padding:0;line-height:1.04;display:block;position:absolute}.ec-cap-text{white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;text-wrap:balance;font-weight:850;display:block}.ec-bubble-tools{flex-direction:column;gap:.4rem;width:min(100%,480px);display:flex;position:relative}.ec-bubble-input-row{border:1px solid rgba(var(--ctl-border-rgb,120,110,140), .38);border-radius:var(--r-md,12px);background:rgba(var(--ctl-surface-rgb,255,255,255), .65);align-items:flex-start;gap:.5rem;padding:.5rem .55rem;display:flex}.ec-bubble-input{font:inherit;color:var(--ctl-text,#2d1b3d);white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;outline:none;flex:1;min-height:1.4em;font-size:.92rem;line-height:1.4}.ec-bubble-input:empty:before{content:attr(data-ph);color:rgba(var(--ctl-shadow-rgb,45,27,61), .38);pointer-events:none}.ec-bubble-input-row:focus-within{border-color:rgba(var(--ctl-accent-rgb,190,24,93), .55);background:rgba(var(--ctl-surface-rgb,255,255,255), .88)}.ec-bubble-ctrl{border:2px solid rgba(var(--ctl-border-rgb,120,110,140), .35);cursor:pointer;width:36px;height:36px;box-shadow:0 2px 8px rgba(var(--ctl-shadow-rgb,45,27,61), .08);background:rgba(var(--ctl-surface-rgb,255,255,255), .9);color:var(--ctl-text,#2d1b3d);border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:15px;line-height:1;transition:transform .15s,background .15s,border-color .15s;display:inline-flex}.ec-bubble-ctrl:hover{background:rgba(var(--ctl-surface-rgb,255,255,255), 1);transform:scale(1.06)}.ec-bubble-ctrl[aria-expanded=true]{background:rgba(var(--ctl-accent-rgb,190,24,93), .1);border-color:rgba(var(--ctl-accent-rgb,190,24,93), .5)}.ec-bubble-ctrl-pop{z-index:5;background:rgba(var(--ctl-surface-rgb,255,255,255), .94);-webkit-backdrop-filter:blur(20px)saturate(1.6);border:1px solid rgba(var(--ctl-border-rgb,120,110,140), .45);border-radius:var(--r-lg,16px);width:226px;box-shadow:0 12px 32px rgba(var(--ctl-shadow-rgb,45,27,61), .18);padding:.65rem .7rem;position:absolute;bottom:calc(100% + 8px);right:0}.ec-bubble-ctrl-pop[hidden]{display:none}.ec-ctrl-label{color:rgba(var(--ctl-shadow-rgb,45,27,61), .62);margin:0 0 .42rem;font-size:.72rem;font-weight:850;line-height:1;display:block}.ec-ctrl-size-row,.ec-ctrl-height-row{align-items:center;gap:.5rem;padding:.05rem 0 .2rem;display:flex}.ec-ctrl-a-sm{color:rgba(var(--ctl-shadow-rgb,45,27,61), .55);flex:none;font-size:.7rem;font-weight:700;line-height:1}.ec-ctrl-a-lg{color:rgba(var(--ctl-shadow-rgb,45,27,61), .55);flex:none;font-size:1.1rem;font-weight:700;line-height:1}.ec-ctrl-height-low,.ec-ctrl-height-high{border:2px solid rgba(var(--ctl-shadow-rgb,45,27,61),.22);border-radius:50%;flex:0 0 18px;width:18px;height:18px;position:relative}.ec-ctrl-height-low:before,.ec-ctrl-height-high:before{content:"";background:rgba(var(--ctl-accent-rgb,190,24,93),.72);border-radius:50%;width:7px;height:7px;position:absolute;left:50%;transform:translate(-50%)}.ec-ctrl-height-low:before{bottom:3px}.ec-ctrl-height-high:before{top:3px}.ec-ctrl-slider{appearance:none;cursor:pointer;background:linear-gradient(to right, rgba(var(--ctl-accent-rgb,190,24,93), .7) 0%, rgba(var(--ctl-accent-rgb,190,24,93), .7) var(--pct,50%), rgba(var(--ctl-shadow-rgb,45,27,61), .16) var(--pct,50%), rgba(var(--ctl-shadow-rgb,45,27,61), .16) 100%);border:none;border-radius:2px;outline:none;flex:auto;height:4px;margin:0;padding:0}.ec-ctrl-slider::-webkit-slider-thumb{-webkit-appearance:none;border:2.5px solid rgba(var(--ctl-accent-rgb,190,24,93), .85);width:18px;height:18px;box-shadow:0 1px 6px rgba(var(--ctl-shadow-rgb,45,27,61), .28);cursor:pointer;background:#fff;border-radius:50%}.ec-ctrl-slider::-moz-range-thumb{border:2.5px solid rgba(var(--ctl-accent-rgb,190,24,93), .85);width:18px;height:18px;box-shadow:0 1px 6px rgba(var(--ctl-shadow-rgb,45,27,61), .28);cursor:pointer;background:#fff;border-radius:50%}.ec-ctrl-divider{border:none;border-top:1px solid rgba(var(--ctl-shadow-rgb,45,27,61), .1);margin:.62rem -.1rem}.ec-ctrl-colors{grid-template-columns:repeat(7,1fr);gap:.34rem;display:grid}.ec-text-swatch{border:2px solid rgba(var(--ctl-shadow-rgb,45,27,61),.14);background:var(--swatch);cursor:pointer;border-radius:50%;width:22px;height:22px;padding:0;transition:transform .12s,border-color .12s,box-shadow .12s;box-shadow:inset 0 0 0 1px #ffffff6b}.ec-text-swatch:hover{transform:scale(1.1)}.ec-text-swatch.selected{border-color:var(--ctl-accent,#be185d);box-shadow:inset 0 0 0 1px #ffffff6b, 0 0 0 3px rgba(var(--ctl-accent-rgb,190,24,93),.24)}.ec-cap-counter{border-radius:var(--r-full,999px);pointer-events:none;background:rgba(var(--ctl-shadow-rgb,45,27,61), .7);color:#fff;padding:2px 6px;font-size:.68rem;font-weight:700;line-height:1;position:absolute;bottom:calc(100% + 4px);right:0}.ec-cap-counter.ec-cap-counter-danger{background:#dc2626d9}@keyframes ec-toast-in{0%{opacity:0;transform:translate(-50%)translateY(6px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.ec-style-toast{white-space:nowrap;pointer-events:none;z-index:10;background:rgba(var(--ctl-shadow-rgb,45,27,61), .82);color:#fff;border-radius:var(--r-full,999px);padding:.35rem .75rem;font-size:.8rem;font-weight:500;animation:.2s ec-toast-in;position:absolute;bottom:52px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000038}.ec-swatch{cursor:pointer;width:30px;height:30px;box-shadow:inset 0 0 0 1px rgba(var(--ctl-shadow-rgb,45,27,61), .18);border:2px solid #0000;border-radius:50%;transition:transform .12s}.ec-swatch:hover{transform:scale(1.12)}.ec-swatch.selected{border-color:var(--ctl-accent,#be185d);box-shadow:inset 0 0 0 1px rgba(var(--ctl-shadow-rgb,45,27,61), .18), 0 0 0 3px rgba(var(--ctl-accent-rgb,190,24,93), .28)}.ec-font{border-radius:var(--r-sm,8px);cursor:pointer;background:rgba(var(--ctl-shadow-rgb,45,27,61), .06);height:40px;color:var(--ctl-text,#2d1b3d);border:2px solid #0000;justify-content:center;align-items:center;padding:0;font-size:20px;line-height:1;transition:transform .12s;display:inline-flex}.ec-font:hover{transform:scale(1.06)}.ec-font.selected{border-color:var(--ctl-accent,#be185d);background:rgba(var(--ctl-accent-rgb,190,24,93), .12)}.ff-manuscrita{font-family:Segoe Script,Bradley Hand,Comic Sans MS,cursive}.ff-marcador{font-family:Comic Sans MS,Chalkboard SE,Marker Felt,sans-serif;font-weight:700}.ff-serifa{font-family:Georgia,Times New Roman,serif;font-style:italic}.ff-maquina{font-family:Courier New,Courier,monospace}.ff-bastao{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.ff-etiqueta{text-transform:uppercase;letter-spacing:1px;font-family:Arial Narrow,Helvetica Neue,Arial,sans-serif;font-weight:700}.ec-color-dot{cursor:pointer;z-index:3;width:34px;height:34px;box-shadow:0 3px 10px rgba(var(--ctl-shadow-rgb,45,27,61), .35);border:3px solid #fff;border-radius:50%;transition:transform .15s;position:absolute;bottom:14px;right:14px}.ec-color-dot:hover{transform:scale(1.08)}.ec-color-pop{z-index:5;background:rgba(var(--ctl-surface-rgb,255,255,255), .92);-webkit-backdrop-filter:blur(20px)saturate(1.6);border:1px solid rgba(var(--ctl-border-rgb,120,110,140), .5);border-radius:var(--r-lg,16px);width:198px;box-shadow:0 12px 32px rgba(var(--ctl-shadow-rgb,45,27,61), .18);flex-wrap:wrap;gap:.55rem;padding:.6rem;display:flex;position:absolute;bottom:56px;right:10px}.ec-color-pop[hidden]{display:none}.ec-font-dot{cursor:pointer;z-index:3;width:34px;height:34px;box-shadow:0 3px 10px rgba(var(--ctl-shadow-rgb,45,27,61), .35);color:#fff;background:#140c1c9e;border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:15px;line-height:1;transition:transform .15s;display:inline-flex;position:absolute;bottom:14px;right:56px}.ec-font-dot:hover{transform:scale(1.08)}.ec-font-pop{z-index:5;background:rgba(var(--ctl-surface-rgb,255,255,255), .92);-webkit-backdrop-filter:blur(20px)saturate(1.6);border:1px solid rgba(var(--ctl-border-rgb,120,110,140), .5);border-radius:var(--r-lg,16px);width:168px;box-shadow:0 12px 32px rgba(var(--ctl-shadow-rgb,45,27,61), .18);grid-template-columns:repeat(3,1fr);gap:.5rem;padding:.6rem;display:grid;position:absolute;bottom:56px;right:10px}.ec-font-pop[hidden]{display:none}.ec-style-dot{cursor:pointer;z-index:3;width:34px;height:34px;box-shadow:0 3px 10px rgba(var(--ctl-shadow-rgb,45,27,61), .35);color:#fff;background:#140c1c9e;border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:transform .15s;display:inline-flex;position:absolute;bottom:14px;left:14px}.ec-style-dot:hover{transform:scale(1.08)}.ec-style-dot svg{display:block}.ec-style-pop{z-index:5;background:rgba(var(--ctl-surface-rgb,255,255,255), .94);-webkit-backdrop-filter:blur(20px)saturate(1.6);border:1px solid rgba(var(--ctl-border-rgb,120,110,140), .5);border-radius:var(--r-lg,16px);width:230px;box-shadow:0 12px 32px rgba(var(--ctl-shadow-rgb,45,27,61), .18);padding:.45rem;position:absolute;bottom:56px;left:10px}.ec-style-pop[hidden]{display:none}.ec-style-opt{cursor:pointer;text-align:left;border-radius:var(--r-md,12px);background:0 0;border:2px solid #0000;align-items:center;gap:.6rem;width:100%;padding:.42rem .5rem;transition:background .15s,border-color .15s;display:flex}.ec-style-opt+.ec-style-opt{margin-top:.18rem}.ec-style-opt:hover{background:rgba(var(--ctl-shadow-rgb,45,27,61), .06)}.ec-style-opt.selected{border-color:var(--ctl-accent,#be185d);background:rgba(var(--ctl-accent-rgb,190,24,93), .1)}.ec-style-meta{flex:1;min-width:0}.ec-style-name{color:var(--ctl-text,#2d1b3d);font-size:.86rem;font-weight:800;line-height:1.15;display:block}.ec-style-sub{color:var(--ctl-text-muted,#6b5b7e);font-size:.7rem;font-weight:600;display:block}.ec-style-thumb{width:34px;height:28px;box-shadow:inset 0 0 0 1px rgba(var(--ctl-shadow-rgb,45,27,61), .16);border-radius:5px;flex:none;position:relative;overflow:hidden}.ec-style-thumb.st-frame{background:#fff}.ec-style-thumb.st-frame:before{content:"";background:rgba(var(--ctl-shadow-rgb,45,27,61), .32);border-radius:1px;height:4px;position:absolute;top:4px;left:7px;right:7px}.ec-style-thumb.st-frame:after{content:"";background:linear-gradient(135deg,#ff9a3d,#5b2a86);border-radius:2px;position:absolute;inset:11px 4px 4px}.ec-style-thumb.st-bubble{background:linear-gradient(135deg,#ff9a3d,#5b2a86)}.ec-style-thumb.st-bubble:after{content:"";background:#140c1c9e;border-radius:5px;width:18px;height:7px;position:absolute;bottom:4px;left:4px}.ec-style-thumb.st-plain{background:#fff}.ec-style-thumb.st-plain:before{content:"";background:rgba(var(--ctl-shadow-rgb,45,27,61), .32);border-radius:1px;width:64%;height:3px;position:absolute;top:4px;left:4px}.ec-style-thumb.st-plain:after{content:"";background:linear-gradient(135deg,#ff9a3d,#5b2a86);border-radius:2px;position:absolute;inset:11px 4px 4px}.ec-photo-actions{justify-content:center;gap:.6rem;display:flex}.ec-photo-actions button{cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:transform .2s,background .2s,box-shadow .2s;display:inline-flex}.ec-photo-actions button svg{display:block}.ec-photo-swap{color:var(--ctl-text,#2d1b3d);background:rgba(var(--ctl-surface-rgb,255,255,255), .65);box-shadow:inset 0 0 0 1px rgba(var(--ctl-border-rgb,120,110,140), .5), 0 2px 8px rgba(var(--ctl-shadow-rgb,45,27,61), .06)}.ec-photo-swap:hover{background:rgba(var(--ctl-surface-2-rgb,255,255,255), .92);transform:translateY(-1px)}.ec-photo-remove{color:var(--ctl-danger,#dc2626);background:rgba(var(--ctl-danger-rgb,220,38,38), .1);box-shadow:inset 0 0 0 1px rgba(var(--ctl-danger-rgb,220,38,38), .3)}.ec-photo-remove:hover{background:rgba(var(--ctl-danger-rgb,220,38,38), .18);transform:translateY(-1px)}@media (hover:none),(pointer:coarse){.ec-photo-stage,.ec-cap-pill,.ec-bubble-ctrl,.ec-color-dot,.ec-font-dot,.ec-style-dot,.ec-swatch,.ec-text-swatch,.ec-font,.ec-photo-actions button{transition:none!important}.ec-photo-busy{-webkit-backdrop-filter:none}.ec-bubble-ctrl:hover,.ec-color-dot:hover,.ec-font-dot:hover,.ec-style-dot:hover,.ec-swatch:hover,.ec-text-swatch:hover,.ec-font:hover,.ec-photo-actions button:hover,.ec-photo-actions button:active{transform:none}}.ec-poll{flex-direction:column;gap:.45rem;display:flex}.ec-poll-input,.ec-loc-input{border:1px solid var(--ctl-border,#0000001f);border-radius:var(--r-sm,8px);width:100%;font:inherit;color:var(--text-dark,#2d1b3d);background:var(--card-bg,#fff);outline:none;padding:.5rem .65rem;font-size:.9rem}.ec-poll-input:focus,.ec-loc-input:focus{border-color:var(--ctl-accent,#ec4899)}.ec-loc-row{align-items:center;gap:.5rem;display:flex}.ec-loc-pin img{object-fit:contain;width:18px;height:18px}.ec-loc-input{flex:1}.ec-sticker-preview[hidden],.ec-link-draft[hidden],.ec-photo-thumb[hidden]{display:none}.ec-sticker-preview{flex:none;align-items:center;display:inline-flex}.ec-chip{border-radius:var(--r-sm,8px);background:var(--ctl-soft,#0000000d);border:1px solid var(--ctl-border,#0000001a);width:38px;height:38px;display:inline-flex;position:relative;overflow:hidden}.ec-chip img{object-fit:contain;width:100%;height:100%}.ec-chip-emoji{justify-content:center;align-items:center;width:100%;height:100%;font-size:1.35rem;line-height:1;display:flex}.ec-chip-x{color:#fff;cursor:pointer;background:#140c1cb8;border:none;border-radius:50%;width:18px;height:18px;font-size:.8rem;line-height:1;position:absolute;top:1px;right:1px}.ec-inline .ec-chip{width:32px;height:32px}.ec-inline .ec-chip-emoji{font-size:1.15rem}.ec-inline .ec-chip-x{width:16px;height:16px;font-size:.72rem}.ec-link-draft{position:relative}.ec-link-clear{color:#fff;cursor:pointer;z-index:2;background:#140c1cb8;border:none;border-radius:50%;width:24px;height:24px;font-size:1rem;line-height:1;position:absolute;top:6px;right:6px}.photo-open-btn{color:inherit;font:inherit;text-align:inherit;cursor:zoom-in;appearance:none;background:0 0;border:0;padding:0;display:block}.photo-open-btn:focus-visible{outline-offset:3px;outline:3px solid #ffffffd1}.photo-open-btn-frame,.photo-open-btn-reply{border-radius:inherit;width:100%;overflow:hidden}.photo-open-btn-bubble{border-radius:inherit;z-index:1;width:100%;position:relative;overflow:hidden}.photo-open-btn-reply{width:auto;max-width:100%}.photo-open-btn .frame-photo,.photo-open-btn .photo-bubble-img,.photo-open-btn .reply-photo-img,.photo-open-btn .msg-photo{pointer-events:none}.photo-viewer{z-index:10000;opacity:0;visibility:hidden;place-items:center;padding:18px;transition:opacity .18s,visibility .18s;display:grid;position:fixed;inset:0}.photo-viewer.open{opacity:1;visibility:visible}.photo-viewer-backdrop{-webkit-backdrop-filter:blur(12px);background:#0d1117c7;border:0;position:absolute;inset:0}.photo-viewer-frame{z-index:1;outline:none;place-items:center;max-width:calc(100vw - 36px);max-height:calc(100dvh - 36px);display:grid;position:relative}.photo-viewer-stage{border-radius:var(--r-lg,16px);touch-action:none;cursor:zoom-in;max-width:calc(100vw - 36px);max-height:calc(100dvh - 72px);overflow:hidden;box-shadow:0 22px 70px #00000073}.photo-viewer-stage.is-pannable{cursor:grab}.photo-viewer-stage.is-gesturing{cursor:grabbing}.photo-viewer-img{object-fit:contain;border-radius:var(--r-lg,16px);transform-origin:50%;-webkit-user-select:none;user-select:none;background:#fff;width:auto;max-width:min(1100px,100vw - 36px);height:auto;max-height:calc(100dvh - 72px);transition:transform .16s;display:block}.photo-viewer-stage.is-gesturing .photo-viewer-img{transition:none}.photo-viewer-tools{z-index:2;border-radius:var(--r-full,999px);-webkit-backdrop-filter:blur(12px);background:#0f172ab8;border:1px solid #ffffff2e;align-items:center;gap:6px;padding:5px;display:inline-flex;position:absolute;bottom:12px;left:50%;transform:translate(-50%);box-shadow:0 10px 26px #00000052}.photo-viewer-tool{border-radius:var(--r-full,999px);color:#172033;background:#ffffffeb;border:0;justify-content:center;align-items:center;min-width:34px;height:34px;font-size:1rem;font-weight:900;line-height:1;transition:transform .16s,background .16s,opacity .16s;display:inline-flex;box-shadow:0 3px 10px #0000002e}.photo-viewer-zoom-reset{min-width:58px;padding:0 .72rem;font-size:.78rem}.photo-viewer-tool:hover:not(:disabled),.photo-viewer-tool:focus-visible{background:#fff;outline:none;transform:scale(1.06)}.photo-viewer-tool:disabled{opacity:.45;cursor:not-allowed}.photo-viewer-close{z-index:2;color:#172033;background:#ffffffeb;border:0;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:.95rem;font-weight:900;transition:transform .18s,background .18s;display:flex;position:absolute;top:10px;right:10px;box-shadow:0 8px 20px #00000040}.photo-viewer-close:hover,.photo-viewer-close:focus-visible{background:#fff;outline:none;transform:scale(1.06)}@media (width<=560px){.photo-viewer{padding:10px}.photo-viewer-frame,.photo-viewer-stage{max-width:calc(100vw - 20px)}.photo-viewer-stage{max-height:calc(100dvh - 50px)}.photo-viewer-img{max-width:calc(100vw - 20px);max-height:calc(100dvh - 50px)}.photo-viewer-tools{bottom:10px}}.posts-container{flex-direction:column;gap:1rem;min-width:0;max-width:100%;display:flex}.post{--post-card-border:1px solid #ffffff38;--post-card-shadow:0 4px 14px #2d1b3d09,inset 0 1px 1px #ffffff26;-webkit-backdrop-filter:blur(9px)saturate(1.08);border-radius:var(--r-2xl,24px);isolation:isolate;box-sizing:border-box;background:linear-gradient(#fff3,#ffffff16),linear-gradient(90deg,#ffffff0d,#fff0);align-items:flex-start;gap:1.8rem;min-width:0;max-width:100%;padding:1rem 1.25rem .65rem;display:flex;transform:translateZ(0);border:var(--post-card-border)!important;box-shadow:var(--post-card-shadow)!important}.profile-pic-wrapper{margin-top:calc(24px + var(--repost-space,0px) + var(--community-space,0px));width:58px;height:58px;font:inherit;appearance:none;cursor:pointer;background:conic-gradient(#43d13b 0deg 360deg,#ffffff40 0deg 360deg);border:0;border-radius:50%;outline:none;flex-shrink:0;padding:4px;transition:background .4s,transform .25s cubic-bezier(.34,1.56,.64,1);position:relative}.post:has(.repost-tag){--repost-space:22px}.post:has(.community-tag){--community-space:34px}.profile-pic-wrapper .profile-pic{border:0;width:100%;height:100%;margin-top:0;font-size:1.6rem}.profile-pic-wrapper .vita-bubble:hover{transform:none}.stamina-tip{color:#fff;border-radius:var(--r-md,12px);white-space:nowrap;pointer-events:none;-webkit-backdrop-filter:blur(8px);opacity:0;visibility:hidden;z-index:30;background:#2d1b3deb;border:1px solid #ffffff2e;flex-direction:column;align-items:center;gap:1px;padding:.4rem .7rem;transition:opacity .25s,transform .25s cubic-bezier(.34,1.56,.64,1);display:flex;position:absolute;top:-8px;left:50%;transform:translate(-50%,-8px)scale(.9);box-shadow:0 8px 22px #00000047}.stamina-tip:after{content:"";background:#2d1b3deb;border-bottom:1px solid #ffffff2e;border-right:1px solid #ffffff2e;width:10px;height:10px;position:absolute;bottom:-5px;left:50%;transform:translate(-50%)rotate(45deg)}.stamina-tip-name{font-size:.82rem;font-weight:800}.stamina-tip-time{opacity:.9;font-size:.72rem;font-weight:600}@media (hover:none),(pointer:coarse){.stamina-tip{display:none}}@media (hover:hover) and (pointer:fine){.profile-pic-wrapper:hover,.profile-pic-wrapper:focus-visible{transform:scale(1.18)translateY(-2px)}.profile-pic-wrapper:hover .stamina-tip,.profile-pic-wrapper:focus-visible .stamina-tip{opacity:1;visibility:visible;transform:translate(-50%,-14px)scale(1)}}.profile-pic{border:0;width:50px;height:50px;font-size:1.6rem}.post-info{flex:1 1 0;min-width:0;max-width:100%;position:relative}.author-row{flex-wrap:nowrap;align-items:center;gap:.4rem;min-width:0;max-width:100%;margin-bottom:.2rem;margin-left:0;display:flex;overflow:visible}.author-name{color:var(--text-on-bg,#444);white-space:nowrap;text-overflow:ellipsis;min-width:0;max-width:46%;font-size:.95rem;font-weight:800;overflow:hidden}.author-handle{color:var(--text-muted-on-bg,#9a8aa8);white-space:nowrap;text-overflow:ellipsis;min-width:0;max-width:36%;font-size:.85rem;font-weight:500;overflow:hidden}.author-link{cursor:pointer;text-align:left;appearance:none;background:0 0;border:0;outline:none;padding:0}.post button.author-link,.post button.post-mark,.post button.reply-pic-wrap{font:inherit;color:inherit;text-align:inherit;appearance:none;background:0 0;border:0;padding:0}.post button.author-name{color:var(--text-on-bg,#444);font-size:.95rem;font-weight:800}.post button.author-handle{color:var(--text-muted-on-bg,#9a8aa8);font-size:.85rem;font-weight:500}.post button.reply-author-name{color:var(--text-on-bg,#444);font-size:.95rem;font-weight:600}.post button.reply-author-handle{color:var(--text-muted-on-bg,#9a8aa8);font-size:.85rem;font-weight:500}.post button.repost-tag-name{color:var(--text-on-bg,#444);font-weight:700}@media (hover:hover) and (pointer:fine){.author-link:hover{text-underline-offset:2px;text-decoration:underline}}.time-ago{color:var(--text-subtle-on-bg,#999);white-space:nowrap;flex:none;font-size:.78rem}.time-ago:before{content:"·";margin-right:.34rem}.repost-tag{min-width:0;max-width:100%;color:var(--text-muted-on-bg,#9a8aa8);align-items:center;gap:.34rem;margin:0 0 .25rem;font-size:.78rem;font-weight:600;display:flex}.repost-tag-ico{color:var(--text-on-bg,#444);flex:none;font-size:.95rem;font-weight:800;line-height:1}.repost-tag-pic{flex:none;width:18px;height:18px;display:inline-flex}.repost-tag-pic .reply-pic{width:18px;min-width:18px;height:18px;font-size:.62rem}.repost-tag-text{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.repost-tag-name{color:var(--text-on-bg,#444);font-weight:700}.community-tag{color:#7c3aed;border-radius:var(--r-full,999px);background:#a855f71f;border:1px solid #a855f738;align-items:center;gap:.34rem;width:fit-content;min-width:0;max-width:100%;margin:0 0 .4rem;padding:.2rem .62rem;font-size:.76rem;font-weight:700;transition:background .2s,transform .2s;display:inline-flex}.community-tag:hover{background:#a855f733;transform:translateY(-1px)}.community-tag .community-tag-pic{color:#fff;background:linear-gradient(135deg,#a855f7,#ec4899);flex:none;width:20px;height:20px;font-size:.66rem;line-height:1;box-shadow:inset 0 -1px 2px #0000002e,inset 0 1px 1px #ffffff4d}.community-tag-default-icon{z-index:3;object-fit:contain;filter:drop-shadow(0 1px 2px #00000038);width:88%;height:88%;display:block;position:relative}.community-tag-text{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.community-tag-text b{font-weight:800}.post-more{flex:none;line-height:1;position:relative}.author-row>.post-more{margin-left:auto;margin-right:0}.post-more-toggle{border-radius:var(--r-full,999px);cursor:pointer;width:18px;height:18px;color:var(--text-subtle-on-bg,#999);outline:none;justify-content:center;align-items:center;gap:1.5px;list-style:none;transition:background .18s,color .18s,box-shadow .18s;display:inline-flex;position:relative}.post-more-toggle:after{content:"";border-radius:inherit;position:absolute;inset:-7px}.post-more-toggle::-webkit-details-marker{display:none}.post-more-toggle:hover,.post-more-toggle:focus-visible,.post-more[open] .post-more-toggle{color:var(--text-on-bg,#444);background:#ffffff8f;box-shadow:0 2px 8px #00000014}.post-more-dot{background:currentColor;border-radius:50%;width:2.5px;height:2.5px;display:block}.post:has(.post-more[open]){z-index:20}.post-more-menu{z-index:30;border-radius:var(--r-md,12px);-webkit-backdrop-filter:blur(16px)saturate(1.25);background:#fffffff0;border:1px solid #00000014;min-width:142px;padding:5px;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 14px 34px #2d1b3d29,0 2px 8px #0000000f}.author-row>.post-more .post-more-menu{right:0}.post-more-item{width:100%;color:var(--text-dark,#2d1b3d);text-align:left;border-radius:var(--r-sm,8px);cursor:pointer;white-space:nowrap;background:0 0;border:0;padding:.48rem .62rem;font-family:inherit;font-size:.82rem;font-weight:700}.post-more-item:hover,.post-more-item:focus-visible{background:#2d1b3d12;outline:none}.post-more-delete{color:#dc2626}.post-more-report{color:#b45309}.post-more-share{color:#2563eb}.post-more-view{color:#475569}.post-more-edit{color:var(--ctl-accent,#7c3aed)}.post-edited{color:var(--text-subtle-on-bg,#999);white-space:nowrap;opacity:.9;flex:none;font-size:.78rem;font-style:italic}.post-edited:before{content:"·";margin-right:.34rem;font-style:normal}.post.is-editing .thought-bubble,.post.is-editing .frame,.post.is-editing .photo-bubble,.post.is-editing .post-actions,.reply-post.is-editing .reply-bubble{display:none}.reply-post.is-editing .post-edit{margin-top:.1rem}.post-edit{flex-direction:column;gap:.5rem;margin:.15rem 0 .2rem;display:flex}.post-edit-input{box-sizing:border-box;resize:none;width:100%;font:inherit;color:var(--ctl-text,#2d1b3d);background:rgba(var(--ctl-field-bg-rgb,255,255,255),.82);border:1.5px solid rgba(var(--ctl-accent-rgb,124,58,237),.4);border-radius:var(--r-lg,16px);outline:none;min-height:64px;max-height:40vh;padding:.7rem .9rem;font-size:1rem;line-height:1.5;transition:border-color .2s,box-shadow .2s,background .2s}.post-edit-input:focus{border-color:var(--ctl-accent,#7c3aed);background:rgba(var(--ctl-field-bg-rgb,255,255,255),.96);box-shadow:0 0 0 3px rgba(var(--ctl-accent-rgb,124,58,237),.18)}.post-edit-actions{justify-content:flex-end;gap:.45rem;display:flex}.post-edit-btn{font:inherit;border-radius:var(--r-full,999px);cursor:pointer;border:1px solid #0000;padding:.42rem 1.05rem;font-size:.85rem;font-weight:800;transition:transform .12s,box-shadow .18s,background .18s,opacity .18s}.post-edit-btn:active{transform:scale(.96)}.post-edit-btn:disabled{opacity:.5;cursor:not-allowed}.post-edit-cancel{color:var(--ctl-text-muted,#6b5b7e);border-color:rgba(var(--ctl-border-rgb,120,110,140),.5);background:0 0}.post-edit-cancel:hover:not(:disabled){background:rgba(var(--ctl-shadow-rgb,45,27,61),.06)}.post-edit-save{color:#fff;background:var(--ctl-accent-grad,linear-gradient(135deg,#8b5cf6,#ec4899 55%,#f97316));box-shadow:0 4px 14px rgba(var(--ctl-accent-rgb,124,58,237),.28)}.post-edit-save:hover:not(:disabled){box-shadow:0 7px 18px rgba(var(--ctl-accent-rgb,124,58,237),.34);transform:translateY(-1px)}.thought-bubble{background:var(--post-glass-bg,linear-gradient(180deg,#ffffff94,#ffffff57));color:var(--text-on-bg,var(--bubble-text,#3a3142));border-radius:var(--r-2xl,24px);-webkit-backdrop-filter:blur(8px);box-shadow:var(--end-surface-shadow);border:var(--end-surface-border);box-sizing:border-box;align-items:flex-start;gap:.5rem;width:fit-content;max-width:100%;padding:.78rem 1.05rem;display:flex;position:relative}.post-bubble-content{flex-direction:column;flex:0 auto;gap:.6rem;width:fit-content;min-width:0;max-width:100%;display:flex}.thought-bubble:after{content:"";background:var(--post-glass-dot,#ffffff85);box-sizing:border-box;border:1px solid #ffffff9e;border-radius:50%;width:13px;height:13px;position:absolute;top:10px;left:-13px;box-shadow:0 2px 5px #2d1b3d14}.thought-bubble:before{content:"";background:var(--post-glass-dot,#ffffff85);box-sizing:border-box;border:1px solid #ffffff9e;border-radius:50%;width:9px;height:9px;position:absolute;top:27px;left:-22px;box-shadow:0 2px 5px #2d1b3d14}.post-emoji-inside{text-shadow:3px 3px #fff,-3px -3px #fff,3px -3px #fff,-3px 3px #fff,0 3px #fff,0 -3px #fff,3px 0 #fff,-3px 0 #fff;flex-shrink:0;align-self:center;margin-top:-3px;margin-bottom:2px;font-size:2.5rem;line-height:1;transform:rotate(-15deg)}.reply-emoji-inside{transform-origin:0;margin-bottom:3px;font-size:1.5rem;line-height:1;display:inline-block;transform:rotate(-12deg)}.thought-bubble.emoji-only,.reply-bubble.emoji-only{min-height:168px;display:block;overflow:hidden;-webkit-backdrop-filter:blur(14px)saturate(1.3)!important;background:linear-gradient(#ffffff7a,#ffffff38)!important;border:1.5px solid #ffffff94!important;padding:0!important;box-shadow:0 8px 28px #00000014,inset 0 1px 2px #ffffffb8,inset 0 -16px 26px #2d1b3d14!important}.thought-bubble.emoji-only{width:100%;max-width:none}.reply-bubble.emoji-only{width:100%;max-width:calc(100% - 34px - .5rem)}.thought-bubble.emoji-only:before,.thought-bubble.emoji-only:after,.reply-bubble.emoji-only:before,.reply-bubble.emoji-only:after,.thought-bubble.emoji-only .post-bubble-content,.thought-bubble.emoji-only .post-emoji-inside,.reply-bubble.emoji-only .reply-bubble-main,.reply-bubble.emoji-only .reply-emoji-inside{display:none}.post-bubble-content.has-sticker{flex-flow:row;align-items:flex-start;gap:14px;display:flex}.post-bubble-content.has-sticker-text{align-items:center}.post-bubble-main{flex-direction:column;flex:0 auto;gap:.6rem;width:fit-content;min-width:0;max-width:100%;display:flex}.thought-bubble.has-plain-photo{width:fit-content;max-width:100%}.thought-bubble.has-link-embed{width:min(560px,100%)}.thought-bubble.has-plain-photo .post-bubble-content,.thought-bubble.has-plain-photo .post-bubble-main,.thought-bubble.has-plain-photo .post-text{width:var(--plain-photo-width,fit-content);max-width:100%}.thought-bubble.has-plain-photo .post-bubble-content.has-sticker{width:min(680px,100%);max-width:100%}.thought-bubble.has-plain-photo .post-bubble-content.has-sticker .post-bubble-main{flex:auto;width:100%;max-width:100%}.thought-bubble.has-plain-photo .post-bubble-content.has-sticker .post-photo-embed{width:100%;max-width:100%}.thought-bubble.has-link-embed .post-bubble-content,.thought-bubble.has-link-embed .post-bubble-main,.thought-bubble.has-link-embed .post-text{flex:auto;width:100%;max-width:100%}.post-bubble-content.sticker-standalone{justify-content:center;align-items:center;gap:0}.reply-bubble.has-sticker,.reply-bubble.has-emoji{flex-flow:row;align-items:flex-start;gap:11px;display:flex}.reply-bubble.has-sticker-text,.reply-bubble.has-emoji:not(.emoji-standalone){align-items:center}.reply-bubble.has-sticker .reply-bubble-main,.reply-bubble.has-emoji .reply-bubble-main{flex:1;min-width:0}.reply-bubble.sticker-standalone,.reply-bubble.emoji-standalone{justify-content:center;align-items:center}.reply-bubble.has-emoji .reply-emoji-inside{flex:none;align-self:center;margin:0}.bubble-sticker{--sticker-size:5.5rem;flex:0 0 var(--sticker-size);width:var(--sticker-size);height:var(--sticker-size);cursor:pointer;border-radius:var(--r-lg,16px);-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;justify-content:center;align-items:center;transition:transform .15s;display:flex;overflow:hidden}.bubble-sticker.reply{--sticker-size:4.5rem;border-radius:var(--r-lg,16px)}.post-bubble-content.sticker-no-text .bubble-sticker{--sticker-size:12rem;border-radius:var(--r-2xl,24px)}.reply-bubble.sticker-no-text .bubble-sticker.reply{--sticker-size:8rem;border-radius:var(--r-2xl,24px)}.bubble-sticker img{object-fit:contain;border-radius:inherit;pointer-events:none;filter:drop-shadow(0 2px 4px #2d1b3d29);width:100%;max-width:100%;height:100%;max-height:100%}.bubble-sticker:hover{transform:scale(1.06)}.bubble-sticker:active{transform:scale(.94)}.reply-sticker-btn{cursor:pointer;opacity:.8;background:0 0;border:none;flex:none;padding:.2rem;font-size:1.15rem;line-height:1;transition:transform .15s,opacity .15s}.reply-sticker-icon{object-fit:contain;pointer-events:none;width:22px;height:22px;display:block}.reply-sticker-btn:hover{opacity:1;transform:scale(1.15)}.reply-sticker-draft{margin:.35rem 0}.reply-sticker-chip{border-radius:var(--r-md,12px);background:#0000000a;border:1px solid #00000014;width:52px;height:52px;display:inline-flex;position:relative;overflow:hidden}.reply-sticker-chip img{object-fit:contain;width:100%;height:100%}.reply-sticker-chip button{color:#fff;cursor:pointer;background:#140c1cb3;border:none;border-radius:50%;width:18px;height:18px;font-size:.78rem;line-height:1;position:absolute;top:1px;right:1px}.emoji-rain-stage{border-radius:inherit;isolation:isolate;pointer-events:none;width:100%;min-width:0;height:168px;position:relative;overflow:hidden}.emoji-rain-stage:before{content:"";z-index:0;pointer-events:none;background:linear-gradient(#ffffff8c,#fff0 46%),radial-gradient(at 50% 110%,#2d1b3d26,#0000 58%);position:absolute;inset:0}.emoji-rain-stage:after{content:"";z-index:3;pointer-events:none;background:linear-gradient(#2d1b3d00,#2d1b3d1f);height:24px;position:absolute;bottom:0;left:0;right:0}.emoji-rain-fallback{z-index:2;filter:drop-shadow(0 8px 14px #2d1b3d2e);place-items:center;font-size:clamp(3.1rem,8vw,5.4rem);line-height:1;transition:opacity .18s;display:grid;position:absolute;inset:0}.emoji-rain-stage.is-animated .emoji-rain-fallback{opacity:0}.emoji-rain-piece{width:1em;height:1em;transform:translate3d(var(--start-x),-5.5rem,0) rotate(var(--rot0)) scale(.86);animation:emojiFall var(--dur) cubic-bezier(.16,.72,.26,1) var(--delay) both;text-shadow:0 2px 3px #2d1b3d1f;will-change:transform,opacity;line-height:1;position:absolute;top:0;left:0}.emoji-rain-stage.is-static .emoji-rain-piece{opacity:1;transform:translate3d(var(--x),var(--y),0) rotate(var(--rot1)) scale(1);will-change:auto;animation:none}.emoji-rain-stage.is-complete .emoji-rain-piece{will-change:auto}@keyframes emojiFall{0%{opacity:0;transform:translate3d(var(--start-x),-5.5rem,0) rotate(var(--rot0)) scale(.86)}18%{opacity:1}78%{transform:translate3d(var(--x),calc(var(--y) - 8px),0) rotate(var(--rot1)) scale(1.04)}to{opacity:1;transform:translate3d(var(--x),var(--y),0) rotate(var(--rot1)) scale(1)}}@media (prefers-reduced-motion:reduce){.emoji-rain-stage.is-animated .emoji-rain-fallback{opacity:1}.emoji-rain-piece{display:none}}.post-text{word-break:break-word;overflow-wrap:anywhere;white-space:pre-wrap;max-width:100%;font-size:.96rem;font-weight:400;line-height:1.5}.thought-bubble.short-text{padding:1rem 1.35rem}.post-mark{font-weight:inherit;color:inherit;text-shadow:inherit;text-decoration:none}.post-mark:hover{text-underline-offset:3px;text-decoration:underline}.post-hash{--topic-color:#ec4899;vertical-align:baseline;border-radius:var(--r-full,999px);max-width:100%;color:var(--topic-color);text-shadow:none;background:#ffffff5c;background:color-mix(in srgb,var(--topic-color) 14%,#ffffff94);border:1px solid #ffffff94;border-color:color-mix(in srgb,var(--topic-color) 28%,#ffffff9e);align-items:center;gap:.28em;margin:0 .02em;padding:.05em .42em .08em .28em;font-weight:800;line-height:1.28;transition:background .18s,border-color .18s,box-shadow .18s,transform .18s;display:inline-flex;box-shadow:0 2px 7px #2d1b3d14,inset 0 1px 1px #ffffff7a}.post-hash:hover{text-decoration:none;transform:translateY(-1px);box-shadow:0 4px 11px #2d1b3d1f,inset 0 1px 1px #ffffff8c}.post-hash:hover .post-hash-text{text-underline-offset:3px;text-decoration:underline}.post-hash:focus-visible{box-shadow:0 0 0 3px color-mix(in srgb,var(--topic-color) 24%,transparent),0 4px 11px #2d1b3d1f;outline:none}.post-hash-dot{background:var(--topic-color);width:.54em;min-width:.54em;height:.54em;box-shadow:0 0 0 2px color-mix(in srgb,var(--topic-color) 20%,transparent),inset 0 1px 1px #ffffff94;border-radius:50%}.post-hash-text{overflow-wrap:anywhere;min-width:0}.post-mention{vertical-align:-.16em;align-items:center;gap:.24em;font-weight:800;line-height:1.15;display:inline-flex}.post-mention .mention-pic{background:#ffffff59;border-radius:50%;flex:none;align-self:center;width:1.18em;height:1.18em;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff73,0 1px 2px #0000002e}.post-mention .mention-pic .mention-img{object-fit:cover;width:100%;height:100%;display:block}.post-actions{--post-action-icon:color-mix(in srgb,var(--ui-bubble-1,#e22865) 42%,var(--text-on-bg,#3a3142));border:var(--end-surface-border);border-radius:0 var(--r-xl,20px) var(--r-xl,20px) var(--r-xl,20px);width:fit-content;max-width:100%;min-height:34px;box-shadow:var(--end-surface-shadow);-webkit-backdrop-filter:blur(5px)saturate(1.02);z-index:1;background:linear-gradient(#ffffff21,#ffffff0f);flex-wrap:nowrap;align-items:center;gap:.68rem;margin-top:.22rem;margin-bottom:0;margin-left:24px;padding:.28rem .68rem .28rem .64rem;display:inline-flex;position:relative;transform:translateZ(0)}.action-btn{border-radius:var(--r-full,999px);min-width:28px;min-height:28px;color:var(--post-action-icon);cursor:pointer;box-shadow:none;text-shadow:none;backface-visibility:hidden;appearance:none;background:0 0;border:0;flex:0 auto;justify-content:center;align-items:center;gap:.26rem;padding:.04rem .08rem;font-size:.82rem;font-weight:700;transition:transform .18s,background .18s,box-shadow .18s;display:inline-flex;position:relative;overflow:visible;transform:translateZ(0)}.action-btn:hover{box-shadow:none;z-index:5;background:#ffffff24;transform:translateY(-1px)translateZ(0)}.action-btn:active{transform:scale(.98)translateZ(0)}.action-btn:focus-visible{outline:none;box-shadow:0 0 0 3px #ffffff8c,0 0 0 5px #371b402e}.action-count{color:color-mix(in srgb,var(--post-action-icon) 78%,var(--text-on-bg,#3a3142));font-size:.82rem;font-weight:680;line-height:1}.action-ico{line-height:1;transition:transform .18s cubic-bezier(.2,1.6,.34,1);display:inline-flex}.action-btn .post-action-img{object-fit:contain;vertical-align:-.2em;opacity:0;filter:none;width:100%;height:100%;display:block}.action-btn-like .action-ico,.action-btn-repost .action-ico,.action-btn-comment .action-ico{flex:0 0 20px;width:20px;height:20px;position:relative}.action-btn-repost .action-ico{flex-basis:22px;width:22px;height:22px}.action-btn-like .action-ico:before,.action-btn-repost .action-ico:before,.action-btn-comment .action-ico:before{content:"";opacity:.82;-webkit-mask:var(--post-action-mask) center/contain no-repeat;-webkit-mask:var(--post-action-mask) center/contain no-repeat;mask:var(--post-action-mask) center/contain no-repeat;background:currentColor;position:absolute;inset:0}.action-btn-like{--post-action-mask:url(../assets/heart-like.png?v=2)}.action-btn-power{--post-action-mask:url(../assets/energy-bolt.png?v=3)}.action-btn-repost{--post-action-mask:url(../assets/repost-loop.png?v=4)}.action-btn-comment{--post-action-mask:url(../assets/comment-bubble.png?v=2)}.action-btn:hover .action-ico:before,.action-btn:focus-visible .action-ico:before{opacity:.94}.action-btn:active .action-ico:before,.action-btn.liked .action-ico:before,.action-btn.reposted .action-ico:before{opacity:0}.action-btn:active .post-action-img,.action-btn.liked .post-action-img,.action-btn.reposted .post-action-img{opacity:1;filter:saturate()drop-shadow(0 1px 1px #00000014)}.action-btn-like.liked{color:var(--action-like-text,#153f38);box-shadow:none;text-shadow:none;background:0 0;border-color:#0000}.action-btn-repost.reposted{color:var(--action-repost-text,#4b2e10);box-shadow:none;text-shadow:none;background:0 0;border-color:#0000}.action-btn.liked .action-ico,.action-btn.reposted .action-ico{filter:drop-shadow(0 1px 1px #00000014);transform:scale(1.04)}.action-btn.liked .action-count,.action-btn.reposted .action-count{color:inherit;font-weight:800}.action-btn.liked:hover,.action-btn.reposted:hover{box-shadow:none}.action-btn-reveal{opacity:.72;margin-left:0}.action-btn-reveal:hover{opacity:.95}.action-btn.is-list{cursor:pointer}.action-list-caret{opacity:.45;margin-left:-.08rem;font-size:.78rem;font-weight:900;line-height:1;transition:transform .25s,opacity .25s}.action-btn.is-list:hover .action-list-caret{opacity:.8;transform:translate(2px)}.action-btn.is-list:hover .action-count{text-underline-offset:2px;text-decoration:underline;text-decoration-thickness:1.5px}.action-btn.is-zero{opacity:.6}.action-btn.is-zero:hover,.action-btn.is-zero:focus-visible{opacity:1}@media (hover:hover) and (pointer:fine){.action-btn.is-list .action-list-caret{opacity:0;transform:translate(-2px)}.action-btn.is-list:hover .action-list-caret,.action-btn.is-list:focus-visible .action-list-caret{opacity:.8;transform:translate(2px)}}.replies-container{flex-direction:column;gap:.52rem;min-width:0;max-width:calc(100% + 2.9rem);margin-top:.7rem;margin-left:-2.9rem;display:flex}.reply-post{box-sizing:border-box;flex-direction:column;width:100%;min-width:0;max-width:100%;display:flex}.reply-row{align-items:center;gap:.5rem;width:100%;min-width:0;display:flex}.reply-pic-wrap{cursor:pointer;z-index:2;outline:none;flex:0 0 34px;margin-top:0;transition:transform .25s cubic-bezier(.34,1.56,.64,1);position:relative}.reply-pic-wrap:hover,.reply-pic-wrap:focus-visible{transform:scale(1.08)}.reply-pic{border:0;flex-shrink:0;width:34px;height:34px;font-size:1rem}.reply-main{flex-direction:column;gap:.16rem;width:100%;min-width:0;max-width:100%;display:flex}.reply-bubble{background:var(--reply-grad,linear-gradient(135deg,#d8e8f7,#dcecf4 50%,#d8f0ea));width:fit-content;min-width:0;max-width:calc(100% - 34px - .5rem);color:var(--reply-text,#143a5e);border-radius:var(--r-2xl,24px);box-shadow:0 8px 20px rgba(var(--reply-text-rgb,20,58,94),.12),inset 0 1px 1px #ffffff80;-webkit-backdrop-filter:blur(8px);box-sizing:border-box;overflow-wrap:anywhere;border:1px solid #ffffff9e;flex:0 auto;padding:.6rem .9rem;font-size:.9rem;position:relative}.reply-bubble:before{content:"";z-index:0;border-top:7px solid #0000;border-bottom:7px solid #0000;border-right:10px solid #ffffff9e;position:absolute;top:50%;left:-10px;transform:translateY(-50%)}.reply-bubble:after{content:"";border-top:6px solid #0000;border-bottom:6px solid #0000;border-right:9px solid var(--reply-tri,var(--ui-reply-surface-1,#d8e8f7));z-index:0;position:absolute;top:50%;left:-8px;transform:translateY(-50%)}.reply-head{min-width:0;max-width:100%;color:var(--text-on-bg,#444);align-items:center;gap:.4rem;margin:0 0 .02rem calc(34px + 1.4rem);display:flex;overflow:visible}.reply-author-name{color:var(--text-on-bg,#444);white-space:nowrap;text-overflow:ellipsis;min-width:0;max-width:38%;font-size:.95rem;font-weight:600;overflow:hidden}.reply-author-handle{color:var(--text-muted-on-bg,#9a8aa8);white-space:nowrap;text-overflow:ellipsis;min-width:0;max-width:30%;font-size:.85rem;font-weight:500;overflow:hidden}.reply-time-ago{color:var(--text-subtle-on-bg,#999);white-space:nowrap;flex:none;font-size:.78rem}.reply-time-ago:before{content:"·";margin-right:.34rem}.reply-author{text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:100%;font-size:.95rem;font-weight:600;overflow:hidden}.reply-more{flex:none;margin-left:auto}.reply-more .post-more-toggle{width:18px;height:18px;color:var(--text-subtle-on-bg,#999)}.reply-more .post-more-menu{right:0}.reply-bubble p{word-break:break-word;overflow-wrap:anywhere;white-space:pre-wrap;max-width:100%;margin:0;font-size:.91rem;font-weight:400;line-height:1.48}.reply-photo-embed{border-radius:var(--r-lg,16px);background:#fff;width:fit-content;max-width:min(100%,420px);margin-top:.45rem;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff59,0 4px 12px #00000029}.reply-bubble.has-reply-photo{border-radius:var(--r-2xl,24px)}.reply-bubble.has-link-embed{width:min(320px,100% - 34px - .5rem);padding:.45rem}.reply-bubble.has-link-embed .post-link-embed,.reply-bubble.has-link-embed .music-card-wrap{width:100%;max-width:100%}.reply-bubble.has-link-embed .music-card{box-sizing:border-box;width:100%;max-width:100%;margin-top:0}.reply-photo-img{object-fit:contain;object-position:center;background:#fff;width:auto;max-width:100%;height:auto;max-height:min(70vh,520px);display:block}.post-photo-embed{border-radius:var(--r-lg,16px);background:#fff;width:min(100%,clamp(320px,42vw,620px));max-width:100%;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff59,0 4px 12px #00000029}.photo-open-btn-post{width:auto;max-width:100%;display:block}.post-photo-img{object-fit:contain;object-position:center;background:#fff;width:100%;max-width:100%;height:auto;max-height:min(76vh,760px);display:block}.post-photo-loc{-webkit-backdrop-filter:blur(6px);color:#fff;border-radius:var(--r-full,999px);background:#00000073;align-items:center;gap:.25rem;padding:.22rem .5rem;font-size:.72rem;font-weight:600;display:inline-flex;position:absolute;bottom:10px;left:10px}.post-photo-loc-icon{object-fit:contain;flex-shrink:0;width:13px;height:13px;display:block}.reply-composer{align-items:flex-start;gap:.45rem;width:100%;min-width:0;margin-top:.6rem;display:none}.reply-composer.open{display:flex}.reply-compose-main{flex-direction:column;flex:auto;gap:.38rem;min-width:0;display:flex}.reply-input{border-radius:var(--r-full,999px);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffd9;border:1px solid #fff9;outline:none;flex:auto;width:100%;min-width:0;padding:.5rem .95rem;font-family:inherit;font-size:.9rem;box-shadow:inset 0 1px 3px #00000014}.reply-input:focus{border-color:#4173a4}.reply-photo-btn{width:40px;height:40px;color:var(--reply-text,#143a5e);background:#ffffffc7;border:none;border-radius:50%;flex:0 0 40px;justify-content:center;align-items:center;font-size:1rem;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 3px 8px #33658a2e,inset 0 1.5px 2px #ffffff73}.reply-photo-icon{object-fit:contain;pointer-events:none;width:23px;height:23px;display:block}.reply-photo-btn:hover,.reply-photo-btn:focus-visible{outline:none;transform:translateY(-1px);box-shadow:0 6px 14px #33658a3d,inset 0 1.5px 2px #ffffff8c}.reply-photo-draft{border-radius:var(--r-lg,16px);background:#ffffff73;width:fit-content;max-width:min(220px,100%);position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff8c,0 4px 14px #0000001f}.reply-photo-draft-img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:220px;display:block}.reply-photo-clear{color:#fff;background:#14181fb8;border:none;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:.82rem;font-weight:900;line-height:1;display:inline-flex;position:absolute;top:6px;right:6px;box-shadow:0 2px 8px #0000003d}.reply-send-btn{background:var(--reply-grad,linear-gradient(135deg,#d8e8f7,#dcecf4 50%,#d8f0ea));width:40px;height:40px;color:var(--reply-text,#143a5e);box-shadow:0 4px 10px rgba(var(--reply-text-rgb,20,58,94),.18),inset 0 1.5px 2px #ffffff61,inset 0 -1.5px 3px #00000014;border:none;border-radius:50%;flex:0 0 40px;justify-content:center;align-items:center;padding:0;font-size:1rem;font-weight:800;line-height:1;display:inline-flex}.reply-send-icon{display:block;transform:translate(1px)}.thought-bubble,.reply-bubble,.frame,.photo-bubble{cursor:default;-webkit-touch-callout:default}.post-poll{flex-direction:column;gap:.4rem;margin-top:.5rem;display:flex}.poll-option-row{border-radius:var(--r-md,12px);cursor:pointer;border:1px solid rgba(var(--bubble-text-rgb,90,31,58),.14);background:#ffffff52;align-items:center;padding:.55rem .9rem;transition:transform .35s cubic-bezier(.34,1.56,.64,1),box-shadow .35s;display:flex;position:relative;overflow:hidden}.poll-option-row:hover{z-index:2;transform:scale(1.03)translateY(-2px);box-shadow:0 8px 18px #0000002e}.poll-fill{background:rgba(var(--bubble-text-rgb,90,31,58),.16);border-radius:var(--r-md,12px) 0 0 var(--r-md,12px);position:absolute;top:0;bottom:0;left:0}.poll-option-label{z-index:1;color:var(--bubble-text,#5a1f3a);flex:1;font-size:.88rem;font-weight:600;position:relative}.poll-pct{z-index:1;color:var(--bubble-text,#5a1f3a);text-align:right;min-width:34px;font-size:.82rem;font-weight:800;position:relative}.post-location{color:rgba(var(--bubble-text-rgb,90,31,58),.92);border-bottom:1px dashed rgba(var(--bubble-text-rgb,90,31,58),.35);align-self:flex-start;align-items:center;gap:.28rem;margin-top:.1rem;padding-bottom:1px;font-size:.8rem;font-weight:600;display:inline-flex}.post-location-icon{object-fit:contain;flex-shrink:0;width:15px;height:15px;display:block}.post-call-card{border-radius:var(--r-xl,20px);cursor:pointer;background:#ffffff52;border:1px solid #ffffff8c;flex-direction:column;gap:.4rem;margin-top:.55rem;padding:.75rem .9rem;transition:background .2s,border-color .2s;display:flex}.post-call-card:hover{background:#ffffff75;border-color:#ffffffbf}.post-call-card:focus-visible{outline:2px solid rgba(var(--bubble-text-rgb,90,31,58),.5);outline-offset:2px}.pcc-header{flex-wrap:wrap;align-items:center;gap:.45rem;display:flex}.pcc-kind{color:var(--bubble-text,#5a1f3a);background:rgba(var(--bubble-text-rgb,90,31,58),.1);border-radius:var(--r-full,9999px);align-items:center;gap:.28rem;padding:.18rem .6rem;font-size:.8rem;font-weight:700;display:inline-flex}.pcc-status{border-radius:var(--r-full,9999px);margin-left:auto;padding:.15rem .5rem;font-size:.74rem;font-weight:700}.pcc-status-resolved{background:rgba(var(--bubble-text-rgb,90,31,58),.12);color:var(--bubble-text,#5a1f3a)}.pcc-status-expired,.pcc-status-cancelled{color:rgba(var(--bubble-text-rgb,90,31,58),.5);background:#00000014}.pcc-entry-badge{color:rgba(var(--bubble-text-rgb,90,31,58),.65);border:1px solid rgba(var(--bubble-text-rgb,90,31,58),.22);border-radius:var(--r-full,9999px);margin-left:auto;padding:.12rem .48rem;font-size:.72rem;font-weight:600}.pcc-title{color:var(--bubble-text,#5a1f3a);font-size:.92rem;font-weight:700;line-height:1.3}.pcc-body{color:rgba(var(--bubble-text-rgb,90,31,58),.8);-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.83rem;line-height:1.45;display:-webkit-box;overflow:hidden}.pcc-meta{flex-wrap:wrap;gap:.3rem .7rem;display:flex}.pcc-meta-item{color:rgba(var(--bubble-text-rgb,90,31,58),.72);font-size:.76rem;font-weight:600}.pcc-commit-btn{background:rgba(var(--bubble-text-rgb,90,31,58),.1);color:var(--bubble-text,#5a1f3a);border:1px solid rgba(var(--bubble-text-rgb,90,31,58),.2);border-radius:var(--r-full,9999px);cursor:pointer;align-self:flex-start;margin-top:.15rem;padding:.35rem .95rem;font-size:.8rem;font-weight:700;transition:transform .2s,box-shadow .2s}.pcc-commit-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.pcc-commit-btn.committed,.pcc-commit-btn:disabled{opacity:.55;cursor:default}.music-card-wrap{max-width:380px;container:musiccard/inline-size}.music-card{border-radius:var(--r-lg,16px);color:#fff;cursor:pointer;background:#0a0c10e6;border:1px solid #ffffff2e;grid-template-columns:86px minmax(0,1fr);align-items:center;gap:.75rem;max-width:380px;margin-top:.05rem;padding:.45rem .55rem .45rem .45rem;text-decoration:none;display:grid;box-shadow:0 10px 24px #0000002e,inset 0 1px 1px #ffffff14}.post-link-embed,.thought-bubble.has-link-embed .music-card-wrap{width:100%;max-width:100%}.thought-bubble.has-link-embed .music-card{box-sizing:border-box;border-radius:var(--r-lg,16px);grid-template-columns:95px minmax(0,1fr);width:100%;max-width:100%;min-height:0;padding:.38rem .62rem .38rem .38rem}.thought-bubble.has-link-embed .music-cover-link{aspect-ratio:auto;width:95px;height:95px}.thought-bubble.has-link-embed .music-title{-webkit-line-clamp:3;font-size:.9rem}.music-card:focus-visible{outline:none;box-shadow:0 0 0 3px #ffffff94,0 10px 24px #0000002e,inset 0 1px 1px #ffffff14}.music-cover-link{border-radius:var(--r-lg,16px);outline:none;flex-shrink:0;width:86px;height:86px;display:block;overflow:hidden;box-shadow:0 8px 18px #00000059}.music-cover-link:focus-visible{box-shadow:0 0 0 3px #ffffff80,0 8px 18px #00000059}.music-cover{object-fit:cover;width:100%;height:100%;display:block}.music-cover-favicon-shell{background:linear-gradient(135deg,#f8fafc,#dbeafe);width:100%;height:100%;display:block;position:relative}.music-cover-favicon-shell .music-cover-fallback{position:absolute;inset:0}.music-cover-favicon{box-sizing:border-box;object-fit:contain;background:linear-gradient(135deg,#f8fafc,#dbeafe);padding:24%;position:absolute;inset:0}.music-cover-fallback{letter-spacing:.04em;color:#fff;background:linear-gradient(135deg,#1db954,#121212);justify-content:center;align-items:center;width:100%;height:100%;font-size:1.1rem;font-weight:900;display:flex}.music-meta{flex-direction:column;gap:.25rem;min-width:0;display:flex;overflow:hidden}.music-provider{border-radius:var(--r-full,999px);color:#07140b;letter-spacing:.04em;text-transform:uppercase;background:#1db954;align-self:flex-start;padding:.18rem .48rem;font-size:.66rem;font-weight:900}.music-title{-webkit-line-clamp:2;overflow-wrap:anywhere;-webkit-box-orient:vertical;font-size:.85rem;font-weight:700;line-height:1.2;display:-webkit-box;overflow:hidden}.music-card.is-spotify .music-provider{color:#07140b;background:#1db954}.music-card.is-spotify .music-cover-fallback{background:linear-gradient(135deg,#1db954,#121212)}.music-card.is-apple .music-provider{color:#fff;background:linear-gradient(135deg,#fb5c74,#fa233b)}.music-card.is-apple .music-cover-fallback{background:linear-gradient(135deg,#fb5c74,#fa233b)}.music-card.is-deezer .music-provider{color:#fff;background:linear-gradient(135deg,#a238ff,#6b2bff)}.music-card.is-deezer .music-cover-fallback{background:linear-gradient(135deg,#a238ff,#3a1466)}.music-card.is-youtube .music-provider{color:#fff;background:#f03}.music-card.is-youtube .music-cover-fallback{background:linear-gradient(135deg,#f03,#121212)}.music-card.is-soundcloud .music-provider{color:#fff;background:linear-gradient(135deg,#ff7a18,#f30)}.music-card.is-soundcloud .music-cover-fallback{background:linear-gradient(135deg,#ff7a18,#f30)}.music-card.is-amazon .music-provider{color:#061923;background:linear-gradient(135deg,#25d1f5,#146eb4)}.music-card.is-amazon .music-cover-fallback{background:linear-gradient(135deg,#25d1f5,#146eb4)}.music-card.is-tweet .music-provider{color:#fff;background:#0f1419}.music-card.is-tweet .music-cover-fallback{background:linear-gradient(135deg,#0f1419,#536471)}.music-card.is-tiktok .music-provider{color:#061923;background:linear-gradient(135deg,#25f4ee,#fe2c55)}.music-card.is-tiktok .music-cover-fallback{background:linear-gradient(135deg,#25f4ee,#fe2c55)}.music-card.is-facebook .music-provider{color:#fff;background:#1877f2}.music-card.is-facebook .music-cover-fallback{background:linear-gradient(135deg,#1877f2,#0a3d91)}.music-card.is-instagram .music-provider{color:#fff;background:linear-gradient(135deg,#f58529,#dd2a7b,#8134af)}.music-card.is-instagram .music-cover-fallback{background:linear-gradient(135deg,#f58529,#dd2a7b,#8134af)}.music-card.is-strava .music-provider{color:#fff;background:#fc4c02}.music-card.is-strava .music-cover-fallback{background:linear-gradient(135deg,#fc4c02,#3d1f12)}.music-card.is-pinterest .music-provider{color:#fff;background:#e60023}.music-card.is-pinterest .music-cover-fallback{background:linear-gradient(135deg,#e60023,#7b1020)}.music-card.is-netflix .music-provider{color:#fff;background:#e50914}.music-card.is-netflix .music-cover-fallback{background:linear-gradient(135deg,#e50914,#111)}.music-card.is-link .music-provider{color:#111827;background:#f8fafc}.music-card.is-link .music-cover-fallback{background:linear-gradient(135deg,#334155,#0f172a)}.reply-bubble .music-card{border-radius:var(--r-lg,16px);grid-template-columns:52px minmax(0,1fr);gap:.5rem;max-width:320px;margin-top:.45rem;padding:.35rem}.reply-bubble .music-cover-link{border-radius:var(--r-sm,8px);width:52px;height:52px}.reply-bubble .music-title{-webkit-line-clamp:2;font-size:.78rem}.reply-bubble .music-card-wrap{max-width:320px}@container musiccard (width<=230px){.music-card-wrap .music-card{grid-template-columns:max-content;gap:0;width:max-content;margin-inline:0 auto;padding:.4rem}.music-card-wrap .music-meta{display:none}.thought-bubble.has-link-embed .music-card{grid-template-columns:max-content;gap:0;width:max-content;min-height:0;margin-inline:0 auto;padding:.4rem}.thought-bubble.has-link-embed .music-cover-link{aspect-ratio:auto;width:82px;height:82px}.thought-bubble.has-link-embed .music-meta{display:none}}.post img,.post canvas,.post video,.post-attachment,.music-card{max-width:100%}@media (width<=768px){.thought-bubble.has-plain-photo,.thought-bubble.has-plain-photo .post-bubble-content,.thought-bubble.has-plain-photo .post-bubble-main,.thought-bubble.has-plain-photo .post-text{width:100%;max-width:100%}.thought-bubble.has-plain-photo .post-bubble-content.has-sticker{flex-direction:column;align-items:stretch;width:100%;max-width:100%}.thought-bubble.has-plain-photo .post-bubble-content.has-sticker .bubble-sticker{align-self:flex-start}.thought-bubble.has-plain-photo .post-bubble-content.has-sticker .post-bubble-main,.thought-bubble.has-plain-photo .post-photo-embed,.thought-bubble.has-plain-photo .photo-open-btn-post{width:100%;max-width:100%}.thought-bubble.has-plain-photo .post-photo-img{width:100%;max-width:100%;height:auto}.music-card-wrap{max-width:100%}.music-card{grid-template-columns:64px minmax(0,1fr);gap:.55rem;max-width:100%;padding:.4rem}.music-cover-link{width:64px;height:64px}}.frame{cursor:default;-webkit-touch-callout:default;background:var(--frame-color,#fff);border-radius:6px;align-self:flex-start;width:100%;max-width:480px;margin-top:.2rem;padding:8px 8px 10px;transition:box-shadow .35s;position:relative;box-shadow:0 10px 30px #0000002e,0 2px 6px #00000014}.frame:hover{box-shadow:0 16px 38px #0000003d,0 3px 8px #0000001a}.frame-caption{text-align:center;color:#3a2d47;box-sizing:border-box;justify-content:center;align-items:center;gap:.45rem;min-width:0;max-width:100%;padding:.3rem .5rem .55rem;display:flex}.frame-emoji{text-shadow:2px 2px #fff;flex-shrink:0;font-size:1.5rem;line-height:1;transform:rotate(-12deg)}.frame-text{color:#4a3a5a;text-align:center;overflow-wrap:anywhere;word-break:break-word;white-space:pre-wrap;min-width:0;max-width:100%;font-family:Segoe Script,Bradley Hand,Comic Sans MS,cursive;font-size:1rem;font-weight:400;line-height:1.25}.frame-dark .frame-caption{color:#fff;text-shadow:0 1px 2px #000000ad,0 0 1px #000000d1}.frame-dark .frame-text{color:#fff;text-shadow:0 1px 2px #000000ad,0 0 1px #000000d1;font-weight:500}.frame-text.ff-manuscrita{font-family:Segoe Script,Bradley Hand,Comic Sans MS,cursive}.frame-text.ff-marcador{font-family:Comic Sans MS,Chalkboard SE,Marker Felt,sans-serif;font-weight:700}.frame-text.ff-serifa{font-family:Georgia,Times New Roman,serif;font-style:italic}.frame-text.ff-maquina{font-family:Courier New,Courier,monospace}.frame-text.ff-bastao{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.frame-text.ff-etiqueta{text-transform:uppercase;letter-spacing:1px;font-family:Arial Narrow,Helvetica Neue,Arial,sans-serif;font-weight:700}.frame-photo-frame{background:#fff;border-radius:3px;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.frame-photo{object-fit:contain;object-position:center;background:#fff;width:100%;height:auto;display:block}.frame-loc{-webkit-backdrop-filter:blur(6px);color:#fff;border-radius:var(--r-full,999px);background:#00000073;align-items:center;gap:.25rem;padding:.22rem .5rem;font-size:.72rem;font-weight:600;display:inline-flex;position:absolute;bottom:8px;left:8px}.frame-loc-icon{object-fit:contain;flex-shrink:0;width:13px;height:13px;display:block}.photo-bubble{isolation:isolate;border-radius:var(--r-2xl,24px);background:#ffffff61;align-self:flex-start;width:100%;min-width:0;max-width:480px;margin-top:.2rem;transition:box-shadow .35s;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000002e,0 2px 6px #00000014}.photo-bubble:hover{box-shadow:0 16px 38px #0000003d,0 3px 8px #0000001a}.photo-bubble:after{content:"";z-index:2;pointer-events:none;background:linear-gradient(#2a123f0a 0%,#2a123f00 34%,#0e051c57 76%,#0b0418b8 100%);position:absolute;inset:0}.photo-bubble-img{object-fit:contain;object-position:center;border-radius:inherit;z-index:1;background:#fff;width:100%;height:auto;max-height:none;display:block;position:relative}.photo-bubble-text{z-index:3;pointer-events:none;padding:14px;display:flex;position:absolute;inset:0}.pb-v-top{align-items:flex-start}.pb-v-middle{align-items:center}.pb-v-bottom{align-items:flex-end}.pb-h-left{justify-content:flex-start}.pb-h-center{text-align:center;justify-content:center}.pb-h-right{text-align:right;justify-content:flex-end}.photo-bubble-caption{width:min(86%,420px);color:var(--cap-color,#fff);font-size:calc(1rem * var(--cap-scale,1));text-shadow:0 2px 18px #0e051c94,0 1px 1px #0e051c57;word-break:break-word;overflow-wrap:anywhere;box-sizing:border-box;padding:0;line-height:1.04;display:block}.photo-bubble-emoji{flex-shrink:0;font-size:1.35em;line-height:1}.photo-bubble-copy{white-space:pre-wrap;text-wrap:balance;font-size:1em;font-weight:850;display:block}.photo-bubble-copy .post-mark,.photo-bubble-copy .post-hash,.photo-bubble-copy .post-hash-text{color:inherit!important}.photo-bubble-copy .post-hash{background:#ffffff29;border-color:#ffffff38}.photo-bubble-text.pb-free{padding:0;display:block}.photo-bubble-text.pb-free .photo-bubble-caption{max-width:min(86%,420px);position:absolute;transform:translate(-50%,-50%)}.photo-bubble-loc{z-index:3;-webkit-backdrop-filter:blur(6px);color:#fff;border-radius:var(--r-full,999px);background:#00000073;align-items:center;gap:.25rem;padding:.22rem .5rem;font-size:.72rem;font-weight:600;display:inline-flex;position:absolute;bottom:12px;left:12px}.photo-bubble-loc-icon{object-fit:contain;flex-shrink:0;width:13px;height:13px;display:block}.empty-state{text-align:center;color:var(--text-muted);border-radius:var(--r-xl,20px);background:#ffffff59;border:1px dashed #fff9;padding:2.5rem 1rem;font-weight:600}.empty-state .es-emoji{margin-bottom:.5rem;font-size:2.5rem;display:block}@keyframes postBg{0%{opacity:0;transform:translateY(20px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes frameIn{0%{opacity:0;transform:translateY(20px)scale(.94)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes profilePicIn{0%{opacity:0;transform:translate(110px)scale(.3)}40%{opacity:1;transform:translate(110px)scale(1)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes bubbleGrow{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes replyIn{0%{opacity:0;transform:translate(-15px)scale(.95)}to{opacity:1;transform:translate(0)scale(1)}}.posts-container.first-load .post{animation:.55s cubic-bezier(.34,1.4,.64,1) both postBg;animation-delay:calc(var(--i,0) * .35s)}.posts-container.first-load .post .profile-pic-wrapper{animation:.7s cubic-bezier(.34,1.56,.64,1) both profilePicIn;animation-delay:calc(var(--i,0) * .35s + .1s)}.posts-container.first-load .post .author-row{animation:.35s ease-out both fadeIn;animation-delay:calc(var(--i,0) * .35s + .25s)}.posts-container.first-load .post .thought-bubble{transform-origin:0;animation:.45s cubic-bezier(.34,1.4,.64,1) both bubbleGrow;animation-delay:calc(var(--i,0) * .35s + .35s)}.posts-container.first-load .post .frame,.posts-container.first-load .post .photo-bubble{animation:.5s cubic-bezier(.34,1.4,.64,1) both frameIn;animation-delay:calc(var(--i,0) * .35s + .35s)}.posts-container.first-load .post .thought-bubble>*{animation:.35s ease-out both fadeIn;animation-delay:calc(var(--i,0) * .35s + .65s)}.posts-container.first-load .post .post-actions{animation:.4s ease-out both slideUp;animation-delay:calc(var(--i,0) * .35s + .9s)}.posts-container.first-load .post .reply-post{animation:.5s cubic-bezier(.34,1.4,.64,1) both replyIn;animation-delay:calc(var(--i,0) * .35s + 1.1s + var(--ri,0) * .25s)}.posts-container.first-load .post .reply-post .reply-bubble{transform-origin:0;animation:.4s cubic-bezier(.34,1.4,.64,1) both bubbleGrow;animation-delay:calc(var(--i,0) * .35s + 1.25s + var(--ri,0) * .25s)}.post.just-added{animation:.55s cubic-bezier(.34,1.4,.64,1) both postBg!important}.post.just-added .profile-pic-wrapper{animation:.7s cubic-bezier(.34,1.56,.64,1) .1s both profilePicIn!important}.post.just-added .thought-bubble{transform-origin:0;animation:.45s cubic-bezier(.34,1.4,.64,1) .35s both bubbleGrow!important}.post.just-added .frame,.post.just-added .photo-bubble{animation:.5s cubic-bezier(.34,1.4,.64,1) .35s both frameIn!important}.post.just-added .thought-bubble>*{animation:.35s ease-out .65s both fadeIn!important}.post.just-added .post-actions{animation:.4s ease-out .9s both slideUp!important}.reply-post.just-added{animation:.5s cubic-bezier(.34,1.4,.64,1) both replyIn!important}.reply-post.just-added .reply-bubble{transform-origin:0;animation:.4s cubic-bezier(.34,1.4,.64,1) .15s both bubbleGrow!important}.post.just-added.just-added-photo,.post.just-added.just-added-photo .profile-pic-wrapper,.post.just-added.just-added-photo .thought-bubble,.post.just-added.just-added-photo .frame,.post.just-added.just-added-photo .photo-bubble,.post.just-added.just-added-photo .thought-bubble>*,.post.just-added.just-added-photo .post-actions{opacity:1!important;animation:none!important;transform:none!important}@media (width<=768px){.post{gap:1rem;padding:.85rem .85rem .45rem}.post-info{min-width:0}.author-name{max-width:42%}.author-handle{max-width:34%}.profile-pic-wrapper{width:52px;height:52px;margin-top:calc(24px + var(--repost-space,0px) + var(--community-space,0px))}.post-actions{border-radius:0 19px 19px;flex-wrap:nowrap;align-items:center;gap:.58rem;min-height:34px;margin-bottom:0;margin-left:24px;padding:.26rem .62rem}.post-actions .action-btn{flex:0 auto;justify-content:center;gap:.22rem;min-width:28px;min-height:28px;padding:.04rem .08rem;font-size:.78rem}.post-actions .action-count{text-overflow:ellipsis;min-width:0;font-size:.78rem;overflow:hidden}.post-actions .action-btn-like .action-ico,.post-actions .action-btn-comment .action-ico{flex-basis:19px;width:19px;height:19px}.post-actions .action-btn-repost .action-ico{flex-basis:21px;width:21px;height:21px}.post-actions .action-list-caret{margin-left:-.1rem;font-size:.8rem}.post-actions .action-btn-reveal .veil-viewers-img{height:19px}.post-actions.has-reveal-action{gap:.7rem}.post-actions.has-reveal-action .action-btn-reveal{opacity:.72;gap:.18rem;min-width:30px;margin-left:0}.post-actions.has-reveal-action .action-btn-reveal .action-count{font-size:.72rem}.post-actions.has-reveal-action .action-btn-reveal .veil-viewers-img{height:19px}.replies-container{max-width:calc(100% + 2.8rem);margin-left:-2.8rem}.reply-head{gap:.32rem}.reply-author-name{max-width:38%;font-size:.88rem}.reply-author-handle,.reply-time-ago{font-size:.78rem}.reply-author-handle{max-width:24%}.post button.reply-author-name{font-size:.88rem}.post button.reply-author-handle{font-size:.78rem}.reply-composer{gap:.38rem}.reply-input{padding:.48rem .8rem;font-size:.86rem}.reply-photo-btn{flex-basis:38px;width:38px;height:38px}.reply-photo-draft{max-width:min(190px,100%)}.reply-send-btn{flex-basis:38px;width:38px;height:38px;font-size:.95rem}@supports ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.post{-webkit-backdrop-filter:blur(10px)saturate(1.1);background:linear-gradient(#ffffff3d,#ffffff1f),linear-gradient(90deg,#ffffff0f,#fff0)}}}@media (prefers-reduced-motion:reduce){.post{-webkit-backdrop-filter:none;background:#ffffff57}}@media (hover:none),(pointer:coarse){.post{transform:none}.post-actions{z-index:2;opacity:1!important;visibility:visible!important;transform:none!important}.action-btn,.action-btn:hover,.action-btn:active{backface-visibility:visible;will-change:auto;transform:none!important}.photo-bubble:hover,.frame:hover,.reply-pic-wrap:hover{transform:none}.post.just-added.just-added-photo,.post.just-added.just-added-photo .profile-pic-wrapper,.post.just-added.just-added-photo .thought-bubble,.post.just-added.just-added-photo .frame,.post.just-added.just-added-photo .photo-bubble,.post.just-added.just-added-photo .thought-bubble>*,.post.just-added.just-added-photo .post-actions{opacity:1!important;animation:none!important;transform:none!important}}.feed-new-pill{z-index:9500;border-radius:var(--r-full,999px);cursor:pointer;letter-spacing:.2px;color:var(--ctl-btn-text,#fff);background:var(--ctl-btn-grad,linear-gradient(135deg,#ec4899,#a855f7));box-shadow:0 6px 20px rgba(var(--ctl-btn-shadow-rgb,190,24,93),.45),inset 0 1px 1px #ffffff4d;opacity:0;pointer-events:none;border:none;align-items:center;gap:.4rem;padding:.5rem 1.05rem;font-family:inherit;font-size:.9rem;font-weight:700;line-height:1;transition:opacity .25s,transform .25s,box-shadow .25s;display:inline-flex;position:fixed;top:64px;left:50%;transform:translate(-50%)translateY(-12px)}.feed-new-pill.show{opacity:1;pointer-events:auto;transform:translate(-50%)translateY(0)}.feed-new-pill:hover{box-shadow:0 10px 26px rgba(var(--ctl-btn-shadow-rgb,190,24,93),.55),inset 0 1px 1px #ffffff4d;transform:translate(-50%)translateY(-2px)}.feed-new-pill:active{transform:translate(-50%)translateY(0)scale(.97)}@media (width<=768px){.feed-new-pill{left:50%;right:auto;top:calc(64px + env(safe-area-inset-top,0px));white-space:nowrap;max-width:calc(100vw - 32px);bottom:auto}}@media (prefers-reduced-motion:reduce){.feed-new-pill{transition:opacity .25s}.feed-new-pill.show,.feed-new-pill:hover,.feed-new-pill:active{transform:translate(-50%)}}.veil-lock-img{object-fit:contain;vertical-align:-.16em;width:1em;height:1em;display:inline-block}.veil-viewers-img{object-fit:contain;vertical-align:-.16em;width:auto;height:1em;display:inline-block}.veil-lock{text-align:center;border:1.5px dashed rgba(var(--text-on-bg-rgb,90,31,58),.32);border-radius:var(--r-lg,16px);background:rgba(var(--ui-bubble-surface-1-rgb,255,255,255),.34);flex-direction:column;align-items:center;gap:.5rem;margin:.1rem 0 .15rem;padding:1.15rem 1rem 1rem;display:flex}.veil-lock-seal{border-radius:var(--r-full,999px);width:44px;height:44px;color:var(--text-on-bg,#5a1f3a);background:rgba(var(--text-on-bg-rgb,90,31,58),.1);justify-content:center;align-items:center;font-size:21px;display:flex}.veil-lock-seal .veil-lock-img{width:34px;height:34px}.veil-lock-title{color:var(--text-on-bg,#5a1f3a);margin:0;font-size:.98rem;font-weight:600}.veil-lock-sub{max-width:30ch;color:var(--text-subtle-on-bg,#7a4a5e);margin:0;font-size:.82rem;line-height:1.45}.veil-reveal-btn{cursor:pointer;border-radius:var(--r-full,999px);color:var(--ctl-btn-text,#fff);background:var(--post-btn-grad,rgba(var(--ctl-accent-rgb,190,20,70),1));box-shadow:0 4px 14px rgba(var(--ctl-btn-shadow-rgb,var(--ctl-accent-rgb,190,20,70)),.32);border:0;justify-content:center;align-items:center;gap:.4rem;margin-top:.2rem;padding:.5rem 1.15rem;font-size:.92rem;font-weight:600;transition:transform .12s,filter .12s;display:inline-flex}.veil-reveal-btn:hover{filter:brightness(1.04)}.veil-reveal-btn:active{transform:scale(.97)}.veil-reveal-btn[disabled]{opacity:.65;cursor:default}.veil-reveal-btn.confirming{background:rgba(var(--text-on-bg-rgb,90,31,58),.14);color:var(--text-on-bg,#5a1f3a);box-shadow:none}.veil-soft-count{color:var(--text-muted-on-bg,#9a7282);font-size:.74rem}.veil-appeared{border-radius:var(--r-full,999px);color:var(--text-on-bg,#5a1f3a);background:rgba(var(--ctl-accent-rgb,var(--text-on-bg-rgb,90,31,58)),.14);box-shadow:inset 0 0 0 1px rgba(var(--ctl-accent-rgb,var(--text-on-bg-rgb,90,31,58)),.22);align-items:center;gap:.34rem;margin-top:.45rem;padding:.2rem .6rem;font-size:.76rem;display:inline-flex}.veil-appeared .veil-lock-img{width:1.15em;height:1.15em}.action-btn-reveal .veil-viewers-img{width:auto;height:20px}.veil-modal{z-index:2600;-webkit-backdrop-filter:blur(8px);background:#2d1b3d47;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.veil-dialog{border-radius:var(--r-xl,20px);background:#ffffffeb;border:1px solid #ffffffb8;flex-direction:column;width:min(420px,92vw);max-height:min(560px,82vh);display:flex;overflow:hidden;box-shadow:0 18px 52px #2d1b3d38,0 2px 8px #00000014}.veil-modal-head{border-bottom:1px solid #2d1b3d14;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.1rem;display:flex}.veil-modal-title{color:var(--text-dark,#2d1b3d);align-items:center;gap:.45rem;font-size:1rem;font-weight:800;display:inline-flex}.veil-modal-close{width:34px;height:34px;color:var(--text-dark,#2d1b3d);cursor:pointer;background:#2d1b3d12;border:none;border-radius:50%;font-size:1.25rem;font-weight:900;line-height:1}.veil-modal-close:hover{background:#2d1b3d1f}.veil-modal-list{flex-direction:column;gap:.35rem;padding:.55rem;display:flex;overflow:auto}.veil-modal-row{border-radius:var(--r-lg,16px);align-items:center;gap:.7rem;padding:.55rem .6rem;display:flex}.veil-modal-row:hover{background:#2d1b3d0d}.veil-modal-pic{flex:none}.veil-modal-who{flex-direction:column;min-width:0;line-height:1.25;display:flex}.veil-modal-name{color:var(--text-dark,#2d1b3d);white-space:nowrap;text-overflow:ellipsis;font-size:.92rem;font-weight:800;overflow:hidden}.veil-modal-handle{color:var(--text-muted,#9a7282);white-space:nowrap;text-overflow:ellipsis;font-size:.78rem;font-weight:700;overflow:hidden}.veil-modal-state{text-align:center;color:var(--text-muted,#9a7282);padding:1.4rem 1rem;font-weight:700}body.community-form-page{--comm-grad:var(--ctl-accent-grad,linear-gradient(135deg,#56a8ff,#8e6bff 55%,#c084fc));--bg-grad:linear-gradient(135deg,#fef3c7 0%,#fce7f3 50%,#ddd6fe 100%);--text-dark:#2d1b3d;--text-muted:#6b5b7e;--danger:#e02865}body.community-form-page *{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}body.community-form-page{color:var(--text-dark);background:var(--bg-grad);background-attachment:fixed;min-height:100vh;font-family:Segoe UI,system-ui,-apple-system,Arial,sans-serif;overflow-x:hidden}body.community-form-page:before{content:"";pointer-events:none;z-index:0;background-image:radial-gradient(circle at 20% 30%,#ff6b9d26,#0000 40%),radial-gradient(circle at 80% 70%,#56478726,#0000 40%);position:fixed;inset:0}body.community-form-page a{color:inherit;text-decoration:none}body.community-form-page button,body.community-form-page input,body.community-form-page textarea{font-family:inherit}body.community-form-page button{cursor:pointer}body.community-form-page .vita-bubble{isolation:isolate;border-radius:50%;justify-content:center;align-items:center;transition:transform .35s cubic-bezier(.34,1.56,.64,1),box-shadow .35s,filter .35s;display:flex;position:relative;overflow:hidden;box-shadow:0 6px 16px #00000038,0 2px 4px #00000014,inset 0 -3px 6px #0000001f,inset 0 1px 1px #fff3}body.community-form-page .vita-bubble>span{z-index:3;filter:drop-shadow(0 1px 2px #00000038);line-height:1;position:relative}body.community-form-page .vita-bubble .av-img{object-fit:cover;object-position:center;z-index:2;border-radius:inherit;width:100%;height:100%;position:absolute;inset:0}body.community-form-page .vita-bubble:after{content:"";pointer-events:none;z-index:2;filter:blur(2px);background:radial-gradient(#ffffff38,#0000 70%);border-radius:50%;width:28%;height:8%;position:absolute;top:10%;left:36%}body.community-form-page .vita-bubble:before{content:"";border-radius:inherit;pointer-events:none;z-index:1;background:radial-gradient(at 50% 130%,#0000001a,#0000 50%);position:absolute;inset:0}body.community-form-page .vita-bubble:hover{filter:drop-shadow(0 9px 11px #00000038)drop-shadow(0 2px 3px #0000001a);transform:scale(1.06)translateY(-2px);box-shadow:inset 0 -3px 6px #0000001f,inset 0 1px 1px #ffffff3d}body.community-form-page .page{z-index:1;max-width:1020px;margin:1rem auto 3rem;padding:0 1rem;position:relative}body.community-form-page .back-link{color:var(--text-muted);-webkit-backdrop-filter:blur(20px)saturate(1.6);border-radius:var(--r-full,999px);background:#ffffff6b;border:1px solid #ffffff8c;align-items:center;gap:.4rem;margin:.4rem 2px .9rem;padding:.4rem .9rem;font-size:.85rem;font-weight:700;transition:all .25s;display:inline-flex;box-shadow:0 3px 10px #0000000f}body.community-form-page .back-link:hover{background:#fffc;transform:translateY(-2px)}body.community-form-page .card{-webkit-backdrop-filter:blur(40px)saturate(1.9);border-radius:var(--r-xl,20px);background:#ffffff6b;border:1px solid #ffffff8c;margin-bottom:1.1rem;padding:1.3rem;box-shadow:0 10px 36px #0000000d,0 1px 1px #00000008}body.community-form-page .card-label{letter-spacing:.4px;text-transform:uppercase;color:var(--text-muted);align-items:center;gap:.45rem;margin-bottom:.9rem;font-size:.78rem;font-weight:800;display:flex}body.community-form-page .limit-alert{border-radius:var(--r-lg,16px);color:var(--danger);background:#ffffffb8;border:1px solid #e0286540;margin-bottom:1.1rem;padding:.9rem 1rem;font-size:.9rem;font-weight:800;display:none;box-shadow:0 8px 24px #e0286514}body.community-form-page .limit-alert.show{display:block}body.community-form-page .hidden{display:none!important}body.community-form-page .identity{align-items:center;gap:1rem;margin-bottom:1.1rem;display:flex}body.community-form-page .preview-wrap{flex-shrink:0;position:relative}body.community-form-page .identity .preview{color:#fff;cursor:pointer;background:var(--comm-grad);width:78px;height:78px;font-size:2.4rem}body.community-form-page .community-preview-icon{z-index:3;object-fit:contain;filter:drop-shadow(0 1px 2px #00000038);width:80%;height:80%;display:block;position:relative}body.community-form-page .cam-badge{background:var(--comm-grad);color:#fff;z-index:4;pointer-events:none;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.85rem;line-height:1;display:flex;position:absolute;bottom:-2px;right:-2px;box-shadow:0 3px 9px #566cff66}body.community-form-page .photo-rm{width:24px;height:24px;color:var(--danger);z-index:5;background:#fffffff2;border:1px solid #0000000f;border-radius:50%;justify-content:center;align-items:center;font-size:.95rem;line-height:1;display:none;position:absolute;top:-4px;left:-4px;box-shadow:0 3px 9px #0000002e}body.community-form-page .preview-wrap.has-photo .photo-rm{display:flex}body.community-form-page .preview-label{cursor:pointer;display:block}body.community-form-page .emoji-pick-hint{color:var(--text-muted);font-size:.8rem;font-weight:600}body.community-form-page .emoji-row{flex-wrap:wrap;gap:.45rem;margin-top:.55rem;display:flex}body.community-form-page .emoji-chip{background:#fff9;border:1px solid #fff9;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.25rem;line-height:1;transition:transform .2s,box-shadow .2s,background .2s;display:flex}body.community-form-page .community-chip-icon{object-fit:contain;filter:drop-shadow(0 1px 2px #0000002e);width:78%;height:78%;display:block}body.community-form-page .emoji-chip:hover{background:#ffffffeb;transform:scale(1.12)}body.community-form-page .emoji-chip.sel{background:var(--comm-grad);color:#fff;box-shadow:0 4px 12px #566cff66,inset 0 0 0 2px #ffffff80}body.community-form-page .cover{border-radius:var(--r-lg,16px);cursor:pointer;background:var(--comm-grad);touch-action:none;-webkit-user-select:none;user-select:none;border:2px dashed #ffffffd9;width:100%;height:140px;margin:.2rem 0 1.1rem;transition:transform .25s,box-shadow .25s,border-color .25s;display:block;position:relative;overflow:hidden;box-shadow:0 8px 24px #00000014,inset 0 1px 1px #ffffff40}body.community-form-page .cover:hover{border-color:#fff;transform:translateY(-2px);box-shadow:0 12px 30px #00000024}body.community-form-page .cover.has-cover{cursor:grab;border-style:solid;border-color:#ffffff8c}body.community-form-page .cover.dragging{cursor:grabbing}body.community-form-page .cover img{object-fit:cover;object-position:var(--cover-pos-x,50%) var(--cover-pos-y,50%);z-index:1;width:100%;height:100%;position:absolute;inset:0}body.community-form-page .cover .cover-hint{z-index:2;color:#fff;text-align:center;text-shadow:0 1px 3px #0000004d;pointer-events:none;flex-direction:column;justify-content:center;align-items:center;gap:.3rem;display:flex;position:absolute;inset:0}body.community-form-page .cover .ci{font-size:1.7rem}body.community-form-page .cover .ct{font-size:.82rem;font-weight:700}body.community-form-page .cover.has-cover .cover-hint{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--r-full,999px);background:#00000052;flex-direction:row;gap:.35rem;padding:.35rem .7rem;inset:auto 52px 10px auto}body.community-form-page .cover.has-cover .ci{font-size:1rem}body.community-form-page .cover-rm{z-index:3;width:30px;height:30px;color:var(--danger);background:#fffffff2;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1rem;line-height:1;display:none;position:absolute;top:10px;right:10px;box-shadow:0 3px 9px #0003}body.community-form-page .cover.has-cover .cover-rm{display:flex}body.community-form-page .cover-change{z-index:3;width:34px;height:34px;color:var(--text-dark);background:#fffffff2;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1rem;line-height:1;display:none;position:absolute;bottom:10px;right:10px;box-shadow:0 3px 9px #0003}body.community-form-page .cover.has-cover .cover-change{display:flex}body.community-form-page .field{margin-bottom:1rem}body.community-form-page .field:last-child{margin-bottom:0}body.community-form-page .field-label{color:var(--text-dark);margin-bottom:.4rem;font-size:.82rem;font-weight:700;display:block}body.community-form-page .field-label .opt{color:var(--text-muted);margin-left:.3rem;font-size:.76rem;font-weight:600}body.community-form-page .input,body.community-form-page .textarea{border-radius:var(--r-lg,16px);color:#333;background:#ffffff8c;border:1px solid #ffffffa6;outline:none;width:100%;padding:.7rem .95rem;font-size:1rem;transition:border-color .2s,box-shadow .2s,background .2s}body.community-form-page .input::placeholder,body.community-form-page .textarea::placeholder{color:#9b8caa}body.community-form-page .input:focus,body.community-form-page .textarea:focus{border-color:var(--ctl-accent,#56a8ff);box-shadow:0 0 0 3px rgba(var(--ctl-accent-rgb,86,168,255),.16);background:#fffc}body.community-form-page .textarea{resize:vertical;min-height:78px;line-height:1.45}body.community-form-page .char-count{color:var(--text-muted);text-align:right;margin-top:.3rem;font-size:.72rem;font-weight:600}body.community-form-page .field-error{color:var(--danger);margin-top:.35rem;font-size:.76rem;font-weight:700;display:none}body.community-form-page .field.invalid .input,body.community-form-page .field.invalid .textarea{border-color:#f0729a;box-shadow:0 0 0 3px #f0729a29}body.community-form-page .field.invalid .field-error{display:block}body.community-form-page .slug-wrap{border-radius:var(--r-lg,16px);background:#ffffff8c;border:1px solid #ffffffa6;align-items:center;gap:0;padding:0 .2rem 0 .95rem;transition:border-color .2s,box-shadow .2s,background .2s;display:flex}body.community-form-page .slug-wrap:focus-within{border-color:var(--ctl-accent,#56a8ff);box-shadow:0 0 0 3px rgba(var(--ctl-accent-rgb,86,168,255),.16);background:#fffc}body.community-form-page .slug-wrap .at{color:var(--text-muted);flex-shrink:0;font-size:1rem;font-weight:800}body.community-form-page .slug-wrap .input{box-shadow:none;background:0 0;border:none;padding-left:.15rem}body.community-form-page .slug-status{white-space:nowrap;flex-shrink:0;padding-right:.6rem;font-size:.72rem;font-weight:700}body.community-form-page .slug-status.checking{color:var(--text-muted)}body.community-form-page .slug-status.ok{color:#16a34a}body.community-form-page .slug-status.taken{color:var(--danger)}body.community-form-page .rule-row{align-items:flex-start;gap:.6rem;margin-bottom:.6rem;display:flex}body.community-form-page .rule-num{background:var(--comm-grad);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-top:.5rem;font-size:.82rem;font-weight:800;display:flex;box-shadow:0 3px 9px #566cff4d}body.community-form-page .rule-row .input{flex:1}body.community-form-page .rule-rm{color:#999;border-radius:var(--r-md,12px);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:38px;margin-top:.45rem;font-size:1.2rem;transition:background .2s,color .2s;display:flex}body.community-form-page .rule-rm:hover{color:var(--danger);background:#0000000f}body.community-form-page .add-rule{color:#5647ff;border-radius:var(--r-lg,16px);background:#fff6;border:1px dashed #566cff80;align-items:center;gap:.4rem;margin-top:.2rem;padding:.5rem .95rem;font-size:.85rem;font-weight:700;transition:background .2s,transform .2s;display:inline-flex}body.community-form-page .add-rule:hover{background:#ffffffb3;transform:translateY(-2px)}body.community-form-page .privacy-toggle{gap:.7rem;display:flex}body.community-form-page .priv-opt{border-radius:var(--r-lg,16px);text-align:left;background:#ffffff80;border:1px solid #fff9;flex:1;align-items:flex-start;gap:.7rem;padding:.85rem .9rem;transition:all .25s;display:flex}body.community-form-page .priv-opt .ico{flex-shrink:0;font-size:1.4rem;line-height:1}body.community-form-page .community-inline-icon{object-fit:contain;filter:drop-shadow(0 1px 2px #0000002e);width:1.35em;height:1.35em;display:block}body.community-form-page .priv-opt .pt{color:var(--text-dark);font-size:.92rem;font-weight:800}body.community-form-page .priv-opt .pd{color:var(--text-muted);margin-top:2px;font-size:.76rem;line-height:1.35}body.community-form-page .priv-opt:hover{background:#ffffffb8;transform:translateY(-2px)}body.community-form-page .priv-opt.sel{color:#fff;background:var(--comm-grad);border-color:#0000;box-shadow:0 6px 18px #566cff59}body.community-form-page .priv-opt.sel .pt,body.community-form-page .priv-opt.sel .pd{color:#fff}body.community-form-page .priv-opt.sel .pd{opacity:.92}body.community-form-page .category-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem;display:grid}body.community-form-page .category-chip{border-radius:var(--r-lg,16px);min-height:58px;color:var(--text-dark);text-align:left;background:#ffffff80;border:1px solid #fff9;align-items:center;gap:.55rem;padding:.65rem .7rem;font-size:.86rem;font-weight:800;transition:all .25s;display:flex}body.community-form-page .category-chip .ci{flex-shrink:0;font-size:1.3rem;line-height:1}body.community-form-page .category-chip:hover{background:#ffffffb8;transform:translateY(-2px)}body.community-form-page .category-chip.sel{color:#fff;background:var(--comm-grad);border-color:#0000;box-shadow:0 6px 18px #566cff59}body.community-form-page .invite-search{border-radius:var(--r-lg,16px);background:#ffffff8c;border:1px solid #ffffffa6;align-items:center;gap:.6rem;padding:.6rem .95rem;transition:border-color .2s,box-shadow .2s,background .2s;display:flex}body.community-form-page .invite-search:focus-within{border-color:var(--ctl-accent,#56a8ff);box-shadow:0 0 0 3px rgba(var(--ctl-accent-rgb,86,168,255),.16);background:#fffc}body.community-form-page .invite-search input{color:#333;background:0 0;border:none;outline:none;flex:1;font-size:1rem}body.community-form-page .invite-results{flex-direction:column;gap:.45rem;margin-top:.7rem;display:flex}body.community-form-page .user-row{border-radius:var(--r-lg,16px);background:#fff6;border:1px solid #ffffff80;align-items:center;gap:.7rem;padding:.5rem .6rem;display:flex}body.community-form-page .user-row .bubble{color:#fff;background:var(--comm-grad);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.3rem;display:flex;position:relative;overflow:hidden}body.community-form-page .user-row .bubble .av-img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}body.community-form-page .user-row .ui{flex:1;min-width:0}body.community-form-page .user-row .un{white-space:nowrap;text-overflow:ellipsis;font-size:.92rem;font-weight:700;overflow:hidden}body.community-form-page .user-row .uh{color:var(--text-muted);font-size:.78rem}body.community-form-page .add-btn{border-radius:var(--r-full,999px);color:#fff;background:var(--comm-grad);border:none;flex-shrink:0;padding:.42rem .95rem;font-size:.78rem;font-weight:800;box-shadow:0 4px 12px #566cff4d}body.community-form-page .add-btn.added{color:var(--text-muted);box-shadow:none;cursor:default;background:#fff9}body.community-form-page .invited-label{color:var(--text-muted);margin:.9rem 0 .5rem;font-size:.78rem;font-weight:700}body.community-form-page .invited-wrap{flex-wrap:wrap;gap:.5rem;display:flex}body.community-form-page .invited-chip{border-radius:var(--r-full,999px);background:#ffffff9e;border:1px solid #fff9;align-items:center;gap:.45rem;padding:.3rem .35rem;font-size:.82rem;font-weight:700;display:inline-flex;box-shadow:0 3px 10px #0000000f}body.community-form-page .invited-chip .rm{color:#999;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:1rem;display:flex}body.community-form-page .invite-empty{color:var(--text-muted);padding:.3rem 0;font-size:.8rem;font-weight:600}body.community-form-page .danger-card{background:#ffffff85;border-color:#e0286547}body.community-form-page .danger-row{justify-content:space-between;align-items:center;gap:1rem;display:flex}body.community-form-page .danger-title{color:var(--danger);font-size:.98rem;font-weight:900}body.community-form-page .danger-copy{color:var(--text-muted);margin-top:.18rem;font-size:.8rem;font-weight:650;line-height:1.35}body.community-form-page .delete-community-btn{border-radius:var(--r-full,999px);color:#fff;background:linear-gradient(135deg,#fb7185,#dc2626 75%);border:none;flex-shrink:0;padding:.62rem 1rem;font-size:.86rem;font-weight:900;transition:transform .2s,box-shadow .2s,opacity .2s;box-shadow:0 7px 18px #dc262647}body.community-form-page .delete-community-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 24px #dc262661}body.community-form-page .delete-community-btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}body.community-form-page .create-bar{margin-top:1.3rem;position:sticky;bottom:1rem}body.community-form-page .create-btn{border-radius:var(--r-full,999px);color:#fff;background:var(--comm-grad);border:none;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.95rem 1rem;font-size:1.05rem;font-weight:800;transition:transform .2s,box-shadow .2s,opacity .2s;display:flex;box-shadow:0 10px 28px #566cff66,0 2px 6px #0000001a}body.community-form-page .create-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 14px 32px #566cff80}body.community-form-page .create-btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:0 6px 16px #566cff33}body.community-form-page .toast{opacity:0;visibility:hidden;pointer-events:none;-webkit-backdrop-filter:blur(20px)saturate(1.6);border-radius:var(--r-lg,16px);color:var(--text-dark);z-index:2000;background:#ffffffeb;border:1px solid #fff9;align-items:center;gap:.6rem;max-width:90vw;padding:.85rem 1.2rem;font-size:.9rem;font-weight:700;transition:transform .4s cubic-bezier(.34,1.4,.64,1),opacity .35s,visibility .4s;display:flex;position:fixed;bottom:26px;left:50%;transform:translate(-50%)translateY(120%);box-shadow:0 12px 32px #0000002e}body.community-form-page .toast.show{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}body.community-form-page footer{text-align:center;color:var(--text-muted);padding:2rem 1rem 1rem;font-size:.8rem;display:none}@media (width<=768px){body.community-form-page .page{margin-top:64px;padding:0 10px}body.community-form-page .card{border-radius:var(--r-xl,20px);padding:1rem}body.community-form-page .privacy-toggle{flex-direction:column}body.community-form-page .category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}body.community-form-page .danger-row{flex-direction:column;align-items:stretch}body.community-form-page .delete-community-btn{width:100%}}body.podium-page{--bubble-grad:linear-gradient(135deg, var(--ui-bubble-1,#e22865), var(--ui-bubble-2,#be1446));--bg-grad:linear-gradient(135deg, #fef3c7 0%, #fce7f3 50%, #ddd6fe 100%);--text-dark:#2d1b3d;--text-muted:#6b5b7e;color:var(--text-dark);background:var(--bg-grad);background-attachment:fixed;max-width:100%;min-height:100vh;font-family:Segoe UI,system-ui,-apple-system,Arial,sans-serif;overflow-x:clip}body.podium-page *,body.podium-page :before,body.podium-page :after{box-sizing:border-box;-webkit-tap-highlight-color:transparent}body.podium-page:before{content:"";pointer-events:none;z-index:0;background-image:radial-gradient(circle at 20% 30%,#ff6b9d26 0%,#0000 40%),radial-gradient(circle at 80% 70%,#22c55e24 0%,#0000 40%);position:fixed;inset:0}body.podium-page a{color:inherit;cursor:pointer;text-decoration:none}body.podium-page button,body.podium-page input{font-family:inherit}body.podium-page button{cursor:pointer}body.podium-page .search-wrap{-webkit-backdrop-filter:blur(40px)saturate(1.9);border-radius:var(--r-full,999px);background:#ffffff6b;border:1px solid #ffffff8c;align-items:center;gap:.6rem;margin-bottom:1.2rem;padding:.6rem 1.1rem;transition:border-color .2s,box-shadow .2s;display:flex;box-shadow:0 10px 36px #0000000d}body.podium-page .search-wrap:focus-within{border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b33,0 10px 36px #0000000d}body.podium-page .search-icon{color:#7a6b8e;flex-shrink:0;font-size:1.15rem}body.podium-page .search-input{color:#333;background:0 0;border:none;outline:none;flex:1;font-size:1rem}body.podium-page .search-input::placeholder{color:#999}body.podium-page .search-clear{color:#999;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:1.1rem;transition:background .2s,color .2s;display:none}body.podium-page .search-clear:hover{color:#555;background:#0000000f}body.podium-page .search-clear.show{display:flex}body.podium-page .podium{-webkit-backdrop-filter:blur(40px)saturate(1.8);border-radius:var(--r-2xl,24px);background:linear-gradient(135deg,#facc1533,#f59e0b24 50%,#d9770629),#fff6;border:1px solid #ffffff8c;justify-content:center;align-items:flex-end;gap:.6rem;margin:0 0 1.4rem;padding:1.6rem 1rem 1.2rem;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 36px #f59e0b1f}body.podium-page .podium:before{content:"";pointer-events:none;background:radial-gradient(circle,#facc1559,#0000 65%);border-radius:50%;width:280px;height:280px;position:absolute;top:-40%;left:50%;transform:translate(-50%)}body.podium-page .pod{z-index:1;flex-direction:column;flex:1;align-items:center;gap:.45rem;max-width:120px;display:flex;position:relative}body.podium-page .pod-crown{filter:drop-shadow(0 2px 4px #0000002e);font-size:1.5rem;line-height:1}body.podium-page .pod-crown img{object-fit:contain;width:38px;height:38px;display:block}body.podium-page .pod-av,body.podium-page .you-av,body.podium-page .row-av{isolation:isolate;color:#fff;border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}body.podium-page .pod-av{border:3px solid #fff;box-shadow:0 8px 20px #00000038,inset 0 -3px 6px #00000024,inset 0 1px 2px #ffffff4d}body.podium-page .pod-av .av-img,body.podium-page .you-av .av-img,body.podium-page .row-av .av-img{z-index:2;object-fit:cover;width:100%;height:100%;position:absolute;inset:0}body.podium-page .pod-av .emoji,body.podium-page .you-av .emoji,body.podium-page .row-av .emoji{z-index:3;position:relative}body.podium-page .pod-name{max-width:110px;color:var(--text-dark);text-align:center;text-overflow:ellipsis;white-space:nowrap;font-size:.86rem;font-weight:800;overflow:hidden}body.podium-page .pod-score{align-items:center;gap:.25rem;font-size:.82rem;font-weight:800;display:flex}body.podium-page .pod-base{color:#fff;border-radius:var(--r-lg,16px) var(--r-lg,16px) 0 0;justify-content:center;align-items:flex-start;width:100%;margin-top:.2rem;padding-top:.5rem;font-size:1.4rem;font-weight:900;display:flex;box-shadow:inset 0 2px 4px #ffffff4d,0 6px 16px #0000001f}body.podium-page .pod.p1{order:2}body.podium-page .pod.p2{order:1}body.podium-page .pod.p3{order:3}body.podium-page .pod.p1 .pod-av{width:82px;height:82px;font-size:2.2rem}body.podium-page .pod.p2 .pod-av,body.podium-page .pod.p3 .pod-av{width:62px;height:62px;font-size:1.7rem}body.podium-page .pod.p1 .pod-base{background:linear-gradient(135deg,#fcd34d,#f59e0b);height:96px}body.podium-page .pod.p2 .pod-base{background:linear-gradient(135deg,#e2e8f0,#94a3b8);height:70px}body.podium-page .pod.p3 .pod-base{background:linear-gradient(135deg,#fbbf24,#b45309);height:54px}body.podium-page .pod.p1 .pod-score{color:#b45309}body.podium-page .pod.p2 .pod-score{color:#64748b}body.podium-page .pod.p3 .pod-score{color:#9a3412}body.podium-page .you-bar{border-radius:var(--r-lg,16px);background:linear-gradient(135deg,#a855f729,#ec48991f),#ffffff80;border:1px solid #a855f74d;align-items:center;gap:.8rem;margin:0 0 1.2rem;padding:.7rem .9rem;display:flex;box-shadow:0 8px 24px #a855f71a}body.podium-page .you-rank{color:#9333d6;text-align:center;flex-shrink:0;min-width:58px;font-size:1.2rem;font-weight:900}body.podium-page .you-av,body.podium-page .row-av{flex-shrink:0;width:42px;height:42px;font-size:1.2rem;box-shadow:0 5px 14px #0000002e,inset 0 -3px 6px #00000024,inset 0 1px 2px #ffffff4d}body.podium-page .you-info,body.podium-page .row-info{flex:1;min-width:0}body.podium-page .you-label{color:#9333d6;letter-spacing:.4px;text-transform:uppercase;font-size:.72rem;font-weight:700}body.podium-page .you-name{color:var(--text-dark);font-size:.95rem;font-weight:800}body.podium-page .you-score{color:#9333d6;flex-shrink:0;align-items:center;gap:.25rem;font-size:.95rem;font-weight:800;display:flex}body.podium-page .list-head{color:var(--text-muted);margin:0 2px .7rem;font-size:.85rem;font-weight:700}body.podium-page .list-head b{color:var(--text-dark)}body.podium-page .rank-list{flex-direction:column;gap:.5rem;display:flex}body.podium-page .row{-webkit-backdrop-filter:blur(30px)saturate(1.8);border-radius:var(--r-lg,16px);cursor:pointer;background:#ffffff6b;border:1px solid #ffffff8c;align-items:center;gap:.85rem;padding:.6rem .9rem;transition:transform .2s cubic-bezier(.34,1.56,.64,1),box-shadow .2s;display:flex;box-shadow:0 6px 18px #0000000a}body.podium-page .row:hover{transform:translateY(-2px);box-shadow:0 10px 24px #00000017}body.podium-page .row.me{background:linear-gradient(135deg,#a855f71a,#ec48990f),#ffffff80;border-color:#a855f766}body.podium-page .row-rank{width:42px;color:var(--text-muted);text-align:center;flex:none;font-size:.95rem;font-weight:800}body.podium-page .row-name{color:var(--text-dark);text-overflow:ellipsis;white-space:nowrap;font-size:.92rem;font-weight:700;overflow:hidden}body.podium-page .row-handle{color:var(--text-muted);font-size:.78rem;font-weight:600}body.podium-page .row-score{color:#b45309;flex:none;align-items:center;gap:.25rem;font-size:.9rem;font-weight:800;display:flex}body.podium-page .row-delta{text-align:right;flex:none;min-width:34px;font-size:.74rem;font-weight:700}body.podium-page .row-delta.up{color:#16a34a}body.podium-page .row-delta.down{color:#dc2626}body.podium-page .row-delta.flat{color:var(--text-muted)}body.podium-page .load-more{border-radius:var(--r-full,999px);color:#b45309;background:#f59e0b1f;border:1px solid #f59e0b59;margin:1.2rem auto 0;padding:.6rem 1.4rem;font-size:.85rem;font-weight:800;transition:background .2s,transform .2s;display:block}body.podium-page .load-more:hover{background:#f59e0b33;transform:translateY(-1px)}body.podium-page .load-more:active{transform:scale(.97)}body.podium-page .empty-state{color:var(--text-muted);text-align:center;padding:3rem 1rem}body.podium-page .empty-state .emoji{opacity:.7;margin-bottom:.6rem;font-size:3rem;display:block}body.podium-page .empty-state b{color:var(--text-dark)}body.podium-page footer{color:var(--text-muted);text-align:center;padding:2rem 1rem 1rem;font-size:.8rem}@media (width<=768px){body.podium-page .pod{max-width:33%}body.podium-page .pod.p1 .pod-av{width:70px;height:70px;font-size:1.9rem}body.podium-page .pod.p2 .pod-av,body.podium-page .pod.p3 .pod-av{width:54px;height:54px;font-size:1.5rem}body.podium-page .row-handle{display:none}}html,body,#root{min-height:100%}#root{display:contents}.route-missing-page{box-sizing:border-box;border-radius:var(--r-lg,16px);color:#7f1d1d;background:#fff7f7;border:1px solid #b91c1c42;width:min(560px,100vw - 32px);margin:48px auto;padding:20px;font-family:Segoe UI,system-ui,-apple-system,Arial,sans-serif;line-height:1.45}.route-loading{min-height:100vh}.route-missing-page h1{margin:0 0 8px;font-size:1.25rem}.route-missing-page p{margin:0 0 12px}.route-missing-page a{color:#be1446;font-weight:700}
