/* Instagram-inspired Memories profile, scoped to the Gallery tab. */
.memories-page-scroll{background:#fff}
.ig-memories{min-height:100%;color:#000;background:#fff;--ig-border:#dbdbdb;--ig-muted:#737373;--ig-blue:#0095f6;--ig-red:#ed4956}
.ig-memories button,.ig-post-modal button,.ig-story-viewer button{color:inherit;background:none;border:0;padding:0}
.ig-memories svg,.ig-post-modal svg,.ig-story-viewer svg{display:block;width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round}
.ig-shell{width:min(935px,calc(100% - 40px));margin:0 auto;padding:30px 0 70px}
.ig-profile{display:grid;grid-template-columns:292px minmax(0,1fr);min-height:208px;padding-bottom:10px}
.ig-profile-avatar-wrap{display:flex;justify-content:center;padding-top:3px}
.ig-profile-avatar-ring{position:relative;display:grid;place-items:center;width:158px;height:158px;padding:5px;border-radius:50%;background:conic-gradient(from 210deg,#feda75,#fa7e1e,#d62976,#962fbf,#4f5bd5,#feda75)}
.ig-profile-avatar-ring:after{position:absolute;inset:3px;border-radius:50%;background:#fff;content:""}
.ig-profile-avatar{position:relative;z-index:1;display:grid;place-items:center;width:148px;height:148px;overflow:hidden;color:#fff;background:radial-gradient(circle at 35% 24%,rgba(255,255,255,.2),transparent 18%),linear-gradient(145deg,#4968ff,#17265f 58%,#07101e);border:3px solid #fff;border-radius:50%;font:700 74px Georgia,serif;letter-spacing:-.08em}
.ig-profile-avatar small{position:absolute;right:0;bottom:28px;left:0;font:800 8px Inter,sans-serif;letter-spacing:.18em;text-align:center}
.ig-profile-info{padding-top:7px}
.ig-profile-title-row{display:flex;align-items:center;min-height:40px;gap:8px}
.ig-profile-title-row h2{margin:0 2px 0 0;font:400 20px/25px Inter,sans-serif;letter-spacing:0}
.ig-verified{display:inline-grid;place-items:center;width:18px;height:18px;color:#fff;background:var(--ig-blue);border-radius:50%;font-size:11px;font-style:normal;font-weight:900;clip-path:polygon(50% 0,63% 9%,79% 7%,88% 21%,100% 29%,97% 46%,100% 62%,87% 72%,81% 88%,64% 90%,50% 100%,36% 91%,19% 94%,12% 79%,0 70%,4% 53%,0 37%,13% 27%,19% 11%,36% 10%)}
.ig-profile-button{min-height:32px;padding:0 16px;border-radius:8px!important;font-size:14px;font-weight:600;line-height:32px;transition:background .16s ease,transform .1s ease}
.ig-profile-button:active{transform:scale(.97)}
.ig-profile-button-primary{color:#fff!important;background:var(--ig-blue)!important}.ig-profile-button-primary:hover{background:#1877f2!important}
.ig-profile-button-secondary{background:#efefef!important}.ig-profile-button-secondary:hover{background:#dbdbdb!important}
.ig-icon-button{display:grid;place-items:center;width:32px;height:32px;border-radius:8px!important;transition:background .16s ease,transform .16s ease}
.ig-icon-button:hover{background:#f2f2f2!important}.ig-icon-button:active{transform:scale(.92)}
.ig-profile-more{margin-left:2px}.ig-profile-more svg{stroke-width:2.7}
.ig-profile-stats{display:flex;margin:19px 0 18px;padding:0;list-style:none;gap:39px}
.ig-profile-stats li{font-size:16px;white-space:nowrap}.ig-profile-stats strong{font-weight:600}
.ig-profile-bio{max-width:520px;font-size:14px;line-height:19px}.ig-profile-bio>strong{display:block;font-weight:600}.ig-profile-bio>span{display:block;color:var(--ig-muted)}.ig-profile-bio a{color:#00376b;font-weight:600}
.ig-highlights{display:flex;margin:14px 0 44px;padding:0 24px;overflow-x:auto;scrollbar-width:none;gap:45px}.ig-highlights::-webkit-scrollbar{display:none}
.ig-highlight{flex:0 0 87px;text-align:center}.ig-highlight-thumb{display:block;width:87px;height:87px;padding:3px;background:#fff;border:1px solid #c7c7c7;border-radius:50%;transition:transform .18s ease,border-color .18s ease}.ig-highlight:hover .ig-highlight-thumb{transform:scale(1.04);border-color:#999}.ig-highlight-thumb img{width:100%;height:100%;border:2px solid #fff;border-radius:50%;object-fit:cover}.ig-highlight-thumb span{display:grid;width:100%;height:100%;place-items:center;color:#fff;background:linear-gradient(145deg,#4968ff,#07101e);border:2px solid #fff;border-radius:50%;font:700 30px Georgia,serif}.ig-highlight>span:last-child{display:block;width:100%;margin-top:11px;overflow:hidden;font-size:12px;font-weight:600;line-height:15px;text-overflow:ellipsis;white-space:nowrap}
.ig-content-tabs{display:flex;justify-content:center;height:53px;border-top:1px solid var(--ig-border);gap:60px}.ig-content-tab{position:relative;display:flex;align-items:center;height:53px;color:var(--ig-muted)!important;font-size:12px;font-weight:600;letter-spacing:.09em;gap:6px}.ig-content-tab svg{width:12px;height:12px;stroke-width:2}.ig-content-tab[aria-selected="true"]{color:#000!important}.ig-content-tab[aria-selected="true"]:before{position:absolute;top:-1px;right:0;left:0;height:1px;background:#000;content:""}
.ig-post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px}.ig-post-tile{position:relative;aspect-ratio:1;overflow:hidden;background:#efefef}.ig-post-tile>img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .42s cubic-bezier(.2,.75,.25,1)}.ig-post-tile:hover>img{transform:scale(1.025)}.ig-post-placeholder{display:grid;width:100%;height:100%;place-items:center;color:#fff;background:linear-gradient(145deg,#4968ff,#07101e);font:700 72px Georgia,serif}
.ig-carousel-badge{position:absolute;z-index:2;top:10px;right:10px;color:#fff;filter:drop-shadow(0 1px 3px rgba(0,0,0,.45));pointer-events:none}.ig-carousel-badge svg{width:22px;height:22px;stroke-width:1.8}
.ig-post-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#fff;background:rgba(0,0,0,.32);opacity:0;transition:opacity .16s ease}.ig-post-tile:hover .ig-post-overlay,.ig-post-tile:focus-visible .ig-post-overlay{opacity:1}.ig-post-metrics{display:flex;font-size:15px;font-weight:700;gap:26px}.ig-post-metrics span{display:inline-flex;align-items:center;gap:7px}.ig-post-metrics svg{width:21px;height:21px;fill:currentColor;stroke:currentColor}
.ig-empty-view{min-height:390px;padding:70px 20px;text-align:center}.ig-empty-icon{display:grid;place-items:center;width:62px;height:62px;margin:0 auto 17px;border:2px solid #000;border-radius:50%}.ig-empty-icon svg{width:34px;height:34px;stroke-width:1.3}.ig-empty-view h3{margin:0 0 8px;font:800 30px/1.1 Inter,sans-serif;letter-spacing:-.03em}.ig-empty-view p{margin:0;color:var(--ig-muted);font-size:14px}
.ig-post-grid>.ig-empty-view{grid-column:1/-1}
.ig-skeleton{position:relative;overflow:hidden;background:#efefef}.ig-skeleton:after{position:absolute;inset:0;background:linear-gradient(100deg,transparent 20%,rgba(255,255,255,.62) 50%,transparent 80%);animation:ig-shimmer 1.25s infinite;content:""}@keyframes ig-shimmer{from{transform:translateX(-100%)}to{transform:translateX(100%)}}
.ig-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* Post dialog */
.ig-post-modal{position:fixed;z-index:1200;inset:0;display:none;align-items:center;justify-content:center;padding:38px;background:rgba(0,0,0,.67)}.ig-post-modal.is-open{display:flex}
.ig-modal-backdrop{position:absolute;inset:0;cursor:default}.ig-modal-close{position:absolute;z-index:5;top:16px;right:18px;display:grid;place-items:center;width:36px;height:36px;color:#fff!important}.ig-modal-close svg{width:30px;height:30px;stroke-width:2}
.ig-post-dialog{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.5fr) minmax(338px,.7fr);width:min(1180px,calc(100vw - 78px));height:min(760px,calc(100vh - 78px));overflow:hidden;background:#fff;border-radius:4px;box-shadow:0 24px 80px rgba(0,0,0,.28);animation:ig-modal-in .22s cubic-bezier(.2,.75,.25,1) both}@keyframes ig-modal-in{from{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}
.ig-modal-side{position:fixed;z-index:4;top:50%;display:grid;place-items:center;width:32px;height:32px;color:#111!important;background:rgba(255,255,255,.92)!important;border-radius:50%!important;transform:translateY(-50%)}.ig-modal-side svg{width:18px;height:18px;stroke-width:2.5}.ig-modal-side-prev{left:18px}.ig-modal-side-next{right:18px}.ig-modal-side:disabled{display:none}
.ig-post-media{position:relative;display:grid;place-items:center;min-width:0;overflow:hidden;background:#000}.ig-post-media>img{display:block;width:100%;height:100%;object-fit:contain;user-select:none}.ig-post-media .ig-post-placeholder{font-size:110px}
.ig-media-nav{position:absolute;z-index:4;top:50%;display:grid!important;width:30px;height:30px;place-items:center;color:#171717!important;background:rgba(255,255,255,.9)!important;border-radius:50%!important;box-shadow:0 1px 7px rgba(0,0,0,.22);transform:translateY(-50%)}.ig-media-nav[hidden]{display:none!important}.ig-media-nav svg{width:17px;height:17px;stroke-width:2.6}.ig-media-prev{left:13px}.ig-media-next{right:13px}.ig-media-dots{position:absolute;z-index:4;bottom:12px;left:50%;display:flex;gap:5px;transform:translateX(-50%)}.ig-media-dots[hidden]{display:none}.ig-media-dots button{width:6px!important;height:6px!important;background:rgba(255,255,255,.58)!important;border-radius:50%!important;box-shadow:0 1px 4px rgba(0,0,0,.25)}.ig-media-dots button.active{background:#0095f6!important}
.ig-heart-burst{position:absolute;top:50%;left:50%;color:#fff;opacity:0;filter:drop-shadow(0 3px 14px rgba(0,0,0,.32));pointer-events:none;transform:translate(-50%,-50%) scale(.3)}.ig-heart-burst svg{width:96px;height:96px;fill:currentColor;stroke:currentColor}.ig-heart-burst.is-animating{animation:ig-heart-pop .75s ease}@keyframes ig-heart-pop{0%{opacity:0;transform:translate(-50%,-50%) scale(.25)}18%{opacity:1;transform:translate(-50%,-50%) scale(1.16)}42%{transform:translate(-50%,-50%) scale(.98)}75%{opacity:1}100%{opacity:0;transform:translate(-50%,-50%) scale(.72)}}
.ig-post-panel{display:grid;grid-template-rows:auto minmax(0,1fr) auto auto;min-width:0;background:#fff}.ig-post-header{display:flex;align-items:center;min-height:72px;padding:14px 16px;border-bottom:1px solid #dbdbdb}.ig-post-header>.ig-icon-button{margin-left:auto}
.ig-post-avatar{display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;color:#fff;background:linear-gradient(145deg,#4968ff,#07101e);border:2px solid #fff;border-radius:50%;font:700 17px Georgia,serif;outline:1.5px solid #e1306c}.ig-post-author{display:block;min-width:0;margin-left:12px;font-size:12px;line-height:16px}.ig-post-author strong{display:flex;align-items:center;font-size:13px;font-weight:600;gap:4px}.ig-post-author small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ig-verified-small{width:12px;height:12px;font-size:7px}
.ig-post-comments{min-height:0;padding:17px 16px;overflow-y:auto;overscroll-behavior:contain}.ig-comment{display:grid;grid-template-columns:32px minmax(0,1fr) auto;align-items:start;margin-bottom:18px;gap:12px}.ig-comment-avatar{display:grid;place-items:center;width:32px;height:32px;color:#fff;background:linear-gradient(145deg,#4968ff,#07101e);border-radius:50%;font:700 14px Georgia,serif}.ig-comment-avatar.guest{color:#3855ff;background:#eef1ff;font:700 9px Inter,sans-serif}.ig-comment-body{min-width:0;color:#121212;font-size:13px;line-height:18px}.ig-comment-body strong{margin-right:5px;font-weight:600}.ig-comment-location{margin-top:7px;color:#737373;font-size:11px}.ig-comment-meta{display:flex;margin-top:8px;color:#737373;font-size:11px;gap:12px}.ig-comment-like{margin-top:7px;color:#737373!important}.ig-comment-like svg{width:12px;height:12px}
.ig-post-controls{padding:10px 16px 12px;border-top:1px solid #dbdbdb}.ig-post-actions{display:flex;align-items:center;margin:0 -7px 8px;gap:1px}.ig-post-action{display:grid;place-items:center;width:40px;height:36px}.ig-post-action:hover{color:#8e8e8e!important}.ig-post-action.is-liked{color:#ed4956!important}.ig-post-action.is-liked svg{fill:currentColor;stroke:currentColor}.ig-post-save{margin-left:auto}.ig-post-save.is-saved svg{fill:#000}.ig-post-controls>strong{display:block;margin-bottom:5px;font-size:13px;font-weight:600}.ig-post-controls>time{color:#737373;font-size:10px;letter-spacing:.02em;text-transform:uppercase}
.ig-comment-form{display:flex;align-items:center;min-height:53px;padding:6px 16px;border-top:1px solid #dbdbdb}.ig-comment-form>svg{flex:0 0 auto}.ig-comment-form input{min-width:0;flex:1;margin:0 13px;padding:8px 0;background:transparent;border:0;outline:0;font-size:13px}.ig-comment-form button{color:#0095f6!important;font-size:13px;font-weight:600}.ig-comment-form button:disabled{color:#b2dffc!important;cursor:default}

/* Story viewer */
.ig-story-viewer{position:fixed;z-index:1300;inset:0;display:none;align-items:center;justify-content:center;background:#1a1a1a}.ig-story-viewer.is-open{display:flex}.ig-story-brand{position:absolute;top:22px;left:24px;color:#fff;font:600 24px Georgia,serif}.ig-story-close{position:absolute;z-index:4;top:16px;right:18px;display:grid;place-items:center;width:36px;height:36px;color:#fff!important}.ig-story-close svg{width:30px;height:30px;stroke-width:2}
.ig-story-card{position:relative;width:min(430px,calc(100vw - 42px));height:min(765px,calc(100vh - 34px));overflow:hidden;background:#111;border-radius:8px;box-shadow:0 25px 90px rgba(0,0,0,.48);animation:ig-story-in .25s ease both}@keyframes ig-story-in{from{opacity:0;transform:scale(.93)}to{opacity:1;transform:scale(1)}}.ig-story-card>img{display:block;width:100%;height:100%;object-fit:cover}.ig-story-card>.ig-post-placeholder{font-size:100px}.ig-story-shade{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,.52),transparent 19%),linear-gradient(to top,rgba(0,0,0,.46),transparent 24%);pointer-events:none}
.ig-story-progress{position:absolute;z-index:2;top:12px;right:10px;left:10px;display:flex;gap:4px}.ig-story-progress span{height:2px;flex:1;overflow:hidden;background:rgba(255,255,255,.38);border-radius:999px}.ig-story-progress i{display:block;width:0;height:100%;background:#fff}.ig-story-progress span.is-done i{width:100%}.ig-story-progress span.is-active i{animation:ig-story-progress 5s linear forwards}@keyframes ig-story-progress{to{width:100%}}
.ig-story-meta{position:absolute;z-index:2;top:26px;right:17px;left:17px;display:flex;align-items:center;color:#fff;gap:10px}.ig-story-meta .ig-post-avatar{flex-basis:32px;width:32px;height:32px;border-color:transparent;outline-color:rgba(255,255,255,.8)}.ig-story-meta strong{font-size:13px}.ig-story-meta time{color:rgba(255,255,255,.75);font-size:12px}.ig-story-caption{position:absolute;z-index:2;right:24px;bottom:72px;left:24px;margin:0;color:#fff;font-size:17px;font-weight:650;line-height:1.35;text-shadow:0 2px 12px rgba(0,0,0,.55)}
.ig-story-hit{position:absolute;z-index:2;top:84px;bottom:70px;width:44%}.ig-story-hit-prev{left:0}.ig-story-hit-next{right:0}.ig-story-reply{position:absolute;z-index:3;right:16px;bottom:16px;left:16px;display:flex;align-items:center;gap:13px}.ig-story-reply input{min-width:0;flex:1;height:42px;padding:0 17px;color:#fff;background:rgba(0,0,0,.12);border:1px solid rgba(255,255,255,.78);border-radius:999px;outline:0}.ig-story-reply input::placeholder{color:rgba(255,255,255,.92)}.ig-story-reply button{color:#fff!important}.ig-story-side{position:absolute;top:50%;display:grid;place-items:center;width:30px;height:30px;color:#161616!important;background:rgba(255,255,255,.86)!important;border-radius:50%!important;transform:translateY(-50%)}.ig-story-side svg{width:18px;height:18px;stroke-width:2.5}.ig-story-side-prev{left:calc(50% - 257px)}.ig-story-side-next{right:calc(50% - 257px)}
.ig-memory-toast{position:fixed;z-index:1400;bottom:28px;left:50%;max-width:min(420px,calc(100vw - 34px));padding:12px 18px;color:#fff;background:rgba(35,35,35,.95);border-radius:9px;box-shadow:0 8px 28px rgba(0,0,0,.24);font-size:13px;opacity:0;pointer-events:none;transform:translate(-50%,12px);transition:opacity .2s ease,transform .2s ease}.ig-memory-toast.is-visible{opacity:1;transform:translate(-50%,0)}

@media(max-width:900px){.ig-profile{grid-template-columns:252px minmax(0,1fr)}.ig-post-dialog{grid-template-columns:minmax(0,1fr) 360px}}
@media(max-width:735px){
  .ig-shell{width:100%;padding:16px 0 24px}.ig-profile{grid-template-columns:100px minmax(0,1fr);min-height:0;padding:0 16px}.ig-profile-avatar-wrap{justify-content:flex-start}.ig-profile-avatar-ring{width:82px;height:82px;padding:3px}.ig-profile-avatar-ring:after{inset:2px}.ig-profile-avatar{width:76px;height:76px;border-width:2px;font-size:38px}.ig-profile-avatar small{bottom:13px;font-size:5px;letter-spacing:.12em}.ig-profile-info{display:contents}
  .ig-profile-title-row{grid-column:2;display:grid;grid-template-columns:minmax(0,auto) 18px 1fr;align-content:start;min-height:82px;padding-top:1px;gap:0 6px}.ig-profile-title-row h2{font-size:19px}.ig-profile-title-row .ig-profile-button{grid-row:2;margin-top:8px;padding:0 20px}.ig-profile-title-row .ig-profile-button-primary{grid-column:1/3}.ig-profile-title-row .ig-profile-button-secondary{grid-column:3;margin-left:6px}.ig-profile-more{display:none}
  .ig-profile-stats{grid-column:1/-1;justify-content:space-around;order:4;width:calc(100% + 32px);margin:18px -16px 0;padding:12px 6px;border-top:1px solid #dbdbdb;border-bottom:1px solid #dbdbdb;gap:0}.ig-profile-stats li{display:flex;min-width:83px;flex-direction:column;align-items:center;color:#737373;font-size:13px;line-height:16px}.ig-profile-stats strong{color:#000}.ig-profile-bio{grid-column:1/-1;margin-top:12px;font-size:13px;line-height:18px}
  .ig-highlights{margin:16px 0 20px;padding:0 16px;gap:16px}.ig-highlight{flex-basis:66px}.ig-highlight-thumb{width:66px;height:66px}.ig-highlight>span:last-child{margin-top:7px;font-size:11px}.ig-content-tabs{height:44px;gap:0}.ig-content-tab{justify-content:center;width:33.333%;height:44px}.ig-content-tab:before{display:none}.ig-content-tab svg{width:24px;height:24px;color:#a8a8a8}.ig-content-tab[aria-selected="true"] svg{color:#0095f6}.ig-content-tab span{display:none}.ig-post-grid{gap:2px}.ig-post-metrics{font-size:12px;gap:14px}.ig-post-metrics svg{width:17px;height:17px}
  .ig-post-modal{align-items:stretch;padding:0;background:#fff}.ig-modal-close{top:7px;right:8px;color:#000!important;background:rgba(255,255,255,.86)!important;border-radius:50%!important}.ig-modal-side{display:none}.ig-post-dialog{grid-template-columns:1fr;grid-template-rows:minmax(310px,57vh) minmax(0,1fr);width:100%;height:100%;border-radius:0}.ig-post-panel{grid-template-rows:auto minmax(0,1fr) auto auto}.ig-post-header{min-height:58px;padding:10px 14px}.ig-post-comments{padding:13px 14px}.ig-post-comments .ig-comment:not(:first-child){display:none}.ig-post-controls{padding:7px 14px 9px}.ig-comment-form{min-height:48px;padding:4px 14px}
  .ig-story-brand,.ig-story-side{display:none}.ig-story-card{width:100%;height:100%;border-radius:0}.ig-story-close{top:25px;right:10px}
}
@media(max-width:430px){.ig-profile-title-row .ig-profile-button{padding:0 12px;font-size:13px}.ig-post-dialog{grid-template-rows:minmax(260px,52vh) minmax(0,1fr)}.ig-post-header{min-height:52px}.ig-post-comments{max-height:92px}}
@media(prefers-reduced-motion:reduce){.ig-memories *,.ig-post-modal *,.ig-story-viewer *{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

/* Managed Memories crops (the full image remains visible in the post modal) */
.ig-highlight-thumb{overflow:hidden}.ig-highlight-thumb img,.ig-post-tile>img,.ig-story-card>img{object-position:var(--crop-x,50%) var(--crop-y,50%);transform:scale(var(--crop-zoom,1));transform-origin:var(--crop-x,50%) var(--crop-y,50%)}.ig-post-tile:hover>img{transform:scale(var(--crop-zoom,1));filter:brightness(.92)}
