.mood-comments{margin-top:48px;border-top:1px solid hsl(var(--foreground) / .08);--comment-body-padding:9px 12px;--comment-body-radius:12px;--comment-stack-gap:16px;max-width:34rem;margin-inline:auto;padding-top:48px;position:relative}.mood-comments:before{content:"";background:linear-gradient(90deg, transparent 0%, hsl(var(--foreground) / .15) 50%, transparent 100%);height:1px;position:absolute;top:-1px;left:0;right:0}@media (width>=640px){.mood-comments{--comment-stack-gap:18px;margin-top:56px;padding-top:56px}}@media (width>=1024px){.mood-comments{margin-top:64px;padding-top:64px}}.mood-comments-header{align-items:center;gap:8px;margin-bottom:24px;display:flex}@media (width>=640px){.mood-comments-header{margin-bottom:28px}}.mood-comments-title{color:hsl(var(--muted-foreground) / .6);text-transform:uppercase;letter-spacing:.05em;font-size:13px;font-weight:500}.mood-comments-count{color:hsl(var(--muted-foreground) / .5);font-variant-numeric:tabular-nums;font-size:12px;font-weight:500}.mood-comments-count:empty{display:none}.mood-comments-count:before{content:"·";color:hsl(var(--muted-foreground) / .3);margin-right:8px}.mood-comments-list{gap:var(--comment-stack-gap);flex-direction:column;display:flex}.mood-comments-skeleton{flex-direction:column;gap:16px;display:flex}.mood-comment{align-items:flex-start;gap:10px;padding:0;animation:.3s ease-out backwards comment-fade-in;display:flex;position:relative}@media (width>=640px){.mood-comment{gap:12px}}@keyframes comment-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.mood-comment--skeleton{animation:none}.mood-comment--skeleton .mood-comment-body{width:fit-content}.mood-comment-avatar{background:linear-gradient(135deg, hsl(var(--foreground) / .12) 0%, hsl(var(--foreground) / .06) 100%);width:32px;height:32px;color:hsl(var(--foreground) / .6);border:1.5px solid hsl(var(--background));box-shadow:0 1px 4px hsl(var(--foreground) / .06);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:600;display:flex;overflow:hidden}@media (width>=640px){.mood-comment-avatar{width:36px;height:36px;font-size:13px}}.mood-comment-avatar img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.mood-comment-avatar--skeleton{position:relative;overflow:hidden}.mood-comment-avatar--skeleton:after{content:"";background:linear-gradient(90deg, transparent 0%, hsl(var(--foreground) / .15) 50%, transparent 100%);animation:2s ease-in-out infinite comment-skeleton-shimmer;animation-delay:var(--skeleton-delay,0s);position:absolute;inset:0}.mood-comment-body{width:fit-content;min-width:0;max-width:100%;font-family:var(--font-sans);background:hsl(var(--foreground) / .035);border:1px solid hsl(var(--foreground) / .08);border-radius:var(--comment-body-radius,12px);padding:var(--comment-body-padding,9px 12px);position:relative}.mood-comment-header{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:6px;display:flex}.mood-comment-author{color:hsl(var(--foreground));letter-spacing:-.01em;font-size:13px;font-weight:600}@media (width>=640px){.mood-comment-author{font-size:14px}}.mood-comment-date{color:hsl(var(--muted-foreground) / .6);font-variant-numeric:tabular-nums;font-size:11px}@media (width>=640px){.mood-comment-date{font-size:12px}}.mood-comment-date:before{content:"•";color:hsl(var(--muted-foreground) / .3);margin-right:8px}.mood-comment-content{color:hsl(var(--foreground) / .95);overflow-wrap:anywhere;word-break:break-word;font-size:13px;line-height:1.6}.mood-comment-body:has(.image-list-container){max-width:min(100%,270px)}@media (width>=640px){.mood-comment-content{font-size:14px;line-height:1.65}}.mood-comment-content p{margin:0 0 .8em}.mood-comment-content p:last-child{margin-bottom:0}.mood-comment-content a{color:hsl(var(--foreground));border-bottom:1px solid hsl(var(--foreground) / .3);text-decoration:none;transition:border-color .15s}.mood-comment-content a:hover{border-bottom-color:hsl(var(--foreground) / .6)}.mood-comment-content .emoji{font-style:normal}.mood-comment-content .emoji b{font-weight:inherit}.mood-comment-content .tg-emoji{vertical-align:-.15em;justify-content:center;align-items:center;width:1.1em;height:1.1em;display:inline-flex}.mood-comment-content .tg-emoji img{width:100%;height:100%;display:block}.mood-comment-content .tg-emoji[data-emoji-animated=true] img{display:none}.mood-comment-content .tg-emoji-anim,.mood-comment-content .tg-emoji-anim svg{width:100%;height:100%;display:block}.mood-comment-content .image-list-container{gap:6px;width:fit-content;max-width:min(100%,220px);margin:4px 0 2px;display:grid}.mood-comment-content .image-list-even{grid-template-columns:repeat(2,minmax(0,1fr));width:min(100%,240px)}.mood-comment-content .image-list-container:has(.image-preview-wrap~.image-preview-wrap){grid-template-columns:repeat(2,minmax(0,1fr));width:min(100%,240px);max-width:min(100%,240px)}.mood-comment-content .image-preview-wrap{background:hsl(var(--foreground) / .06);cursor:pointer;border:0;border-radius:10px;width:100%;padding:0;display:block;overflow:hidden}.mood-comment-content .image-preview-wrap img{-o-object-fit:cover;object-fit:cover;width:100%;max-height:260px;display:block}.mood-comment-content .image-list-even .image-preview-wrap img,.mood-comment-content .image-list-container:has(.image-preview-wrap~.image-preview-wrap) .image-preview-wrap img{aspect-ratio:1;max-height:none}.mood-comment-content .modal{display:none}.mood-comment-content blockquote{--comment-quote-bg:linear-gradient(180deg, hsl(var(--foreground) / .03) 0%, hsl(var(--foreground) / .06) 100%);border-left:2px solid hsl(var(--foreground) / .18);background:var(--comment-quote-bg);color:hsl(var(--muted-foreground));border-radius:0 6px 6px 0;margin:.6em 0 .7em;padding:4px 10px;font-size:11.5px;line-height:1.5;position:relative;overflow:hidden}@media (width>=640px){.mood-comment-content blockquote{padding:5px 12px;font-size:12.5px;line-height:1.55}}.mood-comment-content blockquote:before{content:"";background:linear-gradient(to bottom, hsl(var(--foreground) / .3), hsl(var(--foreground) / .08));border-radius:2px 0 0 2px;width:2px;height:100%;position:absolute;top:0;left:-2px}.mood-comment-content blockquote:after{content:"";background:linear-gradient(180deg, hsl(var(--foreground) / 0) 0%, hsl(var(--foreground) / .18) 100%);opacity:.35;pointer-events:none;height:42%;position:absolute;bottom:0;left:0;right:0}.mood-comment-content blockquote small{z-index:1;white-space:pre-line;line-height:1.5;display:block;position:relative}.mood-comment-content blockquote p{z-index:1;white-space:pre-line;margin:0;position:relative}.mood-comment-reactions{flex-wrap:wrap;gap:6px;margin-top:10px;display:flex}.mood-comment-skeleton-line{width:var(--line-width,120px);height:var(--line-height,12px);background:hsl(var(--foreground) / .1);border-radius:6px;display:block;position:relative;overflow:hidden}.mood-comment-skeleton-line:after{content:"";background:linear-gradient(90deg, transparent 0%, hsl(var(--foreground) / .18) 50%, transparent 100%);animation:2s ease-in-out infinite comment-skeleton-shimmer;animation-delay:var(--skeleton-delay,0s);position:absolute;inset:0}.mood-comment-skeleton-line--author{--line-height:13px}.mood-comment-skeleton-line--date{--line-height:10px;background:hsl(var(--foreground) / .08)}.mood-comment-skeleton-line--quote{--line-height:11px}.mood-comment-content--skeleton,.mood-comment-content .mood-comment-skeleton-quote small{flex-direction:column;gap:6px;display:flex}@keyframes comment-skeleton-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@media (prefers-reduced-motion:reduce){.mood-comment-avatar--skeleton:after,.mood-comment-skeleton-line:after{animation:none}}.mood-comments-empty{color:hsl(var(--muted-foreground) / .5);padding:24px 0}.mood-comments-empty p{margin:0;font-size:14px;font-style:italic}.mood-comments-load-more{width:100%;color:hsl(var(--foreground) / .75);background:linear-gradient(180deg, hsl(var(--foreground) / .04) 0%, hsl(var(--foreground) / .06) 100%);border:1px solid hsl(var(--foreground) / .12);cursor:pointer;box-shadow:0 2px 8px hsl(var(--foreground) / .04), 0 0 0 1px hsl(var(--foreground) / .02);border-radius:12px;margin-top:28px;padding:16px 28px;font-family:inherit;font-size:14px;font-weight:500;transition:all .25s cubic-bezier(.4,0,.2,1);display:block;position:relative;overflow:hidden}.mood-comments-load-more[hidden]{display:none}.mood-comments-load-more:before{content:"";background:linear-gradient(135deg, hsl(var(--foreground) / .08) 0%, transparent 100%);opacity:0;transition:opacity .25s;position:absolute;inset:0}.mood-comments-load-more:hover{color:hsl(var(--foreground));border-color:hsl(var(--foreground) / .18);box-shadow:0 4px 16px hsl(var(--foreground) / .08), 0 0 0 1px hsl(var(--foreground) / .04);transform:translateY(-1px)}.mood-comments-load-more:hover:before{opacity:1}.mood-comments-load-more:active{transform:translateY(0)}.mood-comments-load-more:disabled{opacity:.5;cursor:not-allowed;transform:none}.mood-comments-load-more:disabled:hover{border-color:hsl(var(--foreground) / .12);box-shadow:0 2px 8px hsl(var(--foreground) / .04), 0 0 0 1px hsl(var(--foreground) / .02)}a.mood-comment-cta-wrap{color:inherit;cursor:pointer;margin-top:var(--comment-stack-gap,16px);text-decoration:none;animation:none}a.mood-comment-cta-wrap .mood-comment-body{transition:all .2s}a.mood-comment-cta-wrap:hover .mood-comment-body{background:linear-gradient(145deg, hsl(var(--foreground) / .035) 0%, #66aacc0f 50%, hsl(var(--foreground) / .05) 100%);box-shadow:0 1px 2px hsl(var(--foreground) / .04), 0 4px 12px #3399cc14, inset 0 1px 0 hsl(var(--background) / .8), inset 0 -1px 0 hsl(var(--foreground) / .03);border-color:#4d90b326}.mood-comment-avatar--telegram{background:url(/telegram-logo.svg) 50%/91% no-repeat!important}.mood-comment-cta-content{align-items:center;gap:6px;display:flex}.mood-comment-cta-content span{color:hsl(var(--foreground) / .95)}.mood-comment-cta-arrow{opacity:.4;flex-shrink:0;transition:all .2s}a.mood-comment-cta-wrap:hover .mood-comment-cta-arrow{opacity:.7;transform:translate(2px,-2px)}@media (width<=540px){.mood-comments{--comment-body-padding:14px 15px;--comment-body-radius:16px 18px 18px 5px;--comment-stack-gap:12px;margin-top:32px;padding-top:32px}.mood-comments-header{margin-bottom:16px}.mood-comments-title{letter-spacing:.06em;font-size:12px}.mood-comments-count{font-size:11px}.mood-comment{gap:10px}.mood-comment-avatar{border-width:1px;width:32px;height:32px;font-size:11px}.mood-comment-header{gap:6px;margin-bottom:4px}.mood-comment-author{font-size:12px}.mood-comment-date{font-size:10px}.mood-comment-date:before{margin-right:6px}.mood-comment-content{font-size:13px;line-height:1.55}.mood-comment-content blockquote{margin:.5em 0 .6em;padding:4px 8px;font-size:11px;line-height:1.45}.mood-comment-reactions{gap:5px;margin-top:8px}.mood-comments-empty{padding:16px 0}.mood-comments-empty p{font-size:13px}.mood-comments-load-more{border-radius:10px;margin-top:16px;padding:12px 20px;font-size:13px}.mood-comment-cta-arrow{width:12px;height:12px}}@media (width<=380px){.mood-comments{--comment-body-padding:14px 15px;--comment-body-radius:16px 18px 18px 5px;--comment-stack-gap:10px;margin-top:28px;padding-top:20px}.mood-comment{gap:8px}.mood-comment-avatar{width:28px;height:28px;font-size:10px}.mood-comment-author{font-size:11px}.mood-comment-content{font-size:12px}.mood-comments-load-more{padding:10px 16px;font-size:12px}}.mood-post:where(.astro-k52uqc4p){max-width:680px;font-family:var(--font-sans);margin:0 auto;padding:80px 0 60px;animation:.5s ease-out fade-in}@media (width>=640px){.mood-post:where(.astro-k52uqc4p){padding:100px 0 80px}}@media (width>=1024px){.mood-post:where(.astro-k52uqc4p){max-width:720px;padding:120px 0 100px}}@media (width<=540px){.mood-post:where(.astro-k52uqc4p){padding:48px 0 32px}.mood-post-header:where(.astro-k52uqc4p){margin-bottom:24px;padding-bottom:16px}.back-link:where(.astro-k52uqc4p){letter-spacing:.01em;opacity:.7;margin-bottom:14px;font-size:12px}.back-link:where(.astro-k52uqc4p):hover{opacity:1}.mood-post-meta:where(.astro-k52uqc4p){gap:8px}.mood-post-date:where(.astro-k52uqc4p){letter-spacing:.01em;font-size:12px}.mood-post-tags:where(.astro-k52uqc4p){gap:6px;margin-top:0}.mood-post-tag:where(.astro-k52uqc4p){border-radius:5px;padding:4px 8px;font-size:11px}.mood-post-forwarded:where(.astro-k52uqc4p){gap:6px;padding:4px 0;font-size:11px}.mood-forwarded-label:where(.astro-k52uqc4p){font-size:9px}.mood-post-content:where(.astro-k52uqc4p){margin-top:0;font-size:17px;line-height:1.55}.mood-post-content:where(.astro-k52uqc4p) p{margin-bottom:1.1em}.mood-post-reactions:where(.astro-k52uqc4p){gap:6px;margin-top:32px;padding-top:12px}.mood-post-content:where(.astro-k52uqc4p) .image-list-container{gap:6px;margin:1.25em 0}.mood-post-content:where(.astro-k52uqc4p) .image-preview-wrap{border-radius:12px}.mood-post-content:where(.astro-k52uqc4p) .image-preview-wrap--portrait{max-width:85%}.mood-post-content:where(.astro-k52uqc4p) .image-preview-wrap--ultra-tall{max-width:70%}.mood-post-content:where(.astro-k52uqc4p) video{clip-path:inset(0 round 12px);background:0 0;border-radius:12px;max-height:min(62vh,420px);margin:1.25em 0;overflow:clip}.mood-post-content:where(.astro-k52uqc4p) video.video--portrait{width:min(82vw,340px);max-width:100%;max-height:min(68vh,520px);margin-left:0;margin-right:0;display:block}.mood-post-content:where(.astro-k52uqc4p) video.video--ultra-tall{width:min(72vw,300px);max-width:100%;max-height:min(72vh,560px);margin-left:0;margin-right:0;display:block}.mood-post-content:where(.astro-k52uqc4p) .bookmark-card{border-radius:10px;max-width:100%;margin:1em 0}.mood-post-content:where(.astro-k52uqc4p) .bookmark-card__content{padding:11px 13px 12px}.mood-post-content:where(.astro-k52uqc4p) .bookmark-card__title{font-size:13px}.mood-post-content:where(.astro-k52uqc4p) .bookmark-card__description{-webkit-line-clamp:3;font-size:12px}.mood-post-content:where(.astro-k52uqc4p) .bookmark-card__meta{font-size:11px}.mood-post-content:where(.astro-k52uqc4p) .tgme_widget_message_document_wrap{border-radius:10px;gap:10px;margin:1em 0;padding:10px 12px}.mood-post-content:where(.astro-k52uqc4p) .tgme_widget_message_document_icon{border-radius:8px;width:38px;height:38px}.mood-post-content:where(.astro-k52uqc4p) .tgme_widget_message_document_title{font-size:13px}.mood-post-content:where(.astro-k52uqc4p) .tgme_widget_message_document_extra{font-size:12px}.mood-post-content:where(.astro-k52uqc4p) .sticker{max-width:200px}.mood-post-header:where(.astro-k52uqc4p){margin-bottom:32px}}@media (width<=380px){.mood-post:where(.astro-k52uqc4p){padding:44px 0 28px}.mood-post-header:where(.astro-k52uqc4p){margin-bottom:22px;padding-bottom:12px}.back-link:where(.astro-k52uqc4p){margin-bottom:12px;font-size:11px}.mood-post-date:where(.astro-k52uqc4p){font-size:11px}.mood-post-tag:where(.astro-k52uqc4p){padding:3px 7px;font-size:10px}.mood-post-content:where(.astro-k52uqc4p){font-size:16px;line-height:1.55}.mood-post-reactions:where(.astro-k52uqc4p){margin-top:28px}}.mood-post-header:where(.astro-k52uqc4p){border-bottom:1px solid hsl(var(--foreground) / .06);margin-bottom:24px;padding-bottom:20px}@media (width>=640px){.mood-post-header:where(.astro-k52uqc4p){margin-bottom:28px;padding-bottom:24px}}@media (width>=1024px){.mood-post-header:where(.astro-k52uqc4p){margin-bottom:28px;padding-bottom:28px}}.back-link:where(.astro-k52uqc4p){font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:hsl(var(--muted-foreground) / .75);cursor:pointer;background:0 0;border:none;margin-bottom:28px;padding:0;font-size:11px;font-weight:500;text-decoration:none;transition:color .15s;display:inline-block}@media (width>=640px){.back-link:where(.astro-k52uqc4p){margin-bottom:32px}}.back-link:where(.astro-k52uqc4p):hover{color:hsl(var(--foreground))}.mood-post-meta:where(.astro-k52uqc4p){flex-direction:column;gap:16px;display:flex}@media (width>=640px){.mood-post-meta:where(.astro-k52uqc4p){gap:18px}}.mood-post-date:where(.astro-k52uqc4p){font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;color:hsl(var(--muted-foreground));font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1, "zero" 1;font-size:12px;font-weight:500;line-height:1.5}@media (width>=640px){.mood-post-date:where(.astro-k52uqc4p){font-size:13px}}.mood-post-tags:where(.astro-k52uqc4p){flex-wrap:wrap;gap:10px;margin-top:2px;display:flex}.mood-post-tag:where(.astro-k52uqc4p){font-family:var(--font-mono);letter-spacing:.03em;text-transform:uppercase;color:hsl(var(--muted-foreground) / .7);background:hsl(var(--foreground) / .05);border:1px solid hsl(var(--foreground) / .06);border-radius:6px;padding:4px 10px;font-size:11px;font-weight:500;transition:all .15s}.mood-post-tag:where(.astro-k52uqc4p):hover{background:hsl(var(--foreground) / .1);color:hsl(var(--muted-foreground));border-color:hsl(var(--foreground) / .12)}.mood-post-forwarded:where(.astro-k52uqc4p){color:hsl(var(--muted-foreground));flex-wrap:wrap;align-items:baseline;gap:8px;padding:6px 0;font-size:12px;display:inline-flex}.mood-forwarded-label:where(.astro-k52uqc4p){text-transform:uppercase;letter-spacing:.08em;color:hsl(var(--muted-foreground) / .7);font-size:10px;line-height:1.2}.mood-forwarded-source:where(.astro-k52uqc4p){color:hsl(var(--foreground) / .85);border-bottom:1px solid #0000;font-weight:500;line-height:1.2;text-decoration:none}.mood-forwarded-source:where(.astro-k52uqc4p):hover,.mood-forwarded-source:where(.astro-k52uqc4p):focus-visible{border-bottom-color:hsl(var(--foreground) / .35)}.mood-forwarded-author:where(.astro-k52uqc4p){color:hsl(var(--muted-foreground) / .7);line-height:1.2}.mood-post-reactions:where(.astro-k52uqc4p){border-top:none;flex-wrap:wrap;gap:8px;margin-top:28px;padding-top:0;display:inline-flex}@media (width>=640px){.mood-post-reactions:where(.astro-k52uqc4p){margin-top:32px;padding-top:0}}.mood-post-content:where(.astro-k52uqc4p){max-width:34rem;color:hsl(var(--foreground));margin-top:8px;overflow-wrap:anywhere;word-break:break-word;margin-inline:auto;font-size:17px;line-height:1.58}@media (width>=640px){.mood-post-content:where(.astro-k52uqc4p){margin-top:12px;font-size:18px;line-height:1.6}}@media (width>=1024px){.mood-post-content:where(.astro-k52uqc4p){font-size:18px;line-height:1.6}}.mood-post-content:where(.astro-k52uqc4p) p{margin-bottom:1.15em}.mood-post-content:where(.astro-k52uqc4p) p:last-child{margin-bottom:0}.mood-post-content:where(.astro-k52uqc4p) a{color:hsl(var(--foreground));border-bottom:1px solid hsl(var(--foreground) / .35);overflow-wrap:anywhere;word-break:break-word;padding-bottom:1px;text-decoration:none;transition:border-color .15s,color .15s}.mood-post-content:where(.astro-k52uqc4p) a:hover,.mood-post-content:where(.astro-k52uqc4p) a:focus-visible{border-bottom-color:hsl(var(--foreground) / .6)}.mood-post-content:where(.astro-k52uqc4p) .mood-item-quote{background:hsl(var(--foreground) / .03);width:fit-content;max-width:88%;box-shadow:none;border:none;border-radius:10px;align-items:center;gap:4px;margin:0 0 .9rem;padding:8px 10px;display:flex}.mood-post-content:where(.astro-k52uqc4p) .mood-item-quote-body{justify-content:center;min-width:0;display:flex}.mood-post-content:where(.astro-k52uqc4p) a.mood-item-quote,.mood-post-content:where(.astro-k52uqc4p) a.mood-item-quote:hover,.mood-post-content:where(.astro-k52uqc4p) a.mood-item-quote:focus-visible{color:hsl(var(--muted-foreground));border-bottom:none;padding:8px 10px;text-decoration:none}.mood-post-content:where(.astro-k52uqc4p) a.mood-item-quote:hover,.mood-post-content:where(.astro-k52uqc4p) a.mood-item-quote:focus-visible{color:hsl(var(--foreground) / .7)}.mood-post-content:where(.astro-k52uqc4p) .mood-item-quote .mood-item-quote-text{color:hsl(var(--foreground) / .6);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:12px;line-height:1.55;display:-webkit-box;overflow:hidden}.mood-post-content:where(.astro-k52uqc4p) strong{font-weight:600}.mood-post-content:where(.astro-k52uqc4p) em{font-style:italic}.mood-post-content:where(.astro-k52uqc4p) .tg-emoji{vertical-align:-.15em;justify-content:center;align-items:center;width:1.15em;height:1.15em;display:inline-flex}.mood-post-content:where(.astro-k52uqc4p) .tg-emoji img{width:100%;height:100%;display:block}.mood-post-content:where(.astro-k52uqc4p) .tg-emoji[data-emoji-animated=true] img{display:none}.mood-post-content:where(.astro-k52uqc4p) .tg-emoji-anim,.mood-post-content:where(.astro-k52uqc4p) .tg-emoji-anim svg{width:100%;height:100%;display:block}.mood-post-content:where(.astro-k52uqc4p) blockquote{background:hsl(var(--foreground) / .03);border-left:3px solid hsl(var(--foreground) / .25);overflow-wrap:anywhere;word-break:break-word;border-radius:0 6px 6px 0;margin:4px 0;padding:4px 0 4px 12px;color:hsl(var(--foreground))!important}.mood-post-content:where(.astro-k52uqc4p) blockquote *,.mood-post-content:where(.astro-k52uqc4p) blockquote a{color:hsl(var(--foreground))!important}.mood-post-content:where(.astro-k52uqc4p) blockquote small{white-space:pre-line;line-height:1.5;display:block}.mood-post-content:where(.astro-k52uqc4p) blockquote p{white-space:pre-line;margin:0}.mood-post-content:where(.astro-k52uqc4p) .image-list-container{gap:8px;margin:1.5em 0;display:grid}.mood-post-content:where(.astro-k52uqc4p) .image-list-even{grid-template-columns:repeat(2,1fr)}.mood-post-content:where(.astro-k52uqc4p) .image-list-odd{grid-template-columns:1fr}@media (width>=768px){.mood-post-content:where(.astro-k52uqc4p) .image-list-container{gap:12px}}.mood-post-content:where(.astro-k52uqc4p) .image-preview-wrap{cursor:default;pointer-events:none;background:0 0;background:hsl(var(--foreground) / .02);border:none;border-radius:12px;justify-content:center;width:100%;max-width:100%;padding:0;transition:none;display:flex;overflow:hidden}@media (width>=640px){.mood-post-content:where(.astro-k52uqc4p) .image-preview-wrap{border-radius:16px}}.mood-post-content:where(.astro-k52uqc4p) .image-preview-wrap:hover{transform:none}.mood-post-content:where(.astro-k52uqc4p) .image-preview-wrap img{background:hsl(var(--foreground) / .01);width:100%;max-width:100%;height:auto;aspect-ratio:var(--image-width,1) / var(--image-height,1);margin:0 auto;display:block}.mood-post-content:where(.astro-k52uqc4p) .image-preview-wrap img[width][height]{aspect-ratio:attr(width) / attr(height)}.mood-post-content:where(.astro-k52uqc4p) .image-preview-wrap--portrait{background:hsl(var(--foreground) / .03);max-width:400px;margin:0 auto}.mood-post-content:where(.astro-k52uqc4p) .image-preview-wrap--portrait img{-o-object-fit:contain;object-fit:contain;width:auto;max-height:60vh}.mood-post-content:where(.astro-k52uqc4p) .image-preview-wrap--ultra-tall{background:hsl(var(--foreground) / .04);max-width:300px;margin:0 auto}.mood-post-content:where(.astro-k52uqc4p) .image-preview-wrap--ultra-tall img{-o-object-fit:contain;object-fit:contain;width:auto;max-height:70vh}.mood-post-content:where(.astro-k52uqc4p) .modal{background:hsl(var(--background) / .95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;border-radius:12px;max-width:90vw;max-height:90vh;padding:20px;display:none}.mood-post-content:where(.astro-k52uqc4p) .modal-img{-o-object-fit:contain;object-fit:contain;max-width:100%;max-height:80vh}@media (width>=900px){.mood-post-content:where(.astro-k52uqc4p) .image-preview-wrap img{width:auto;max-width:min(var(--image-width,100%), 100%);max-height:70vh}.mood-post-content:where(.astro-k52uqc4p) .image-preview-wrap--portrait{max-width:450px}.mood-post-content:where(.astro-k52uqc4p) .image-preview-wrap--ultra-tall{max-width:350px}}.mood-post-content:where(.astro-k52uqc4p) video{clip-path:inset(0 round 12px);background:0 0;border-radius:12px;width:100%;max-width:100%;height:auto;max-height:min(74vh,640px);margin:1.5em 0;overflow:clip}.mood-post-content:where(.astro-k52uqc4p) video.video--portrait{width:min(100%,clamp(280px,46vw,440px));max-width:100%;max-height:min(78vh,760px);margin-left:0;margin-right:0;display:block}.mood-post-content:where(.astro-k52uqc4p) video.video--ultra-tall{width:min(100%,clamp(240px,38vw,380px));max-width:100%;max-height:min(82vh,820px);margin-left:0;margin-right:0;display:block}.mood-post-content:where(.astro-k52uqc4p) .video-too-big{aspect-ratio:16/9;cursor:pointer;border-radius:12px;width:min(100%,480px);max-width:100%;margin:1.5em 0;text-decoration:none;display:block;position:relative;overflow:hidden;border-bottom:none!important;padding-bottom:0!important}.mood-post-content:where(.astro-k52uqc4p) .video-too-big__thumb{-o-object-fit:cover;object-fit:cover;filter:blur(16px);width:100%;height:100%;display:block;transform:scale(1.08)}.mood-post-content:where(.astro-k52uqc4p) .video-too-big__scrim{background:linear-gradient(#0000001a 0%,#0000006b 100%);position:absolute;inset:0}.mood-post-content:where(.astro-k52uqc4p) .video-too-big__content{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:20px;display:flex;position:absolute;inset:0}.mood-post-content:where(.astro-k52uqc4p) .video-too-big__label{color:#ffffffd9;letter-spacing:.01em;font-size:13px}.mood-post-content:where(.astro-k52uqc4p) .video-too-big__btn{color:#fff;letter-spacing:.04em;border:1.5px solid #ffffffbf;border-radius:999px;justify-content:center;align-items:center;padding:7px 18px;font-size:12px;font-weight:500;transition:background .15s,border-color .15s;display:inline-flex}.mood-post-content:where(.astro-k52uqc4p) .video-too-big__duration{z-index:2;color:#ffffffeb;font-family:var(--font-code);letter-spacing:0;font-variant-numeric:tabular-nums;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0000007a;border:1px solid #ffffff38;border-radius:999px;padding:4px 7px;font-size:11px;line-height:1;position:absolute;bottom:10px;right:10px}.mood-post-content:where(.astro-k52uqc4p) .video-too-big:hover .video-too-big__btn{background:#ffffff26;border-color:#fffffff2}@media (height<=540px){.mood-post-content:where(.astro-k52uqc4p) video{max-height:64vh}.mood-post-content:where(.astro-k52uqc4p) video.video--portrait{max-height:70vh}.mood-post-content:where(.astro-k52uqc4p) video.video--ultra-tall{max-height:74vh}}.mood-post-content:where(.astro-k52uqc4p) audio{width:100%;margin:1.5em 0}.mood-post-content:where(.astro-k52uqc4p) .sticker{max-width:256px;height:auto;margin:1em 0}.mood-post-content:where(.astro-k52uqc4p) pre{background:hsl(var(--foreground) / .06);color:hsl(var(--foreground));white-space:pre;border-radius:6px;margin:4px 0;padding:8px 12px;overflow-x:auto}.mood-post-content:where(.astro-k52uqc4p) pre code{color:hsl(var(--foreground));background:0 0;border-radius:0;padding:0}.mood-post-content:where(.astro-k52uqc4p) code{font-family:var(--font-code);background:hsl(var(--foreground) / .06);color:hsl(var(--foreground));border-radius:4px;padding:1px 5px;font-size:.88em}.mood-post-content:where(.astro-k52uqc4p) blockquote code{max-width:100%;box-shadow:none;color:hsl(var(--foreground));font-size:.92em;line-height:inherit;white-space:pre-wrap;word-break:break-word;background:0 0;border:none;border-radius:0;padding:0;display:block}.mood-post-content:where(.astro-k52uqc4p) .bookmark-card{border:1px solid hsl(var(--foreground) / .12);background:hsl(var(--foreground) / .015);width:100%;max-width:400px;color:inherit;border-radius:8px;flex-direction:column;gap:0;margin:1.25em 0;text-decoration:none;transition:border-color .15s;display:flex;overflow:hidden}@media (width>=640px){.mood-post-content:where(.astro-k52uqc4p) .bookmark-card{max-width:440px}}.mood-post-content:where(.astro-k52uqc4p) .bookmark-card:hover{border-color:hsl(var(--foreground) / .2)}.mood-post-content:where(.astro-k52uqc4p) .bookmark-card:focus-visible{outline:2px solid hsl(var(--foreground) / .35);outline-offset:2px}.mood-post-content:where(.astro-k52uqc4p) .bookmark-card__media{background:hsl(var(--foreground) / .03);width:100%}.mood-post-content:where(.astro-k52uqc4p) .bookmark-card__media img{-o-object-fit:cover;object-fit:cover;aspect-ratio:1.91;width:100%;display:block}.mood-post-content:where(.astro-k52uqc4p) .bookmark-card--side-media{max-width:460px;padding:12px 14px 13px;display:block}.mood-post-content:where(.astro-k52uqc4p) .bookmark-card--side-media:after{content:"";clear:both;display:block}.mood-post-content:where(.astro-k52uqc4p) .bookmark-card--side-media .bookmark-card__media{float:right;border-radius:10px;width:92px;height:92px;margin:0 0 8px 14px;overflow:hidden}.mood-post-content:where(.astro-k52uqc4p) .bookmark-card--side-media .bookmark-card__media img{aspect-ratio:1;width:100%;height:100%}.mood-post-content:where(.astro-k52uqc4p) .bookmark-card--side-media .bookmark-card__content{padding:0;display:block}.mood-post-content:where(.astro-k52uqc4p) .bookmark-card__content{flex-direction:column;gap:4px;padding:12px 14px 13px;display:flex}.mood-post-content:where(.astro-k52uqc4p) .bookmark-card__title{color:hsl(var(--foreground));-webkit-line-clamp:2;overflow-wrap:break-word;-webkit-box-orient:vertical;font-size:14px;font-weight:600;line-height:1.42;display:-webkit-box;overflow:hidden}.mood-post-content:where(.astro-k52uqc4p) .bookmark-card__description{color:hsl(var(--muted-foreground));-webkit-line-clamp:3;overflow-wrap:break-word;-webkit-box-orient:vertical;font-size:13px;line-height:1.5;display:-webkit-box;overflow:hidden}.mood-post-content:where(.astro-k52uqc4p) .bookmark-card--side-media .bookmark-card__description{-webkit-line-clamp:unset;display:block}.mood-post-content:where(.astro-k52uqc4p) .bookmark-card--side-media .bookmark-card__meta{order:initial;letter-spacing:0;text-transform:none;margin-bottom:5px;font-size:12px;display:block}.mood-post-content:where(.astro-k52uqc4p) .bookmark-card__meta{letter-spacing:0;text-transform:none;color:hsl(var(--muted-foreground) / .58);order:-1;font-size:10px;font-weight:600;line-height:1.2}@media (width<=540px){.mood-post-content:where(.astro-k52uqc4p) .bookmark-card--side-media{padding:11px 12px 12px}.mood-post-content:where(.astro-k52uqc4p) .bookmark-card--side-media .bookmark-card__media,.mood-post-content:where(.astro-k52uqc4p) .bookmark-card--side-media .bookmark-card__media img{width:76px;height:76px}.mood-post-content:where(.astro-k52uqc4p) .bookmark-card--side-media .bookmark-card__description{-webkit-line-clamp:5;display:-webkit-box}}.mood-post-content:where(.astro-k52uqc4p) .spoiler-button{cursor:pointer;-webkit-user-select:none;user-select:none}.mood-post-content:where(.astro-k52uqc4p) .spoiler-button input[type=checkbox]{display:none}.mood-post-content:where(.astro-k52uqc4p) .spoiler-button tg-spoiler{background:hsl(var(--foreground) / .8);color:#0000;border-radius:4px;padding:0 4px;transition:all .2s}.mood-post-content:where(.astro-k52uqc4p) .spoiler-button input[type=checkbox]:checked+tg-spoiler{color:inherit;background:0 0}.mood-post-content:where(.astro-k52uqc4p) .tgme_widget_message_poll{border:1px solid hsl(var(--foreground) / .1);border-radius:8px;margin:1.5em 0;padding:16px}.mood-post-content:where(.astro-k52uqc4p) .tgme_widget_message_document_wrap{border:1px solid hsl(var(--foreground) / .12);background:hsl(var(--background));color:inherit;border-radius:12px;align-items:center;gap:14px;margin:1.5em 0;padding:14px 16px;text-decoration:none;transition:border-color .2s,box-shadow .2s;display:flex}.mood-post-content:where(.astro-k52uqc4p) .tgme_widget_message_document_wrap:hover{border-color:hsl(var(--foreground) / .2);box-shadow:0 12px 30px hsl(var(--foreground) / .05)}.mood-post-content:where(.astro-k52uqc4p) .tgme_widget_message_document_icon{--mood-document-file-icon:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M15%202H6a2%202%200%200%200-2%202v16a2%202%200%200%200%202%202h12a2%202%200%200%200%202-2V7Z'/%3E%3Cpath%20d='M14%202v4a2%202%200%200%200%202%202h4'/%3E%3Cpath%20d='M10%209H8'/%3E%3Cpath%20d='M16%2013H8'/%3E%3Cpath%20d='M16%2017H8'/%3E%3C/svg%3E");background:hsl(var(--foreground) / .08);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;display:flex;position:relative}.mood-post-content:where(.astro-k52uqc4p) .tgme_widget_message_document_icon:not(.audio):before{content:"";background:hsl(var(--foreground) / .72);width:54%;height:54%;-webkit-mask:var(--mood-document-file-icon) center / contain no-repeat;-webkit-mask:var(--mood-document-file-icon) center / contain no-repeat;mask:var(--mood-document-file-icon) center / contain no-repeat}.mood-post-content:where(.astro-k52uqc4p) .tgme_widget_message_document_icon.audio:before{content:"";border-left:10px solid hsl(var(--foreground) / .7);border-top:6px solid #0000;border-bottom:6px solid #0000;margin-left:2px}.mood-post-content:where(.astro-k52uqc4p) .tgme_widget_message_document{flex-direction:column;gap:6px;min-width:0;display:flex}.mood-post-content:where(.astro-k52uqc4p) .tgme_widget_message_document_title{font-size:15px;font-weight:600;line-height:1.4}.mood-post-content:where(.astro-k52uqc4p) .tgme_widget_message_document_extra{color:hsl(var(--muted-foreground));font-size:13px;line-height:1.5}.mood-post-content:where(.astro-k52uqc4p) .tgme_widget_message_location_wrap{border:1px solid hsl(var(--foreground) / .12);background:hsl(var(--background));width:min(100%,480px);color:inherit;border-radius:14px;margin:1.5em 0;text-decoration:none;transition:border-color .2s,box-shadow .2s;display:block;overflow:hidden}.mood-post-content:where(.astro-k52uqc4p) .tgme_widget_message_location_wrap:hover{border-color:hsl(var(--foreground) / .2);box-shadow:0 12px 30px hsl(var(--foreground) / .05)}.mood-post-content:where(.astro-k52uqc4p) .tgme_widget_message_location{background-position:50%;background-size:cover;min-height:190px}.mood-post-content:where(.astro-k52uqc4p) .tgme_widget_message_location_info{flex-direction:column;gap:5px;padding:12px 14px 14px;display:flex}.mood-post-content:where(.astro-k52uqc4p) .tgme_widget_message_location_title{font-size:15px;font-weight:600;line-height:1.4}.mood-post-content:where(.astro-k52uqc4p) .tgme_widget_message_location_address{color:hsl(var(--muted-foreground));font-size:13px;line-height:1.5}@keyframes fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.mood-post-content:where(.astro-k52uqc4p) .token.comment,.mood-post-content:where(.astro-k52uqc4p) .token.prolog,.mood-post-content:where(.astro-k52uqc4p) .token.doctype,.mood-post-content:where(.astro-k52uqc4p) .token.cdata{color:hsl(var(--muted-foreground) / .6)}.mood-post-content:where(.astro-k52uqc4p) .token.punctuation{color:hsl(var(--foreground) / .7)}.mood-post-content:where(.astro-k52uqc4p) .token.property,.mood-post-content:where(.astro-k52uqc4p) .token.tag,.mood-post-content:where(.astro-k52uqc4p) .token.boolean,.mood-post-content:where(.astro-k52uqc4p) .token.number,.mood-post-content:where(.astro-k52uqc4p) .token.constant,.mood-post-content:where(.astro-k52uqc4p) .token.symbol,.mood-post-content:where(.astro-k52uqc4p) .token.deleted{color:hsl(var(--foreground))}.mood-post-content:where(.astro-k52uqc4p) .token.selector,.mood-post-content:where(.astro-k52uqc4p) .token.attr-name,.mood-post-content:where(.astro-k52uqc4p) .token.string,.mood-post-content:where(.astro-k52uqc4p) .token.char,.mood-post-content:where(.astro-k52uqc4p) .token.builtin,.mood-post-content:where(.astro-k52uqc4p) .token.inserted{color:hsl(var(--foreground) / .9)}.mood-post-content:where(.astro-k52uqc4p) .token.operator,.mood-post-content:where(.astro-k52uqc4p) .token.entity,.mood-post-content:where(.astro-k52uqc4p) .token.url,.mood-post-content:where(.astro-k52uqc4p) .language-css .token.string,.mood-post-content:where(.astro-k52uqc4p) .style .token.string{color:hsl(var(--foreground) / .8)}.mood-post-content:where(.astro-k52uqc4p) .token.atrule,.mood-post-content:where(.astro-k52uqc4p) .token.attr-value,.mood-post-content:where(.astro-k52uqc4p) .token.keyword{color:hsl(var(--foreground));font-weight:500}.mood-post-content:where(.astro-k52uqc4p) .token.function,.mood-post-content:where(.astro-k52uqc4p) .token.class-name{color:hsl(var(--foreground));font-weight:600}.mood-post-content:where(.astro-k52uqc4p) .token.regex,.mood-post-content:where(.astro-k52uqc4p) .token.important,.mood-post-content:where(.astro-k52uqc4p) .token.variable{color:hsl(var(--foreground) / .9)}
