html[data-theme=dark],html:not([data-theme]){--ig-bg: #000000;--ig-panel: #121212;--ig-elevated: #1a1a1a;--ig-border: #363636;--ig-border-soft: #262626;--ig-text: #f5f5f5;--ig-muted: #a8a8a8;--ig-muted2: #737373;--ig-blue: #0095f6;--ig-blue-hover: #1877f2;--ig-like: #ff3040;--ig-gradient: linear-gradient( 135deg, #f58529 0%, #dd2a7b 45%, #8134af 75%, #515bd4 100% );--ig-spirit: linear-gradient(135deg, #ff9933 0%, #c45c26 35%, #8b2500 70%, #4a148c 100%);--ig-sidebar-w: 244px;--ig-radius: 8px;--ig-radius-sm: 6px;--ig-guest-header-bg: rgba(0, 0, 0, .85)}html[data-theme=light]{--ig-bg: #fafafa;--ig-panel: #ffffff;--ig-elevated: #ffffff;--ig-border: #dbdbdb;--ig-border-soft: #efefef;--ig-text: #262626;--ig-muted: #737373;--ig-muted2: #8e8e8e;--ig-blue: #0095f6;--ig-blue-hover: #1877f2;--ig-like: #ed4956;--ig-gradient: linear-gradient( 135deg, #f58529 0%, #dd2a7b 45%, #8134af 75%, #515bd4 100% );--ig-spirit: linear-gradient(135deg, #e65100 0%, #c62828 35%, #6a1b9a 70%, #283593 100%);--ig-sidebar-w: 244px;--ig-radius: 8px;--ig-radius-sm: 6px;--ig-guest-header-bg: rgba(250, 250, 250, .92)}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background:var(--ig-bg);color:var(--ig-text);line-height:1.45;-webkit-font-smoothing:antialiased;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}a{color:var(--ig-blue);text-decoration:none}a:hover{text-decoration:underline}.ig-auth-page{display:grid;min-height:100vh;grid-template-columns:minmax(0,1fr) minmax(320px,440px)}@media (max-width: 900px){.ig-auth-page{grid-template-columns:1fr}.ig-auth-hero{min-height:auto;padding:1.25rem 1rem 0}.ig-auth-hero-visual{max-width:280px;margin-left:auto;margin-right:auto}}.ig-auth-hero{background:var(--ig-bg);padding:2rem 2.5rem;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.ig-auth-hero-inner{max-width:440px;width:100%}.ig-auth-back{display:inline-block;color:var(--ig-text);font-size:1.75rem;line-height:1;margin-bottom:1rem;text-decoration:none;opacity:.85}.ig-auth-back:hover{opacity:1;text-decoration:none}.ig-auth-hero-logo-wrap{margin:0 0 1rem;line-height:0}.ig-auth-hero-logo{display:block;width:100%;max-width:min(100%,17rem);height:auto;object-fit:contain}.ig-auth-hero-title--register{margin-top:0}.ig-auth-card-brand{display:flex;justify-content:center;margin:0 0 .75rem;line-height:0}.ig-auth-card-logo-mark{display:block;max-width:11rem;width:100%;height:auto;object-fit:contain}.ig-brand-mark{margin-bottom:1rem}.ig-om{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:12px;background:var(--ig-elevated);border:1px solid var(--ig-border);font-size:1.35rem;color:#ffb74d}.ig-om.sm{width:2rem;height:2rem;font-size:1.1rem;border-radius:10px}.ig-auth-hero-title{font-size:clamp(1.5rem,3vw,1.85rem);font-weight:700;margin:0 0 .75rem;letter-spacing:-.02em;line-height:1.2}.ig-gradient-text{background:var(--ig-spirit);-webkit-background-clip:text;background-clip:text;color:transparent}.ig-auth-hero-sub{margin:0 0 1.5rem;color:var(--ig-muted);font-size:.95rem;max-width:36ch}.ig-auth-hero-visual{position:relative;margin-top:.5rem}.ig-auth-hero-shot{width:100%;height:auto;display:block;border-radius:16px;border:1px solid var(--ig-border);box-shadow:0 24px 80px #0000008c}.ig-auth-hero-glow{position:absolute;inset:-20% -10% auto;height:60%;background:radial-gradient(ellipse at center,rgba(255,153,51,.15),transparent 70%);pointer-events:none}.ig-auth-hero-foot{margin:1.25rem 0 0;font-size:.75rem;color:var(--ig-muted2)}.ig-auth-panel{position:relative;background:var(--ig-panel);border-left:1px solid var(--ig-border-soft);display:flex;flex-direction:column;min-height:100vh}.ig-auth-panel-tools{position:absolute;top:.75rem;right:.75rem;z-index:5}@media (max-width: 900px){.ig-auth-panel{border-left:none;border-top:1px solid var(--ig-border-soft)}}.ig-auth-card{flex:1;display:flex;flex-direction:column;justify-content:center;padding:2rem 2.5rem 1.5rem;max-width:400px;width:100%;margin:0 auto}.ig-auth-footer{display:flex;flex-wrap:wrap;gap:.75rem 1rem;justify-content:center;padding:1rem 1.5rem 1.5rem;font-size:.75rem;color:var(--ig-muted2)}.ig-auth-footer span{cursor:default}.ig-auth-title{text-align:center;font-size:1.35rem;font-weight:600;margin:0 0 .35rem}.ig-auth-sub{text-align:center;color:var(--ig-muted);font-size:.9rem;margin:0 0 1.5rem;line-height:1.4}.ig-meta-row{display:flex;align-items:center;justify-content:center;gap:.35rem;margin-bottom:1.25rem;font-size:.8rem;color:var(--ig-muted2)}.ig-form-stack{display:flex;flex-direction:column;gap:.85rem}.ig-field label{display:block;font-size:.8rem;font-weight:500;margin-bottom:.35rem;color:var(--ig-text)}.ig-field input,.ig-field textarea,.ig-field select{width:100%;padding:.65rem .75rem;border-radius:var(--ig-radius-sm);border:1px solid var(--ig-border);background:var(--ig-elevated);color:var(--ig-text);font:inherit;outline:none}.ig-field input::placeholder,.ig-field textarea::placeholder{color:var(--ig-muted2)}.ig-field input:focus,.ig-field textarea:focus,.ig-field select:focus{border-color:#737373}.ig-field-row{display:flex;gap:.5rem;align-items:stretch}.ig-field-row>input{flex:1;min-width:0}.ig-btn-otp{width:auto;flex-shrink:0;margin-top:0;padding-left:.85rem;padding-right:.85rem;font-size:.85rem;white-space:nowrap}@media (max-width: 440px){.ig-field-row{flex-direction:column}.ig-btn-otp{width:100%}}.ig-dob-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.5rem}.ig-dob-row .ig-field{margin:0}.ig-legal{font-size:.72rem;color:var(--ig-muted2);line-height:1.45;margin:.25rem 0 0}.ig-legal a{color:var(--ig-muted)}.ig-btn-solid{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:.65rem 1rem;border:none;border-radius:var(--ig-radius);background:var(--ig-blue);color:#fff;font-weight:600;font-size:.95rem;cursor:pointer;margin-top:.35rem}.ig-btn-solid:hover:not(:disabled){background:var(--ig-blue-hover)}.ig-btn-solid:disabled{opacity:.5;cursor:not-allowed}.ig-btn-outline{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:.65rem 1rem;border-radius:var(--ig-radius);border:1px solid var(--ig-border);background:transparent;color:var(--ig-text);font-weight:600;font-size:.95rem;cursor:pointer;text-decoration:none}.ig-btn-outline:hover{background:#ffffff0a;text-decoration:none}.ig-btn-outline-blue{border-color:var(--ig-blue);color:var(--ig-blue)}.ig-auth-switch{text-align:center;margin-top:1.25rem;font-size:.9rem;color:var(--ig-muted)}.ig-auth-divider{display:flex;align-items:center;gap:1rem;margin:1rem 0;color:var(--ig-muted2);font-size:.75rem}.ig-auth-divider:before,.ig-auth-divider:after{content:"";flex:1;height:1px;background:var(--ig-border)}.ig-forgot{text-align:center;margin:.5rem 0 0;font-size:.85rem}.ig-error{color:#ff6b6b;font-size:.85rem;margin:0}.ig-app-shell{display:flex;min-height:100vh;background:var(--ig-bg)}.ig-mobile-theme-toggle{display:none}@media (max-width: 768px){.ig-mobile-theme-toggle{display:block;position:fixed;top:.6rem;right:.65rem;z-index:25}}.ig-sidebar{width:var(--ig-sidebar-w);flex-shrink:0;border-right:1px solid var(--ig-border-soft);position:fixed;top:0;bottom:0;left:0;background:var(--ig-bg);z-index:20}.ig-sidebar-inner{display:flex;flex-direction:column;height:100%;padding:1.25rem .75rem 1rem}.ig-wordmark{display:flex;align-items:center;gap:.4rem;font-weight:700;font-size:1.15rem;color:var(--ig-text);text-decoration:none;padding:.5rem .65rem;margin-bottom:1rem}.ig-wordmark-logo{display:block;height:3.5rem;width:auto;max-width:min(100%,15rem);object-fit:contain;object-position:left center;flex-shrink:0;image-rendering:auto}.ig-wordmark:hover{text-decoration:none;opacity:.9}.ig-wordmark.sidebar{margin-bottom:1.5rem}.ig-sidebar-brand-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:1.25rem}.ig-sidebar-brand-row .ig-wordmark.sidebar{margin-bottom:0;flex-shrink:0;min-width:0;max-width:calc(100% - 5.5rem)}.ig-side-nav{display:flex;flex-direction:column;gap:.15rem;flex:1}.ig-side-link{display:flex;align-items:center;gap:.85rem;padding:.65rem .85rem;border-radius:12px;color:var(--ig-text);text-decoration:none;font-size:1rem;font-weight:400;border:none;background:none;cursor:pointer;font:inherit;text-align:left;width:100%}.ig-side-link:hover{background:#ffffff0f;text-decoration:none}.ig-side-link.active{font-weight:700}.ig-side-link.active .ig-nav-icon{transform:scale(1.05)}.ig-nav-icon{width:26px;height:26px;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:var(--ig-text)}.ig-nav-icon svg{width:26px;height:26px;display:block}.ig-avatar-tiny{width:26px;height:26px;border-radius:50%;object-fit:cover;border:1px solid var(--ig-border)}.ig-avatar-placeholder{display:inline-block;width:26px;height:26px;border-radius:50%;background:linear-gradient(135deg,#444,#222);border:1px solid var(--ig-border)}.ig-more{margin-top:auto}.ig-main{flex:1;margin-left:var(--ig-sidebar-w);min-width:0;padding:1rem 1.25rem 2rem;max-width:calc(100vw - var(--ig-sidebar-w))}.ig-feed-inner{max-width:470px;margin:0 auto}.ig-bottom-nav{display:none;position:fixed;left:0;right:0;bottom:0;height:52px;background:var(--ig-bg);border-top:1px solid var(--ig-border-soft);z-index:30;justify-content:space-around;align-items:center;padding:0 .5rem env(safe-area-inset-bottom)}.ig-bottom-nav a{color:var(--ig-text);text-decoration:none;padding:.45rem .35rem;opacity:.85;display:flex;align-items:center;justify-content:center}.ig-bottom-nav a svg{width:26px;height:26px}.ig-bottom-nav a.active{opacity:1;font-weight:700}@media (max-width: 768px){.ig-sidebar{display:none}.ig-main{margin-left:0;max-width:100vw;padding-bottom:calc(56px + env(safe-area-inset-bottom))}.ig-bottom-nav{display:flex}}.ig-guest-shell{min-height:100vh;background:var(--ig-bg);color:var(--ig-text)}.ig-guest-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.25rem;border-bottom:1px solid var(--ig-border-soft);position:sticky;top:0;z-index:10;background:var(--ig-guest-header-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ig-guest-actions{display:flex;gap:.5rem;align-items:center}.ig-btn-ghost{display:inline-flex;align-items:center;justify-content:center;padding:.45rem .9rem;border-radius:var(--ig-radius);border:1px solid transparent;background:transparent;color:var(--ig-text);font-weight:600;font-size:.9rem;text-decoration:none}.ig-btn-ghost:hover{background:#ffffff0f;text-decoration:none}.ig-guest-main{padding:1rem;max-width:520px;margin:0 auto}.ig-guest-shell--landing .ig-guest-main{padding-top:1.25rem;max-width:36rem}.ig-landing{text-align:center;padding:2rem 1.25rem 4rem}.ig-landing-theme-foot{display:flex;justify-content:center;margin-top:2rem;opacity:.9}.ig-landing-brand{margin:0 auto 1.25rem;line-height:0;font-weight:800}.ig-landing-logo{display:block;margin:0 auto;width:100%;max-width:min(100%,22rem);height:auto;object-fit:contain}.ig-landing-lead{color:var(--ig-muted);font-size:1.05rem;max-width:32ch;margin:0 auto 2rem;line-height:1.5}.ig-landing-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.ig-landing-actions .ig-btn-solid,.ig-landing-actions .ig-btn-outline{width:auto;min-width:140px;margin-top:0;display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.ig-landing-actions .ig-btn-solid:hover,.ig-landing-actions .ig-btn-outline:hover{text-decoration:none}.ig-feed-title{font-size:.85rem;font-weight:600;color:var(--ig-muted);text-transform:uppercase;letter-spacing:.06em;margin:0 0 1rem}.post-card{border-bottom:1px solid var(--ig-border-soft);padding-bottom:1rem;margin-bottom:1rem;background:var(--ig-bg)}.post-head{margin-bottom:.65rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.post-user{display:inline-flex;align-items:center;gap:.65rem;font-weight:600;color:var(--ig-text);text-decoration:none;min-width:0;flex:1}.post-user-text{display:flex;flex-direction:row;flex-wrap:wrap;align-items:baseline;gap:.35rem;min-width:0}.post-user-name{font-weight:600}.post-time{font-size:.78rem;font-weight:400}.post-more{color:var(--ig-muted);text-decoration:none;font-size:1.1rem;line-height:1;padding:.25rem;flex-shrink:0}.post-more:hover{opacity:.8}.post-comments-link{text-decoration:none}.post-comments-link:hover{text-decoration:underline}.post-user:hover{text-decoration:none;opacity:.85}.avatar.sm{width:32px;height:32px;border-radius:50%;object-fit:cover;border:1px solid var(--ig-border)}.avatar.sm.placeholder{background:#333;display:inline-block}.avatar.lg{width:88px;height:88px;border-radius:50%;object-fit:cover;border:1px solid var(--ig-border)}.avatar.lg.placeholder{background:#333;display:inline-block}.post-img{width:100%;max-height:min(70vh,820px);object-fit:contain;background:#0a0a0a;display:block;border-radius:4px;border:1px solid var(--ig-border-soft)}.post-video-feed-wrap{position:relative;width:100%;height:100%}.post-video-feed-wrap .post-img{width:100%;height:100%;display:block;object-fit:cover}.post-video-sound-btn{position:absolute;bottom:.65rem;right:.65rem;z-index:2;width:2.35rem;height:2.35rem;border-radius:50%;border:none;background:#00000073;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1rem;line-height:1}.post-video-sound-btn:hover{background:#0009}.ig-reel-video-wrap{position:relative;width:100%;height:min(92vh,820px);background:#000}.ig-reel-video-wrap .ig-reel-video{width:100%;height:100%;object-fit:contain;display:block}.ig-reel-sound-btn{position:absolute;bottom:5.5rem;right:1rem;z-index:4;width:2.5rem;height:2.5rem;border-radius:50%;border:none;background:#00000073;color:#fff;cursor:pointer;font-size:1rem;line-height:1}.ig-reel-sound-btn:hover{background:#000000a6}.post-media-frame{width:100%;aspect-ratio:4 / 5;max-height:min(85vh,900px);background:#0a0a0a;border-radius:4px;overflow:hidden;position:relative;border:1px solid var(--ig-border-soft)}.post-media-frame--ready .post-img{width:100%;height:100%;max-height:none;object-fit:cover;border:none;border-radius:0}.post-img--fade{animation:post-media-fade .4s ease-out}@keyframes post-media-fade{0%{opacity:.65}to{opacity:1}}.post-media-skeleton{width:100%;height:100%;min-height:220px;border-radius:0;background:linear-gradient(110deg,var(--ig-elevated) 0%,var(--ig-panel) 45%,var(--ig-elevated) 90%);background-size:200% 100%;animation:post-skeleton-shimmer 1.15s ease-in-out infinite}@keyframes post-skeleton-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.post-media-fallback{width:100%;height:100%;min-height:200px;display:flex;align-items:center;justify-content:center;color:var(--ig-muted);font-size:.85rem}.post-comment-previews{margin-top:.35rem;font-size:.9rem;line-height:1.4}.post-comment-line{margin:.15rem 0 0;color:var(--ig-text);word-break:break-word}.post-comment-line a{font-weight:600;color:var(--ig-text);text-decoration:none}.post-comment-line a:hover{text-decoration:underline}.post-comment-body{font-weight:400}.post-view-all-comments{display:inline-block;margin-top:.4rem;color:var(--ig-muted2);font-size:.82rem;font-weight:400;text-decoration:none}.post-view-all-comments:hover{text-decoration:underline}.avatar-loading{display:inline-block;vertical-align:middle;border-radius:50%;background:linear-gradient(90deg,var(--ig-border-soft),var(--ig-border),var(--ig-border-soft));background-size:200% 100%;animation:post-skeleton-shimmer 1s ease-in-out infinite}.ig-bottom-nav-avatar{width:26px;height:26px;border-radius:50%;object-fit:cover;border:1px solid var(--ig-border)}.ig-bottom-nav-avatar-ph{display:inline-block;width:26px;height:26px;border-radius:50%;background:linear-gradient(135deg,var(--ig-border),var(--ig-elevated));border:1px solid var(--ig-border)}.ig-bottom-nav-profile-icon{width:26px;height:26px;display:block;color:var(--ig-text)}.ig-reel-skeleton{min-height:40vh;width:100%;border-radius:8px;background:linear-gradient(110deg,var(--ig-elevated) 0%,var(--ig-panel) 50%,var(--ig-elevated) 100%);background-size:200% 100%;animation:post-skeleton-shimmer 1.15s ease-in-out infinite}.post-actions{margin-top:.65rem;display:flex;gap:1rem;align-items:center;font-size:.9rem}.like{background:none;border:none;cursor:pointer;font:inherit;padding:0;color:var(--ig-text)}.like.on{color:var(--ig-like)}.post-caption{margin:.5rem 0 0;font-size:.92rem;color:var(--ig-text)}.post-caption a{font-weight:600;color:var(--ig-text)}.muted{color:var(--ig-muted);font-size:.9rem}.error{color:#ff6b6b}.profile h1,.create-post h1,.feed .ig-feed-title{color:var(--ig-text)}.profile{max-width:630px;margin:0 auto}.profile-head{display:flex;gap:1.5rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--ig-border-soft)}.profile h1{font-size:1.35rem;font-weight:400;margin:0 0 .25rem}.display-name{font-weight:600;margin:.25rem 0}.stats{color:var(--ig-muted);font-size:.9rem}.stats strong{color:var(--ig-text);margin:0 .15rem}.profile-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.btn{padding:.45rem 1rem;border-radius:var(--ig-radius);border:1px solid var(--ig-border);background:var(--ig-elevated);color:var(--ig-text);cursor:pointer;font:inherit;font-weight:600;font-size:.875rem}.btn:hover{background:#ffffff14}.btn.primary{background:var(--ig-blue);color:#fff;border-color:var(--ig-blue)}.btn.primary:hover{background:var(--ig-blue-hover);border-color:var(--ig-blue-hover)}.btn:disabled{opacity:.5;cursor:not-allowed}.profile-posts h2{font-size:.8rem;color:var(--ig-muted2);text-transform:uppercase;letter-spacing:.08em;margin:1rem 0}.create-post{max-width:480px;margin:0 auto}.create-post label{display:block;margin-bottom:.85rem;font-size:.85rem;color:var(--ig-muted)}.create-post textarea,.create-post input[type=file]{width:100%;margin-top:.35rem}.create-post textarea{padding:.65rem .75rem;border-radius:var(--ig-radius-sm);border:1px solid var(--ig-border);background:var(--ig-elevated);color:var(--ig-text);font:inherit}.row-between{display:flex;justify-content:space-between;align-items:center;gap:1rem}.conv-list,.notif-list{list-style:none;padding:0;margin:0}.conv-row{display:block;padding:.75rem 0;border-bottom:1px solid var(--ig-border-soft);color:var(--ig-text)}.conv-row .preview{display:block;font-size:.85rem;color:var(--ig-muted)}.msg-list{min-height:200px;margin-bottom:1rem}.msg{padding:.35rem 0;color:var(--ig-text)}.chat form{display:flex;gap:.5rem}.chat input{flex:1;padding:.55rem .75rem;border-radius:var(--ig-radius);border:1px solid var(--ig-border);background:var(--ig-elevated);color:var(--ig-text);font:inherit}.reel-video{width:100%;max-height:80vh;background:#000;border-radius:8px}.reel-card{margin-bottom:1.5rem}.story-strip{display:flex;gap:.5rem;overflow-x:auto;margin-top:.5rem;padding-bottom:.25rem}.story-thumb{width:120px;height:200px;object-fit:cover;border-radius:8px;flex-shrink:0;border:1px solid var(--ig-border-soft)}.ig-loading{color:var(--ig-muted);padding:2rem;text-align:center}.landing{text-align:center;padding:2rem 1rem}.landing .btn{display:inline-block;margin:.25rem}.auth-box{max-width:100%;margin:0}.ig-theme-toggle{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .65rem;border-radius:var(--ig-radius);border:1px solid var(--ig-border);background:var(--ig-elevated);color:var(--ig-text);font:inherit;font-size:.8rem;font-weight:600;cursor:pointer}.ig-theme-toggle:hover{background:#8080801f}.ig-theme-toggle--inline{border:none;background:transparent;padding:.35rem .5rem}.ig-theme-toggle-icon{font-size:1rem;line-height:1}.ig-theme-toggle-label{font-size:.75rem;text-transform:capitalize}.ig-register-back{background:none;border:none;color:var(--ig-blue);cursor:pointer;font:inherit;font-size:.9rem;font-weight:600;padding:0;margin-bottom:.75rem;text-align:left}.ig-register-back:hover{text-decoration:underline}.ig-page{max-width:640px;margin:0 auto;padding:0 0 2rem;width:100%}.ig-page-title{font-size:1.35rem;font-weight:600;margin:0 0 1rem;color:var(--ig-text)}.ig-explore-lead{margin:-.5rem 0 1rem;font-size:.9rem}.ig-back-link{background:none;border:none;color:var(--ig-text);cursor:pointer;font:inherit;font-size:.9rem;margin-bottom:.75rem;padding:0;display:block;text-align:left;opacity:.85}.ig-back-link:hover{opacity:1}.ig-empty{text-align:center;padding:2rem 1rem}.ig-empty-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-top:.5rem}.ig-feed-skeleton{display:flex;flex-direction:column;gap:1rem}.ig-post-skeleton{height:420px;border-radius:var(--ig-radius);background:linear-gradient(90deg,var(--ig-elevated) 25%,var(--ig-border-soft) 50%,var(--ig-elevated) 75%);background-size:200% 100%;animation:ig-shimmer 1.2s infinite}@keyframes ig-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.ig-scroll-sentinel{height:1px}.ig-stories-wrap{margin:0 0 1.25rem;border-bottom:1px solid var(--ig-border-soft);padding-bottom:1rem}.ig-stories{display:flex;gap:1rem;overflow-x:auto;padding:.25rem 0;scrollbar-width:thin}.ig-stories--loading{gap:.75rem}.ig-story-skeleton{width:66px;height:66px;border-radius:50%;flex-shrink:0;background:var(--ig-elevated);border:2px solid var(--ig-border)}.ig-story-add,.ig-story-peer{display:flex;flex-direction:column;align-items:center;gap:.35rem;background:none;border:none;padding:0;cursor:pointer;color:var(--ig-text);font:inherit;flex-shrink:0;max-width:76px}.ig-story-add{text-decoration:none}.ig-story-ring{width:66px;height:66px;border-radius:50%;padding:3px;background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);display:flex;align-items:center;justify-content:center}.ig-story-ring--add{background:var(--ig-border);border:1px dashed var(--ig-muted2)}.ig-story-add-icon{font-size:1.5rem;color:var(--ig-muted)}.ig-story-avatar{width:60px;height:60px;border-radius:50%;object-fit:cover;border:2px solid var(--ig-bg)}.ig-story-avatar--ph{display:block;width:60px;height:60px;border-radius:50%;background:var(--ig-elevated);border:2px solid var(--ig-bg)}.ig-story-name{font-size:.72rem;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:76px}.ig-story-viewer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#000;display:flex;flex-direction:column}.ig-story-viewer-close{position:absolute;top:1rem;right:1rem;z-index:2;background:#0006;border:none;color:#fff;width:40px;height:40px;border-radius:50%;font-size:1.25rem;cursor:pointer}.ig-story-viewer-bar{padding:.75rem 1rem;color:#fff;font-weight:600;background:linear-gradient(to bottom,rgba(0,0,0,.6),transparent)}.ig-story-viewer-media{flex:1;display:flex;align-items:center;justify-content:center;min-height:0}.ig-story-viewer-img,.ig-story-viewer-vid{max-width:100%;max-height:100%;object-fit:contain}.profile-tabs{border-bottom:1px solid var(--ig-border-soft);margin-bottom:.75rem}.profile-tab{display:inline-block;padding:.65rem 0;margin-right:1.5rem;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--ig-text);border-bottom:2px solid var(--ig-text)}.ig-post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;margin-top:.5rem}.ig-grid-cell{aspect-ratio:1;display:block;position:relative;overflow:hidden;background:var(--ig-elevated)}.ig-grid-thumb{width:100%;height:100%;object-fit:cover}.ig-grid-cell .post-media-frame{aspect-ratio:1;max-height:none;height:100%;border:none;border-radius:0}.ig-grid-cell .post-media-skeleton,.ig-grid-cell .post-media-fallback{min-height:0}.ig-grid-badge{position:absolute;top:.35rem;right:.35rem;color:#fff;text-shadow:0 1px 2px #000;font-size:.85rem}.ig-grid-cell--empty{display:flex;align-items:center;justify-content:center;color:var(--ig-muted);font-size:.85rem;text-decoration:none}.ig-comments-section{margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--ig-border-soft)}.ig-comments-title{font-size:.9rem;font-weight:600;margin:0 0 .75rem}.ig-comment-form{display:flex;gap:.5rem;margin-bottom:1rem}.ig-comment-input{flex:1;padding:.55rem .75rem;border-radius:var(--ig-radius);border:1px solid var(--ig-border);background:var(--ig-elevated);color:var(--ig-text);font:inherit}.ig-comment-list{list-style:none;padding:0;margin:0}.ig-comment-row{padding:.5rem 0;border-bottom:1px solid var(--ig-border-soft);font-size:.92rem}.ig-comment-author{font-weight:600;color:var(--ig-text);text-decoration:none;margin-right:.35rem}.ig-comment-body{color:var(--ig-text)}.ig-comment-time{display:block;font-size:.75rem;margin-top:.25rem}.ig-comment-hint{margin-bottom:.75rem}.ig-settings-block{margin-bottom:2rem}.ig-settings-block h2{font-size:1rem;margin:0 0 .75rem}.ig-settings-dl{margin:0}.ig-settings-dl dt{font-size:.75rem;color:var(--ig-muted);margin-top:.75rem}.ig-settings-dl dd{margin:.25rem 0 0;font-size:1rem}.ig-settings-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.ig-settings-foot{margin-top:2rem;font-size:.85rem}.ig-settings-edit-lead{margin:0 0 1rem;font-size:.95rem}.ig-settings-edit-link{font-weight:600;color:var(--ig-link, #0095f6);text-decoration:none}.ig-settings-edit-link:hover{text-decoration:underline}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.ig-edit-lead{margin-top:0}.ig-edit-error{margin-bottom:1rem}.ig-edit-form{display:flex;flex-direction:column;gap:1rem;max-width:420px}.ig-edit-form .ig-field>span{display:block;font-size:.8rem;font-weight:500;margin-bottom:.35rem;color:var(--ig-text)}.ig-edit-avatar-block{display:flex;align-items:center;gap:1.25rem;margin-bottom:.5rem}.ig-edit-avatar-wrap{flex-shrink:0}.ig-edit-avatar{width:88px;height:88px;border-radius:50%;object-fit:cover;border:1px solid var(--ig-border)}.ig-edit-avatar--ph{display:inline-block;background:var(--ig-elevated);border:1px solid var(--ig-border)}.ig-edit-username{font-weight:600;margin:0 0 .35rem;font-size:1rem}.ig-edit-photo-btn{cursor:pointer;color:var(--ig-link, #0095f6);font-weight:600;font-size:.9rem}.ig-edit-photo-btn:hover{text-decoration:underline}.ig-edit-remove-photo{display:block;margin-top:.35rem;padding:0;border:none;background:none;font:inherit;color:var(--ig-muted);cursor:pointer;font-size:.85rem;text-decoration:underline}.ig-edit-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.5rem}.ig-dm-list{list-style:none;padding:0;margin:0}.ig-dm-row{display:flex;align-items:center;gap:.85rem;padding:.85rem 0;border-bottom:1px solid var(--ig-border-soft);text-decoration:none;color:inherit}.ig-dm-row:hover{opacity:.92}.ig-dm-avatar img,.ig-dm-avatar-ph{width:56px;height:56px;border-radius:50%;object-fit:cover}.ig-dm-avatar-ph{display:block;background:var(--ig-elevated);border:1px solid var(--ig-border)}.ig-dm-body{flex:1;min-width:0}.ig-dm-top{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem}.ig-dm-name{font-weight:600}.ig-dm-preview{display:block;font-size:.88rem;margin-top:.2rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ig-dm-skeleton-row{height:72px;border-radius:var(--ig-radius);background:var(--ig-elevated);margin-bottom:.5rem}.ig-chat-scroll{max-height:min(60vh,520px);overflow-y:auto;padding:.5rem 0;margin-bottom:1rem}.ig-chat-row{display:flex;align-items:flex-end;gap:.5rem;margin-bottom:.65rem}.ig-chat-row--me{flex-direction:row-reverse}.ig-chat-bubble{max-width:78%;padding:.55rem .85rem;border-radius:18px;background:var(--ig-elevated);border:1px solid var(--ig-border-soft)}.ig-chat-bubble--me{background:var(--ig-blue);color:#fff;border-color:var(--ig-blue)}.ig-chat-bubble--me .ig-chat-meta{color:#ffffffd9}.ig-chat-text{margin:0;font-size:.95rem;word-break:break-word}.ig-chat-meta{display:block;font-size:.7rem;margin-top:.25rem}.ig-chat-bubble-avatar img,.ig-chat-av-ph{width:28px;height:28px;border-radius:50%;object-fit:cover}.ig-chat-av-ph{display:block;background:var(--ig-elevated)}.ig-chat-compose{display:flex;gap:.5rem;position:sticky;bottom:0;padding-top:.5rem;background:var(--ig-bg)}.ig-chat-input{flex:1;padding:.6rem .85rem;border-radius:22px;border:1px solid var(--ig-border);background:var(--ig-elevated);color:var(--ig-text);font:inherit}.ig-notifs-head{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem}.ig-notif-list{list-style:none;padding:0;margin:0}.ig-notif-item{display:flex;gap:.75rem;padding:.85rem .5rem;border-radius:var(--ig-radius);border-bottom:1px solid var(--ig-border-soft)}.ig-notif-item.unread{background:#0095f60f}.ig-notif-icon{font-size:1.25rem;line-height:1.2}.ig-notif-text{margin:0;font-size:.95rem}.ig-create-lead{margin:-.25rem 0 1.25rem}.ig-create-form .ig-field span{display:block;font-size:.85rem;margin-bottom:.35rem;color:var(--ig-muted)}.ig-create-preview{border-radius:var(--ig-radius);overflow:hidden;border:1px solid var(--ig-border-soft);margin-bottom:1rem;max-height:360px}.ig-create-preview img,.ig-create-preview-vid{width:100%;display:block;max-height:360px;object-fit:contain;background:#0a0a0a}.ig-create-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1rem}.ig-reels-viewport{margin:0 calc(-1*min(1.25rem,4vw));width:calc(100% + 2*min(1.25rem,4vw));scroll-snap-type:y mandatory;overflow-y:auto;max-height:calc(100vh - 80px)}.ig-reel-slide{position:relative;min-height:min(92vh,820px);scroll-snap-align:start;background:#000;margin-bottom:2px}.ig-reel-overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;padding:1rem;background:linear-gradient(to top,rgba(0,0,0,.75),transparent 45%)}.ig-reel-overlay>*{pointer-events:auto}.ig-reel-side{display:flex;flex-direction:column;gap:1rem;align-items:center;align-self:center;margin-bottom:3rem}.ig-reel-action{background:#00000059;border:none;border-radius:50%;width:48px;height:48px;color:#fff;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:.75rem}.ig-reel-action.on{color:var(--ig-like)}.ig-reel-action-icon{font-size:1.35rem;line-height:1}.ig-reel-bottom{flex:1;min-width:0;padding-right:.5rem}.ig-reel-user{display:inline-flex;align-items:center;gap:.5rem;color:#fff;text-decoration:none;font-weight:600;font-size:.9rem;margin-bottom:.35rem}.ig-reel-av,.ig-reel-av-ph{width:32px;height:32px;border-radius:50%;object-fit:cover}.ig-reel-av-ph{display:inline-block;background:#444}.ig-reel-caption{color:#fff;font-size:.9rem;margin:.25rem 0;text-shadow:0 1px 2px #000}.ig-reel-time{color:#ffffffbf;font-size:.8rem}.ig-reels-more{padding:1rem;text-align:center}.ig-reel-slide--loading{min-height:60vh;background:var(--ig-elevated)}.ig-reels-empty{padding:3rem 1rem}.ig-card{border:1px solid var(--ig-border-soft);border-radius:var(--ig-radius);padding:1.25rem;background:var(--ig-elevated)}.ig-story-upload-card h2{margin:0 0 .5rem;font-size:1.1rem}.ig-story-group-card{margin-bottom:1.5rem}.ig-story-group-head{display:flex;align-items:center;gap:.65rem;margin-bottom:.5rem}.ig-story-group-av,.ig-story-group-av-ph{width:40px;height:40px;border-radius:50%;object-fit:cover}.ig-story-group-av-ph{display:inline-block;background:var(--ig-border)}.ig-story-thumb-wrap{display:inline-flex;flex-direction:column;gap:.25rem;margin-right:.5rem}.ig-story-exp{font-size:.72rem}html[data-theme=light] .avatar.sm.placeholder,html[data-theme=light] .avatar.lg.placeholder{background:#e0e0e0}
