/* 7px.pl — wirtualne profile Instagram */
.instagram-profile-shell .wo-gridwrap{grid-template-columns:260px minmax(0,1fr)!important}
.instagram-profile-page{grid-column:2;min-width:0;width:min(calc(100% - 44px),1420px);margin:0 auto;padding:36px 0 72px;color:var(--brand-text)}
.instagram-profile-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:center;padding:30px 0;border-top:1px solid var(--brand-line);border-bottom:1px solid var(--brand-line)}
.instagram-profile-identity{display:flex;align-items:center;gap:20px;min-width:0}
.instagram-profile-avatar{width:92px;height:92px;flex:0 0 92px;display:grid;place-items:center;border-radius:50%;background:color-mix(in srgb,var(--brand-accent) 13%,var(--brand-surface));color:var(--brand-accent);font-size:38px}
.instagram-profile-copy{min-width:0}.instagram-profile-eyebrow{display:block;margin-bottom:6px;color:var(--brand-accent);font-size:10px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.instagram-profile-copy h1{margin:0;color:var(--brand-text);font-size:clamp(34px,5vw,68px);line-height:.98;letter-spacing:-.055em;overflow-wrap:anywhere}.instagram-profile-copy p{margin:9px 0 0;color:var(--brand-muted);font-size:14px;font-weight:700}
.instagram-profile-actions{display:flex;gap:8px;align-items:center}.instagram-profile-btn{min-height:42px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--brand-line);border-radius:6px;background:var(--brand-surface);color:var(--brand-text);font-size:11px;font-weight:850;text-decoration:none}.instagram-profile-btn--primary{border-color:var(--brand-accent);background:var(--brand-accent);color:#111}
.instagram-profile-stats{grid-column:1/-1;display:flex;gap:34px;padding-top:4px}.instagram-profile-stats div{display:flex;align-items:baseline;gap:7px}.instagram-profile-stats strong{font-size:19px}.instagram-profile-stats span{color:var(--brand-muted);font-size:10px;text-transform:uppercase;letter-spacing:.06em}
.instagram-profile-notice{display:grid;grid-template-columns:34px minmax(0,1fr);gap:12px;margin:22px 0 0;padding:16px 0;border-bottom:1px solid var(--brand-line)}.instagram-profile-notice>i{width:34px;height:34px;display:grid;place-items:center;color:var(--brand-accent)}.instagram-profile-notice strong{font-size:12px}.instagram-profile-notice p{max-width:920px;margin:4px 0 0;color:var(--brand-muted);font-size:11px;line-height:1.55}
.instagram-profile-rolebar{display:flex;flex-wrap:wrap;gap:7px;padding:16px 0;border-bottom:1px solid var(--brand-line)}.instagram-profile-rolebar span{display:inline-flex;align-items:center;gap:7px;padding:7px 9px;border:1px solid var(--brand-line);border-radius:999px;color:var(--brand-muted);font-size:10px;font-weight:800}.instagram-profile-rolebar i{font-size:5px;color:var(--brand-accent)}.instagram-profile-rolebar b{color:var(--brand-text)}
.instagram-profile-gallery{padding-top:40px}.instagram-profile-section-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,440px);gap:30px;align-items:end;margin-bottom:24px}.instagram-profile-section-head>div>span{color:var(--brand-accent);font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.instagram-profile-section-head h2{margin:6px 0 0;font-size:clamp(28px,4vw,46px);line-height:1;letter-spacing:-.04em}.instagram-profile-section-head>p{margin:0;color:var(--brand-muted);font-size:12px;line-height:1.55}
.instagram-profile-grid{columns:4 260px;column-gap:12px}.instagram-profile-photo{break-inside:avoid;margin:0 0 12px;border:1px solid var(--brand-line);border-radius:6px;overflow:hidden;background:var(--brand-surface)}.instagram-profile-photo__image{position:relative;display:block;overflow:hidden;background:var(--brand-bg)}.instagram-profile-photo__image img{display:block;width:100%;height:auto;transition:transform .24s ease}.instagram-profile-photo:hover .instagram-profile-photo__image img{transform:scale(1.012)}.instagram-profile-photo__role{position:absolute;left:9px;bottom:9px;padding:5px 7px;border-radius:4px;background:rgba(12,13,15,.76);color:#fff;font-size:9px;font-weight:850;backdrop-filter:blur(8px)}
.instagram-profile-photo__meta{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px}.instagram-profile-photo__meta>div{min-width:0}.instagram-profile-photo__meta strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}.instagram-profile-photo__meta span{display:block;margin-top:3px;color:var(--brand-muted);font-size:9px}.instagram-profile-photo__meta span a{color:inherit;font-weight:850;text-decoration:none}.instagram-profile-photo__meta span a:hover{color:var(--brand-accent)}.instagram-profile-photo__open{width:28px;height:28px;flex:0 0 auto;display:grid;place-items:center;border-radius:5px;color:var(--brand-muted);text-decoration:none}.instagram-profile-photo__open:hover{background:var(--brand-bg);color:var(--brand-accent)}
.instagram-profile-empty{min-height:420px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--brand-muted)}.instagram-profile-empty>i{font-size:34px;color:var(--brand-accent)}.instagram-profile-empty h1,.instagram-profile-empty h3{margin:14px 0 6px;color:var(--brand-text)}.instagram-profile-empty p{margin:0 0 14px}.instagram-profile-empty a{color:var(--brand-accent);font-weight:850;text-decoration:none}.instagram-profile-empty--gallery{min-height:280px;border-top:1px solid var(--brand-line);border-bottom:1px solid var(--brand-line)}
@media(max-width:1100px){.instagram-profile-shell .wo-gridwrap{grid-template-columns:1fr!important}.instagram-profile-page{grid-column:1;width:min(calc(100% - 28px),1420px)}.instagram-profile-grid{columns:3 230px}}
@media(max-width:760px){.instagram-profile-page{padding-top:20px}.instagram-profile-hero{grid-template-columns:1fr;gap:18px}.instagram-profile-actions{width:100%}.instagram-profile-actions .instagram-profile-btn{flex:1}.instagram-profile-avatar{width:72px;height:72px;flex-basis:72px;font-size:30px}.instagram-profile-stats{gap:20px;justify-content:space-between}.instagram-profile-section-head{grid-template-columns:1fr;gap:10px}.instagram-profile-grid{columns:2 180px}}
@media(max-width:480px){.instagram-profile-page{width:calc(100% - 20px)}.instagram-profile-identity{align-items:flex-start}.instagram-profile-copy h1{font-size:36px}.instagram-profile-actions{flex-direction:column}.instagram-profile-actions .instagram-profile-btn{width:100%}.instagram-profile-stats{gap:12px}.instagram-profile-grid{columns:2 145px;column-gap:8px}.instagram-profile-photo{margin-bottom:8px}.instagram-profile-photo__meta{padding:8px}.instagram-profile-photo__open{display:none}}


/* Zewnętrzny link Instagram jest dostępny dopiero po zalogowaniu. */
.instagram-profile-btn--locked {
  cursor: default;
  border-color: var(--brand-line);
  background: color-mix(in srgb, var(--brand-surface) 78%, var(--brand-bg));
  color: var(--brand-muted);
  opacity: .78;
  user-select: none;
}

.instagram-profile-btn--locked i {
  color: var(--brand-muted);
}
