.yc-social-feed{--yc-bg:#fff;--yc-text:#0f1419;--yc-muted:#536471;--yc-border:#e6ecf0;--yc-line:#d9e1e7;--yc-radius:18px;--yc-gap:0px;--yc-card-pad:16px;width:100%;max-width:600px;margin-inline:auto;color:var(--yc-text);font-family:Inter,Arial,Helvetica,sans-serif;line-height:1.35}.yc-social-feed,.yc-social-feed *{box-sizing:border-box}.yc-feed-card{position:relative;width:100%;background:var(--yc-bg);border:1px solid var(--yc-border);border-radius:var(--yc-radius);padding:var(--yc-card-pad);margin:0 auto var(--yc-gap);box-shadow:0 8px 24px rgba(15,20,25,.04);overflow:visible}.yc-feed-card:not(:last-child)::after{content:"";position:absolute;left:calc(var(--yc-card-pad) + 20px);top:100%;width:1px;height:var(--yc-gap);background:var(--yc-line)}.yc-feed-header{display:flex;align-items:flex-start;gap:12px;margin-bottom:10px}.yc-feed-avatar{width:44px;height:44px;border-radius:999px;object-fit:cover;flex:0 0 auto;background:#f2f2f2}.yc-feed-identity{min-width:0;display:flex;align-items:baseline;gap:6px;flex-wrap:wrap;line-height:1.2;padding-top:1px}.yc-feed-name{font-size:15.5px}.yc-feed-handle,.yc-feed-time{font-size:14.5px;color:var(--yc-muted)}.yc-feed-dot{color:var(--yc-muted)}.yc-feed-text{font-size:16px;line-height:1.45;margin:8px 0 14px;overflow-wrap:anywhere}.yc-feed-text p{margin:0 0 .85em}.yc-feed-text p:last-child{margin-bottom:0}.yc-feed-text h1,.yc-feed-text h2,.yc-feed-text h3,.yc-feed-text h4{margin:.2em 0 .45em;line-height:1.12;color:var(--yc-text);font-weight:800}.yc-feed-text h1{font-size:clamp(28px,5vw,42px)}.yc-feed-text h2{font-size:clamp(24px,4vw,34px)}.yc-feed-text h3{font-size:clamp(21px,3.3vw,28px)}.yc-feed-media{position:relative;width:100%;max-width:100%;border-radius:16px;overflow:hidden;border:1px solid var(--yc-border);background:#f6f8fa;isolation:isolate}.yc-feed-media::before{content:"";display:block;padding-top:56.25%}.yc-feed-media[data-ratio="9-16"]::before{padding-top:177.777%}.yc-feed-media[data-ratio="1-1"]::before{padding-top:100%}.yc-feed-media[data-ratio="4-5"]::before{padding-top:125%}.yc-feed-media[data-ratio="3-4"]::before{padding-top:133.333%}.yc-feed-media[data-ratio="custom"]::before{padding-top:var(--yc-custom-ratio,56.25%)}.yc-feed-media img,.yc-feed-media video,.yc-feed-media iframe{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border:0;display:block}.yc-feed-media video{background:#000}.yc-feed-empty{padding:24px;text-align:center;border:1px dashed var(--yc-border);border-radius:16px;color:var(--yc-muted)}@media(min-width:768px) and (max-width:1199px){.yc-social-feed{max-width:min(560px,calc(100vw - 48px))}.yc-feed-card{border-radius:18px}.yc-feed-text{font-size:15.8px}.yc-feed-avatar{width:42px;height:42px}}@media(max-width:767px){.yc-social-feed{max-width:100%;padding-inline:12px}.yc-social-feed--flush-mobile{padding-inline:0}.yc-feed-card{border-radius:16px;padding:14px;box-shadow:none}.yc-social-feed--flush-mobile .yc-feed-card{border-left:0;border-right:0;border-radius:0}.yc-feed-card:not(:last-child)::after{left:35px}.yc-feed-avatar{width:40px;height:40px}.yc-feed-header{gap:10px;margin-bottom:8px}.yc-feed-identity{gap:5px}.yc-feed-name{font-size:15px}.yc-feed-handle,.yc-feed-time{font-size:14px}.yc-feed-text{font-size:15.5px;line-height:1.43;margin:8px 0 12px}.yc-feed-text h1{font-size:30px}.yc-feed-text h2{font-size:25px}.yc-feed-text h3{font-size:22px}.yc-feed-media{border-radius:14px}}@media(max-width:380px){.yc-feed-text h1{font-size:27px}.yc-feed-text{font-size:15px}.yc-feed-card{padding:12px}.yc-feed-avatar{width:38px;height:38px}}
.yc-feed-media .yc-feed-carousel{position:absolute;inset:0;width:100%;height:100%;overflow:hidden;background:#000}.yc-feed-carousel-track{height:100%;display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none}.yc-feed-carousel-track::-webkit-scrollbar{display:none}.yc-feed-carousel-slide{min-width:100%;height:100%;scroll-snap-align:center;position:relative;flex:0 0 100%;background:#f6f8fa}.yc-feed-media .yc-feed-carousel-slide img{position:static;inset:auto;width:100%;height:100%;object-fit:cover;border:0;display:block}.yc-feed-carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:34px;height:34px;border:0;border-radius:999px;background:rgba(15,20,25,.72);color:#fff;font-size:26px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .2s ease,transform .2s ease}.yc-feed-carousel-arrow:hover{transform:translateY(-50%) scale(1.04)}.yc-feed-carousel-arrow:disabled{opacity:.28;cursor:default}.yc-feed-carousel-prev{left:10px}.yc-feed-carousel-next{right:10px}.yc-feed-carousel-dots{position:absolute;left:50%;bottom:10px;transform:translateX(-50%);z-index:3;display:flex;gap:6px;padding:5px 7px;border-radius:999px;background:rgba(15,20,25,.38);backdrop-filter:blur(6px)}.yc-feed-carousel-dot{width:7px;height:7px;padding:0;border:0;border-radius:999px;background:rgba(255,255,255,.55);cursor:pointer}.yc-feed-carousel-dot.is-active{background:#fff}.yc-feed-carousel:focus-within .yc-feed-carousel-arrow{outline:2px solid rgba(255,255,255,.75);outline-offset:2px}@media(max-width:767px){.yc-feed-carousel-arrow{width:30px;height:30px;font-size:23px}.yc-feed-carousel-prev{left:8px}.yc-feed-carousel-next{right:8px}.yc-feed-carousel-dots{bottom:8px}.yc-feed-carousel-dot{width:6px;height:6px}}
