.article-sources{position:relative;display:grid;gap:clamp(24px,3.2vw,38px);max-width:860px;margin-top:clamp(58px,8vw,104px);border-block:1px solid var(--line);padding:clamp(30px,4.8vw,52px) clamp(20px,3.5vw,38px);background:linear-gradient(135deg,rgba(155,72,32,.035),transparent 42%),#11100f05;isolation:isolate}.article-sources:before{position:absolute;top:clamp(30px,4.8vw,52px);bottom:clamp(30px,4.8vw,52px);left:0;width:2px;background:var(--copper);content:"";opacity:.68}.article-sources__head{display:grid;gap:12px}.article-sources__head .small{color:var(--copper)}.article-sources__head h2{max-width:16ch;padding:0;color:var(--ink);font-family:var(--serif);font-size:clamp(1.9rem,3.4vw,2.65rem);font-weight:430;line-height:1.04;text-wrap:balance}.article-sources__head p:last-child{max-width:40rem;color:var(--muted);font-size:.9rem;line-height:1.68}.article-sources ol{display:grid;gap:0;margin:0;padding:0;border-top:1px solid var(--line-strong);list-style:none;counter-reset:blisk-source}.article-sources li{counter-increment:blisk-source;display:grid;grid-template-columns:2.35rem minmax(0,1fr);gap:clamp(10px,1.8vw,18px);align-items:start;border-bottom:1px solid var(--line)}.article-sources li:before{content:counter(blisk-source,decimal-leading-zero);padding-top:clamp(20px,2.6vw,25px);color:var(--copper);font-size:.66rem;font-weight:780;letter-spacing:.13em;line-height:1}.article-sources a{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px 18px;align-items:center;min-width:0;padding:clamp(17px,2.4vw,23px) 0;color:var(--ink);text-decoration:none}.article-sources__title{grid-column:1;color:var(--ink);font-family:var(--serif);font-size:clamp(1.08rem,1.65vw,1.28rem);font-weight:440;line-height:1.22;text-wrap:pretty;transition:color .18s ease}.article-sources__meta{grid-column:1;display:flex;flex-wrap:wrap;gap:4px 8px;color:var(--muted);font-size:.7rem;font-weight:680;letter-spacing:.055em;line-height:1.45;text-transform:uppercase}.article-sources__meta-separator{opacity:.52}.article-sources__arrow{grid-column:2;grid-row:1 / span 2;align-self:center;color:var(--copper);font-size:1.08rem;line-height:1;transition:transform .2s cubic-bezier(.22,1,.36,1)}.article-sources a:hover .article-sources__title,.article-sources a:focus-visible .article-sources__title{color:var(--copper)}.article-sources a:hover .article-sources__arrow,.article-sources a:focus-visible .article-sources__arrow{transform:translate(3px,-3px)}@media(min-width:760px){.article-sources__head{grid-template-columns:minmax(180px,.72fr) minmax(0,1.28fr);column-gap:clamp(34px,5vw,72px);align-items:end}.article-sources__head .small,.article-sources__head h2{grid-column:1}.article-sources__head p:last-child{grid-column:2;grid-row:1 / span 2;align-self:end}}@media(max-width:699px){.article-sources{width:auto;margin-top:58px;padding:30px 18px 30px 22px}.article-sources:before{top:30px;bottom:30px}.article-sources li{grid-template-columns:1.65rem minmax(0,1fr);gap:10px}.article-sources li:before{padding-top:20px;font-size:.62rem}.article-sources a{gap:7px 12px;padding:18px 0}.article-sources__title{font-size:1.08rem}.article-sources__meta{gap:3px 7px;font-size:.64rem;letter-spacing:.04em}.article-sources__arrow{font-size:1rem}}.article-meta--identity{position:relative;display:flex;flex-wrap:wrap;align-items:center;gap:.42rem .68rem;line-height:1.45;letter-spacing:.115em}.article-meta--identity a{color:inherit;text-decoration:none}.article-meta--identity a:hover,.article-meta--identity a:focus-visible{color:var(--copper);text-decoration:none}.article-meta__section{position:relative}.article-meta__section:after{position:absolute;right:0;bottom:-5px;left:0;height:1px;background:currentColor;content:"";opacity:.35;transform:scaleX(.24);transform-origin:left;transition:transform .22s ease,opacity .18s ease}.article-meta__section:hover:after,.article-meta__section:focus-visible:after{opacity:.7;transform:scaleX(1)}.article-meta__separator{opacity:.44}.article-meta__share{position:relative;margin-left:auto;letter-spacing:0;text-transform:none}.article-share__visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.article-share__icon{width:18px;height:18px;display:block;flex:0 0 auto;overflow:visible}.article-share__icon path,.article-share__icon circle,.article-share__icon rect{vector-effect:non-scaling-stroke}.article-share__trigger,.article-share__action,.article-share__option{font-family:var(--sans);cursor:pointer}.article-share__trigger--compact{position:relative;width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--line-strong);border-radius:50%;padding:0;background:#faf7f06b;color:var(--ink);transition:color .18s ease,border-color .18s ease,background-color .18s ease,transform .22s cubic-bezier(.22,1,.36,1),box-shadow .22s ease}.article-share__trigger--compact:before{position:absolute;right:0;bottom:calc(100% + 10px);padding:7px 9px;background:var(--ink);color:var(--paper-soft);content:"Udost\119pnij";font:700 .66rem/1 var(--sans);letter-spacing:.03em;opacity:0;pointer-events:none;transform:translateY(4px);transition:opacity .16s ease,transform .2s cubic-bezier(.22,1,.36,1);white-space:nowrap}.article-share__trigger--compact:hover,.article-share__trigger--compact:focus-visible{border-color:#9b48209e;background:var(--paper-soft);color:var(--copper);box-shadow:0 10px 24px #11100f14;transform:translateY(-1px)}.article-share__trigger--compact:hover:before,.article-share__trigger--compact:focus-visible:before{opacity:1;transform:translateY(0)}.article-share__trigger--compact .article-share__icon{transition:transform .26s cubic-bezier(.22,1,.36,1)}.article-share__trigger--compact:hover .article-share__icon,.article-share__trigger--compact:focus-visible .article-share__icon{transform:scale(1.06)}.article-share__fallback{position:absolute;top:calc(100% + 12px);right:0;z-index:20;width:min(260px,calc(100vw - 32px));border:1px solid var(--line-strong);padding:8px;background:var(--paper-soft);box-shadow:0 24px 60px #11100f24}.article-share__fallback:not([hidden]){animation:blisk-share-panel-in .2s cubic-bezier(.22,1,.36,1) both}.article-share__fallback[hidden]{display:none}.article-share__fallback-title{display:block;padding:8px 10px 9px;color:var(--muted);font:760 .65rem/1.2 var(--sans);letter-spacing:.12em;text-transform:uppercase}.article-share__fallback-options{display:grid;gap:2px}.article-share__option{min-height:44px;display:inline-flex;align-items:center;gap:11px;border:1px solid transparent;border-radius:2px;padding:0 11px;background:transparent;color:var(--ink);font-size:.78rem;font-weight:700;line-height:1.2;text-decoration:none;transition:color .18s ease,border-color .18s ease,background-color .18s ease,transform .22s cubic-bezier(.22,1,.36,1)}.article-share__option:hover,.article-share__option:focus-visible{border-color:#9b482033;background:#9b48200e;color:var(--copper);text-decoration:none;transform:translate(2px)}.article-share__option.is-copied{color:var(--copper)}.article-share__option .article-share__icon{width:17px;height:17px}.article-share__status{display:block;min-height:1.2em;padding:7px 10px 4px;color:var(--copper);font-size:.7rem;font-weight:700;letter-spacing:0;text-transform:none}.article-share-bottom{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:clamp(20px,3vw,34px);align-items:center;max-width:860px;margin-top:clamp(54px,8vw,92px);border-block:1px solid var(--line);padding:clamp(26px,4vw,38px) 0}.article-share-bottom__copy{display:grid;gap:7px}.article-share-bottom__copy strong{color:var(--ink);font-family:var(--serif);font-size:clamp(1.35rem,2.2vw,1.8rem);font-weight:430;line-height:1.15}.article-share-bottom__copy span{max-width:34rem;color:var(--muted);font-size:.82rem;line-height:1.55}.article-share-bottom__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.article-share-bottom__actions .article-share__option{min-height:44px;border-color:var(--line);padding:0 14px;font-size:.72rem;font-weight:760;letter-spacing:.035em;text-transform:none}.article-share-bottom__actions .article-share__option:hover,.article-share-bottom__actions .article-share__option:focus-visible{border-color:#9b482080;background:#9b48200d;transform:translateY(-1px)}.article-share-bottom__native{display:none}.web-share-available .article-share-bottom__native{display:inline-flex}.article-share-bottom__status{grid-column:2;justify-self:end;min-height:1em;padding:0}@keyframes blisk-share-panel-in{0%{opacity:0;transform:translateY(-6px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:699px){.web-share-available .article-share-bottom__desktop-action{display:none}.article-share-bottom{grid-template-columns:1fr}.article-share-bottom__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));justify-content:stretch}.article-share-bottom__actions .article-share__option{justify-content:center}.web-share-available .article-share-bottom__native{grid-column:1/-1}.article-share-bottom__status{grid-column:1;justify-self:start}}@media(max-width:520px){.article-meta--identity{gap:.34rem .52rem;font-size:.68rem;letter-spacing:.095em}.article-meta__share{flex-basis:100%;display:flex;justify-content:flex-end;margin-top:5px;margin-left:0}.article-share__trigger--compact:before{display:none}.article-share__fallback{right:0;left:auto}.article-share-bottom{margin-top:52px}.article-share-bottom__actions{grid-template-columns:1fr}.article-share-bottom__actions .article-share__option{grid-column:1}}@media(prefers-reduced-motion:reduce){.article-meta__section:after,.article-share__trigger--compact,.article-share__trigger--compact:before,.article-share__trigger--compact .article-share__icon,.article-share__option{transition:none}.article-share__fallback:not([hidden]){animation:none}}.article-meta__reading-time{color:var(--muted);font-variant-numeric:tabular-nums;white-space:nowrap}@media(max-width:520px){.article-meta__reading-time{letter-spacing:.075em}}.article-share-bottom--simple{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:clamp(20px,3vw,34px);align-items:center;max-width:860px;margin-top:clamp(54px,8vw,92px);border-block:1px solid var(--line);padding:clamp(26px,4vw,38px) 0}.article-share-bottom--simple .article-share-bottom__copy{display:grid;gap:7px}.article-share-bottom--simple .article-share-bottom__copy strong{color:var(--ink);font-family:var(--serif);font-size:clamp(1.45rem,2.35vw,1.95rem);font-weight:430;line-height:1.12}.article-share-bottom--simple .article-share-bottom__copy span{max-width:35rem;color:var(--muted);font-size:.84rem;line-height:1.58}.article-share-bottom--simple .article-share-bottom__actions{display:flex;justify-content:flex-end}.article-share-bottom--simple .article-share-bottom__button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:11px;border:1px solid var(--copper);border-radius:3px;padding:0 18px;background:var(--copper);color:#fff8f1;font-family:var(--sans);font-size:.82rem;font-weight:760;line-height:1.2;cursor:pointer;transition:background-color .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease}.article-share-bottom--simple .article-share-bottom__button:hover,.article-share-bottom--simple .article-share-bottom__button:focus-visible{box-shadow:inset 0 0 0 1px #fff8f13d,0 10px 24px #11100f14;transform:translateY(-1px)}.article-share-bottom--simple .article-share-bottom__fallback{top:calc(100% + 12px);right:0}.article-share-bottom--simple .article-share-bottom__status{grid-column:2;justify-self:end;min-height:1em;padding:0}@media(max-width:699px){.article-share-bottom--simple{grid-template-columns:1fr}.article-share-bottom--simple .article-share-bottom__actions{justify-content:stretch}.article-share-bottom--simple .article-share-bottom__button{width:100%}.article-share-bottom--simple .article-share-bottom__fallback{right:auto;left:0;width:100%}.article-share-bottom--simple .article-share-bottom__status{grid-column:1;justify-self:start}}@media(prefers-reduced-motion:reduce){.article-share-bottom--simple .article-share-bottom__button{transition:none}}
