@import "https://fonts.googleapis.com/css2?family=Google+Sans+Code:ital,wght,MONO@0,300..800,1;1,300..800,1&family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap";*,:before,:after{box-sizing:border-box}:where(ul,ol):where([class]){padding-left:0}body,:where(blockquote,figure):where([class]){margin:0}:where(h1,h2,h3,h4,h5,h6,p,ul,ol,dl):where([class]){margin-block:0}:where(dd[class]){margin-left:0}:where(fieldset[class]){border:none;margin-left:0;padding:0}:where(ul[class]){list-style:none}p{margin-block:0}img{max-width:100%;display:block}input,textarea,select,button{font:inherit;border:inherit;background:inherit}html{scroll-behavior:smooth;height:100%}body{height:100%;min-height:100%;line-height:1.5}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}:root{--bg-page:#000;--bg-surface:#181818;--bg-surface-muted:#111;--bg-surface-muted-hover:#131313;--bg-surface-hover:#1b1b1b;--border-soft:#2e2e2e;--border-default:#242424;--border-default-focus:#353535;--border-muted:#1d1d1d;--state-success:#7eb694;--state-success-strong:#335642;--state-success-border:#7eb69457;--state-success-bg:#7eb69414;--state-warning:#d1af6a;--state-warning-strong:#8d6930;--state-warning-border:#d1af6a57;--state-warning-bg:#d1af6a14;--state-warning-bg-soft:#d1af6a0a;--state-warning-ring:#d1af6a1f;--state-danger:#c97063;--state-danger-soft:#e7c1ba;--state-danger-strong:#6f3a34;--state-danger-border:#c970634d;--state-danger-bg:#c9706314;--state-danger-bg-strong:#c9706326;--state-danger-hover:#d7a096;--state-danger-hover-border:#c970636b;--state-info:#86a7dd;--state-info-border:#86a7dd52;--state-info-bg:#86a7dd14;--bg-orange:var(--state-warning-strong);--t-100:#fff;--t-200:#bdbdbd;--t-300:#868686;--t-400:#7a7a7a;--t-500:#636363;--t-orange-100:var(--state-warning);--t-5xs:9px;--t-4xs:10px;--t-3xs:11px;--t-2xs:12px;--t-xs:13px;--t-s:14px;--t-m:16px;--t-l:18px;--t-xl:20px;--t-2xl:22px;--t-3xl:24px;--t-4xl:32px;--br-2xs:1px;--br-xs:2px;--br-s:4px;--br-m:8px;--br-l:12px}*{margin:0;padding:0;font-family:Google Sans,sans-serif;line-height:normal;text-decoration:none;list-style:none}body{background:var(--bg-page);color:var(--t-100);flex-direction:column;gap:25px;padding:0 20px;display:flex}p{line-height:1.25}.p-5{padding:5px}.p-10{padding:10px}.p-12{padding:12px}.p-15{padding:15px}.p-20{padding:20px}.pt-45{padding-top:45px}.pt-75{padding-top:75px}.br-s{border-radius:var(--br-s)}.br-m{border-radius:var(--br-m)}.br-l{border-radius:var(--br-l)}.flex{display:flex}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-center{justify-content:center;align-items:center}.jcontent-start{justify-content:start}.jcontent-center{justify-content:center}.jcontent-between{justify-content:space-between}.jcontent-end{justify-content:end}.gap-5{gap:5px}.gap-10{gap:10px}.gap-15{gap:15px}.gap-20{gap:20px}.ml-auto{margin-left:auto}html{scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:var(--t-500) transparent}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--t-500);background-clip:content-box;border:2px solid #0000;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:var(--t-400);background-clip:content-box}.main{flex-direction:column;gap:30px;width:100%;max-width:1200px;margin:0 auto;display:flex}.main__hero{border-bottom:1px solid var(--border-muted);justify-content:space-between;align-items:center;gap:32px;width:100%;padding:60px 24px;display:flex}.main__hero-content{flex-direction:column;gap:10px;max-width:760px;display:flex}.main__hero-title{color:var(--t-100);font-size:var(--t-4xl);font-weight:800;line-height:1.1}.main__hero-description{color:var(--t-300);font-size:var(--t-s);line-height:1.5}.main__hero-description p{margin:0}.main__hero-stats{flex-shrink:0;grid-template-columns:repeat(3,minmax(92px,1fr));display:grid}.main__hero-stat{flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:62px;padding:0 28px;display:flex}.main__hero-stat:not(:first-child){border-left:1px solid var(--border-default)}.main__hero-value{color:var(--t-100);font-size:var(--t-3xl);font-weight:800;line-height:1}.main__hero-label{color:var(--t-500);font-size:var(--t-4xs);letter-spacing:.14em;text-transform:uppercase;font-weight:700}.main__layout{grid-template-columns:250px minmax(0,1fr);align-items:start;gap:30px;display:grid}.main__layout--sidebar-right{grid-template-columns:minmax(0,1fr) 280px}.main__content{flex-direction:column;gap:24px;min-width:0;display:flex}@media (width<=1024px){.main__hero{flex-direction:column;align-items:flex-start}.main__hero-stats{width:100%}.main__layout{grid-template-columns:1fr}}@media (width<=700px){.main{gap:24px}.main__hero{gap:24px;padding:18px}.main__hero-title{font-size:var(--t-3xl)}.main__hero-stats{grid-template-columns:1fr}.main__hero-stat{align-items:flex-start;padding:14px 0}.main__hero-stat:not(:first-child){border-left:0;border-top:1px solid var(--border-default)}}.section{width:100%}.section__header{flex-direction:column;align-items:start;gap:10px;margin-bottom:20px;display:flex}.section__header--border{border-bottom:1px solid var(--border-default);padding-bottom:10px}.section__header-title{text-align:center;font-weight:700;line-height:17px;font-size:var(--t-2xl)}.section__header-description{color:var(--t-400);font-weight:600;font-size:var(--t-xs);text-align:center;max-width:400px}.section__footer{display:flex}.cards{flex-direction:column;gap:10px;display:flex}.cards__header,.cards__header-title{align-items:center;gap:10px;display:flex}.cards__header-count{color:var(--t-500);font-weight:600}.cards__header-controls{flex-wrap:wrap;flex:1;align-items:center;gap:10px;display:flex}.cards__header-controls>*{height:35px}.cards__wrapper{grid-template-columns:repeat(1,1fr);display:grid}.cards__wrapper--resources{grid-template-columns:repeat(2,1fr);gap:10px}.cards__wrapper--borders{border-radius:var(--br-s);border:1px solid var(--border-default);grid-template-columns:repeat(2,1fr);gap:0;display:grid;overflow:hidden}@media (width<=550px){.cards__wrapper{grid-template-columns:repeat(1,1fr)}}.card{display:flex}.card--resource{cursor:pointer;border-radius:var(--br-s);background:var(--bg-surface-muted);border:1px solid var(--border-default);align-items:start;gap:14px;padding:20px;transition:background .15s,border-color .15s;overflow:hidden}.card--resource:not(:first-child){border-top:1px solid var(--border-default)}.card--resource:hover{background:var(--bg-surface)}.card--resource:hover .card__image{filter:brightness(.9)}.card--resource .card__image{object-fit:cover;border-radius:var(--br-xs);filter:brightness(.7);flex-shrink:0;width:48px;height:48px;transition:transform .2s,filter .2s}.card--resource .card__wrapper{flex-direction:column;gap:14px;width:100%;min-width:0;display:flex}.card--resource .card__header{justify-content:space-between;gap:16px;display:flex}.card--resource .card__meta{flex-direction:column;min-width:0;display:flex}.card--resource .card__badges{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:5px;display:flex}.card--resource .card__badge{border-radius:var(--br-s);border:1px solid var(--border-default);font-weight:600;font-size:var(--t-4xs);color:var(--t-300);align-items:center;gap:3px;padding:3px 6px;display:flex}.card--resource .card__badge svg{width:12px;height:12px}.card--resource .card__badge--popular{color:var(--t-500);background:#fff;font-weight:800}.card--resource .card__badge--recommended{color:var(--t-100);background:var(--state-warning-strong)}.card--resource .card__category{font-size:var(--t-2xs);letter-spacing:.08em;text-transform:uppercase;color:var(--t-500);font-weight:700}.card--resource .card__title{font-size:var(--t-m);color:var(--t-100);font-weight:600;transition:color .15s}.card--resource .card__description{text-overflow:ellipsis;-webkit-line-clamp:2;max-width:700px;line-height:1.35;font-size:var(--t-xs);color:var(--t-400);-webkit-box-orient:vertical;font-weight:500;display:-webkit-box;overflow:hidden}.card--resource .card__stats{flex-shrink:0;align-items:flex-start;gap:14px;display:flex}.card--resource .card__stat{font-size:var(--t-xs);color:var(--t-400);align-items:center;gap:5px;font-weight:600;display:flex}.card--resource .card__stat svg{width:14px;height:14px;color:var(--t-500)}.card--resource .card__footer{justify-content:space-between;align-items:center;gap:16px;display:flex}.card--resource .card__author,.card--resource .card__version,.card--resource .card__date{font-size:var(--t-2xs);color:var(--t-500);align-items:center;font-weight:700;display:flex}.card--resource .card__author:not(:first-child):before,.card--resource .card__version:not(:first-child):before,.card--resource .card__date:not(:first-child):before{content:"";background:var(--t-500);border-radius:100%;width:3px;height:3px;margin-right:10px}.card--resource .card__tags{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.card--resource .card__tag{color:var(--t-500);font-size:11px;font-weight:700}.card--border{background:var(--bg-surface-muted);border-right:1px solid var(--border-default);border-bottom:1px solid var(--border-default);-webkit-user-select:none;user-select:none;flex-direction:column;align-items:flex-end;gap:8px;padding:10px}.card--border:nth-child(2n){border-right:none}.card--border:nth-last-child(-n+2){border-bottom:none}.card--border .card__title{color:var(--t-500);font-weight:700;font-size:var(--t-5xs);text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:5px;display:flex}.card--border .card__value{color:var(--t-100);font-weight:700;font-size:var(--t-xl)}.card--border .card__icon{border-radius:var(--br-s);border:1px solid var(--border-soft);background:var(--bg-surface-secondary);padding:6px;transition:background .25s,border-color .25s,transform .35s cubic-bezier(.34,1.56,.64,1)}.card--border .card__icon svg{width:20px;height:20px;color:var(--t-200);transition:color .25s}@media (width<=768px){.card--border{border-right:none}.card--border:not(:last-child){border-bottom:1px solid var(--border-default)}}.icon{fill:currentColor;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.icon *{fill:currentColor}.icon--stroke{stroke:currentColor;fill:none!important}.icon--stroke *{fill:none!important}.icon--xs{width:13px;height:13px}.icon--sm{width:14px;height:14px}.icon--m{width:16px;height:16px}.icon--l{width:18px;height:18px}.icon--crown,.icon--star{color:var(--icon-crown)}header{justify-content:center;align-items:center;margin-top:25px;display:flex}.navbar{justify-content:space-between;align-items:center;gap:15px;width:100%;max-width:1200px;display:flex}.navbar__section{align-items:center;gap:10px;display:flex}.navbar__section--end{margin-left:auto}.navbar__user-avatar{border-radius:var(--br-s);object-fit:cover;cursor:pointer;width:42px;height:42px}.navbar__profile{border-radius:var(--br-m);background:var(--bg-surface-muted);border:1px solid var(--border-muted);flex-direction:column;width:100%;min-width:320px;display:flex;overflow:hidden}.navbar__profile-header{border-bottom:1px solid var(--border-soft);padding:6px}.navbar__profile-hero{border-radius:var(--br-s);width:100%;color:inherit;align-items:center;gap:12px;padding:10px 12px;display:flex}.navbar__profile-hero .icon{width:16px;height:16px;color:var(--t-400)}.navbar__profile-hero:hover{background:var(--bg-surface-hover)}.navbar__profile-avatar{border-radius:var(--br-s);object-fit:cover;border:1px solid var(--border-soft);flex-shrink:0;width:44px;height:44px}.navbar__profile-meta{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.navbar__profile-name{text-overflow:ellipsis;white-space:nowrap;color:var(--t-100);font-weight:600;font-size:var(--t-xs);overflow:hidden}.navbar__profile-caption{color:var(--t-400);font-weight:600;font-size:var(--t-3xs)}.navbar__profile-section{flex-direction:column;gap:4px;padding:6px;display:flex}.navbar__profile-section--border{border-bottom:1px solid var(--border-soft)}.navbar__profile-footer{flex-direction:column;gap:3px;padding:6px 4px;display:flex}.navbar__profile-link{border-radius:var(--br-s);width:100%;color:var(--t-400);font-size:var(--t-3xs);text-align:left;font:inherit;background:0 0;border:none;justify-content:space-between;align-items:center;padding:10px 12px;transition:background .2s,color .2s,border-color .2s;display:flex}.navbar__profile-link-main{align-items:center;gap:10px;min-width:0;display:flex}.navbar__profile-link-icon{width:16px;height:16px;color:var(--t-400);flex-shrink:0}.navbar__profile-link-text{flex-direction:column;gap:2px;min-width:0;display:flex}.navbar__profile-link-title{color:var(--t-200);font-size:var(--t-3xs);font-weight:700}.navbar__profile-link-note{color:var(--t-500);font-weight:600;font-size:var(--t-5xs);line-height:1.35}.navbar__profile-link--danger .navbar__profile-link-title,.navbar__profile-link--danger .navbar__profile-link-note,.navbar__profile-link--danger .navbar__profile-link-icon{color:var(--state-danger)}.navbar__profile-link:hover{cursor:pointer;background:var(--bg-surface-hover)}.navbar__profile-link:hover .navbar__profile-link-title{color:var(--t-100)}.navbar__profile-link:hover .navbar__profile-link-note,.navbar__profile-link:hover .navbar__profile-link-icon{color:var(--t-300)}.navbar__profile-link--danger:hover{background:var(--state-danger-bg)}.navbar__profile-link--danger:hover .navbar__profile-link-title{color:var(--state-danger-hover)}.navbar__profile-link--danger:hover .navbar__profile-link-note,.navbar__profile-link--danger:hover .navbar__profile-link-icon{color:var(--state-danger-soft)}.navbar__profile-deposit{width:100%;padding:8px 4px}@media (width<=640px){.navbar__profile-trigger-meta{display:none}.navbar__profile{min-width:280px}}.nav{align-items:center;display:flex}.nav__list{align-items:center;gap:25px;display:flex}.nav__link{color:var(--t-300);font-weight:500;font-size:var(--t-xs);transition:all .3s}.nav__link:hover,.nav__link--active{color:var(--t-100)}.button{border-radius:var(--br-s);border:1px solid var(--border-default-focus);white-space:nowrap;background:var(--bg-surface);min-height:28px;color:var(--t-200);cursor:pointer;justify-content:center;align-items:center;gap:6px;padding:6px;font-weight:700;transition:background .25s,border-color .25s,color .25s,transform .25s;display:inline-flex}.button:focus-visible{border-color:var(--state-info-border);box-shadow:0 0 0 3px var(--state-info-bg);outline:none}.button--text{color:var(--t-500);background:0 0;border-color:#0000}.button--text:hover{color:var(--t-200)}.button--primary{border-color:var(--t-100);background:var(--t-100);color:var(--bg-page)}.button--primary:hover,.button--primary.button--active{background:var(--t-200);border-color:var(--t-200);color:var(--bg-page)}.button--secondary{border-color:var(--border-default-focus);background:var(--bg-surface-muted);color:var(--t-200)}.button--secondary:hover,.button--secondary.button--active{background:var(--bg-surface-hover);border-color:var(--border-default-focus);color:var(--t-100)}.button--muted{border-color:var(--border-soft);background:var(--bg-surface);color:var(--t-400)}.button--muted:hover,.button--muted.button--active{background:var(--bg-surface-muted);border-color:var(--border-default-focus);color:var(--t-200)}.button--icon{width:24px;height:24px;padding:0}.button--icon svg{width:10px;height:10px}.button:disabled,.button.is-disabled{opacity:.5;pointer-events:none;transform:none}.button--block{width:100%}.button svg{color:currentColor;width:18px;height:18px;transition:all .3s}.button--2xs{font-size:var(--t-5xs);padding:6px 10px}.button--2xs svg{width:12px;height:12px}.button--xs{font-size:var(--t-4xs);padding:8px 18px}.button--xs svg{width:12px;height:12px}.button--xs .icon--plus{width:11px;height:11px}.button--sm{font-size:var(--t-3xs);padding:8px 32px}.button--sm svg{width:12px;height:12px}.button--m{font-size:var(--t-2xs);padding:12px 16px}.button--m svg{width:14px;height:14px}.button--l{height:40px;font-size:var(--t-xs);padding:0 20px}.sidebar{flex-direction:column;gap:18px;display:flex}.sidebar--sticky{position:sticky;top:20px}.sidebar--catalog{width:100%;max-width:230px}@media (width<=1024px){.sidebar--catalog{max-width:none}}.sidebar--resource{width:100%;padding:20px}.sidebar__section{flex-direction:column;gap:12px;display:flex}.sidebar__section-title{color:var(--t-500);font-weight:800;font-size:var(--t-4xs);text-transform:uppercase;letter-spacing:.18em}.sidebar__divider{background:var(--border-default);width:100%;height:1px}.sidebar__footer{color:var(--t-500);font-size:var(--t-4xs);padding-left:8px}.sidebar-list{flex-direction:column;gap:6px;display:flex}.sidebar-list__item{border-radius:var(--br-s);width:100%;color:var(--t-400);font-size:var(--t-2xs);cursor:pointer;text-align:left;border:1px solid #0000;justify-content:space-between;align-items:center;gap:10px;padding:8px;font-weight:500;transition:all .3s;display:flex}.sidebar-list__item svg{color:currentColor;width:14px;height:14px}.sidebar-list__item:hover{color:var(--t-200);background:var(--bg-surface-muted)}.sidebar-list__item--active{color:var(--t-100);border-color:var(--border-default-focus);background:var(--bg-surface-hover);font-weight:500}.sidebar-list__meta{align-items:center;gap:10px;min-width:0;display:inline-flex}.sidebar-list__count{color:var(--t-500);font-size:var(--t-4xs);flex-shrink:0}.publish-check{border-radius:var(--br-s);background:var(--bg-surface);border:1px solid var(--border-default);flex-direction:column;gap:20px;padding:20px;display:flex}.publish-check__header{justify-content:space-between;align-items:center;gap:12px;display:flex}.publish-check__title,.publish-check__percent,.publish-check__note{font-size:var(--t-5xs);color:var(--t-500);font-weight:700}.publish-check__title{text-transform:uppercase;letter-spacing:.16em}.publish-check__progress{background:var(--bg-surface-hover);border-radius:999px;height:4px;overflow:hidden}.publish-check__progress-value{background:var(--t-100);height:100%;display:block}.publish-check__list{flex-direction:column;gap:15px;display:flex}.publish-check__item{min-width:0;color:var(--t-500);align-items:center;gap:8px;display:flex}.publish-check__status{border:1px solid var(--border-default);border-radius:var(--br-xs);background:var(--bg-surface-muted);flex-shrink:0;width:12px;height:12px}.publish-check__text{text-overflow:ellipsis;text-transform:capitalize;white-space:nowrap;min-width:0;font-size:var(--t-2xs);font-weight:500;overflow:hidden}.publish-check__item--done{color:var(--t-100)}.publish-check__item--done .publish-check__status{border-color:var(--t-100);background:var(--t-100)}.publish-check__actions{flex-direction:column;gap:10px;padding-top:4px;display:flex}.publish-check__note{text-align:center;color:var(--t-500);font-weight:600;font-size:var(--t-4xs)}.publish-check .button{min-height:40px}.field{flex-direction:column;gap:5px;width:100%;display:flex}.field__top{justify-content:space-between;align-items:center;gap:12px;display:flex}@media (width<=640px){.field__top{flex-direction:column;align-items:flex-start}}.field__label{letter-spacing:1.2px;color:var(--t-300);font-weight:600;font-size:var(--t-4xs);text-transform:uppercase}.field__hint{color:var(--t-500);font-weight:600;font-size:var(--t-4xs)}.field__control{background:var(--bg-surface-hover);border:1px solid var(--border-default);border-radius:var(--br-s);align-items:center;gap:10px;width:100%;padding-inline:10px;transition:border-color .2s,background .2s,box-shadow .2s;display:flex}.field__control:hover{border-color:var(--border-soft)}.field__control:focus-within{border-color:var(--border-default-focus)}.field__control--search{background:unset}.field__prefix,.field__suffix{font-size:var(--t-s);color:var(--t-400);-webkit-user-select:none;user-select:none;white-space:nowrap;flex-shrink:0;line-height:1}.field__input,.field__textarea{width:100%;color:var(--t-300);font-weight:600;font-size:var(--t-2xs);background:0 0;border:none;outline:none;padding:0;line-height:1}.field__input::placeholder,.field__textarea::placeholder{color:var(--t-500);font-weight:600;font-size:var(--t-2xs)}.field__input{padding:8px 0}.field__textarea{resize:none;min-height:120px;font-size:var(--t-2xs);padding:8px 0;line-height:1.5}.field__textarea::placeholder{color:var(--t-500);font-weight:500;font-size:var(--t-2xs);line-height:1.5}.field--textarea .field__control{align-items:flex-start;min-height:120px}.field--error .field__control{border-color:var(--state-danger-strong)}.field--error .field__hint{color:var(--state-danger)}.field--success .field__control{border-color:var(--state-success-strong)}.field--disabled{opacity:.5;pointer-events:none}.field--orange .field__control{border-color:var(--state-warning-strong)}.field--orange .field__prefix,.field--orange .field__suffix{color:var(--state-warning)}.field--switch{border-radius:var(--br-m);background:var(--bg-surface-hover);flex-direction:row;justify-content:space-between;align-items:center;padding:10px}.field--switch .field__content{flex-direction:column;gap:4px;display:flex}.field--switch .field__top{gap:0}.field--switch .field__label{color:var(--t-200);font-weight:600;font-size:var(--t-s);letter-spacing:0;text-transform:none;align-items:center;gap:8px;display:flex}.field--switch .field__label svg{width:15px;height:15px;color:var(--t-400)}.field--switch .field__hint{color:var(--t-500);font-weight:600;font-size:var(--t-3xs)}input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.switch{flex-shrink:0;width:38px;height:22px;position:relative}.switch__input{opacity:0;position:absolute}.switch__input:checked+.switch__element{background:var(--t-100)}.switch__input:checked+.switch__element:before{background:#000;transform:translate(16px)}.switch__element{border:1px solid var(--border-default);background:#000;border-radius:999px;width:100%;height:100%;transition:all .3s;position:relative}.switch__element:hover{cursor:pointer}.switch__element:before{content:"";background:var(--t-400);border-radius:100%;width:16px;height:16px;transition:all .2s;position:absolute;top:2px;left:2px}.dropdown{flex-direction:column;gap:5px;width:100%;min-width:0;display:flex;position:relative}.dropdown__top{justify-content:space-between;align-items:center;gap:12px;display:flex}@media (width<=640px){.dropdown__top{flex-direction:column;align-items:flex-start}}.dropdown__label{letter-spacing:1px;color:var(--t-300);font-weight:600;font-size:var(--t-4xs);text-transform:uppercase}.dropdown__hint{color:var(--t-500);font-weight:600;font-size:var(--t-4xs)}.dropdown__control{border:1px solid var(--border-default);border-radius:var(--br-s);background:var(--bg-surface-hover);width:100%;min-width:0;min-height:35px;color:var(--t-100);cursor:pointer;justify-content:space-between;align-items:center;gap:10px;padding:8px 10px;transition:border-color .2s,background .2s,box-shadow .2s;display:flex}.dropdown__control:hover{border-color:var(--border-soft)}.dropdown__control:focus-visible{border-color:var(--border-default-focus);outline:none}.dropdown__value{min-width:0;color:var(--t-500);font-size:var(--t-3xs);text-align:left;text-overflow:ellipsis;white-space:nowrap;flex-wrap:wrap;flex:1;align-items:center;gap:5px;font-weight:500;line-height:1.5;display:flex;overflow:hidden}.dropdown__value--empty{display:block}.dropdown__arrow{border-right:2px solid var(--t-500);border-bottom:2px solid var(--t-500);flex-shrink:0;width:7px;height:7px;transition:border-color .2s,transform .2s;transform:translateY(-2px)rotate(45deg)}.dropdown__tag{max-width:100%;color:var(--t-200);cursor:pointer;align-items:center;gap:5px;transition:color .2s;display:inline-flex}.dropdown__tag:hover{color:var(--t-100)}.dropdown__tag-image,.dropdown__tag-icon{flex-shrink:0;width:14px;height:14px}.dropdown__tag-image{object-fit:cover;border-radius:var(--br-2xs)}.dropdown__tag-icon{color:var(--t-400)}.dropdown__tag-text{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.dropdown__menu{z-index:20;border:1px solid var(--border-default);border-radius:var(--br-s);background:var(--bg-surface);flex-direction:column;gap:2px;width:100%;min-width:180px;max-height:260px;padding:5px;display:flex;position:absolute;top:calc(100% + 6px);left:0;overflow-y:auto;box-shadow:0 12px 32px #00000059}.dropdown__item{border-radius:var(--br-s);cursor:pointer;grid-template-columns:minmax(0,1fr);align-items:center;gap:3px;min-width:0;padding:8px;transition:background .2s,color .2s;display:grid}.dropdown__item:hover,.dropdown__item--active,.dropdown__item--selected{background:var(--bg-surface-hover)}.dropdown__item--selected .dropdown__item-label,.dropdown__item--selected .dropdown__item-description{color:var(--t-200)}.dropdown__item--selected:hover{background:var(--bg-surface-hover)}.dropdown__item--disabled{opacity:.45;pointer-events:none}.dropdown__item:has(.dropdown__item-media){grid-template-columns:auto minmax(0,1fr)}.dropdown__item:has(.dropdown__item-media) .dropdown__item-content{grid-column:2}.dropdown__item-media{grid-column:1;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.dropdown__item-image{object-fit:cover;border-radius:var(--br-xs);border:1px solid var(--border-default);width:24px;height:24px}.dropdown__item-icon{width:18px;height:18px;color:var(--t-300);padding:3px}.dropdown__item-content{flex-direction:column;grid-column:1;gap:2px;min-width:0;display:flex}.dropdown__item-label{overflow-wrap:anywhere;color:var(--t-300);font-size:var(--t-3xs);font-weight:600;line-height:1.4}.dropdown__item-description{overflow-wrap:anywhere;color:var(--t-500);font-size:var(--t-5xs);font-weight:500;line-height:1.35}.dropdown--open .dropdown__control{border-color:var(--border-default-focus)}.dropdown--open .dropdown__arrow{transform:translateY(2px)rotate(225deg)}.dropdown--selected .dropdown__value{color:var(--t-200)}.dropdown--multiple .dropdown__control{height:auto}.dropdown--error .dropdown__control{border-color:var(--state-danger-strong)}.dropdown--error .dropdown__hint{color:var(--state-danger)}.dropdown--disabled{opacity:.5;pointer-events:none}@media (width<=768px){.dropdown__control{min-height:38px}.dropdown__menu{max-height:240px}.dropdown__item{padding:8px}}@media (width<=640px){.dropdown__menu{width:100%;min-width:0;max-height:220px;box-shadow:none;margin-top:6px;position:static}.dropdown--open .dropdown__control{border-bottom-right-radius:var(--br-xs);border-bottom-left-radius:var(--br-xs)}}@media (width<=420px){.dropdown__control{min-height:40px;padding:9px 10px}.dropdown__value{gap:4px}.dropdown__tag{max-width:calc(50% - 2px)}.dropdown__value,.dropdown__item-label{font-size:var(--t-2xs)}.dropdown__item-description{font-size:var(--t-4xs)}}.empty-state{border:1px solid var(--border-default);border-radius:var(--br-s);background:var(--bg-surface);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:180px;padding:28px 24px;display:flex}.empty-state--compact{min-height:0;padding:24px 20px}.empty-state--soft{background:var(--bg-surface-muted);border-color:var(--border-soft)}.empty-state__icon{border-radius:var(--br-m);border:1px solid var(--border-default);background:var(--bg-surface-muted);width:48px;height:48px;color:var(--t-300);justify-content:center;align-items:center;display:flex}.empty-state__icon svg{width:18px;height:18px}.empty-state__title{color:var(--t-100);font-size:var(--t-l);margin:0;font-weight:800}.empty-state__text{max-width:520px;color:var(--t-400);font-size:var(--t-xs);margin:0;line-height:1.7}.empty-state__link{color:var(--t-100);font-size:var(--t-xs);font-weight:700;text-decoration:none;transition:color .2s}.empty-state__link:hover{color:var(--t-300)}.upload{flex-direction:column;gap:12px;display:flex}.upload__area{border-radius:var(--br-s);background:var(--bg-surface-muted);border:1px dashed var(--border-muted);cursor:pointer;align-items:center;gap:14px;min-height:92px;padding:16px;transition:background .2s,border-color .2s;display:flex}.upload__area:hover,.upload__area--drag{background:var(--bg-surface-muted-hover);border-color:var(--border-default-focus)}.upload__area:hover .upload__icon,.upload__area--drag .upload__icon{color:var(--t-100)}.upload__area--drag{border-style:solid}.upload__input{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.upload__icon{width:28px;height:28px;color:var(--t-500);flex-shrink:0;transition:color .2s}.upload__content{flex-direction:column;gap:4px;min-width:0;display:flex}.upload__title{font-size:var(--t-s);color:var(--t-100);font-weight:700}.upload__description{font-size:var(--t-3xs);color:var(--t-500);font-weight:500}.upload__list{flex-direction:column;gap:6px;display:flex}.upload__item{border:1px solid var(--border-default);border-radius:var(--br-s);background:var(--bg-surface-muted);justify-content:space-between;align-items:center;gap:12px;padding:9px 10px;display:flex}.upload__item-content{flex-direction:column;gap:2px;min-width:0;display:flex}.upload__item-name,.upload__item-meta{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.upload__item-name{min-width:0;font-size:var(--t-3xs);color:var(--t-200);font-weight:600}.upload__item-meta{font-size:var(--t-4xs);color:var(--t-500);flex-shrink:0;font-weight:600}.upload__remove,.upload__preview-remove{border:1px solid var(--border-soft);border-radius:var(--br-s);background:var(--bg-surface);width:28px;height:28px;color:var(--t-400);cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:background .2s,border-color .2s,color .2s,opacity .2s,transform .2s,box-shadow .2s;display:flex}.upload__remove svg,.upload__preview-remove svg{width:13px;height:13px}.upload__remove:hover,.upload__preview-remove:hover{background:var(--bg-surface-hover);border-color:var(--border-default-focus);color:var(--t-200)}.upload__remove:focus-visible,.upload__preview-remove:focus-visible{border-color:var(--border-default-focus);color:var(--t-100);box-shadow:0 0 0 3px var(--bg-surface-muted-hover);outline:none}.upload__remove--danger:hover,.upload__remove--danger:focus-visible{border-color:var(--state-danger-border);background:var(--state-danger-bg);color:var(--state-danger-hover)}.upload__remove--danger:focus-visible{box-shadow:0 0 0 3px #c970631f}.upload__preview{grid-template-columns:repeat(4,minmax(0,120px));gap:10px;display:grid}.upload__preview-item{aspect-ratio:16/9;border:1px solid var(--border-default);border-radius:var(--br-s);background:var(--bg-surface-muted);position:relative;overflow:hidden}.upload__preview-item:after{content:"";opacity:0;pointer-events:none;background:#0a0c102e;transition:opacity .18s;position:absolute;inset:0}.upload__preview-item img{object-fit:cover;filter:brightness(.8);width:100%;height:100%;transition:filter .18s}.upload__preview-item--empty{justify-content:center;align-items:center;display:flex}.upload__preview-item--empty svg{width:22px;height:22px;color:var(--t-500)}.upload__preview-remove{opacity:0;width:34px;height:34px;color:var(--t-300);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0c0e12c7;border-color:#ffffff1a;transition:opacity .18s,background .18s,border-color .18s,color .18s,box-shadow .18s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 6px 18px #00000047}.upload__preview-remove svg{width:14px;height:14px}.upload__preview-remove:hover,.upload__preview-remove:focus-visible{border-color:var(--state-danger-hover-border);color:var(--state-danger-soft);background:#c9706329;box-shadow:0 8px 22px #00000052}.upload__preview-item:hover:after,.upload__preview-item:focus-within:after{opacity:1}.upload__preview-item:hover img,.upload__preview-item:focus-within img{filter:brightness(.52)blur(3px)}.upload__preview-item:hover .upload__preview-remove,.upload__preview-item:focus-within .upload__preview-remove{opacity:1}@media (width<=640px){.upload__area{align-items:flex-start;min-height:0}.upload__preview{grid-template-columns:repeat(2,minmax(0,1fr))}.upload__item{align-items:center}}.profile{flex-direction:column;max-width:1000px;margin:0 auto;display:flex}.profile__header{justify-content:space-between;align-items:center;gap:40px;padding:35px 0;display:flex}@media (width<=1024px){.profile__header{flex-direction:column}}.profile__hero{flex:1;align-items:flex-start;gap:24px;display:flex}@media (width<=768px){.profile__hero{text-align:center;flex-direction:column;align-items:center}}.profile__avatar{border:1px solid var(--border-default);background:var(--bg-surface);border-radius:100%;flex-shrink:0;width:110px;height:110px;overflow:hidden}.profile__avatar img{object-fit:cover;width:100%;height:100%}.profile__info{flex-direction:column;gap:18px;max-width:820px;display:flex}.profile__name{color:var(--t-100);font-weight:800;font-size:var(--t-4xl)}@media (width<=768px){.profile__name{font-size:var(--t-3xl)}}.profile__description{color:var(--t-300);font-weight:500;font-size:var(--t-s)}.profile__description b{color:var(--state-warning);font-weight:600}.profile__badges{flex-wrap:wrap;gap:10px;display:flex}.profile__badge{border-radius:var(--br-s);border:1px solid var(--border-default);color:var(--t-300);font-weight:700;font-size:var(--t-4xs);text-transform:uppercase;align-items:center;gap:8px;padding:4px 12px;display:flex}.profile__badge--author{border-color:var(--state-warning-border);background:var(--state-warning-bg);color:var(--state-warning)}.profile__badge--verified{border-color:var(--state-info-border);background:var(--state-info-bg);color:var(--state-info)}.profile__meta{flex-wrap:wrap;gap:18px;display:flex}.profile__meta-item{color:var(--t-500);font-weight:500;font-size:var(--t-xs);align-items:center;gap:8px;transition:all .3s;display:flex}.profile__meta-item:hover{color:var(--t-300)}.profile__buttons{align-items:center;gap:14px;margin-top:8px;display:flex}@media (width<=768px){.profile__buttons{flex-direction:column;width:100%}}.profile__stats{width:300px}.profile__tab{color:var(--t-300);font-weight:700;font-size:var(--t-3xs);white-space:nowrap;cursor:pointer;padding:15px;transition:all .3s}.profile__tab:hover{color:var(--t-200)}.profile__tab--active{color:var(--t-100)}.profile__content{gap:30px;margin-top:15px;display:flex}@media (width<=1100px){.profile__content{flex-direction:column}}.profile__content section{width:100%}.profile__main{flex-direction:column;flex:1;gap:20px;min-width:0;display:flex}.profile__main .tabs{margin-top:35px;margin-bottom:15px}.profile .profile-settings{border-radius:var(--br-s);background:var(--bg-surface);border:1px solid var(--border-default);flex-direction:column;gap:14px;padding:20px;display:flex}.profile .profile-settings__title{color:var(--t-500);font-weight:800;font-size:var(--t-4xs);text-transform:uppercase}.profile .profile-settings__header{justify-content:space-between;align-items:center;gap:12px;display:flex}.profile .profile-settings__grid--profile{grid-template-columns:120px minmax(0,1fr);align-items:start;column-gap:18px}.profile .profile-settings__grid--profile .form__wrapper--avatar{grid-row:1/span 2;align-self:stretch;gap:10px}@media (width<=768px){.profile .profile-settings__grid--profile{grid-template-columns:1fr}.profile .profile-settings__grid--profile .form__wrapper--avatar{grid-row:auto}}.profile .profile-settings__media{flex-direction:column;align-items:stretch;gap:10px;display:flex}.profile .profile-settings__avatar{border-radius:var(--br-s);border:1px solid var(--border-default);background:var(--bg-surface-hover);width:120px;height:120px;overflow:hidden}.profile .profile-settings__avatar img{object-fit:cover;filter:brightness(.65);width:100%;height:100%}@media (width<=768px){.profile .profile-settings__avatar{width:100%;max-width:120px}}.profile .profile-settings__media-action{width:100%}.profile .profile-settings__group{flex-direction:column;gap:16px;display:flex}.profile .profile-settings__group-header{justify-content:space-between;align-items:flex-start;gap:5px;display:flex}@media (width<=768px){.profile .profile-settings__group-header{flex-direction:column}}.profile .profile-settings__group-title{color:var(--t-100);font-weight:700;font-size:var(--t-xs)}.profile .profile-settings__group-note{color:var(--t-400);font-weight:500;font-size:var(--t-3xs);max-width:560px}.profile .profile-settings__badge{border:1px solid var(--state-info-border);border-radius:var(--br-s);background:var(--state-info-bg);color:var(--state-info);font-size:var(--t-5xs);text-transform:uppercase;letter-spacing:.08em;align-items:center;padding:5px 10px;font-weight:700;display:inline-flex}.profile .profile-settings__badge--warning{border-color:var(--state-warning-border);background:var(--state-warning-bg-soft);color:var(--state-warning)}.profile .profile-settings .field--full{grid-column:1/-1}.integrations{flex-direction:column;gap:12px;display:flex}.integrations__provider{border:1px solid var(--border-default);border-radius:var(--br-s);background:var(--bg-surface-hover);justify-content:space-between;align-items:center;gap:18px;padding:16px;display:flex}@media (width<=900px){.integrations__provider{flex-direction:column;align-items:stretch}}.integrations__provider-main{align-items:center;gap:14px;min-width:0;display:flex}.integrations__provider-icon{border-radius:var(--br-s);border:1px solid var(--border-default-focus);flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.integrations__provider-icon svg{width:18px;height:18px;color:var(--t-200)}.integrations__provider-copy{flex-direction:column;justify-content:center;gap:3px;min-width:0;display:flex}.integrations__provider-title{color:var(--t-100);font-weight:700;font-size:var(--t-xs)}.integrations__provider-note{color:var(--t-400);font-size:var(--t-3xs);max-width:520px}.integrations__provider-side{flex-shrink:0;align-items:center;gap:10px;display:flex}@media (width<=900px){.integrations__provider-side{justify-content:space-between;width:100%}}@media (width<=560px){.integrations__provider-side{flex-direction:column;align-items:stretch}}.integrations__status{border:1px solid var(--border-default-focus);border-radius:var(--br-s);background:var(--bg-surface);color:var(--t-400);font-size:var(--t-5xs);text-transform:uppercase;letter-spacing:.08em;align-items:center;padding:5px 10px;font-weight:700;display:inline-flex}.integrations__status--active{border-color:var(--state-success-border);background:var(--state-success-bg);color:var(--state-success)}.tabs{border-radius:var(--br-s);border:1px solid var(--border-default);align-items:center;gap:6px;padding:4px;display:flex}.tabs--no-border{border:unset;padding:unset}.tabs__item{border-radius:var(--br-xs);cursor:pointer;background:0 0;border:none;outline:none;justify-content:center;align-items:center;gap:10px;padding:8px 16px;transition:all .3s;display:flex}.tabs__item:hover .tabs__text{color:var(--t-100)}.tabs__item.active{background:var(--t-100)}.tabs__item.active .tabs__text{color:#000}.tabs__text{color:var(--t-400);font-weight:600;font-size:var(--t-3xs);transition:all .3s}.tabs__icon{color:currentColor;flex-shrink:0;width:14px;height:14px;transition:all .3s}.tabs__count{background:var(--bg-surface);min-width:18px;height:18px;font-weight:700;font-size:var(--t-4xs);color:var(--t-400);border-radius:5px;justify-content:center;align-items:center;padding:0 6px;transition:all .2s;display:flex}.tabs--line{border:0;border-bottom:1px solid var(--border-default);border-radius:0;gap:30px;padding:0}.tabs--line .tabs__item{color:var(--t-500);border-radius:0;justify-content:flex-start;padding:12px 0 14px;position:relative}.tabs--line .tabs__item:hover .tabs__text,.tabs--line .tabs__item:hover .tabs__icon{color:var(--t-200)}.tabs--line .tabs__item.active{background:0 0}.tabs--line .tabs__item.active:after{content:"";background:var(--t-100);height:2px;position:absolute;bottom:-1px;left:0;right:0}.tabs--line .tabs__item.active .tabs__text,.tabs--line .tabs__item.active .tabs__icon{color:var(--t-100)}.tabs--line .tabs__text{color:var(--t-500);font-size:var(--t-2xs)}@media (width<=720px){.tabs--line{scrollbar-width:none;gap:14px;overflow-x:auto}.tabs--line::-webkit-scrollbar{display:none}.tabs--line .tabs__item{flex-shrink:0}}.resource{flex-direction:column;gap:20px;max-width:1200px;margin:0 auto;display:flex}.resource__hero{background:linear-gradient(180deg, #00000047 0%, #0000009e 45%, #000000f0 100%), linear-gradient(90deg, #000000e0 0%, #0000008c 42%, #000000d9 100%), var(--resource-cover) center/cover no-repeat;min-height:280px;padding:32px 0;position:relative;overflow:hidden}@media (width<=1000px){.resource__hero{min-height:0;padding:24px}}.resource__hero-main{z-index:1;justify-content:space-between;align-items:flex-end;gap:32px;min-height:214px;display:flex;position:relative}@media (width<=1000px){.resource__hero-main{flex-direction:column;align-items:flex-start;min-height:0}}.resource__left{flex:1;align-items:flex-end;gap:20px;display:flex}@media (width<=768px){.resource__left{flex-direction:column;align-items:flex-start}}.resource__image{border-radius:var(--br-s);border:1px solid var(--border-default);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:76px;height:76px;font-size:var(--t-4xl);color:var(--t-100);background:#0000008c;flex-shrink:0;justify-content:center;align-items:center;display:flex;overflow:hidden;box-shadow:0 18px 40px #0000004d}.resource__image img{object-fit:cover;width:100%;height:100%}.resource__info{flex-direction:column;gap:12px;max-width:620px;display:flex}.resource__meta{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.resource__badge{border-radius:var(--br-s);border:1px solid var(--border-default);color:var(--t-200);font-weight:700;font-size:var(--t-5xs);text-transform:uppercase;background:#ffffff0a;align-items:center;padding:4px 10px;display:flex}.resource__version,.resource__updated,.resource__status{letter-spacing:.08em;color:var(--t-500);font-weight:600;font-size:var(--t-4xs);text-transform:uppercase}.resource__status{color:var(--t-300)}.resource__meta-dot{background:var(--t-500);border-radius:50%;flex-shrink:0;width:3px;height:3px}.resource__title{font-size:var(--t-4xl);color:var(--t-100);font-weight:800;line-height:1.02}@media (width<=768px){.resource__title{font-size:var(--t-2xl)}}.resource__description{color:var(--t-300);font-weight:500;font-size:var(--t-s);line-height:1.55}.resource__tags{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.resource__actions{flex-wrap:wrap;justify-content:flex-end;align-self:flex-end;align-items:center;gap:12px;display:flex}@media (width<=1000px){.resource__actions{justify-content:flex-start;align-self:stretch}}.resource__button-count{border-radius:var(--br-s);min-width:18px;height:18px;color:inherit;font-size:var(--t-5xs);background:#0000001f;justify-content:center;align-items:center;padding:0 6px;font-weight:800;display:inline-flex}.resource__price-button{border-color:var(--state-warning-border);background:var(--state-warning-bg);color:var(--state-warning)}.resource__price-button:hover{border-color:var(--state-warning-strong);background:var(--state-warning-bg-soft);color:var(--state-warning-strong)}.resource__metrics{border:1px solid var(--border-default);border-radius:var(--br-s);background:var(--bg-surface-muted);grid-template-columns:repeat(4,minmax(0,1fr));gap:0;display:grid}@media (width<=900px){.resource__metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=560px){.resource__metrics{grid-template-columns:1fr}}.resource__metric{justify-content:space-between;align-items:center;gap:14px;min-height:68px;padding:16px 20px;display:flex}.resource__metric:not(:first-child){border-left:1px solid var(--border-default)}@media (width<=900px){.resource__metric:nth-child(2n){border-left:1px solid var(--border-default)}.resource__metric:nth-child(odd){border-left:0}.resource__metric:nth-child(n+3){border-top:1px solid var(--border-default)}}@media (width<=560px){.resource__metric{border-left:0!important}.resource__metric:not(:first-child){border-top:1px solid var(--border-default)}}.resource__metric-copy{flex-direction:column;gap:8px;display:flex}.resource__metric-label{color:var(--t-500);font-size:var(--t-5xs);letter-spacing:.16em;text-transform:uppercase;font-weight:700}.resource__metric-value{color:var(--t-100);font-size:var(--t-3xl);font-weight:800;line-height:1}.resource__metric-icon{width:16px;height:16px;color:var(--t-500);flex-shrink:0}.resource .tabs{margin-top:4px}.resource__body{grid-template-columns:minmax(0,1fr) 260px;gap:32px;margin-top:20px;display:grid}.resource__body--fluid{grid-template-columns:minmax(0,1fr)}@media (width<=1000px){.resource__body{grid-template-columns:1fr}}.resource__content{flex-direction:column;gap:42px;min-width:0;display:flex}.resource__section{flex-direction:column;gap:15px;display:flex}.resource__section-title{color:var(--t-500);letter-spacing:2px;font-weight:600;font-size:var(--t-4xs);text-transform:uppercase}.resource__section-content{flex-direction:column;gap:18px;display:flex}.resource__section-content p{color:var(--t-300);font-weight:500;line-height:1.8;font-size:var(--t-s)}.resource__images{grid-template-rows:100px;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;display:grid}.resource__images-item{border-radius:var(--br-s);background:var(--bg-surface-muted);border:1px solid var(--border-muted);cursor:pointer;transition:.3 ease;overflow:hidden}.resource__images-item img{object-fit:cover;filter:brightness(.8);width:100%;height:100%}.resource__images-item:hover{background:var(--bg-surface-muted-hover)}.resource__images-item:hover img{filter:brightness()}.resource__code{border-radius:var(--br-s);background:var(--bg-surface);border:1px solid var(--border-default);padding:16px;overflow-x:auto}.resource__code pre{font-size:var(--t-2xs);color:var(--t-200);margin:0;font-family:Google Sans Code,sans-serif;line-height:1.2}.resource__sidebar-user{border-radius:var(--br-s);align-items:center;gap:10px;padding:8px;text-decoration:none;transition:background .2s;display:flex}.resource__sidebar-user:hover{background:var(--bg-surface-hover)}.resource__sidebar-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:36px;height:36px}.resource__sidebar-avatar--fallback{border:1px solid var(--border-default);background:var(--bg-surface-muted);color:var(--t-300);font-size:var(--t-3xs);justify-content:center;align-items:center;font-weight:700;display:flex}.resource__sidebar-user-copy{flex-direction:column;gap:2px;min-width:0;display:flex}.resource__sidebar-user-name{text-overflow:ellipsis;white-space:nowrap;color:var(--t-100);font-size:var(--t-2xs);font-weight:700;overflow:hidden}.resource__sidebar-user-note{color:var(--t-500);font-size:var(--t-5xs);font-weight:600}.resource__sidebar-list{flex-direction:column;gap:10px;margin:0;display:flex}.resource__sidebar-row{border-radius:var(--br-s);background:var(--bg-surface-muted);justify-content:space-between;align-items:flex-start;gap:12px;padding:8px;display:flex}.resource__sidebar-row dt,.resource__sidebar-row dd{font-size:var(--t-3xs);margin:0;line-height:1.45}.resource__sidebar-row dt{color:var(--t-500);font-weight:600}.resource__sidebar-row dd{color:var(--t-200);text-align:right;word-break:break-word;font-weight:700}@media (width<=700px){.resource__hero{padding:18px}.resource__actions{width:100%}.resource__actions .button{justify-content:center;width:100%}}.resource-access{flex-direction:column;gap:18px;display:flex}.resource-access__choices{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}@media (width<=720px){.resource-access__choices{grid-template-columns:1fr}}.resource-access__input{opacity:0;pointer-events:none;position:absolute}.resource-access__option{border:1px solid var(--border-default);border-radius:var(--br-s);background:var(--bg-surface-hover);cursor:pointer;align-items:flex-start;gap:12px;min-height:100%;padding:14px 16px;transition:border-color .2s,background .2s;display:flex}.resource-access__option:has(.resource-access__input:checked){border-color:var(--border-default-focus);background:var(--bg-surface-hover)}.resource-access__option:has(.resource-access__input:checked) .resource-access__indicator{border-color:var(--t-100)}.resource-access__option:has(.resource-access__input:checked) .resource-access__indicator:after{opacity:1;transform:scale(1)}.resource-access__option:has(.resource-access__input:checked) .resource-access__name{color:var(--t-200)}.resource-access__option:has(.resource-access__input[value=paid]:checked){border-color:var(--state-warning-border);background:var(--state-warning-bg)}.resource-access__option:has(.resource-access__input[value=paid]:checked) .resource-access__indicator{border-color:var(--state-warning)}.resource-access__option:has(.resource-access__input[value=paid]:checked) .resource-access__indicator:after{background:var(--state-warning)}.resource-access__option:has(.resource-access__input[value=paid]:checked) .resource-access__name{color:var(--state-warning)}.resource-access__indicator{border:1px solid var(--border-default);border-radius:50%;flex-shrink:0;width:16px;height:16px;position:relative}.resource-access__indicator:after{content:"";background:var(--t-100);opacity:0;border-radius:50%;transition:opacity .2s,transform .2s;position:absolute;inset:3px;transform:scale(.6)}.resource-access__copy{flex-direction:column;gap:6px;min-width:0;display:flex}.resource-access__name{color:var(--t-200);font-size:var(--t-2xs);font-weight:600;line-height:1.35}.resource-access__text{color:var(--t-400);font-size:var(--t-3xs);line-height:1.55}.resource-access__meta{grid-template-columns:minmax(0,180px) minmax(0,1fr);gap:12px;display:none}@media (width<=720px){.resource-access__meta{grid-template-columns:1fr}}.resource-access:has(.resource-access__input[value=paid]:checked) .resource-access__meta{display:grid}.form{flex-direction:column;gap:35px;display:flex}.form--compact{gap:18px}.form__section{flex-direction:column;gap:25px;display:flex}.form__section--panel{border:1px solid var(--border-default);border-radius:var(--br-s);background:var(--bg-surface);padding:22px 24px;box-shadow:0 1px #ffffff05}.form__section--compact{padding-top:20px;padding-bottom:20px}.form__section-header{flex-direction:column;gap:3px;display:flex}.form__section-body{flex-direction:column;gap:18px;display:flex}.form__section-title{font-size:var(--t-m);color:var(--t-100);font-weight:700}.form__section-description{max-width:560px;font-weight:500;font-size:var(--t-2xs);color:var(--t-400)}.form__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.form__grid--single{grid-template-columns:1fr}.form__item--full{grid-column:1/-1}.form__wrapper{flex-direction:column;gap:5px;display:flex}.form__wrapper--avatar{grid-row:1/span 2}.form__wrapper--full{grid-column:1/-1}.form__footer{justify-content:flex-end;align-items:center;gap:10px;padding-top:4px;display:flex}.form__footer--between{justify-content:space-between}@media (width<=768px){.form__section--panel{padding:18px}.form__grid{grid-template-columns:1fr}.form__footer{flex-direction:column;align-items:stretch}}.auth{background:linear-gradient(#ffffff09 1px, transparent 1px), linear-gradient(90deg, #ffffff09 1px, transparent 1px), var(--bg-page);background-size:43px 43px;width:calc(100% + 40px);min-height:calc(100vh - 120px);margin:-25px -20px 0;padding:86px 20px;position:relative;overflow:hidden}.auth:before{content:"";pointer-events:none;background:radial-gradient(circle at 18% 30%,#ffffff0e,#0000 28%),radial-gradient(circle at 72% 26%,#ffffff0a,#0000 25%);position:absolute;inset:0}.auth__content{z-index:1;grid-template-columns:minmax(0,1fr) 404px;align-items:start;gap:90px;width:100%;max-width:1150px;margin:0 auto;display:grid;position:relative}.auth__intro{flex-direction:column;gap:24px;padding-top:2px;display:flex}.auth__eyebrow{font-family:Google Sans Code,monospace;font-size:var(--t-4xs);letter-spacing:4px;color:var(--t-400);text-transform:uppercase;font-weight:700}.auth__title{max-width:520px;color:var(--t-100);text-underline-offset:10px;font-size:42px;font-weight:800;line-height:1.05;text-decoration:underline;text-decoration-thickness:1px}.auth__description{max-width:460px;font-size:var(--t-s);color:var(--t-300);font-weight:500;line-height:1.7}.auth__terminal{border:1px solid var(--border-default-focus);border-radius:var(--br-s);background:var(--bg-surface);width:100%;max-width:530px;margin-top:70px;overflow:hidden}.auth__terminal-top{border-bottom:1px solid var(--border-default);justify-content:space-between;align-items:center;gap:14px;padding:10px 13px;display:flex}.auth__terminal-path,.auth__terminal-body{font-family:Google Sans Code,monospace;font-size:var(--t-4xs);color:var(--t-400)}.auth__terminal-dots{gap:4px;display:flex}.auth__terminal-dots span{background:var(--t-500);border-radius:100%;width:7px;height:7px}.auth__terminal-body{padding:18px 15px 20px}.auth__terminal-body p{margin:0 0 6px;line-height:1.35}.auth__terminal-body b{color:var(--t-100)}.auth__features{flex-direction:column;gap:12px;margin-top:62px;display:flex}.auth__features li{font-family:Google Sans Code,monospace;font-size:var(--t-4xs);color:var(--t-300);padding-left:18px;font-weight:600;position:relative}.auth__features li:before{content:"";border-left:1px solid var(--t-100);border-bottom:1px solid var(--t-100);width:8px;height:4px;position:absolute;top:4px;left:0;transform:rotate(-45deg)}.auth__panel{border:1px solid var(--border-default-focus);border-radius:var(--br-m);background:var(--bg-surface);overflow:hidden}.auth__tabs{border-bottom:1px solid var(--border-default);grid-template-columns:1fr 1fr;display:grid}.auth__tab{min-height:38px;color:var(--t-400);font-family:Google Sans Code,monospace;font-size:var(--t-4xs);cursor:pointer;background:0 0;border:none;font-weight:800}.auth__tab--active{background:var(--t-100);color:#000}.auth__form{gap:14px;padding:30px}.auth__form--compact{padding:0}.auth__providers{flex-direction:column;gap:10px;display:flex}.auth__provider{border:1px solid var(--border-default-focus);border-radius:var(--br-s);background:var(--bg-page);min-height:35px;color:var(--t-100);font-family:Google Sans Code,monospace;font-size:var(--t-4xs);cursor:pointer;justify-content:center;align-items:center;gap:10px;font-weight:800;transition:background .2s,border-color .2s;display:flex}.auth__provider svg{width:13px;height:13px;color:var(--t-300)}.auth__provider:hover{background:var(--bg-surface-muted-hover);border-color:var(--border-soft)}.auth__divider{color:var(--t-500);font-family:Google Sans Code,monospace;font-size:var(--t-5xs);letter-spacing:3px;text-transform:uppercase;align-items:center;gap:12px;margin:14px 0 4px;font-weight:800;display:flex}.auth__divider:before,.auth__divider:after{content:"";background:var(--border-default);flex:1;height:1px}.auth__link{color:var(--t-400);font-size:var(--t-5xs);cursor:pointer;background:0 0;border:none;font-weight:700}.auth__remember{color:var(--t-400);font-family:Google Sans Code,monospace;font-size:var(--t-5xs);cursor:pointer;align-items:center;gap:8px;font-weight:700;display:flex}.auth__checkbox{opacity:0;position:absolute}.auth__checkbox:checked+.auth__checkbox-box{border-color:var(--t-100);background:var(--t-100)}.auth__checkbox:checked+.auth__checkbox-box:before{opacity:1}.auth__checkbox-box{border:1px solid var(--border-soft);border-radius:var(--br-xs);background:var(--bg-surface-muted);flex-shrink:0;width:14px;height:14px;position:relative}.auth__checkbox-box:before{content:"";opacity:0;border-bottom:2px solid #000;border-left:2px solid #000;width:6px;height:3px;position:absolute;top:3px;left:3px;transform:rotate(-45deg)}.auth__signup,.auth__policy{text-align:center;font-size:var(--t-3xs);color:var(--t-500);font-weight:600}.auth__signup{margin-top:8px}.auth__signup a{color:var(--t-100);font-weight:800}.auth__switch-link{color:var(--t-100);font-family:inherit;font-size:inherit;cursor:pointer;background:0 0;border:none;padding:0;font-weight:800}.auth__policy{padding:0 30px 30px;line-height:1.6}.auth__section{border-top:1px solid var(--border-default);margin:0 30px 30px;padding-top:24px}.auth__section--standalone{border-top:none;padding-top:30px}.auth__section-head{flex-direction:column;gap:8px;margin-bottom:18px;display:flex}.auth__section-kicker{font-family:Google Sans Code,monospace;font-size:var(--t-5xs);letter-spacing:3px;text-transform:uppercase;color:var(--t-500);font-weight:800}.auth__section-title{font-size:var(--t-l);color:var(--t-100);font-weight:800}.auth__section-text{font-weight:600;font-size:var(--t-3xs);color:var(--t-400);line-height:1.7}@media (width<=1024px){.auth{padding-top:48px}.auth__content{grid-template-columns:1fr;gap:34px;max-width:640px}.auth__terminal,.auth__features{margin-top:18px}}@media (width<=640px){.auth{padding-block:30px}.auth__title{font-size:32px}.auth__form{padding:20px}.auth__section{margin:0 20px 22px}.auth__policy{padding:0 20px 22px}}.discussion{flex-direction:column;gap:18px;display:flex}.discussion__header,.discussion__composer,.discussion__post{border:1px solid var(--border-default);border-radius:var(--br-s);background:var(--bg-surface);overflow:hidden}.discussion__header{justify-content:space-between;align-items:flex-start;gap:20px;padding:20px 24px;display:flex}@media (width<=768px){.discussion__header{flex-direction:column}}.discussion__heading{flex-direction:column;gap:8px;max-width:760px;display:flex}.discussion__eyebrow,.discussion__summary-label,.discussion__composer-meta,.discussion__reply-meta,.discussion__post-meta,.discussion__post-id,.discussion__post-date,.discussion__reply-meta-line,.discussion__user-role,.discussion__user-stat dt{color:var(--t-500);font-size:var(--t-4xs);letter-spacing:1px;text-transform:uppercase;font-weight:700}.discussion__title{color:var(--t-100);font-size:var(--t-2xl);font-weight:800}.discussion__description{color:var(--t-300);font-size:var(--t-s);line-height:1.7}.discussion__summary{border-radius:var(--br-m);border:1px solid var(--border-soft);background:var(--bg-surface-muted);flex-direction:column;gap:4px;min-width:170px;padding:14px 16px;display:flex}.discussion__summary-value{color:var(--t-100);font-size:var(--t-3xl);font-weight:800;line-height:1}.discussion__composer{grid-template-columns:190px 1fr;display:grid}@media (width<=860px){.discussion__composer{grid-template-columns:1fr}}.discussion__composer-side,.discussion__usercard{border-right:1px solid var(--border-default);background:#141414;flex-direction:column;align-items:center;gap:10px;padding:20px 16px;display:flex}@media (width<=860px){.discussion__composer-side,.discussion__usercard{border-right:none;border-bottom:1px solid var(--border-default)}}.discussion__composer-main,.discussion__post-body{min-width:0}.discussion__composer-main{padding:18px 20px}.discussion__composer-top,.discussion__reply-top{flex-direction:column;gap:4px;display:flex}.discussion__composer-title,.discussion__reply-title,.discussion__post-title{color:var(--t-100);font-size:var(--t-l);font-weight:700}.discussion__composer-actions,.discussion__composer-tools,.discussion__post-footer,.discussion__controls,.discussion__reactions,.discussion__reply-actions,.discussion__reply-footer{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.discussion__composer-actions,.discussion__post-footer,.discussion__reply-footer{justify-content:space-between}@media (width<=640px){.discussion__composer-actions,.discussion__post-footer,.discussion__reply-footer{flex-direction:column;align-items:flex-start}}.discussion__list{flex-direction:column;gap:16px;display:flex}.discussion__post{grid-template-columns:190px 1fr;display:grid}@media (width<=860px){.discussion__post{grid-template-columns:1fr}}.discussion__post-body{flex-direction:column;display:flex}.discussion__post-header{border-bottom:1px solid var(--border-default);justify-content:space-between;align-items:center;gap:12px;padding:10px 18px;display:flex}.discussion__post-header .button{width:28px;height:28px}.discussion__post-header .button svg{width:13px;height:13px;color:var(--t-300)}.discussion__post-header .button:hover svg{color:var(--t-200)}.discussion__post-main{flex-direction:column;gap:12px;padding:18px;display:flex}.discussion__post-footer{border-top:1px solid var(--border-default);margin-top:auto;padding:14px 18px}.discussion__post-meta{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.discussion__post-separator{color:var(--t-500);font-size:var(--t-4xs)}.discussion__avatar{border-radius:var(--br-m);background:var(--bg-surface);border:1px solid var(--border-default-focus);width:72px;height:72px;color:var(--t-100);font-size:var(--t-m);letter-spacing:1px;justify-content:center;align-items:center;font-weight:800;display:flex}.discussion__user-name{color:var(--t-100);font-size:var(--t-m);text-align:center;font-weight:600}.discussion__user-badge{border-radius:var(--br-s);font-size:var(--t-4xs);letter-spacing:1px;text-transform:uppercase;border:1px solid var(--border-soft);color:var(--t-300);background:var(--bg-surface);padding:4px 10px;font-weight:700}.discussion__user-badge--author{color:var(--state-warning);border-color:var(--state-warning-border);background:var(--state-warning-bg)}.discussion__user-badge--mod{color:var(--state-info);border-color:var(--state-info-border);background:var(--state-info-bg)}.discussion__user-stats{border-top:1px solid var(--border-default);flex-direction:column;gap:8px;width:100%;margin-top:4px;padding-top:12px;display:flex}.discussion__user-stat{justify-content:space-between;align-items:center;gap:12px;display:flex}.discussion__user-stat dd{color:var(--t-200);font-size:var(--t-xs);font-weight:700}.discussion__text{color:var(--t-200);font-size:var(--t-s);line-height:1.8}.discussion__reply-link{border-radius:var(--br-s);border:1px solid var(--border-soft);background:var(--bg-surface-muted);width:min(100%,640px);color:inherit;flex-direction:column;align-self:flex-start;align-items:flex-start;gap:6px;padding:10px 12px;text-decoration:none;transition:all .3s;display:flex}.discussion__reply-link:hover{border-color:var(--border-default-focus);background:var(--bg-surface-hover)}.discussion__reply-link-meta{color:var(--t-300);font-size:var(--t-4xs);letter-spacing:.8px;text-transform:uppercase;font-weight:700}.discussion__reply-link-title{color:var(--t-100);font-size:var(--t-xs);font-weight:700;line-height:1.4}.discussion__reply-link-text{color:var(--t-300);font-size:var(--t-xs);line-height:1.6}.discussion__text--reply{font-size:var(--t-xs);line-height:1.75}.discussion__mention{color:var(--t-100);margin-right:6px;font-weight:700}.discussion__reaction{color:var(--t-300);font-size:var(--t-3xs);cursor:pointer;align-items:center;gap:6px;font-weight:700;transition:all .2s;display:flex}.discussion__reaction img{object-fit:cover;border-radius:var(--br-s);width:25px;height:25px}.discussion__reaction svg{width:13px;height:13px}.discussion__reaction:hover,.discussion__reaction.is-active{color:var(--t-100);border-color:var(--border-default-focus);background:var(--bg-surface-hover)}.discussion__reaction--add{border-radius:var(--br-s);border:1px solid var(--border-soft);background:var(--bg-surface-muted);padding:6px}.discussion__reaction--small{min-height:24px;padding:0 8px}.discussion__reaction-picker{border-radius:var(--br-s);background:var(--bg-surface-muted);border:1px solid var(--border-muted);flex-wrap:wrap;align-items:center;min-width:240px;max-width:320px;padding:6px;display:flex}.discussion__reaction-option{color:var(--t-300);font-size:var(--t-3xs);cursor:pointer;border:unset;border-radius:var(--br-s);align-items:center;padding:5px;font-weight:700;transition:color .2s,border-color .2s,background .2s;display:flex}.discussion__reaction-option img{width:28px;height:28px}.discussion__reaction-option:hover,.discussion__reaction-option.is-active{color:var(--t-100);border-color:var(--border-default-focus);background:var(--bg-surface-hover)}.discussion__reply-box{border-radius:var(--br-m);border:1px solid var(--border-default);background:#141414;flex-direction:column;gap:12px;margin:0 18px 18px;padding:14px;display:flex}.discussion__reply-box--nested{margin:10px 0 0}.discussion__thread{flex-direction:column;gap:10px;padding:0 18px 18px;display:flex}.discussion__reply-post{border-radius:var(--br-m);border:1px solid var(--border-default);background:#ffffff04;flex-direction:column;gap:10px;padding:14px 16px;display:flex}.discussion__reply-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.discussion__reply-author{color:var(--t-100);font-size:var(--t-xs);flex-wrap:wrap;align-items:center;gap:8px;display:flex}.discussion__reply-avatar{border:1px solid var(--border-default-focus);width:24px;height:24px;color:var(--t-100);border-radius:100%;justify-content:center;align-items:center;font-size:9px;font-weight:800;display:inline-flex}.discussion__reply-role{color:var(--t-400);font-size:var(--t-4xs);letter-spacing:1px;text-transform:uppercase;font-weight:700}.discussion__reply-meta-line{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.discussion__post--reply .discussion__post-main{gap:14px}.updates{flex-direction:column;gap:18px;display:flex}.updates__header,.updates__card,.updates__summary{border:1px solid var(--border-default);border-radius:var(--br-s);background:var(--bg-surface)}.updates__header{justify-content:space-between;align-items:center;gap:20px;padding:20px 24px;display:flex}@media (width<=768px){.updates__header{flex-direction:column}}.updates__heading{flex-direction:column;gap:12px;display:flex}.updates__header-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}@media (width<=768px){.updates__header-actions{width:100%}.updates__header-actions .button{flex:220px;justify-content:center}}.updates__meta,.updates__summary-row dt,.updates__upload-description{color:var(--t-500);font-size:var(--t-4xs);letter-spacing:1px;text-transform:uppercase;font-weight:700}.updates__title{color:var(--t-100);font-size:var(--t-2xl);font-weight:800}.updates__description{color:var(--t-300);font-size:var(--t-s);line-height:1.7}.updates__card-header,.updates__version-block,.updates__meta,.updates__footer{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.updates__card-header,.updates__footer{justify-content:space-between}.updates__upload{border:1px dashed var(--border-default-focus);border-radius:var(--br-s);background:var(--bg-surface-muted);cursor:pointer;align-items:center;gap:14px;min-height:86px;padding:16px;transition:all .2s;display:flex}.updates__upload:hover{background:var(--bg-surface-muted-hover);border-color:var(--t-400)}.updates__upload--screenshots{border-color:var(--state-warning-border);background:var(--state-warning-bg-soft)}.updates__upload-input{display:none}.updates__upload-icon{width:24px;height:24px;color:var(--t-300);flex-shrink:0}.updates__upload-content{flex-direction:column;gap:4px;display:flex}.updates__upload-title{color:var(--t-100);font-size:var(--t-xs);font-weight:700}.updates__list{flex-direction:column;gap:0;display:flex}.updates__item{grid-template-columns:28px 1fr;gap:14px;display:grid}.updates__item:last-child .updates__line{display:none}.updates__timeline{justify-content:center;padding-top:24px;display:flex;position:relative}.updates__dot{z-index:1;background:var(--t-500);border:2px solid var(--bg-surface);width:10px;height:10px;box-shadow:0 0 0 1px var(--border-default-focus);border-radius:50%;position:relative}.updates__line{background:var(--border-default);width:1px;position:absolute;top:36px;bottom:0}.updates__item--latest .updates__dot{background:var(--state-warning);box-shadow:0 0 0 4px var(--state-warning-ring)}.updates__item--latest .updates__card{border-color:var(--state-warning-border)}.updates__card{flex-direction:column;gap:12px;margin-bottom:16px;padding:18px;display:flex}.updates__version{color:var(--t-100);font-size:var(--t-l);font-weight:800}.updates__badge{border-radius:var(--br-s);border:1px solid var(--state-warning-border);color:var(--state-warning);background:var(--state-warning-bg);font-size:var(--t-5xs);letter-spacing:1px;text-transform:uppercase;padding:4px 10px;font-weight:800}.updates__item-title{color:var(--t-100);font-size:var(--t-m);font-weight:700}.updates__changes{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.updates__attachments{flex-direction:column;gap:10px;padding-top:4px;display:flex}.updates__attachments-title{color:var(--t-500);font-size:var(--t-4xs);letter-spacing:1px;text-transform:uppercase;font-weight:700}.updates__change{color:var(--t-300);font-size:var(--t-s);padding-left:18px;line-height:1.7;position:relative}.updates__change:before{content:"";background:var(--t-500);border-radius:50%;width:3px;height:3px;position:absolute;top:11px;left:0;transform:translateY(-50%)}.updates__gallery{flex-direction:column;gap:12px;display:flex}.updates__gallery-top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.updates__gallery-title{color:var(--t-500);font-size:var(--t-4xs);letter-spacing:1px;text-transform:uppercase;font-weight:700}.updates__gallery-grid{grid-template-rows:100px;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:100px;gap:12px;display:grid}@media (width<=720px){.updates__gallery-grid{grid-template-rows:180px;grid-template-columns:1fr;grid-auto-rows:180px}}.updates__gallery-grid--single .updates__shot--wide{grid-column:1/-1}.updates__shot{border-radius:calc(var(--br-s) - 2px);background:#ffffff05;border:1px solid #ffffff14;height:100%;min-height:0;margin:0;display:block;position:relative;overflow:hidden}.updates__shot--wide{grid-area:span 2/span 3}.updates__shot--tall{grid-area:span 2/span 1}.updates__shot--tall .updates__shot-image{object-fit:contain;padding:10px}.updates__shot-image{object-fit:cover;filter:brightness(.75);cursor:pointer;width:100%;height:100%;transition:all .3s;display:block}.updates__shot-image:hover{filter:brightness(.95)}@media (width<=720px){.updates__shot--wide,.updates__shot--tall{grid-area:auto}.updates__shot--tall .updates__shot-image{object-fit:cover;padding:0}}.updates__footer{justify-content:flex-end;padding-top:4px}.updates__actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.updates__button-danger{border-color:var(--state-danger-border);color:var(--state-danger);background:var(--state-danger-bg)}.updates__button-danger svg{color:var(--state-danger)}.updates__button-danger:hover,.updates__button-danger.button--active{border-color:var(--state-danger-hover-border);background:var(--state-danger-bg-strong);color:var(--state-danger-hover)}.updates__button-danger:hover svg,.updates__button-danger.button--active svg{color:var(--state-danger-hover)}.updates__summary{flex-direction:column;gap:14px;padding:16px;display:flex}.updates__summary-list{flex-direction:column;gap:12px;margin:0;display:flex}.updates__summary-row{border-bottom:1px solid var(--border-default);justify-content:space-between;align-items:center;gap:12px;padding-bottom:10px;display:flex}.updates__summary-row:last-child{border-bottom:none;padding-bottom:0}.updates__summary-row dd{color:var(--t-100);font-size:var(--t-xs);margin:0;font-weight:800}.resource-edit{flex-direction:column;gap:22px;display:flex}.resource-edit__header{justify-content:space-between;align-items:center;gap:24px;display:flex}@media (width<=720px){.resource-edit__header{flex-direction:column;align-items:flex-start}}.resource-edit__heading{flex-direction:column;gap:5px;display:flex}.resource-edit__header-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}@media (width<=720px){.resource-edit__header-actions{justify-content:flex-start;width:100%}}.resource-edit__media-label{color:var(--t-500);font-size:var(--t-4xs);letter-spacing:1px;text-transform:uppercase;font-weight:700}.resource-edit__title{color:var(--t-100);font-size:var(--t-2xl);font-weight:800}.resource-edit__description{max-width:640px;color:var(--t-400);font-size:var(--t-s)}.resource-edit__alert{border:1px solid var(--state-danger-border,#e53e3e47);border-radius:var(--br-s);background:var(--state-danger-bg,#e53e3e14);color:var(--state-danger,#e53e3e);font-size:var(--t-3xs);padding:14px 16px;line-height:1.45}.resource-edit__form{gap:18px}.resource-edit__media-grid{grid-template-columns:minmax(180px,240px) 1fr;gap:16px;display:grid}@media (width<=860px){.resource-edit__media-grid{grid-template-columns:1fr}}.resource-edit__cover,.resource-edit__screens{flex-direction:column;gap:12px;display:flex}.resource-edit__cover-preview{aspect-ratio:1;border:1px solid var(--border-default);border-radius:var(--br-s);background:var(--bg-surface-muted);overflow:hidden}.resource-edit__cover-preview img{object-fit:cover;filter:brightness(.85);width:100%;height:100%}.resource-edit__switch{min-height:100%;padding:12px 0}.resource-create{flex-direction:column;gap:18px;display:flex}.resource-create__header{border:1px solid var(--border-default);border-radius:var(--br-s);background:var(--bg-surface);justify-content:space-between;align-items:center;gap:24px;padding:24px;display:flex}.resource-create__heading{flex-direction:column;gap:5px;min-width:0;display:flex}.resource-create__title{color:var(--t-100);font-size:var(--t-3xl);font-weight:800;line-height:1.05}.resource-create__description{max-width:700px;color:var(--t-400);font-size:var(--t-s);line-height:1.6}.resource-create__form{gap:40px}.resource-create__sidebar{width:100%}.resource-create__agreement{cursor:pointer;grid-template-columns:18px 1fr;align-items:center;gap:2px 12px;display:grid}.resource-create__agreement-input{opacity:0;position:absolute}.resource-create__agreement-input:checked+.resource-create__agreement-box{border-color:var(--t-100);background:var(--t-100)}.resource-create__agreement-input:checked+.resource-create__agreement-box:after{opacity:1}.resource-create__agreement-box{border:1px solid var(--border-default);border-radius:var(--br-xs);background:var(--bg-surface-muted);width:18px;height:18px;transition:background .2s,border-color .2s;position:relative}.resource-create__agreement-box:after{content:"";border-right:2px solid var(--bg-page);border-bottom:2px solid var(--bg-page);opacity:0;width:4px;height:7px;transition:opacity .2s;position:absolute;top:4px;left:6px;transform:rotate(45deg)}.resource-create__agreement-text{color:var(--t-300);font-size:var(--t-2xs);line-height:1.5}.resource-create__error{color:var(--state-danger);font-size:var(--t-3xs);line-height:1.4}@media (width<=1024px){.resource-create__header{flex-direction:column;align-items:flex-start}.resource-create__meta{width:100%}}@media (width<=700px){.resource-create__header{padding:18px}.resource-create__title{font-size:var(--t-2xl)}.resource-create__meta{grid-template-columns:1fr}.resource-create__meta-item{align-items:flex-start;padding:14px 0}.resource-create__meta-item:not(:first-child){border-top:1px solid var(--border-default);border-left:0}.resource-create__agreement{grid-template-columns:18px 1fr;align-items:flex-start}}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-colored:#ddd}.Toastify__toast-container{box-sizing:border-box;color:#fff;transform:translate3d(0,0,var(--toastify-z-index) px);width:var(--toastify-toast-width);z-index:var(--toastify-z-index);padding:4px;position:fixed}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (width<=480px){.Toastify__toast-container{width:100vw;margin:0;padding:0;left:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{box-sizing:border-box;cursor:pointer;font-family:var(--toastify-font-family);max-height:var(--toastify-toast-max-height);min-height:var(--toastify-toast-min-height);z-index:0;direction:ltr;border-radius:4px;justify-content:space-between;margin-bottom:1rem;padding:8px;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{white-space:pre-wrap;flex:auto;align-items:center;margin:auto 0;padding:6px;display:flex}.Toastify__toast-body>div:last-child{flex:1}.Toastify__toast-icon{flex-shrink:0;width:20px;margin-inline-end:10px;display:flex}.Toastify__toast-text{flex-direction:column;gap:2px;width:100%;line-height:1.35;display:flex}.Toastify__toast-text-title{font-weight:600}.Toastify__toast-text-content{opacity:.92}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (width<=480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:var(--toastify-color-info);color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:var(--toastify-color-success);color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:var(--toastify-color-warning);color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:var(--toastify-color-error);color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--default{background:var(--toastify-color-progress-colored)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;background:0 0;border:none;outline:none;align-self:flex-start;padding:0;transition:all .3s}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{opacity:.7;transform-origin:0;width:100%;height:5px;z-index:var(--toastify-z-index);position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{transform-origin:100%;left:auto;right:0}.Toastify__spinner{border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);box-sizing:border-box;border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate(-20px)}to{opacity:0;transform:translate(2000px)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate(20px)}to{opacity:0;transform:translate(-2000px)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translateY(-10px)}40%,45%{opacity:1;transform:translateY(20px)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translateY(10px)}40%,45%{opacity:1;transform:translateY(-20px)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__none{0%,60%,75%,90%,to{animation-duration:0;animation-timing-function:none}0%{opacity:1;transform:translateZ(0)}to{transform:translateZ(0)}}.Toastify__none-enter--bottom-center,.Toastify__none-enter--bottom-left,.Toastify__none-enter--bottom-right,.Toastify__none-enter--top-center,.Toastify__none-enter--top-left,.Toastify__none-enter--top-right{animation-name:Toastify__none}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px)rotateX(-20deg)}to{opacity:0;transform:perspective(400px)rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate(110%)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate(-110%)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}
