.item-page{min-width:1024px;max-width:1200px;align-items:stretch}@media screen and (max-width:1440px){.item-page{max-width:1024px}}.item-page h1{font-family:Inter;font-size:1.25rem;font-style:normal;font-weight:500;line-height:1.875rem;max-width:40rem}.item-page h1.long{max-width:none;text-wrap:auto}.item-page h3{font-size:1rem;font-style:normal;font-weight:600;line-height:1.5rem;letter-spacing:.03125rem}.item-page h3 a{color:var(--fontColor);transition:all .15s ease-in;text-decoration:underline}.item-page h3 a:hover{color:var(--fontColorHighlight)}.item-page .head a,.item-page .head small{color:var(--fontColorDim)}.item-page .head a{text-decoration:underline;transition:all .15s ease-in}.item-page .head a:hover{color:var(--fontColor)}.item-page .controls{margin-left:auto}.item-page .controls button.cta{padding:0;width:2.5rem;justify-content:center}.item-page .controls button.cta .icon-menu{rotate:90deg}.item-page .controls a{cursor:pointer}.item-page .controls a.cta{gap:0;width:2.5rem;justify-content:center}.item-page .controls a.success{background-color:var(--successColor);width:auto;padding:0 1.25rem;gap:.5rem}.item-page .controls a.success .copy-success{width:auto;visibility:initial}.item-page .controls a.success div{display:none}.item-page .controls a .copy-success{color:var(--fontColor);display:block;width:0;overflow:hidden;visibility:hidden;white-space:nowrap}.item-page .main-image{position:relative;background-color:var(--bgElevated);border-radius:.32rem;padding:2rem;display:flex;align-items:center;justify-content:center;outline:1px solid var(--bgButtonHighlight)}.item-page .main-image.video{aspect-ratio:16/9;padding:0}.item-page .main-image iframe,.item-page .main-image img,.item-page .main-image video{width:100%;border-radius:.32rem;overflow:auto;object-fit:scale-down;max-width:100dvw}.item-page .main-image video{aspect-ratio:16/9}.item-page .main-image canvas{display:none}.item-page .images .badge,.item-page .main-image .badge{position:absolute;background-color:#fff;left:15px;top:15px;height:26px;line-height:26px;border-radius:14px;z-index:2;min-width:12px;box-shadow:0 0 20px rgba(0,0,0,.1019607843);color:var(--bgElevatedDim);font-size:13px;font-weight:600;text-align:center;padding:0 10px;transition:all .15s ease-in}.item-page .tags .flex{flex-wrap:wrap;gap:.65rem}.item-page .tags a{color:var(--fontColor);display:flex;align-items:center;gap:.5rem;transition:color .15s ease-in}.item-page .tags a:hover{color:var(--fontColorHighlight)}.item-page .description h3{font-weight:600}.item-page .description p{white-space:pre-line}.item-page .images{display:flex;flex-direction:column;gap:2.5rem}.item-page .images iframe,.item-page .images img,.item-page .images video{border-radius:.1875rem}.item-page .images .video-container{aspect-ratio:16/9}.item-page .images iframe,.item-page .images video{position:static;aspect-ratio:16/9}.item-page .images iframe+.badge{display:none}.item-page .separator{border-top:1px solid hsla(0,0%,100%,.2)}.item-page .feed-grid,.item-page section#feed ul{grid-template-columns:repeat(3,minmax(0,1fr))}.item-page .feed-grid{grid-auto-flow:dense;gap:2.5rem;width:100%;padding-bottom:50px;display:grid}.item-page .feed-grid .feed-item{display:flex;flex-direction:column;color:var(--fontColor);transition:all .15s ease-in}.item-page .feed-grid .feed-item:hover{color:var(--fontColorHighlight)}.item-page .feed-grid .feed-item h3{font-family:Inter;font-size:1rem;font-weight:400;line-height:1.625rem}.item-page .feed-grid .feed-item .postPhoto{border-radius:3px;background-image:url(/images/loading.svg);background-repeat:no-repeat;background-size:30px;background-color:rgba(0,0,0,0);position:relative;top:0;background-position:50%;background-color:var(--bgElevatedHighlight)}.item-page .feed-grid .feed-item .postPhoto:before{content:"";display:block;padding-top:75%}.item-page .feed-grid .feed-item .postPhoto:after{content:"";position:absolute;display:block;width:100%;height:50px;bottom:0;opacity:1;z-index:0;pointer-events:none;background:linear-gradient(top,transparent,rgba(0,0,0,.05))}.item-page .feed-grid .feed-item .postPhoto canvas,.item-page .feed-grid .feed-item .postPhoto img,.item-page .feed-grid .feed-item .postPhoto video{height:100%;width:100%;object-position:center center;object-fit:cover;position:absolute;top:0;left:0;border-width:0;transition:opacity .15s ease-in;border-radius:3px;background-color:var(--bgElevatedHighlight);opacity:.01}.item-page .feed-grid .feed-item .postPhoto video{display:none;opacity:1}.item-page .feed-grid .feed-item .postPhoto .loading-video{opacity:0}.item-page .feed-grid .feed-item .postPhoto .video-hover-sentinel{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;pointer-events:auto;background-color:rgba(0,0,0,0)}.item-page .feed-grid .feed-item .postPhoto canvas{opacity:1}.item-page .feed-grid .feed-item .postPhoto .badge{position:absolute;background-color:#fff;left:15px;top:15px;height:26px;line-height:26px;border-radius:14px;z-index:2;min-width:12px;box-shadow:0 0 20px rgba(0,0,0,.1019607843);color:var(--bgElevatedDim);font-size:13px;font-weight:600;text-align:center;padding:0 10px;transition:all .15s ease-in}.item-page .feed-grid .feed-item .postPhoto:hover video{display:initial}.item-page .back{position:absolute;top:1.5rem;left:1.5rem;color:var(--fontColor)}@media screen and (max-width:768px){.item-page{min-width:auto}.item-page section#feed ul{grid-template-columns:repeat(1,minmax(250px,1fr))}.item-page section#feed ul .tile{background-color:var(--bg)}.item-page .back{line-height:2.5rem;left:2.5rem}.item-page .images,.item-page .main-image{padding:0;border-radius:0;margin-left:-1.25rem;margin-right:-1.25rem}.item-page .images iframe,.item-page .images img,.item-page .images video,.item-page .main-image iframe,.item-page .main-image img,.item-page .main-image video{border-radius:0}.item-page .separator{margin-left:-1.25rem;margin-right:-1.25rem}.item-page .tags{flex-wrap:wrap}.item-page .tags>.flex{justify-content:center;width:100%}.item-page .feed-grid{grid-template-columns:repeat(1,minmax(0,1fr))}.user-info{flex-wrap:wrap}.user-info .info{flex-basis:auto}.user-info .info p{-webkit-line-clamp:2}.user-info .controls{position:absolute;top:1.5rem;right:1.5rem}.user-info .controls .cta.secondary{gap:0;width:2.5rem;padding:0;align-items:center;justify-content:center}.user-info .controls .cta.secondary.success div{display:initial;color:var(--fontColor)}.user-info .controls .cta.secondary .copy-success,.user-info .controls .cta.secondary>div span{display:none}.head small{font-size:1rem;font-weight:400}.controls{margin-top:1.5rem}.controls .vote.disabled .button{flex-shrink:0}.controls .vote.disabled p{white-space:normal;text-align:center}}@media screen and (max-width:1200px){.item-page{min-width:auto}}