@font-face{font-family:Google Sans;font-style:normal;font-weight:100 900;font-display:swap;src:url(/build/assets/google-sans-variable-vT3J372L.ttf)format("truetype")}@font-face{font-family:Google Sans;font-style:italic;font-weight:100 900;font-display:swap;src:url(/build/assets/google-sans-italic-variable-D35eclPk.ttf)format("truetype")}:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--color-background:#0f0f10;--color-panel:#171719;--color-panel-strong:#1c1c20;--color-elevated:#202023;--color-elevated-hover:#2a2a31;--color-control:#232326;--color-control-hover:#2d2d31;--color-text:#f3f3f4;--color-muted-light:#b8b8bf;--color-muted:#93939c;--color-accent:#e45a3d;--color-warning:#f0bd5a;--font-sans:"Google Sans", "Product Sans", "Segoe UI", Inter, Helvetica, Arial, ui-sans-serif, system-ui, sans-serif;--app-container-max:1180px;--radius-sm:11px;--radius-md:14px;--radius-lg:18px;--motion-fast:.16s;--motion-medium:.28s;--motion-slow:.52s;--motion-standard:cubic-bezier(.2, 0, 0, 1);--motion-enter:cubic-bezier(.2, .8, .2, 1)}*,:before,:after{box-sizing:border-box}html{background:var(--color-background);scroll-behavior:smooth;min-width:320px}body{background:var(--color-background);min-width:320px;min-height:100vh;color:var(--color-text);font-family:var(--font-sans);font-synthesis:none;text-rendering:optimizelegibility;margin:0;overflow-x:hidden}button,input,select{font:inherit}button,a,input,select{outline:none}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}::selection{background:#e45a3d52}.app-container{width:min(100% - 40px, var(--app-container-max));margin-inline:auto}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.brand-logo{width:160px;height:40px;color:var(--color-text);flex:none;align-items:center;text-decoration:none;display:inline-flex}.brand-logo__image{object-fit:contain;width:100%;height:100%;display:block}.topbar{z-index:60;background:var(--color-panel);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);position:sticky;top:0}.topbar__inner{grid-template-columns:auto minmax(260px,520px) auto;justify-content:space-between;align-items:center;gap:28px;min-height:68px;display:grid}.topbar__search{border-radius:var(--radius-md);background:var(--color-control);width:100%;min-width:0;color:var(--color-muted);align-items:center;gap:10px;padding:10px 12px;transition:background .16s,color .16s;display:flex}.topbar__search:focus-within{background:var(--color-control-hover);color:var(--color-text)}.topbar__search input{min-width:0;color:var(--color-text);font:inherit;background:0 0;border:0;outline:0;flex:1;font-size:13px}.topbar__search input::placeholder{color:var(--color-muted)}.topbar__search kbd{background:var(--color-panel-strong);color:var(--color-muted);font:600 10px/1 var(--font-sans);border-radius:6px;padding:3px 7px}.topbar__actions{align-items:center;gap:4px;display:flex}.topbar__account-menu,.topbar__action-menu{position:relative}.language-switcher{background:var(--color-control);border-radius:10px;gap:2px;margin-right:6px;padding:3px;display:inline-flex}.language-switcher__option{min-width:30px;color:var(--color-muted);cursor:pointer;font:700 10px/1 var(--font-sans);background:0 0;border:0;border-radius:7px;padding:6px}.language-switcher__option:hover,.language-switcher__option:focus-visible,.language-switcher__option[aria-pressed=true]{background:var(--color-elevated);color:var(--color-text)}.topbar__icon-button,.topbar__account{color:var(--color-muted-light);cursor:pointer;border:0}.topbar__icon-button{background:0 0;border-radius:10px;place-items:center;width:38px;height:38px;display:grid;position:relative}.topbar__icon-button:hover,.topbar__icon-button:focus-visible{background:var(--color-elevated);color:var(--color-text)}.topbar__icon-button--unread{color:var(--color-text)}.topbar__notification-badge{color:#fff;background:#e45a3d;border-radius:999px;place-items:center;min-width:16px;height:16px;padding:0 4px;font-size:10px;font-weight:850;line-height:1;display:grid;position:absolute;top:4px;right:4px}.topbar__account{border-radius:var(--radius-md);text-align:left;background:0 0;align-items:center;gap:9px;margin-left:8px;padding:4px 8px 4px 4px;display:flex}.topbar__account:hover,.topbar__account:focus-visible{background:var(--color-elevated)}.topbar__account--current{padding-right:10px}.topbar__account-chevron{color:var(--color-muted);flex:none;transition:color .16s,transform .16s}.topbar__account--current:hover .topbar__account-chevron,.topbar__account--current:focus-visible .topbar__account-chevron{color:var(--color-text)}.topbar__account-chevron--open{transform:rotate(180deg)}.topbar__avatar{background:var(--color-elevated);width:32px;height:32px;color:var(--color-text);border-radius:10px;place-items:center;display:grid;overflow:hidden}.topbar__avatar-image{object-fit:cover;width:100%;height:100%}.topbar__account-copy{gap:2px;display:grid}.topbar__account-copy strong{color:var(--color-text);font-size:12px}.topbar__account-copy small{font-size:10px}.topbar__account-dropdown,.topbar__action-dropdown{z-index:70;border-radius:var(--radius-sm);background:var(--color-elevated);transform-origin:100% 0;min-width:208px;padding:6px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 18px 40px #00000057}.topbar__account-profile{background:var(--color-control);width:100%;color:var(--color-muted-light);cursor:pointer;text-align:left;border:0;border-radius:8px;grid-template-columns:42px minmax(0,1fr);gap:10px;margin-bottom:4px;padding:10px;display:grid}.topbar__account-profile:hover,.topbar__account-profile:focus-visible{background:var(--color-control-hover);color:var(--color-text)}.topbar__account-profile-avatar{background:var(--color-elevated);border-radius:10px;place-items:center;width:42px;height:42px;display:grid;overflow:hidden}.topbar__account-profile-avatar img{object-fit:cover;width:100%;height:100%}.topbar__account-profile-copy{gap:2px;min-width:0;display:grid}.topbar__account-profile-copy strong,.topbar__account-profile-copy span,.topbar__account-profile-copy small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.topbar__account-profile-copy strong{color:var(--color-text);font-size:13px;font-weight:800}.topbar__account-profile-copy span{font-size:11px;font-weight:700}.topbar__account-profile-copy small{color:var(--color-muted);font-size:10px;font-weight:700}.topbar__account-language{gap:2px;margin-bottom:4px;display:grid}.topbar__account-language-option--active{background:var(--color-control);color:var(--color-text)}.topbar__account-language-check{color:var(--color-text);margin-left:auto}.topbar__account-menu-item,.topbar__action-menu-item{width:100%;color:var(--color-muted-light);cursor:pointer;text-align:left;background:0 0;border:0;border-radius:8px;align-items:center;gap:10px;padding:10px 12px;font-size:12px;font-weight:700;display:flex}.topbar__account-menu-item:hover,.topbar__account-menu-item:focus-visible,.topbar__action-menu-item:hover,.topbar__action-menu-item:focus-visible{background:var(--color-control-hover);color:var(--color-text)}.topbar__account-menu-item--danger{color:#ff9b86}.topbar__account-menu-item--danger:hover,.topbar__account-menu-item--danger:focus-visible{color:var(--color-text);background:#e45a3d29}.topbar__favorites-dropdown{width:min(340px,100vw - 24px);padding:8px}.topbar__notifications-dropdown{width:min(360px,100vw - 24px);padding:8px}.topbar__favorite-list,.topbar__notification-list{gap:6px;max-height:360px;display:grid;overflow-y:auto}.topbar__favorite-item{background:0 0;border-radius:8px;grid-template-columns:minmax(0,1fr) 32px;align-items:center;gap:4px;display:grid}.topbar__favorite-item:hover,.topbar__favorite-item:focus-within{background:var(--color-control-hover)}.topbar__favorite-link{min-width:0;color:var(--color-muted-light);grid-template-columns:44px minmax(0,1fr);align-items:center;gap:10px;padding:7px 0 7px 7px;text-decoration:none;display:grid}.topbar__favorite-link:hover,.topbar__favorite-link:focus-visible{color:var(--color-text)}.topbar__notification-link{min-width:0;color:var(--color-muted-light);border-radius:8px;grid-template-columns:44px minmax(0,1fr);align-items:center;gap:10px;padding:8px;text-decoration:none;display:grid}button.topbar__notification-link{cursor:pointer;width:100%;font:inherit;text-align:left;background:0 0;border:0}.topbar__notification-link:hover,.topbar__notification-link:focus-visible{background:var(--color-control-hover);color:var(--color-text)}.topbar__favorite-thumb{aspect-ratio:1;background:var(--color-panel-strong);width:44px;color:var(--color-muted-light);border-radius:8px;place-items:center;display:grid;overflow:hidden}.topbar__favorite-thumb img{object-fit:cover;width:100%;height:100%}.topbar__notification-thumb{aspect-ratio:1;background:var(--color-panel-strong);width:44px;color:var(--color-muted-light);border-radius:8px;place-items:center;display:grid;overflow:hidden}.topbar__notification-thumb img{object-fit:cover;width:100%;height:100%}.topbar__favorite-copy,.topbar__notification-copy{gap:4px;min-width:0;display:grid}.topbar__favorite-copy strong,.topbar__favorite-copy small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.topbar__favorite-copy strong{color:var(--color-text);font-size:12px;line-height:1.2}.topbar__favorite-copy small{min-height:12px;color:var(--color-muted);font-size:10px;line-height:1.2}.topbar__notification-copy strong{color:var(--color-text);text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1.25;overflow:hidden}.topbar__notification-copy small{color:var(--color-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:10px;line-height:1.35;display:-webkit-box;overflow:hidden}.topbar__favorite-remove{width:28px;height:28px;color:var(--color-muted);cursor:pointer;background:0 0;border:0;border-radius:7px;place-items:center;display:grid}.topbar__favorite-remove:hover,.topbar__favorite-remove:focus-visible{color:#ff9b86;background:#e45a3d29}.topbar__favorites-empty,.topbar__notifications-empty{color:var(--color-muted-light);align-items:center;gap:10px;padding:12px;font-size:12px;font-weight:700;display:flex}.topbar__notifications-all{background:var(--color-control);min-height:36px;color:var(--color-text);border-radius:8px;justify-content:center;align-items:center;margin-top:8px;padding:0 12px;font-size:12px;font-weight:850;text-decoration:none;display:flex}.topbar__notifications-all:hover,.topbar__notifications-all:focus-visible{background:var(--color-control-hover)}.auth-modal{z-index:80;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .24s var(--motion-standard), visibility 0s linear .24s;background:#0f0f10c2;place-items:center;padding:32px;display:grid;position:fixed;inset:0}.auth-modal--open{opacity:1;visibility:visible;pointer-events:auto;transition-delay:0s}.auth-modal__dialog{border-radius:var(--radius-lg);background:var(--color-panel);opacity:0;will-change:opacity, transform;width:min(100%,440px);max-height:min(92vh,760px);transition:opacity .26s var(--motion-standard), transform .3s var(--motion-enter);display:grid;overflow-y:auto;transform:translateY(14px)scale(.98);box-shadow:0 24px 70px #00000061}.auth-modal--open .auth-modal__dialog{opacity:1;transform:translateY(0)scale(1)}.auth-modal__header{justify-content:space-between;align-items:center;gap:12px;padding:20px 22px 0;display:flex}.auth-modal__tabs{border-radius:var(--radius-sm);background:var(--color-control);gap:4px;padding:4px;display:inline-flex}.auth-modal__tab,.auth-modal__close,.auth-form__submit,.auth-form__ghost-button,.auth-avatar-field__button,.auth-avatar-field__remove{cursor:pointer;font:inherit;border:0}.auth-modal__tab{min-width:120px;color:var(--color-muted-light);background:0 0;border-radius:8px;padding:10px 14px;font-size:12px;font-weight:750}.auth-modal__tab:hover,.auth-modal__tab:focus-visible,.auth-modal__tab[aria-selected=true]{background:var(--color-elevated);color:var(--color-text)}.auth-modal__close{background:var(--color-control);width:40px;height:40px;color:var(--color-muted-light);border-radius:10px;place-items:center;display:grid}.auth-modal__close:hover,.auth-modal__close:focus-visible{background:var(--color-control-hover);color:var(--color-text)}.auth-form{gap:18px;padding:28px 22px 22px;display:grid}.auth-form h2{margin:2px 0 0;font-size:24px;line-height:1.1}.auth-form p{color:var(--color-muted-light);margin:-6px 0 2px;font-size:12px;line-height:1.55}.auth-form__field{gap:8px;display:grid}.auth-form__label{color:var(--color-muted-light);font-size:11px;font-weight:720}.auth-form__field input{border-radius:var(--radius-sm);background:var(--color-control);width:100%;min-width:0;color:var(--color-text);border:0;padding:14px 15px;font-size:13px}.auth-form__field input:focus{background:var(--color-control-hover)}.auth-form__field input:disabled{color:var(--color-muted-light);opacity:1}.auth-form__description,.auth-form__error{font-size:11px;line-height:1.45}.auth-form__description{color:var(--color-muted)}.auth-form__error{color:#ff8b77}.auth-form__submit{border-radius:var(--radius-sm);background:var(--color-accent);color:#fff;justify-content:center;align-items:center;gap:8px;min-height:48px;padding:0 16px;font-size:13px;font-weight:800;display:inline-flex}.auth-form__submit:hover,.auth-form__submit:focus-visible{background:#f06c50}.auth-form__submit:disabled{cursor:wait;opacity:.72}.auth-form__actions{grid-template-columns:1fr auto;gap:12px;display:grid}.auth-form__ghost-button{border-radius:var(--radius-sm);background:var(--color-control);min-height:48px;color:var(--color-muted-light);padding:0 14px;font-size:12px;font-weight:750}.auth-form__ghost-button:hover,.auth-form__ghost-button:focus-visible{background:var(--color-control-hover);color:var(--color-text)}.auth-form__email-chip{border-radius:var(--radius-sm);background:var(--color-panel-strong);color:var(--color-muted-light);text-overflow:ellipsis;white-space:nowrap;padding:10px 12px;font-size:12px;overflow:hidden}.auth-form__verified-email{gap:8px;display:grid}.auth-form__verified-badge{color:#76d19f;background:#46a67a2e;border-radius:999px;align-items:center;gap:6px;width:fit-content;padding:7px 9px;font-size:11px;font-weight:750;display:inline-flex}.auth-avatar-field{grid-template-columns:58px minmax(0,1fr);align-items:center;gap:12px;display:grid}.auth-avatar-field__preview{border-radius:var(--radius-sm);background:var(--color-control);width:58px;height:58px;color:var(--color-muted-light);place-items:center;display:grid;overflow:hidden}.auth-avatar-field__preview img{object-fit:cover;width:100%;height:100%}.auth-avatar-field__controls{align-items:center;gap:8px;min-width:0;display:flex}.auth-avatar-field__button,.auth-avatar-field__remove{border-radius:var(--radius-sm);background:var(--color-control);min-height:38px;color:var(--color-muted-light);justify-content:center;align-items:center;display:inline-flex}.auth-avatar-field__button{gap:7px;min-width:0;padding:0 12px;font-size:12px;font-weight:750}.auth-avatar-field__remove{flex:none;width:38px}.auth-avatar-field__button:hover,.auth-avatar-field__button:focus-visible,.auth-avatar-field__remove:hover,.auth-avatar-field__remove:focus-visible{background:var(--color-control-hover);color:var(--color-text)}.auth-avatar-field__input{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.app-shell{background:var(--color-background);min-height:100vh}.marketplace-workspace{grid-template-columns:224px minmax(0,1fr);align-items:start;gap:24px;padding-block:28px 56px;display:grid}.marketplace-main{gap:18px;min-width:0;display:grid}.marketplace-sidebar{flex-direction:column;gap:16px;min-width:0;display:flex}.marketplace-sidebar__nav,.marketplace-sidebar__promo{border-radius:var(--radius-lg);background:var(--color-panel)}.marketplace-sidebar__nav{background:0 0;padding:0}.marketplace-sidebar__eyebrow{color:var(--color-muted);letter-spacing:.12em;text-transform:uppercase;margin:0 2px 10px;font-size:10px;font-weight:750}.marketplace-sidebar__links,.marketplace-sidebar__group{display:grid}.marketplace-sidebar__links{background:#171719;border-radius:18px;gap:10px;padding:15px}.marketplace-sidebar__item{border-radius:var(--radius-sm);width:100%;color:var(--color-muted-light);cursor:pointer;font:600 13px/1.2 var(--font-sans);text-align:left;background:0 0;border:0;grid-template-columns:20px 1fr auto;align-items:center;gap:10px;padding:11px 12px;text-decoration:none;transition:background .15s,color .15s;display:grid}.marketplace-sidebar__item:hover,.marketplace-sidebar__item:focus-visible,.marketplace-sidebar__item--active{background:var(--color-elevated);color:var(--color-text)}.marketplace-sidebar__item--active{color:var(--color-text);background:#e45a3d29}.marketplace-sidebar__chevron{transition:transform .16s}.marketplace-sidebar__chevron--open{transform:rotate(180deg)}.marketplace-sidebar__empty{border-radius:var(--radius-sm);min-height:34px;color:var(--color-muted);align-items:center;padding:0 12px;font-size:12px;font-weight:700;display:flex}.marketplace-sidebar__category{background:var(--color-panel);border-radius:8px;min-width:0;display:grid;overflow:hidden}.marketplace-sidebar__category-link{width:100%;color:var(--color-muted-light);background:#1d1d1f;border:0;border-radius:15px;align-items:center;gap:15px;padding:0 15px;font-family:inherit;font-weight:500;text-decoration:none;transition:background .16s,color .16s;display:flex;min-height:45px!important;font-size:14px!important}.marketplace-sidebar__category-link--button{appearance:none;cursor:pointer;text-align:left}.marketplace-sidebar__category-link:hover,.marketplace-sidebar__category-link:focus-visible,.marketplace-sidebar__category-link--open{background:var(--color-elevated);color:var(--color-text)}.marketplace-sidebar__category-link>svg:not(.marketplace-sidebar__category-chevron){color:currentColor;flex:none}.marketplace-sidebar__category-link span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.marketplace-sidebar__category-chevron{color:var(--color-muted-light);margin-left:auto;transition:transform .16s}.marketplace-sidebar__category-link--open .marketplace-sidebar__category-chevron{transform:rotate(180deg)}.marketplace-sidebar__category--depth-1 .marketplace-sidebar__category-link{gap:12px;min-height:42px;padding:0 16px;font-size:13px;font-weight:700}.marketplace-sidebar__category--depth-2 .marketplace-sidebar__category-link{min-height:38px;padding-left:16px;font-size:12px}.marketplace-sidebar__category--depth-3 .marketplace-sidebar__category-link{min-height:36px;padding-left:16px;font-size:12px}.marketplace-sidebar__subnav-children{background:var(--color-panel);opacity:0;pointer-events:none;transform-origin:top;transition:grid-template-rows .18s var(--motion-standard), padding .18s var(--motion-standard), opacity .14s var(--motion-standard), transform .18s var(--motion-standard);will-change:grid-template-rows, opacity, transform;grid-template-rows:0fr;padding:0;display:grid;overflow:hidden;transform:translateY(-3px)}.marketplace-sidebar__subnav-children--open{opacity:1;pointer-events:auto;grid-template-rows:1fr;padding:0 0 10px;transform:translateY(0)}.marketplace-sidebar__subnav-children-inner{gap:0;min-height:0;display:grid;overflow:hidden}.marketplace-sidebar__subnav-children .marketplace-sidebar__category,.marketplace-sidebar__subnav-children .marketplace-sidebar__category-link{background:0 0;border-radius:0}.marketplace-sidebar__subnav-children .marketplace-sidebar__category-link:hover,.marketplace-sidebar__subnav-children .marketplace-sidebar__category-link:focus-visible,.marketplace-sidebar__subnav-children .marketplace-sidebar__category-link--open{color:var(--color-text)}.marketplace-sidebar__subnav-children .marketplace-sidebar__subnav-children{background:0 0;padding:0 0 8px}.marketplace-sidebar__promo{background:radial-gradient(circle at 100% 0%, #e45a3d26, transparent 46%), var(--color-panel);gap:8px;padding:18px;display:grid;overflow:hidden}.marketplace-sidebar__promo-icon{background:var(--color-elevated);width:36px;height:36px;color:var(--color-accent);border-radius:11px;place-items:center;display:grid}.marketplace-sidebar__promo strong{margin-top:4px;font-size:13px}.marketplace-sidebar__promo p{color:var(--color-muted);margin:0;font-size:11px;line-height:1.55}.marketplace-sidebar__promo button{background:var(--color-accent);color:#fff;cursor:pointer;font:700 11px/1 var(--font-sans);border:0;border-radius:9px;margin-top:4px;padding:9px 12px}.home-intro{gap:10px;max-width:760px;padding:28px 4px 12px;display:grid}.home-intro h1{letter-spacing:0;max-width:720px;margin:0;font-size:44px;line-height:1.03}.home-intro p{max-width:680px;color:var(--color-muted-light);margin:0;font-size:15px;line-height:1.45}.home-catalog{gap:12px;display:grid}.section-heading{justify-content:space-between;align-items:end;gap:16px;padding:6px 4px;display:flex}.section-heading h2{letter-spacing:-.03em;margin:5px 0 0;font-size:21px}.section-heading a{color:var(--color-muted-light);font-size:11px;font-weight:650;text-decoration:none}.section-heading a:hover,.section-heading a:focus-visible{color:var(--color-text)}.marketplace-filters{z-index:10;border-radius:var(--radius-lg);background:var(--color-panel);grid-template-columns:minmax(220px,1fr) 160px 168px auto;gap:10px;padding:12px;display:grid;position:relative}.marketplace-filters:focus-within{z-index:15}.marketplace-filters--categoryless{grid-template-columns:minmax(220px,1fr) 168px auto}.marketplace-filters__search-field,.marketplace-filters__select-field,.marketplace-filters__toggle-field{border-radius:var(--radius-sm);background:var(--color-control);min-width:0}.marketplace-filters__search-field{color:var(--color-muted);align-items:center;gap:9px;padding:0 13px;display:flex}.marketplace-filters__search-field:focus-within,.marketplace-filters__select-field:focus-within,.marketplace-filters__toggle-field:focus-within{background:var(--color-control-hover)}.marketplace-filters__search-field input{width:100%;color:var(--color-text);font:500 12px/1.2 var(--font-sans);background:0 0;border:0;outline:0;padding:12px 0}.marketplace-filters__search-field input::placeholder{color:var(--color-muted)}.marketplace-filters__select-field{z-index:1;position:relative}.marketplace-filters__select-field--open{z-index:100}.marketplace-select__button{border-radius:var(--radius-sm);width:100%;min-height:46px;color:var(--color-text);cursor:pointer;font:500 12px/1.2 var(--font-sans);text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;gap:10px;padding:7px 11px;display:flex}.marketplace-select__button:hover,.marketplace-select__button:focus-visible{background:var(--color-control-hover);outline:0}.marketplace-select__text{gap:3px;min-width:0;display:grid}.marketplace-select__label{color:var(--color-muted);font-size:9px}.marketplace-select__value{color:var(--color-text);text-overflow:ellipsis;white-space:nowrap;font-weight:700;overflow:hidden}.marketplace-select__icon{color:var(--color-muted-light);flex:none}.marketplace-select__menu{z-index:110;border-radius:var(--radius-sm);background:var(--color-elevated);scrollbar-width:none;gap:3px;max-height:min(420px,100vh - 160px);margin:0;padding:6px;list-style:none;display:grid;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto;box-shadow:0 18px 40px #00000047}.marketplace-select__menu::-webkit-scrollbar{width:0;height:0}.marketplace-select__option{width:100%;color:var(--color-text);cursor:pointer;font:700 12px/1.2 var(--font-sans);text-align:left;background:0 0;border:0;border-radius:6px;padding:9px 10px;display:block}.marketplace-select__option:hover,.marketplace-select__option--active{background:var(--color-control-hover)}.marketplace-select__option--selected{background:var(--color-accent);color:var(--color-text)}.marketplace-filters__toggle-field{color:var(--color-muted-light);cursor:pointer;font:650 12px/1 var(--font-sans);justify-content:center;align-items:center;gap:8px;padding:0 14px;display:inline-flex}.marketplace-filters__toggle-field:hover{background:var(--color-control-hover);color:var(--color-text)}.marketplace-filters__toggle-field input{width:14px;height:14px;accent-color:var(--color-accent);margin:0}.resource-list{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.resource-list__sentinel{min-height:1px}.resource-card{background:var(--color-panel);border-radius:22px;flex-direction:column;gap:11px;min-width:0;min-height:100%;padding:12px;transition:background .18s,transform .18s;display:flex}.resource-card:hover{background:var(--color-panel-strong);transform:translateY(-2px)}.resource-card__media{min-width:0;position:relative}.resource-card__preview{aspect-ratio:1;background:var(--color-elevated);color:#ffffffc2;cursor:pointer;border-radius:18px;place-items:center;min-height:0;text-decoration:none;display:grid;position:relative;overflow:hidden}.resource-card__preview[data-accent=orange]{--preview-accent:228 90 61}.resource-card__preview[data-accent=blue]{--preview-accent:66 139 202}.resource-card__preview[data-accent=violet]{--preview-accent:143 107 214}.resource-card__preview[data-accent=green]{--preview-accent:70 166 122}.resource-card__preview-glow{background:rgb(var(--preview-accent) / 48%);filter:blur(30px);border-radius:999px;position:absolute;inset:15%}.resource-card__preview svg{position:relative}.resource-card__preview img{object-fit:cover;width:100%;height:100%;transition:transform .18s;position:absolute;inset:0}.resource-card__preview:hover img,.resource-card__preview:focus-visible img{transform:scale(1.025)}.resource-card__favorite{z-index:1;color:#ffffffe0;cursor:pointer;background:#101013c7;border:0;border-radius:999px;place-items:center;width:34px;height:34px;transition:background .18s,color .18s,transform .18s;display:grid;position:absolute;top:10px;right:10px;box-shadow:0 8px 20px #0000003d}.resource-card__favorite:hover,.resource-card__favorite:focus-visible{background:var(--color-accent);color:#fff;transform:scale(1.04)}.resource-card__favorite--active{background:var(--color-accent);color:#fff}.resource-card__content{flex-direction:column;flex:1;gap:10px;min-width:0;padding:0;display:flex}.resource-card__meta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:6px;display:flex}.resource-card__category{background:var(--color-elevated);max-width:100%;min-height:27px;color:var(--color-muted-light);letter-spacing:0;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;border-radius:15px;align-items:center;padding:0 10px;font-size:10px;font-weight:400;display:inline-flex;overflow:hidden}.resource-card__author{background:var(--color-elevated);max-width:min(100%,138px);min-height:27px;color:var(--color-muted-light);border-radius:999px;align-items:center;gap:5px;padding:3px 8px 3px 4px;font-size:10px;font-weight:750;display:inline-flex}.resource-card__author-avatar{background:var(--color-control);width:20px;height:20px;color:var(--color-muted);border-radius:999px;flex:none;place-items:center;display:grid;overflow:hidden}.resource-card__author-avatar img{object-fit:cover;width:100%;height:100%}.resource-card__author-copy{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.styled-nickname{font:inherit}.resource-card__content h2{-webkit-line-clamp:2;color:var(--color-text);letter-spacing:0;-webkit-box-orient:vertical;margin:0;font-size:16px;line-height:1.16;display:-webkit-box;overflow:hidden}.resource-card__rating-row{align-items:center;margin:5px 5px 20px;display:flex}.resource-card__rating{color:var(--color-muted-light);letter-spacing:0;align-items:center;gap:6px;font-size:12px;font-weight:750;line-height:1;display:inline-flex}.resource-card__rating-stars{color:var(--color-warning);align-items:center;gap:2px;display:inline-flex}.resource-card__rating-star{color:#f0bd5a59;width:15px;height:15px}.resource-card__rating-star--filled{color:var(--color-warning)}.resource-card__rating-value{color:var(--color-text)}.resource-card__rating-count{color:var(--color-muted-light)}.resource-card__footer{grid-template-columns:minmax(72px,max-content) minmax(0,1fr);justify-content:right;align-items:center;gap:8px;margin-top:auto;padding-top:10px;display:flex}.resource-card__price{background:var(--color-elevated);min-height:40px;color:var(--color-text);white-space:nowrap;border-radius:18px;justify-content:center;align-items:center;padding:0 12px;font-size:12px;font-weight:600;display:inline-flex}.resource-card__open{background:var(--color-accent);color:#fff;white-space:nowrap;border-radius:15px;justify-content:center;align-items:center;gap:7px;width:min(100%,100px);min-width:0;height:35px;padding:0 10px;font-size:13px;font-weight:600;line-height:1;text-decoration:none;display:inline-flex}.resource-card__open:hover,.resource-card__open:focus-visible{color:#fff;background:#ef684c}.resource-empty{border-radius:var(--radius-lg);background:var(--color-panel);gap:7px;padding:22px;display:grid}.resource-empty h2,.resource-empty p{margin:0}.resource-empty h2{font-size:18px}.resource-empty p{color:var(--color-muted-light);font-size:13px;line-height:1.6}.resource-category-page{gap:18px;display:grid}.resource-category-page__breadcrumbs{color:var(--color-muted);flex-wrap:wrap;align-items:center;gap:8px;font-size:12px;display:flex}.resource-category-page__breadcrumbs a{color:inherit;text-decoration:none}.resource-category-page__breadcrumbs a:hover,.resource-category-page__breadcrumbs a:focus-visible{color:var(--color-text)}.resource-category-page__breadcrumbs a+a:before{content:"/";color:var(--color-muted);margin-right:8px}.resource-category-page__hero{border-radius:var(--radius-lg);background:var(--color-panel);grid-template-columns:auto minmax(0,1fr);align-items:center;gap:16px;padding:24px 220px 24px 24px;display:grid;position:relative}.resource-category-page__icon{border-radius:var(--radius-md);background:var(--color-control);width:58px;height:58px;color:var(--color-accent);place-items:center;display:grid}.resource-category-page__content{min-width:0}.resource-category-page__content p{color:var(--color-muted);text-transform:uppercase;margin:0 0 6px;font-size:11px;font-weight:750}.resource-category-page__content h1{margin:0;font-size:38px}.resource-category-page__content span{max-width:640px;color:var(--color-muted-light);margin-top:8px;font-size:13px;line-height:1.6;display:block}.resource-category-page__actions{justify-content:flex-end;display:flex;position:absolute;bottom:24px;right:24px}.resource-category-page__publish{border-radius:var(--radius-sm);background:var(--color-accent);color:#fff;justify-content:center;align-items:center;min-height:40px;padding:0 14px;font-size:12px;font-weight:800;text-decoration:none;display:inline-flex}.resource-category-page__publish:hover,.resource-category-page__publish:focus-visible{background:#f06b4d}.resource-category-page__catalog{gap:12px;display:grid}.resource-category-page__placeholder{border-radius:var(--radius-lg);background:var(--color-panel);gap:8px;padding:22px;display:grid}.resource-category-page__placeholder h2,.resource-category-page__placeholder p{margin:0}.resource-category-page__placeholder h2{font-size:18px}.resource-category-page__placeholder p{color:var(--color-muted-light);font-size:13px;line-height:1.6}.article-list{gap:12px;display:grid}.article-card{border-radius:var(--radius-sm);background:var(--color-panel);grid-template-columns:52px minmax(0,1fr);gap:14px;padding:16px;display:grid}.article-card__icon{border-radius:var(--radius-sm);background:var(--color-elevated);width:52px;height:52px;color:var(--color-accent);place-items:center;display:grid}.article-card__content{gap:9px;min-width:0;display:grid}.article-card__meta{color:var(--color-muted);flex-wrap:wrap;gap:8px;font-size:12px;display:flex}.article-card__author{align-items:center;gap:5px;display:inline-flex}.article-card h2,.article-card p{margin:0}.article-card h2{color:var(--color-text);font-size:19px;line-height:1.25}.article-card p{color:var(--color-muted-light);font-size:14px;line-height:1.55}.article-card__open{border-radius:var(--radius-sm);background:var(--color-control);width:max-content;min-height:36px;color:var(--color-text);align-items:center;gap:7px;padding:0 13px;font-size:13px;font-weight:800;text-decoration:none;display:inline-flex}.article-card__open:hover,.article-card__open:focus-visible{background:var(--color-control-hover)}.resource-publish,.article-show,.resource-show,.my-resources,.account-page,.account-profile{gap:18px;padding:18px 0 42px;display:grid}.resource-publish__heading,.my-resources__heading,.account-page__header,.account-profile__heading{gap:8px;display:grid}.resource-publish__heading p,.resource-publish__heading h1,.my-resources__heading p,.my-resources__heading h1,.my-resources__heading span,.account-page__header p,.account-page__header h1,.account-page__header span,.account-profile__heading p,.account-profile__heading h1,.account-profile__heading span{margin:0}.resource-publish__heading p,.my-resources__heading p,.account-page__header p,.account-profile__heading p{color:var(--color-accent);text-transform:uppercase;font-size:11px;font-weight:800}.resource-publish__heading h1,.my-resources__heading h1,.account-page__header h1,.account-profile__heading h1{letter-spacing:0;max-width:760px;font-size:clamp(28px,4vw,42px);line-height:1.05}.my-resources__heading span,.account-page__header span,.account-profile__heading span{max-width:760px;color:var(--color-muted-light);font-size:14px;line-height:1.6}.resource-publish-form{border-radius:var(--radius-lg);background:var(--color-panel);gap:18px;padding:18px;display:grid}.resource-publish-form__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.form-field{gap:8px;display:grid}.form-field>span,.resource-publish-form__permissions legend{color:var(--color-muted-light);font-size:12px;font-weight:800}.form-field input,.form-field select,.form-field textarea{border-radius:var(--radius-sm);background:var(--color-control);width:100%;color:var(--color-text);font:600 13px/1.4 var(--font-sans);border:0}.form-field input,.form-field select{min-height:44px;padding:0 12px}.form-field input[type=file]{padding:12px}.form-field textarea{resize:vertical;min-height:88px;padding:12px}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{background:var(--color-control-hover);outline:0}.form-field option{background:var(--color-elevated)}.form-error{color:#ff8f78;margin:0;font-size:11px;font-weight:750}.account-profile-form{background:0 0;border-radius:0;padding:0}.account-profile-form__sections{gap:16px;display:grid}.account-profile-form__section{border-radius:var(--radius-lg);background:var(--color-panel);gap:14px;padding:18px;display:grid}.account-profile-form__section-title{color:var(--color-text);margin:0;font-size:15px;font-weight:850;line-height:1.2}.account-profile-form__section-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.account-profile-form__section-grid--identity .form-field:last-child{grid-column:1/-1}.account-profile-form__avatar-group{grid-template-columns:minmax(220px,.85fr) minmax(0,1.15fr);align-items:start;gap:14px;display:grid}.account-profile-form__avatar-controls{gap:12px;display:grid}.account-profile-form__avatar-preview{border-radius:var(--radius-sm);background:var(--color-elevated);align-items:center;gap:12px;padding:10px;display:flex}.account-profile-form__avatar-preview img{border-radius:var(--radius-sm);background:var(--color-control);object-fit:cover;width:56px;height:56px}.account-profile-form__avatar-preview span,.account-profile-form__hint,.account-profile-form__toggle{color:var(--color-muted-light);font-size:12px}.account-profile-form__avatar-preview span,.account-profile-form__toggle{font-weight:750}.account-profile-form__hint{margin:0;line-height:1.5}.account-profile-form__section-note{margin-top:-4px}.account-profile-form__toggle{align-items:center;gap:8px;display:flex}.account-profile-form__toggle input{width:16px;height:16px;accent-color:var(--color-accent)}.account-profile-form__status{color:#8df0b1;font-weight:800}.resource-publish-form__current-cover,.resource-publish-form__current-files{border-radius:var(--radius-sm);background:var(--color-elevated);gap:8px;padding:10px;display:grid}.resource-publish-form__current-cover>span,.resource-publish-form__current-files>span{color:var(--color-muted-light);font-size:12px;font-weight:750}.resource-publish-form__current-cover img{aspect-ratio:16/9;object-fit:cover;border-radius:var(--radius-sm);background:var(--color-control);width:min(220px,100%);display:block}.resource-publish-form__current-files ul{gap:6px;margin:0;padding:0;list-style:none;display:grid}.resource-publish-form__current-files li{border-radius:var(--radius-sm);background:var(--color-control);min-width:0;color:var(--color-muted-light);text-overflow:ellipsis;white-space:nowrap;padding:8px 10px;font-size:12px;font-weight:650;overflow:hidden}.resource-publish-form__version{border-radius:var(--radius-md);background:var(--color-elevated);gap:14px;padding:14px;display:grid}.resource-publish-form__version-heading{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.resource-publish-form__version-heading h2{color:var(--color-text);margin:0;font-size:15px;font-weight:850}.resource-publish-form__version-heading p{color:var(--color-muted-light);margin:6px 0 0;font-size:12px;line-height:1.5}.resource-publish-form__version-heading>span{background:var(--color-control);min-height:28px;color:var(--color-text);white-space:nowrap;border-radius:999px;align-items:center;padding:0 10px;font-size:12px;font-weight:800;display:inline-flex}.resource-publish-form__version .resource-publish-form__current-files{background:var(--color-control)}.resource-publish-form__version .resource-publish-form__current-files li{background:var(--color-panel)}.my-resources-table{border-radius:var(--radius-lg);background:var(--color-panel);padding:8px;overflow-x:auto}.my-resources-table table{border-collapse:separate;border-spacing:0 8px;width:100%;min-width:780px}.my-resources-table th{color:var(--color-muted);text-align:left;text-transform:uppercase;padding:8px 12px;font-size:11px;font-weight:800}.my-resources-table td{background:var(--color-panel-strong);color:var(--color-muted-light);vertical-align:middle;padding:14px 12px;font-size:13px}.my-resources-table td:first-child{border-radius:var(--radius-sm) 0 0 var(--radius-sm)}.my-resources-table td:last-child{border-radius:0 var(--radius-sm) var(--radius-sm) 0}.my-resources-table__resource strong,.my-resources-table__resource span{display:block}.my-resources-table__resource strong{color:var(--color-text);font-size:14px;font-weight:800}.my-resources-table__resource span{color:var(--color-muted);margin-top:5px;font-size:12px;line-height:1.4}.my-resources-table__status{border-radius:999px;align-items:center;width:max-content;min-height:28px;padding:0 10px;font-size:12px;font-weight:800;display:inline-flex}.my-resources-table__status--pending{color:#ffd78b;background:#f0bd5a29}.my-resources-table__status--approved{color:#8df0b1;background:#50be8229}.my-resources-table__status--rejected{color:#ffad9b;background:#e45a3d2e}.my-resources-table__actions{flex-wrap:wrap;gap:8px;display:flex}.my-resources-table__action{border-radius:var(--radius-sm);background:var(--color-accent);color:#fff;justify-content:center;align-items:center;gap:6px;min-height:34px;padding:0 10px;font-size:12px;font-weight:800;text-decoration:none;display:inline-flex}.my-resources-table__action:hover,.my-resources-table__action:focus-visible{background:#ef6a4d}.my-resources-table__action--muted{background:var(--color-control);color:var(--color-muted-light)}.my-resources-table__action--muted:hover,.my-resources-table__action--muted:focus-visible{background:var(--color-control-hover);color:var(--color-text)}.my-resources-table__empty{border-radius:var(--radius-lg);background:var(--color-panel);gap:8px;padding:24px;display:grid}.my-resources-table__empty h2,.my-resources-table__empty p{margin:0}.my-resources-table__empty h2{font-size:20px}.my-resources-table__empty p{color:var(--color-muted-light);font-size:14px;line-height:1.6}.account-empty{border-radius:var(--radius-lg);background:var(--color-panel);gap:8px;padding:24px;display:grid}.account-empty h2,.account-empty p{margin:0}.account-empty h2{font-size:20px}.account-empty p{color:var(--color-muted-light);font-size:14px;line-height:1.6}.account-notifications{gap:22px;display:grid}.account-notifications__list{gap:10px;display:grid}.account-notifications__item{border-radius:var(--radius-lg);background:var(--color-panel);color:var(--color-muted-light);grid-template-columns:56px minmax(0,1fr) 24px;align-items:center;gap:12px;padding:14px;text-decoration:none;display:grid}.account-notifications__item:hover,.account-notifications__item:focus-visible{background:var(--color-panel-strong);color:var(--color-text)}.account-notifications__thumb{aspect-ratio:1;background:var(--color-elevated);width:56px;color:var(--color-muted-light);border-radius:12px;place-items:center;display:grid;overflow:hidden}.account-notifications__thumb img{object-fit:cover;width:100%;height:100%}.account-notifications__copy{gap:5px;min-width:0;display:grid}.account-notifications__title-row{flex-wrap:wrap;align-items:center;gap:8px;min-width:0;display:flex}.account-notifications__title-row strong{color:var(--color-text);font-size:14px;line-height:1.25}.account-notifications__copy>span:not(.account-notifications__title-row){color:var(--color-muted-light);font-size:13px;line-height:1.45}.account-notifications__copy small{color:var(--color-muted);font-size:11px}.account-notifications__status{color:#ff9b86;background:#e45a3d2e;border-radius:999px;padding:3px 7px;font-size:10px;font-weight:850;line-height:1}.account-notifications__open{color:var(--color-muted);justify-self:end}.my-purchases-list{gap:14px;display:grid}.my-purchases-card{border-radius:var(--radius-lg);background:var(--color-panel);grid-template-columns:148px minmax(0,1fr) minmax(210px,280px);align-items:stretch;gap:16px;padding:14px;display:grid}.my-purchases-card__cover{border-radius:var(--radius-md);background:var(--color-elevated);min-height:118px;overflow:hidden}.my-purchases-card__cover img{object-fit:cover;width:100%;height:100%}.my-purchases-card__body{align-content:start;gap:8px;min-width:0;padding:4px 0;display:grid}.my-purchases-card__body p,.my-purchases-card__body h2,.my-purchases-card__body span{margin:0}.my-purchases-card__body p{color:var(--color-accent);text-transform:uppercase;font-size:11px;font-weight:850}.my-purchases-card__body h2{text-overflow:ellipsis;white-space:nowrap;font-size:20px;line-height:1.15;overflow:hidden}.my-purchases-card__body span{color:var(--color-muted-light);font-size:13px;line-height:1.45}.my-purchases-card__version{border-radius:var(--radius-sm);background:var(--color-elevated);width:fit-content;max-width:100%;padding:7px 10px;font-weight:800;color:var(--color-text)!important}.my-purchases-card__meta{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.my-purchases-card__meta strong,.my-purchases-card__meta small{border-radius:var(--radius-sm);background:var(--color-elevated);align-items:center;min-height:28px;padding:0 9px;font-size:12px;font-weight:850;display:inline-flex}.my-purchases-card__meta small{color:var(--color-muted-light)}.my-purchases-card__actions{align-content:center;gap:8px;display:grid}.my-purchases-card__action{border-radius:var(--radius-sm);background:var(--color-control);min-height:44px;color:var(--color-text);font:inherit;border:0;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:10px;padding:9px 12px;font-size:12px;font-weight:850;text-decoration:none;display:grid}.my-purchases-card__action:hover,.my-purchases-card__action:focus-visible{background:var(--color-control-hover);color:var(--color-text)}.my-purchases-card__action--download{background:var(--color-accent);color:#fff}.my-purchases-card__action--download:hover,.my-purchases-card__action--download:focus-visible{background:var(--color-accent-strong);color:#fff}.my-purchases-card__action--disabled{color:var(--color-muted-light);cursor:not-allowed}.my-purchases-card__action span{gap:3px;min-width:0;display:grid}.my-purchases-card__action strong,.my-purchases-card__action small,.my-purchases-card__action span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.my-purchases-card__action small{color:#ffffffc7;font-size:11px;font-weight:700}.resource-editor{gap:10px;display:grid}.resource-editor__toolbar{border-radius:var(--radius-md);background:var(--color-elevated);flex-wrap:wrap;gap:6px;padding:8px;display:flex}.resource-editor__tool{border-radius:var(--radius-sm);background:var(--color-control);width:34px;height:34px;color:var(--color-muted-light);cursor:pointer;border:0;place-items:center;display:grid}.resource-editor__tool:hover,.resource-editor__tool:focus-visible,.resource-editor__tool[aria-pressed=true]{background:var(--color-accent);color:#fff}.resource-editor__tool:disabled{cursor:wait;opacity:.6}.resource-editor__color-menu{align-items:center;display:inline-flex;position:relative}.resource-editor__color-panel{z-index:20;border-radius:var(--radius-md);background:var(--color-elevated);gap:10px;width:min(280px,100vw - 32px);padding:12px;display:grid;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 18px 44px #00000052}.resource-editor__color-title{color:var(--color-text);margin:0;font-size:12px;font-weight:700}.resource-editor__color-presets{grid-template-columns:repeat(6,34px);gap:6px;display:grid}.resource-editor__color-tool{border-radius:var(--radius-sm);background:var(--color-control);cursor:pointer;border:0;place-items:center;width:34px;height:34px;display:grid}.resource-editor__color-tool:hover,.resource-editor__color-tool:focus-visible,.resource-editor__color-tool[aria-pressed=true]{background:var(--color-control-hover)}.resource-editor__color-tool:disabled{cursor:wait;opacity:.6}.resource-editor__color-swatch{border-radius:999px;width:18px;height:18px;box-shadow:inset 0 0 0 2px #ffffff3d}.resource-editor__color-swatch--light{background:#f8fafc}.resource-editor__color-swatch--orange{background:#f97316}.resource-editor__color-swatch--red{background:#ef4444}.resource-editor__color-swatch--green{background:#22c55e}.resource-editor__color-swatch--blue{background:#38bdf8}.resource-editor__color-swatch--violet{background:#a78bfa}.resource-editor__color-custom{gap:8px;display:grid}.resource-editor__color-label{color:var(--color-muted-light);font-size:12px;font-weight:600}.resource-editor__color-input-row{grid-template-columns:42px 1fr;align-items:center;gap:8px;display:grid}.resource-editor__color-picker{border-radius:var(--radius-sm);background:var(--color-control);cursor:pointer;border:0;width:42px;height:38px;padding:0}.resource-editor__color-picker:disabled{cursor:wait;opacity:.6}.resource-editor__hex-input{border-radius:var(--radius-sm);background:var(--color-control);min-width:0;height:38px;color:var(--color-text);font:inherit;text-transform:uppercase;border:0;padding:0 12px}.resource-editor__hex-input:focus{background:var(--color-control-hover);outline:0}.resource-editor__hex-input:disabled{cursor:wait;opacity:.6}.resource-editor__color-actions{justify-content:flex-end;gap:8px;display:flex}.resource-editor__color-action{border-radius:var(--radius-sm);background:var(--color-control);min-height:34px;color:var(--color-text);font:inherit;cursor:pointer;border:0;justify-content:center;align-items:center;gap:6px;padding:0 12px;font-size:12px;font-weight:700;display:inline-flex}.resource-editor__color-action:hover,.resource-editor__color-action:focus-visible{background:var(--color-control-hover)}.resource-editor__color-action--primary{background:var(--color-accent);color:#fff}.resource-editor__color-action--primary:hover,.resource-editor__color-action--primary:focus-visible{background:#ef6a4d}.resource-editor__color-action:disabled{cursor:wait;opacity:.6}.resource-editor__content{border-radius:var(--radius-md);background:var(--color-control);min-height:300px;color:var(--color-text);outline:0;padding:18px;font-size:14px;line-height:1.75}.resource-editor__content:focus{background:var(--color-control-hover)}.resource-editor__content p,.resource-show__description p{margin:0 0 12px}.resource-editor__content h2,.resource-editor__content h3,.resource-show__description h2,.resource-show__description h3{margin:22px 0 10px;line-height:1.2}.resource-editor__content ul,.resource-editor__content ol,.resource-show__description ul,.resource-show__description ol{margin:0 0 14px;padding-left:24px}.resource-editor__content blockquote,.resource-show__description blockquote{border-radius:var(--radius-sm);background:var(--color-elevated);color:var(--color-muted-light);margin:14px 0;padding:14px 16px}.resource-editor__content pre,.resource-show__description pre{border-radius:var(--radius-sm);color:#e9edf7;background:#10131a;margin:14px 0;padding:14px;overflow-x:auto}.resource-editor__content img,.resource-show__description img{border-radius:var(--radius-md);max-width:100%;height:auto;margin:16px 0;display:block}.article-show__header,.article-show__body,.article-show__moderation{border-radius:var(--radius-lg);background:var(--color-panel);padding:18px}.article-show__header{gap:13px;display:grid}.article-show__eyebrow a{color:var(--color-accent);text-transform:uppercase;font-size:12px;font-weight:800;text-decoration:none}.article-show__header h1{max-width:860px;color:var(--color-text);letter-spacing:0;margin:0;font-size:clamp(30px,5vw,54px);line-height:1.05}.article-show__meta{flex-wrap:wrap;gap:9px;display:flex}.article-show__meta span{border-radius:var(--radius-sm);background:var(--color-elevated);min-height:32px;color:var(--color-muted-light);align-items:center;gap:7px;padding:0 11px;font-size:13px;display:inline-flex}.article-show__moderation{flex-wrap:wrap;gap:10px;display:flex}.article-show__moderation button{border-radius:var(--radius-sm);background:var(--color-control);min-height:38px;color:var(--color-text);cursor:pointer;border:0;align-items:center;gap:7px;padding:0 13px;font-weight:800;display:inline-flex}.article-show__moderation button:hover,.article-show__moderation button:focus-visible{background:var(--color-control-hover)}.article-show__body{color:var(--color-muted-light);font-size:16px;line-height:1.75}.article-show__body p{margin:0 0 14px}.article-show__body h2,.article-show__body h3{color:var(--color-text);margin:24px 0 10px;line-height:1.2}.article-show__body ul,.article-show__body ol{margin:0 0 14px;padding-left:24px}.article-show__body blockquote,.article-show__body pre{border-radius:var(--radius-sm);background:var(--color-elevated);margin:14px 0;padding:14px 16px}.article-show__body pre{overflow-x:auto}.resource-editor__image-input{display:none}.resource-editor__hint{color:var(--color-muted);margin:0;font-size:12px}.resource-publish-form__permissions{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.resource-publish-form__permissions fieldset{border-radius:var(--radius-md);background:var(--color-elevated);border:0;gap:9px;margin:0;padding:14px;display:grid}.resource-publish-form__permissions legend{padding:0 0 9px}.resource-publish-form__permissions label{color:var(--color-muted-light);align-items:center;gap:9px;font-size:12px;font-weight:650;display:flex}.resource-publish-form__permissions input{accent-color:var(--color-accent)}.resource-publish-form__actions{justify-content:space-between;align-items:center;gap:14px;padding-top:4px;display:flex}.resource-publish-form__actions p{max-width:560px;color:var(--color-muted);margin:0;font-size:12px;line-height:1.5}.resource-publish-form__actions .account-profile-form__status{color:#8df0b1;font-weight:800}.resource-publish-form__actions button{border-radius:var(--radius-sm);background:var(--color-accent);color:#fff;cursor:pointer;min-height:44px;font:800 12px/1 var(--font-sans);border:0;justify-content:center;align-items:center;padding:0 18px;display:inline-flex}.resource-publish-form__actions button:disabled{cursor:wait;opacity:.65}.resource-show__status{border-radius:var(--radius-sm);color:#ffb09d;background:#e45a3d26;padding:13px 15px;font-size:12px;font-weight:750}.resource-show__hero{border-radius:var(--radius-lg);background:var(--color-panel);gap:18px;padding:18px;display:grid}.resource-show__hero-bar{justify-content:space-between;align-items:center;gap:12px;display:flex}.resource-show__back,.resource-show__favorite,.resource-show__icon-action{border-radius:var(--radius-sm);background:var(--color-control);min-height:42px;color:var(--color-muted-light);cursor:pointer;font:750 13px/1 var(--font-sans);border:0;justify-content:center;align-items:center;gap:9px;padding:0 14px;text-decoration:none;display:inline-flex}.resource-show__back:hover,.resource-show__back:focus-visible,.resource-show__favorite:hover,.resource-show__favorite:focus-visible,.resource-show__icon-action:hover,.resource-show__icon-action:focus-visible{background:var(--color-control-hover);color:var(--color-text)}.resource-show__actions{align-items:center;gap:8px;display:flex}.resource-show__actions-menu-wrapper{position:relative}.resource-show__icon-action{width:42px;padding:0}.resource-show__icon-action:disabled{cursor:not-allowed;opacity:.45}.resource-show__icon-action:disabled:hover,.resource-show__icon-action:disabled:focus-visible{background:var(--color-control);color:var(--color-muted-light)}.resource-show__action-menu{z-index:80;border-radius:var(--radius-md);background:var(--color-panel);border:1px solid #ffffff12;gap:2px;min-width:232px;padding:6px;display:grid;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 20px 48px #00000061}.resource-show__action-menu-item{border-radius:var(--radius-sm);width:100%;min-height:38px;color:var(--color-muted-light);cursor:pointer;font:800 12px/1.1 var(--font-sans);text-align:left;background:0 0;border:0;align-items:center;gap:10px;padding:0 10px;text-decoration:none;display:inline-flex}.resource-show__action-menu-item:hover,.resource-show__action-menu-item:focus-visible{background:var(--color-control);color:var(--color-text)}.resource-show__action-menu-item--success{color:#92e0bc}.resource-show__action-menu-item--danger{color:#ffad9a}.resource-show__action-menu-item--success:hover,.resource-show__action-menu-item--success:focus-visible{color:#a9edce;background:#46a67a29}.resource-show__action-menu-item--danger:hover,.resource-show__action-menu-item--danger:focus-visible{color:#ffc0b1;background:#e45a3d29}.resource-show__favorite--active{color:var(--color-text);background:#e45a3d2e}.resource-show__favorite--active:hover,.resource-show__favorite--active:focus-visible{background:#e45a3d3d}.resource-show__hero-content{grid-template-columns:minmax(230px,300px) minmax(0,1fr) minmax(280px,320px);align-items:stretch;gap:18px;display:grid}.resource-show__hero-content>*{min-width:0}.resource-show__cover{border-radius:var(--radius-md);background:var(--color-elevated);align-self:stretch;min-height:292px;position:relative;overflow:hidden}.resource-show__cover img{object-fit:cover;width:100%;height:100%;display:block}.resource-show__gallery-count{min-height:32px;color:var(--color-text);background:#121316c7;border-radius:999px;align-items:center;gap:7px;padding:0 11px;font-size:12px;font-weight:800;display:inline-flex;position:absolute;top:12px;right:12px}.resource-show__summary{align-content:start;gap:18px;min-width:0;display:grid}.resource-show__headline{gap:14px;min-width:0;display:grid}.resource-show__headline p,.resource-show__headline h1,.resource-show__headline span{min-width:0;margin:0}.resource-show__headline p{color:var(--color-accent);text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;font-size:11px;font-weight:800;overflow:hidden}.resource-show__headline h1{overflow-wrap:anywhere;letter-spacing:0;font-size:clamp(30px,4vw,48px);line-height:1.04}.resource-show__headline>span{max-width:720px;max-height:4.8em;color:var(--color-muted-light);overflow-wrap:anywhere;-webkit-line-clamp:3;word-break:break-word;-webkit-box-orient:vertical;font-size:14px;line-height:1.6;display:-webkit-box;overflow:hidden}.resource-show__stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.resource-show__stat{border-radius:var(--radius-sm);background:#ffffff0a;grid-template-columns:36px minmax(0,1fr);align-items:center;gap:2px 10px;min-width:0;min-height:58px;padding:10px 12px;display:grid}.resource-show__stat--rating{grid-template-columns:1fr;place-items:center;min-width:0;display:grid}.resource-show__stat--rating .resource-rating-control{background:0 0;justify-content:center;width:100%;padding:0}.resource-show__stat-icon{background:var(--color-control);width:36px;height:36px;color:var(--color-accent);border-radius:10px;grid-row:1/3;place-items:center;display:grid}.resource-show__stat strong{color:var(--color-text);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:800;overflow:hidden}.resource-show__stat strong>*{min-width:0}.resource-show__stat small{color:var(--color-muted);text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:700;line-height:1.25;overflow:hidden}.resource-show__download-panel{border-radius:var(--radius-md);background:#ffffff0a;align-content:start;gap:16px;min-width:0;padding:20px;display:grid}.resource-show__download-action{border-radius:var(--radius-sm);background:var(--color-accent);color:#fff;cursor:pointer;min-height:72px;font:inherit;text-align:left;border:0;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:14px;padding:12px 16px;text-decoration:none;display:grid;box-shadow:0 14px 32px #e45a3d38}.resource-show__download-action:hover,.resource-show__download-action:focus-visible{background:var(--color-accent-strong);color:#fff}.resource-show__download-action:disabled,.resource-show__download-action:disabled:hover,.resource-show__download-action:disabled:focus-visible{background:var(--color-control);color:var(--color-muted-light);cursor:not-allowed;box-shadow:none}.resource-show__download-action--locked{background:var(--color-control);color:var(--color-muted-light);cursor:default;box-shadow:none}.resource-show__download-action--locked:hover,.resource-show__download-action--locked:focus-visible{background:var(--color-control);color:var(--color-muted-light)}.resource-show__download-icon{background:#ffffff1f;border-radius:14px;place-items:center;width:48px;height:48px;display:grid}.resource-show__download-action>span:last-child,.resource-show__download-copy{gap:6px;min-width:0;display:grid}.resource-show__download-action strong,.resource-show__download-action small,.resource-show__download-copy strong,.resource-show__download-copy span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.resource-show__download-action strong,.resource-show__download-copy strong{font-size:14px;font-weight:850}.resource-show__download-action small,.resource-show__download-copy span{color:#ffffffc7;font-size:12px;font-weight:700}.resource-show__details{gap:1px;display:grid}.resource-show__detail{background:#ffffff08;border-radius:8px;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:14px;min-height:44px;padding:0 12px;display:grid}.resource-show__detail dt,.resource-show__detail span{min-width:0;color:var(--color-muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:750;overflow:hidden}.resource-show__detail dd,.resource-show__detail strong{min-width:0;color:var(--color-text);text-align:right;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:12px;font-weight:850;overflow:hidden}.resource-purchase-modal{z-index:120;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.resource-purchase-modal__backdrop{cursor:pointer;background:#0a0a0cbd;border:0;position:absolute;inset:0}.resource-purchase-modal__dialog{border-radius:var(--radius-lg);background:var(--color-panel);gap:16px;width:min(100%,460px);padding:22px;display:grid;position:relative;box-shadow:0 28px 70px #00000073}.resource-purchase-modal__close{border-radius:var(--radius-sm);background:var(--color-control);width:34px;height:34px;color:var(--color-muted-light);cursor:pointer;border:0;place-items:center;display:grid;position:absolute;top:14px;right:14px}.resource-purchase-modal__close:hover,.resource-purchase-modal__close:focus-visible{background:var(--color-control-hover);color:var(--color-text)}.resource-purchase-modal__heading{grid-template-columns:52px minmax(0,1fr);align-items:center;gap:14px;padding-right:42px;display:grid}.resource-purchase-modal__heading p,.resource-purchase-modal__heading h2{margin:0}.resource-purchase-modal__heading p{color:var(--color-accent);text-transform:uppercase;font-size:11px;font-weight:850}.resource-purchase-modal__heading h2{font-size:22px;line-height:1.16}.resource-purchase-modal__icon{border-radius:var(--radius-md);background:var(--color-elevated);width:52px;height:52px;color:var(--color-accent);place-items:center;display:grid}.resource-purchase-modal__resource{border-radius:var(--radius-md);background:var(--color-elevated);gap:6px;padding:14px;display:grid}.resource-purchase-modal__resource strong,.resource-purchase-modal__resource span{text-overflow:ellipsis;overflow:hidden}.resource-purchase-modal__resource strong{white-space:nowrap}.resource-purchase-modal__resource span{color:var(--color-muted-light);font-size:13px;line-height:1.45}.resource-purchase-modal__summary{border-radius:var(--radius-md);gap:1px;margin:0;display:grid;overflow:hidden}.resource-purchase-modal__summary>div{background:var(--color-elevated);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;min-height:44px;padding:0 12px;display:grid}.resource-purchase-modal__summary dt,.resource-purchase-modal__summary dd{margin:0;font-size:12px;font-weight:850}.resource-purchase-modal__summary dt{color:var(--color-muted-light)}.resource-purchase-modal__summary dd{color:var(--color-text);text-align:right}.resource-purchase-modal__error{border-radius:var(--radius-sm);color:#ffb2a2;background:#ff8f781f;margin:0;padding:10px 12px;font-size:12px;font-weight:800}.resource-purchase-modal__actions{grid-template-columns:1fr 1fr;gap:10px;display:grid}.resource-purchase-modal__secondary,.resource-purchase-modal__primary{border-radius:var(--radius-sm);cursor:pointer;min-height:44px;font:inherit;border:0;font-size:13px;font-weight:850}.resource-purchase-modal__secondary{background:var(--color-control);color:var(--color-muted-light)}.resource-purchase-modal__secondary:hover,.resource-purchase-modal__secondary:focus-visible{background:var(--color-control-hover);color:var(--color-text)}.resource-purchase-modal__primary{background:var(--color-accent);color:#fff}.resource-purchase-modal__primary:hover,.resource-purchase-modal__primary:focus-visible{background:var(--color-accent-strong)}.resource-purchase-modal__primary:disabled{background:var(--color-control);color:var(--color-muted-light);cursor:not-allowed}.resource-report-modal{z-index:130;background:#0a0a0cbd;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.resource-report-modal__dialog{border-radius:var(--radius-lg);background:var(--color-panel);gap:16px;width:min(100%,520px);padding:22px;display:grid;box-shadow:0 28px 70px #00000073}.resource-report-modal__header{grid-template-columns:minmax(0,1fr) 34px;align-items:start;gap:14px;display:grid}.resource-report-modal__header h2,.resource-report-modal__header p{margin:0}.resource-report-modal__header h2{margin-top:5px;font-size:22px;line-height:1.16}.resource-report-modal__eyebrow{color:var(--color-accent);text-transform:uppercase;font-size:11px;font-weight:850}.resource-report-modal__close{border-radius:var(--radius-sm);background:var(--color-control);width:34px;height:34px;color:var(--color-muted-light);cursor:pointer;border:0;place-items:center;display:grid}.resource-report-modal__close:hover,.resource-report-modal__close:focus-visible{background:var(--color-control-hover);color:var(--color-text)}.resource-report-modal__field{gap:8px;display:grid}.resource-report-modal__field span{color:var(--color-muted-light);font-size:12px;font-weight:850}.resource-report-modal__field textarea{resize:vertical;border-radius:var(--radius-md);background:var(--color-elevated);min-height:150px;color:var(--color-text);font:500 14px/1.5 var(--font-sans);border:1px solid #ffffff14;outline:0;padding:12px}.resource-report-modal__field textarea:focus{border-color:#e45a3d8c;box-shadow:0 0 0 3px #e45a3d24}.resource-report-modal__field textarea::placeholder{color:var(--color-muted)}.resource-report-modal__error{border-radius:var(--radius-sm);color:#ffb2a2;background:#ff8f781f;margin:0;padding:10px 12px;font-size:12px;font-weight:800}.resource-report-modal__actions{grid-template-columns:1fr 1fr;gap:10px;display:grid}.resource-report-modal__secondary,.resource-report-modal__primary{border-radius:var(--radius-sm);cursor:pointer;min-height:44px;font:inherit;border:0;font-size:13px;font-weight:850}.resource-report-modal__secondary{background:var(--color-control);color:var(--color-muted-light)}.resource-report-modal__secondary:hover,.resource-report-modal__secondary:focus-visible{background:var(--color-control-hover);color:var(--color-text)}.resource-report-modal__primary{background:var(--color-accent);color:#fff}.resource-report-modal__primary:hover,.resource-report-modal__primary:focus-visible{background:var(--color-accent-strong)}.resource-report-modal__primary:disabled{background:var(--color-control);color:var(--color-muted-light);cursor:not-allowed}.resource-rating-control{background:var(--color-elevated);max-width:100%;min-height:32px;color:var(--color-muted-light);border-radius:999px;flex-wrap:wrap;align-items:center;gap:8px;padding:0 10px;font-size:12px;font-weight:750;display:inline-flex}.resource-rating-control--compact{gap:3px;min-height:24px}.resource-rating-control__stars{gap:2px;display:inline-flex}.resource-rating-control--compact .resource-rating-control__stars{gap:1px}.resource-rating-control__stars button{width:22px;height:22px;color:var(--color-muted);cursor:pointer;background:0 0;border:0;border-radius:7px;place-items:center;display:grid}.resource-rating-control--compact .resource-rating-control__stars button{width:20px;height:20px}.resource-rating-control__stars button.is-active,.resource-rating-control__stars button:hover,.resource-rating-control__stars button:focus-visible{color:var(--color-warning)}.resource-rating-control__stars button:disabled{cursor:default}.resource-rating-control__stars button:disabled:hover{color:var(--color-muted)}.resource-rating-control__stars button.is-active:disabled:hover{color:var(--color-warning)}.resource-rating-control__value{color:var(--color-muted-light)}.resource-rating-control__hint{color:var(--color-muted);overflow-wrap:anywhere;font-size:11px;font-weight:650}.resource-show__meta .resource-rating-control__hint{display:none}.resource-show__tabs{border-radius:var(--radius-lg);background:var(--color-panel);scrollbar-width:thin;gap:8px;padding:8px;display:flex;overflow-x:auto}.resource-show__tab{border-radius:var(--radius-sm);background:var(--color-control);min-height:42px;color:var(--color-muted-light);flex:none;justify-content:center;align-items:center;gap:8px;padding:0 12px;font-size:12px;font-weight:800;text-decoration:none;display:inline-flex}.resource-show__tab:hover,.resource-show__tab:focus-visible,.resource-show__tab.is-active{background:var(--color-control-hover);color:var(--color-text)}.resource-show__tab small{background:var(--color-elevated);min-width:22px;height:22px;color:var(--color-muted);border-radius:999px;place-items:center;font-size:11px;font-weight:850;display:inline-grid}.resource-show__tab.is-active small{background:var(--color-panel);color:var(--color-text)}.resource-show__content-grid{grid-template-columns:minmax(0,1fr) minmax(280px,360px);align-items:start;gap:18px;display:grid}.resource-show__section-page,.resource-show__main,.resource-show__side{gap:18px;min-width:0;display:grid}.resource-show__description,.resource-show__files,.resource-show__versions,.resource-comments{border-radius:var(--radius-lg);background:var(--color-panel);gap:14px;padding:18px;display:grid}.resource-show__description h2,.resource-show__files h2,.resource-show__versions h2,.resource-comments h2{margin:0;font-size:19px}.resource-show__section-heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.resource-show__section-heading>div{gap:4px;min-width:0;display:grid}.resource-show__section-heading p{color:var(--color-muted);margin:0;font-size:12px;font-weight:700}.resource-show__count-pill{background:var(--color-elevated);min-width:28px;height:28px;color:var(--color-muted-light);border-radius:999px;place-items:center;font-size:12px;font-weight:850;display:inline-grid}.resource-show__file-list,.resource-show__version-list{gap:10px;display:grid}.resource-show__file-card{border-radius:var(--radius-sm);background:var(--color-control);min-width:0;min-height:62px;color:var(--color-muted-light);grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px 12px;text-decoration:none;display:grid}.resource-show__file-card:hover,.resource-show__file-card:focus-visible{background:var(--color-control-hover);color:var(--color-text)}.resource-show__file-card--locked{color:var(--color-muted)}.resource-show__file-icon{background:var(--color-elevated);width:38px;height:38px;color:var(--color-accent);border-radius:10px;place-items:center;display:grid}.resource-show__file-meta{gap:4px;min-width:0;display:grid}.resource-show__file-meta strong,.resource-show__file-meta small,.resource-show__file-size{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.resource-show__file-meta strong{color:var(--color-text);font-size:13px;font-weight:850}.resource-show__file-meta small,.resource-show__file-size{color:var(--color-muted);font-size:11px;font-weight:700}.resource-show__version-card{border-radius:var(--radius-md);background:var(--color-elevated);gap:10px;padding:14px;display:grid}.resource-show__version-top,.resource-show__version-meta{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.resource-show__version-top{justify-content:space-between}.resource-show__version-top strong{color:var(--color-text);font-size:14px;font-weight:850}.resource-show__version-top span,.resource-show__version-meta span{background:var(--color-control);min-height:26px;color:var(--color-muted-light);border-radius:999px;align-items:center;gap:6px;padding:0 9px;font-size:11px;font-weight:750;display:inline-flex}.resource-show__version-notes{color:var(--color-muted-light);margin:0;font-size:13px;line-height:1.55}.resource-show__version-table-wrap{overflow-x:auto}.resource-show__version-table{border-collapse:separate;border-spacing:0 8px;width:100%;min-width:680px}.resource-show__version-table th{color:var(--color-muted);text-align:left;text-transform:uppercase;padding:0 12px 4px;font-size:11px;font-weight:850}.resource-show__version-table td{background:var(--color-elevated);color:var(--color-muted-light);vertical-align:top;padding:12px;font-size:12px;line-height:1.45}.resource-show__version-table tr td:first-child{border-radius:var(--radius-sm) 0 0 var(--radius-sm)}.resource-show__version-table tr td:last-child{border-radius:0 var(--radius-sm) var(--radius-sm) 0}.resource-show__version-table strong{color:var(--color-text);font-size:13px;font-weight:850}.resource-show__version-table-notes{max-width:360px}.resource-show__locked{color:var(--color-muted-light);align-items:center;gap:8px;margin:0;font-size:13px;display:inline-flex}.resource-comments__header{justify-content:space-between;align-items:end;gap:14px;display:flex}.resource-comments__header p{color:var(--color-muted);margin:6px 0 0;font-size:12px;font-weight:700}.resource-comments__notice,.resource-comments__empty{border-radius:var(--radius-sm);background:var(--color-elevated);color:var(--color-muted-light);margin:0;padding:14px;font-size:13px;line-height:1.5}.resource-comments__wall{gap:12px;display:grid}.resource-comment{border-radius:var(--radius-md);background:var(--color-elevated);grid-template-columns:42px minmax(0,1fr);gap:12px;padding:14px;display:grid}.resource-comment--deleted{background:#e45a3d1a}.resource-comment__avatar{background:var(--color-control);border-radius:50%;width:42px;height:42px;overflow:hidden}.resource-comment__avatar img{object-fit:cover;width:100%;height:100%;display:block}.resource-comment__body{gap:10px;min-width:0;display:grid}.resource-comment__header{justify-content:space-between;align-items:start;gap:12px;display:flex}.resource-comment__header div:first-child{gap:3px;min-width:0;display:grid}.resource-comment__header strong{color:var(--color-text);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:850;overflow:hidden}.resource-comment__header time{color:var(--color-muted);font-size:11px;font-weight:650}.resource-comment__actions{flex:none;gap:6px;display:inline-flex}.resource-comment__icon-button{border-radius:var(--radius-sm);background:var(--color-control);width:30px;height:30px;color:var(--color-muted-light);cursor:pointer;border:0;place-items:center;display:grid}.resource-comment__icon-button:hover,.resource-comment__icon-button:focus-visible{background:var(--color-accent);color:#fff}.resource-comment__icon-button--danger:hover,.resource-comment__icon-button--danger:focus-visible{background:#e45a3d}.resource-comment__content{color:var(--color-muted-light);overflow-wrap:anywhere;font-size:13px;line-height:1.6}.resource-comment__content p{margin:0 0 10px}.resource-comment__content p:last-child{margin-bottom:0}.resource-comment__content ul,.resource-comment__content ol{margin:0 0 10px;padding-left:22px}.resource-comment__content blockquote{border-radius:var(--radius-sm);background:var(--color-control);color:var(--color-muted-light);margin:10px 0;padding:10px 12px}.resource-comment__content a{color:var(--color-accent);font-weight:750}.resource-comment__deleted{border-radius:var(--radius-sm);color:#ffb09d;background:#e45a3d24;gap:3px;padding:12px;display:grid}.resource-comment__deleted strong,.resource-comment__deleted span{font-size:12px}.resource-comment__replies{gap:12px;margin-top:2px;padding-left:16px;display:grid}.resource-comment-form{gap:10px;display:grid}.resource-comment-form__actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.resource-comment-form__button{border-radius:var(--radius-sm);background:var(--color-control);min-height:38px;color:var(--color-muted-light);cursor:pointer;font:800 12px/1 var(--font-sans);border:0;justify-content:center;align-items:center;gap:8px;padding:0 13px;display:inline-flex}.resource-comment-form__button--primary{background:var(--color-accent);color:#fff}.resource-comment-form__button:disabled{cursor:not-allowed;opacity:.6}.resource-comment-editor{gap:8px;display:grid}.resource-comment-editor__toolbar{flex-wrap:wrap;gap:6px;display:flex}.resource-comment-editor__tool{border-radius:var(--radius-sm);background:var(--color-control);width:32px;height:32px;color:var(--color-muted-light);cursor:pointer;border:0;place-items:center;display:grid}.resource-comment-editor__tool:hover,.resource-comment-editor__tool:focus-visible,.resource-comment-editor__tool[aria-pressed=true]{background:var(--color-accent);color:#fff}.resource-comment-editor__tool:disabled{cursor:wait;opacity:.6}.resource-comment-editor__content{border-radius:var(--radius-sm);background:var(--color-control);min-height:96px;color:var(--color-text);outline:0;padding:12px;font-size:13px;line-height:1.55}.resource-comment-editor__content p{margin:0 0 10px}.resource-comment-editor__content p:last-child{margin-bottom:0}.resource-comment-editor__content p.is-editor-empty:first-child:before{float:left;height:0;color:var(--color-muted);content:attr(data-placeholder);pointer-events:none}.admin-page{gap:22px;padding:24px 4px 40px;display:grid}.admin-page__heading{justify-content:space-between;align-items:end;gap:18px;display:flex}.admin-page__heading p{color:var(--color-accent);text-transform:uppercase;margin:0 0 8px;font-size:11px;font-weight:800}.admin-page__heading h1{margin:0;font-size:28px}.admin-page__grid{grid-template-columns:minmax(280px,380px) minmax(0,1fr);align-items:start;gap:18px;display:grid}.admin-page__grid--users{grid-template-columns:minmax(280px,420px) minmax(0,1fr)}.admin-form,.admin-list,.admin-empty{background:var(--color-panel);border-radius:var(--radius-lg)}.admin-form{gap:18px;padding:18px;display:grid}.admin-form__header h2,.admin-list__header h2,.admin-empty h2{margin:0;font-size:18px}.admin-form__header p,.admin-list__header p,.admin-empty p{color:var(--color-muted);margin:7px 0 0;font-size:12px;line-height:1.5}.admin-form__grid{gap:13px;display:grid}.admin-form__field{gap:7px;display:grid}.admin-form__field--wide{grid-column:1/-1}.admin-form__field span{color:var(--color-muted-light);font-size:12px;font-weight:700}.admin-form__field input,.admin-form__field select,.admin-form__field textarea{border-radius:var(--radius-sm);background:var(--color-control);width:100%;min-height:42px;color:var(--color-text);font:600 13px/1.2 var(--font-sans);border:0;padding:0 12px}.admin-form__field textarea{resize:vertical;min-height:112px;padding:12px;line-height:1.5}.admin-form__field input:focus,.admin-form__field select:focus,.admin-form__field textarea:focus{background:var(--color-control-hover)}.admin-form__check{border-radius:var(--radius-sm);background:var(--color-control);align-self:end;align-items:center;gap:10px;min-height:42px;padding:0 12px;display:flex}.admin-form__check input{width:18px;height:18px;min-height:18px;accent-color:var(--color-accent);border-radius:4px;padding:0}.admin-form__error{color:#ff8f78;font-size:11px;font-weight:700}.admin-form__icon-preview{border-radius:var(--radius-sm);background:var(--color-elevated);min-height:38px;color:var(--color-muted-light);align-items:center;gap:9px;padding:0 11px;font-size:12px;font-weight:700;display:flex}.admin-form__actions{justify-content:flex-end;gap:10px;display:flex}.admin-button{border-radius:var(--radius-sm);cursor:pointer;min-height:40px;font:800 12px/1 var(--font-sans);border:0;justify-content:center;align-items:center;gap:8px;padding:0 14px;display:inline-flex}.admin-button:disabled{cursor:wait;opacity:.65}.admin-button--primary{background:var(--color-accent);color:#fff}.admin-button--ghost{background:var(--color-control);color:var(--color-muted-light)}.admin-button--danger{color:#ffad9a;background:#e45a3d2e}.admin-list{gap:12px;padding:18px;display:grid}.admin-list__header{justify-content:space-between;align-items:start;gap:16px;display:flex}.admin-empty{padding:22px}.admin-user-form__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-user-form__hint{color:var(--color-muted);margin:-4px 0 0;font-size:12px;line-height:1.5}.admin-user-list__items{gap:10px;display:grid}.admin-user-list__item{border-radius:var(--radius-md);background:var(--color-elevated);width:100%;min-height:86px;color:var(--color-text);cursor:pointer;text-align:left;border:0;grid-template-columns:44px minmax(0,1fr) 34px;align-items:center;gap:12px;padding:12px;display:grid}.admin-user-list__item:hover,.admin-user-list__item:focus-visible,.admin-user-list__item--active{background:var(--color-control-hover)}.admin-user-list__avatar{background:var(--color-control);border-radius:50%;width:44px;height:44px;overflow:hidden}.admin-user-list__avatar img{object-fit:cover;width:100%;height:100%;display:block}.admin-user-list__content{gap:5px;min-width:0;display:grid}.admin-user-list__name,.admin-user-list__email{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.admin-user-list__name{font-size:13px;font-weight:800}.admin-user-list__email{color:var(--color-muted-light);font-size:12px;font-weight:700}.admin-user-list__meta,.admin-user-list__badges{flex-wrap:wrap;gap:6px;display:flex}.admin-user-list__meta span,.admin-user-list__badges span{border-radius:var(--radius-sm);background:var(--color-control);color:var(--color-muted-light);padding:5px 8px;font-size:11px;font-weight:800}.admin-user-list__action{border-radius:var(--radius-sm);background:var(--color-control);width:34px;height:34px;color:var(--color-muted-light);place-items:center;display:grid}.admin-identity-list{gap:14px;display:grid}.admin-identity-card{border-radius:var(--radius-lg);background:var(--color-panel);gap:16px;padding:18px;display:grid}.admin-identity-card__header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.admin-identity-card__header h2{margin:0;font-size:18px}.admin-identity-card__header p{color:var(--color-muted);margin:7px 0 0;font-size:12px}.admin-identity-card__key{border-radius:var(--radius-sm);background:var(--color-elevated);color:var(--color-muted-light);text-transform:uppercase;padding:6px 10px;font-size:11px;font-weight:800}.admin-identity-card__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;display:grid}.admin-identity-card__css{grid-column:1/-1}.admin-identity-card__preview{border-radius:var(--radius-sm);background:var(--color-elevated);justify-content:space-between;align-items:center;gap:12px;padding:13px;display:flex}.admin-identity-card__preview span{color:var(--color-muted);font-size:12px}.admin-identity-card__preview strong{font-size:16px}.admin-identity-card__actions{justify-content:flex-end;display:flex}.admin-identity-card__actions button{border-radius:var(--radius-sm);cursor:pointer;background:var(--color-accent);color:#16100c;border:0;align-items:center;gap:8px;min-height:40px;padding:0 14px;font-weight:800;display:inline-flex}.admin-identity-card__actions button:disabled{cursor:wait;opacity:.65}.admin-category-tree,.admin-category-tree__node,.admin-category-tree__children{gap:2px;display:grid}.admin-category-tree__drop,.admin-category-tree__root-drop{background:0 0;border-radius:999px;height:7px}.admin-category-tree__drop--active,.admin-category-tree__root-drop--active{background:#e45a3d8c}.admin-category-row{border-radius:var(--radius-sm);background:var(--color-elevated);grid-template-columns:34px 36px minmax(0,1fr) minmax(130px,.75fr) auto;align-items:center;gap:10px;min-height:62px;padding:10px;display:grid}.admin-category-row--dragging{opacity:.55}.admin-category-row--depth-1{margin-left:24px}.admin-category-row--depth-2{margin-left:48px}.admin-category-row--depth-3{margin-left:72px}.admin-category-row--depth-4{margin-left:96px}.admin-category-row__drag,.admin-category-row__actions button{border-radius:var(--radius-sm);background:var(--color-control);width:34px;height:34px;color:var(--color-muted-light);cursor:pointer;border:0;place-items:center;display:grid}.admin-category-row__drag:hover,.admin-category-row__actions button:hover,.admin-category-row__drag:focus-visible,.admin-category-row__actions button:focus-visible{background:var(--color-control-hover);color:var(--color-text)}.admin-category-row__icon{border-radius:var(--radius-sm);width:36px;height:36px;color:var(--color-accent);background:#e45a3d29;place-items:center;display:grid}.admin-category-row__content{gap:4px;min-width:0;display:grid}.admin-category-row__content strong,.admin-category-row__content span,.admin-category-row__url span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.admin-category-row__content strong{font-size:13px}.admin-category-row__content span{color:var(--color-muted);font-size:11px}.admin-category-row__url{min-width:0;color:var(--color-muted-light);align-items:center;gap:7px;font-size:11px;text-decoration:none;display:inline-flex}.admin-category-row__url:hover,.admin-category-row__url:focus-visible{color:var(--color-text)}.admin-category-row__url--disabled,.admin-category-row__url--disabled:hover,.admin-category-row__url--disabled:focus-visible{color:var(--color-muted)}.admin-category-row__actions{gap:6px;display:flex}.admin-category-row__delete:hover,.admin-category-row__delete:focus-visible{color:#ff8f78}.admin-page__grid--resources{grid-template-columns:minmax(340px,.9fr) minmax(440px,1.1fr)}.admin-resource-controls{grid-template-columns:minmax(240px,1fr) minmax(180px,260px);gap:12px;display:grid}.admin-resource-controls label{gap:7px;display:grid}.admin-resource-controls span{color:var(--color-muted-light);font-size:12px;font-weight:800}.admin-resource-controls input,.admin-resource-controls select,.admin-resource-bulk input,.admin-resource-bulk select{border-radius:var(--radius-sm);background:var(--color-control);width:100%;min-height:42px;color:var(--color-text);font:700 13px/1.2 var(--font-sans);border:0;padding:0 12px}.admin-resource-controls input:focus,.admin-resource-controls select:focus,.admin-resource-bulk input:focus,.admin-resource-bulk select:focus{background:var(--color-control-hover)}.admin-resource-bulk{border-radius:var(--radius-lg);background:var(--color-panel);grid-template-columns:auto minmax(150px,190px) minmax(220px,1fr) auto auto;align-items:center;gap:10px;padding:12px;display:grid}.admin-resource-bulk__count{color:var(--color-muted-light);white-space:nowrap;font-size:12px;font-weight:800}.admin-resource-bulk input:disabled,.admin-resource-bulk select:disabled{cursor:not-allowed;opacity:.62}.admin-resource-list__items{gap:10px;display:grid}.admin-resource-list__item{border-radius:var(--radius-md);background:var(--color-elevated);grid-template-columns:30px minmax(0,1fr);align-items:center;gap:10px;padding:10px;display:grid}.admin-resource-list__item--active{background:var(--color-control-hover)}.admin-resource-list__check{place-items:center;width:30px;height:30px;display:grid}.admin-resource-list__check input{width:17px;height:17px;accent-color:var(--color-accent)}.admin-resource-list__main{min-width:0;color:var(--color-text);cursor:pointer;text-align:left;background:0 0;border:0;grid-template-columns:82px minmax(0,1fr) 34px;align-items:center;gap:12px;padding:0;display:grid}.admin-resource-list__cover{aspect-ratio:4/3;border-radius:var(--radius-sm);background:var(--color-control);width:82px;display:block;overflow:hidden}.admin-resource-list__cover img{object-fit:cover;width:100%;height:100%;display:block}.admin-resource-list__content{gap:6px;min-width:0;display:grid}.admin-resource-list__topline,.admin-resource-list__meta{flex-wrap:wrap;gap:6px;display:flex}.admin-resource-list__topline span,.admin-resource-list__meta span{background:var(--color-control);color:var(--color-muted-light);border-radius:999px;padding:5px 8px;font-size:10px;font-weight:800}.admin-resource-status--pending{color:#ffd38f!important;background:#ffc06129!important}.admin-resource-status--approved{color:#92e0bc!important;background:#46a67a33!important}.admin-resource-status--rejected,.admin-resource-status--hidden{color:#ffad9a!important;background:#e45a3d2b!important}.admin-resource-list__title,.admin-resource-list__description{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.admin-resource-list__title{font-size:14px;font-weight:850}.admin-resource-list__description{color:var(--color-muted-light);font-size:12px}.admin-resource-list__action{border-radius:var(--radius-sm);background:var(--color-control);width:34px;height:34px;color:var(--color-muted-light);place-items:center;display:grid}.admin-resource-form__header{justify-content:space-between;align-items:start;gap:12px;display:flex}.admin-resource-form__header a{background:var(--color-control);color:var(--color-muted-light);flex:none;text-decoration:none}.admin-resource-form__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-resource-form__html{min-height:190px;font-family:var(--font-mono,monospace)}.admin-resource-form__quick-actions{flex-wrap:wrap;gap:10px;display:flex}.admin-resource-moderation{gap:12px;display:grid}.admin-resource-moderation__item{border-radius:var(--radius-md);background:var(--color-elevated);grid-template-columns:96px minmax(0,1fr) auto;align-items:center;gap:14px;padding:12px;display:grid}.admin-resource-moderation__cover{aspect-ratio:4/3;border-radius:var(--radius-sm);background:var(--color-control);width:96px;overflow:hidden}.admin-resource-moderation__cover img{object-fit:cover;width:100%;height:100%;display:block}.admin-resource-moderation__content{gap:7px;min-width:0;display:grid}.admin-resource-moderation__content h2,.admin-resource-moderation__content p{margin:0}.admin-resource-moderation__content h2{text-overflow:ellipsis;white-space:nowrap;font-size:16px;overflow:hidden}.admin-resource-moderation__content p{color:var(--color-muted-light);font-size:12px;line-height:1.5}.admin-resource-moderation__meta,.admin-resource-moderation__files{flex-wrap:wrap;gap:6px;display:flex}.admin-resource-moderation__meta span,.admin-resource-moderation__files span{background:var(--color-control);color:var(--color-muted);border-radius:999px;padding:5px 8px;font-size:10px;font-weight:750}.admin-resource-moderation__actions{gap:7px;display:grid}.admin-resource-moderation__actions a,.admin-resource-moderation__actions button{border-radius:var(--radius-sm);background:var(--color-control);min-height:34px;color:var(--color-muted-light);cursor:pointer;font:800 11px/1 var(--font-sans);border:0;justify-content:center;align-items:center;gap:7px;padding:0 11px;text-decoration:none;display:inline-flex}.admin-resource-moderation__actions a:hover,.admin-resource-moderation__actions a:focus-visible,.admin-resource-moderation__actions button:hover,.admin-resource-moderation__actions button:focus-visible{background:var(--color-control-hover);color:var(--color-text)}.admin-resource-moderation__actions button:first-of-type{color:#92e0bc;background:#46a67a38}.admin-resource-moderation__actions button:nth-of-type(2),.admin-resource-moderation__actions button:nth-of-type(3){color:#ffad9a;background:#e45a3d2b}.admin-resource-reports{gap:12px;display:grid}.admin-resource-reports__item{border-radius:var(--radius-md);background:var(--color-elevated);grid-template-columns:44px minmax(0,1fr) auto;align-items:start;gap:14px;padding:14px;display:grid}.admin-resource-reports__icon{border-radius:var(--radius-sm);color:#ffad9a;background:#e45a3d24;place-items:center;width:44px;height:44px;display:grid}.admin-resource-reports__content{gap:8px;min-width:0;display:grid}.admin-resource-reports__content h2,.admin-resource-reports__content p{margin:0}.admin-resource-reports__content h2{text-overflow:ellipsis;white-space:nowrap;font-size:16px;overflow:hidden}.admin-resource-reports__meta{flex-wrap:wrap;gap:6px;display:flex}.admin-resource-reports__meta span,.admin-resource-reports__meta strong{background:var(--color-control);color:var(--color-muted);border-radius:999px;padding:5px 8px;font-size:10px;font-weight:750}.admin-sitemap{gap:18px;display:grid}.admin-sitemap__summary{gap:18px}.admin-sitemap__actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.admin-sitemap__actions a{text-decoration:none}.admin-sitemap__status,.admin-sitemap__counts{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.admin-sitemap__status{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-sitemap__status>div,.admin-sitemap__count{border-radius:var(--radius-md);background:var(--color-elevated);align-content:center;gap:6px;min-height:74px;padding:14px;display:grid}.admin-sitemap__status span,.admin-sitemap__count span{color:var(--color-muted);text-transform:uppercase;font-size:11px;font-weight:800}.admin-sitemap__status strong,.admin-sitemap__count strong{overflow-wrap:anywhere;font-size:17px}.admin-sitemap__entries{gap:10px;display:grid}.admin-sitemap__entry{border-radius:var(--radius-md);background:var(--color-elevated);grid-template-columns:42px minmax(0,1fr) minmax(100px,auto);align-items:center;gap:12px;padding:12px;display:grid}.admin-sitemap__entry-icon{border-radius:var(--radius-sm);color:#ffad9a;background:#e45a3d24;place-items:center;width:42px;height:42px;display:grid}.admin-sitemap__entry-content{gap:6px;min-width:0;display:grid}.admin-sitemap__entry-content h3{text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:15px;overflow:hidden}.admin-sitemap__entry-content a{color:var(--color-muted-light);text-overflow:ellipsis;white-space:nowrap;font-size:12px;text-decoration:none;overflow:hidden}.admin-sitemap__entry-content a:hover,.admin-sitemap__entry-content a:focus-visible{color:var(--color-text)}.admin-sitemap__entry-meta{flex-wrap:wrap;gap:6px;display:flex}.admin-sitemap__entry-meta span,.admin-sitemap__entry-meta strong{background:var(--color-control);color:var(--color-muted);border-radius:999px;padding:5px 8px;font-size:10px;font-weight:800}.admin-sitemap__entry-date{color:var(--color-muted);text-align:right;font-size:12px;font-weight:800}.admin-sitemap__empty{justify-items:start;gap:8px;display:grid}.admin-resource-reports__meta strong{color:var(--color-muted-light)}.admin-resource-reports__author{color:var(--color-muted-light);font-size:12px;line-height:1.5}.admin-resource-reports__message{color:var(--color-text);white-space:pre-wrap;font-size:13px;line-height:1.55}.admin-resource-reports__actions{gap:7px;display:flex}.admin-resource-reports__actions a{border-radius:var(--radius-sm);background:var(--color-control);width:38px;height:38px;color:var(--color-muted-light);justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.admin-resource-reports__actions a:hover,.admin-resource-reports__actions a:focus-visible{background:var(--color-control-hover);color:var(--color-text)}@keyframes surface-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes list-item-in{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes badge-pop{0%{transform:scale(.75)}70%{transform:scale(1.12)}to{transform:scale(1)}}@keyframes active-tab-in{0%{transform:translateY(2px)}to{transform:translateY(0)}}:where(a,button,input,select,textarea,[role=button],[role=tab]){transition-property:background-color,color,opacity,transform,box-shadow,filter;transition-duration:var(--motion-fast);transition-timing-function:var(--motion-standard)}:where(button,[role=button],[role=tab]):active:not(:disabled){transform:translateY(0)scale(.98)}:where(.topbar__icon-button,.topbar__account,.topbar__account-menu-item,.topbar__action-menu-item,.language-switcher__option,.marketplace-sidebar__item,.marketplace-sidebar__category-link,.resource-card__footer button,.resource-card__open,.resource-publish__action,.resource-publish-form__submit,.resource-publish-form__secondary,.account-profile-form__submit,.account-profile-form__secondary,.my-purchases-card__action,.resource-show__primary-action,.resource-show__secondary-action,.resource-show__icon-button,.resource-show__action-menu-item,.resource-show__tab,.resource-comment__icon-button,.resource-comment-form__button,.resource-comment-editor__tool,.resource-purchase-modal__primary,.resource-purchase-modal__secondary,.resource-purchase-modal__close,.resource-report-modal__primary,.resource-report-modal__secondary,.resource-report-modal__close,.admin-button,.admin-user-list__item,.admin-resource-list__item,.admin-resource-list__main,.admin-category-row__drag,.admin-category-row__actions button,.admin-identity-card__actions button,.admin-resource-moderation__action,.admin-resource-reports__actions a,.auth-modal__close,.auth-modal__tab,.auth-form__submit,.auth-form__ghost-button):hover:not(:disabled),:where(.topbar__icon-button,.topbar__account,.topbar__account-menu-item,.topbar__action-menu-item,.language-switcher__option,.marketplace-sidebar__item,.marketplace-sidebar__category-link,.resource-card__footer button,.resource-card__open,.resource-publish__action,.resource-publish-form__submit,.resource-publish-form__secondary,.account-profile-form__submit,.account-profile-form__secondary,.my-purchases-card__action,.resource-show__primary-action,.resource-show__secondary-action,.resource-show__icon-button,.resource-show__action-menu-item,.resource-show__tab,.resource-comment__icon-button,.resource-comment-form__button,.resource-comment-editor__tool,.resource-purchase-modal__primary,.resource-purchase-modal__secondary,.resource-purchase-modal__close,.resource-report-modal__primary,.resource-report-modal__secondary,.resource-report-modal__close,.admin-button,.admin-user-list__item,.admin-resource-list__item,.admin-resource-list__main,.admin-category-row__drag,.admin-category-row__actions button,.admin-identity-card__actions button,.admin-resource-moderation__action,.admin-resource-reports__actions a,.auth-modal__close,.auth-modal__tab,.auth-form__submit,.auth-form__ghost-button):focus-visible:not(:disabled){transform:translateY(-1px)}:where(.home-intro,.marketplace-filters,.resource-empty,.resource-category-page__hero,.resource-publish-form,.resource-publish-empty,.account-profile-form,.my-resources-table,.account-notifications,.my-purchases-list,.resource-show__hero,.resource-show__description,.resource-show__files,.resource-show__versions,.resource-comments,.admin-form,.admin-list,.admin-empty,.admin-user-list,.admin-resource-list,.admin-resource-bulk,.admin-resource-moderation,.admin-resource-reports){animation:surface-in var(--motion-slow) var(--motion-enter) both}:where(.resource-card,.topbar__favorite-item,.topbar__notification-link,.account-notifications__item,.my-purchases-card,.resource-show__file-card,.resource-show__version-card,.resource-comment,.admin-identity-card,.admin-user-list__item,.admin-resource-list__item,.admin-category-row,.admin-resource-moderation__item,.admin-resource-reports__item){animation:list-item-in var(--motion-slow) var(--motion-enter) both}.resource-list>:nth-child(2),.topbar__favorite-item:nth-child(2),.topbar__notification-link:nth-child(2),.account-notifications__item:nth-child(2),.my-purchases-card:nth-child(2),.resource-show__file-card:nth-child(2),.resource-show__version-card:nth-child(2),.resource-comment:nth-child(2),.admin-category-row:nth-child(2),.admin-user-list__item:nth-child(2),.admin-resource-list__item:nth-child(2),.admin-resource-moderation__item:nth-child(2),.admin-resource-reports__item:nth-child(2){animation-delay:45ms}.resource-list>:nth-child(3),.topbar__favorite-item:nth-child(3),.topbar__notification-link:nth-child(3),.account-notifications__item:nth-child(3),.my-purchases-card:nth-child(3),.resource-show__file-card:nth-child(3),.resource-show__version-card:nth-child(3),.resource-comment:nth-child(3),.admin-category-row:nth-child(3),.admin-user-list__item:nth-child(3),.admin-resource-list__item:nth-child(3),.admin-resource-moderation__item:nth-child(3),.admin-resource-reports__item:nth-child(3){animation-delay:90ms}.resource-list>:nth-child(n+4),.topbar__favorite-item:nth-child(n+4),.topbar__notification-link:nth-child(n+4),.account-notifications__item:nth-child(n+4),.my-purchases-card:nth-child(n+4),.resource-show__file-card:nth-child(n+4),.resource-show__version-card:nth-child(n+4),.resource-comment:nth-child(n+4),.admin-category-row:nth-child(n+4),.admin-user-list__item:nth-child(n+4),.admin-resource-list__item:nth-child(n+4),.admin-resource-moderation__item:nth-child(n+4),.admin-resource-reports__item:nth-child(n+4){animation-delay:.12s}:where(.resource-show__action-menu,.resource-editor__color-panel,.marketplace-select__menu){transform-origin:100% 0}:where(.topbar__account-dropdown,.topbar__action-dropdown,.resource-show__action-menu,.resource-editor__color-panel,.marketplace-select__menu,.resource-purchase-modal__dialog,.resource-report-modal__dialog){backface-visibility:hidden;will-change:opacity, transform}:where(.topbar__account-dropdown,.topbar__action-dropdown,.resource-show__action-menu,.resource-editor__color-panel,.marketplace-select__menu){opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s var(--motion-standard), transform .22s var(--motion-enter), visibility 0s linear .18s;transform:translateY(-6px)scale(.98)}:where(.topbar__action-dropdown .topbar__favorite-item,.topbar__action-dropdown .topbar__notification-link){animation:none}:where(.topbar__account-dropdown--open,.topbar__action-dropdown--open,.resource-show__action-menu--open,.resource-editor__color-panel--open,.marketplace-select__menu--open){opacity:1;visibility:visible;pointer-events:auto;transition-delay:0s;transform:translateY(0)scale(1)}:where(.resource-purchase-modal,.resource-report-modal){opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s var(--motion-standard), visibility 0s linear .22s}:where(.resource-purchase-modal--open,.resource-report-modal--open){opacity:1;visibility:visible;pointer-events:auto;transition-delay:0s}:where(.resource-purchase-modal__dialog,.resource-report-modal__dialog){opacity:0;transition:opacity .26s var(--motion-standard), transform .3s var(--motion-enter);transform:translateY(14px)scale(.98)}:where(.resource-purchase-modal--open .resource-purchase-modal__dialog,.resource-report-modal--open .resource-report-modal__dialog){opacity:1;transform:translateY(0)scale(1)}:where(.topbar__notification-badge,.topbar__favorite-badge){animation:badge-pop var(--motion-medium) var(--motion-enter) both}:is(.resource-card,.my-purchases-card,.account-notifications__item,.resource-show__file-card,.resource-show__version-card,.resource-comment,.admin-identity-card,.admin-user-list__item,.admin-resource-list__item,.admin-category-row,.admin-resource-moderation__item,.admin-resource-reports__item){transition:background-color var(--motion-medium) var(--motion-standard), color var(--motion-fast) var(--motion-standard), transform var(--motion-medium) var(--motion-enter), box-shadow var(--motion-medium) var(--motion-standard)}:is(.resource-card,.my-purchases-card,.account-notifications__item,.resource-show__file-card:not(.resource-show__file-card--locked),.resource-show__version-card,.resource-comment:not(.resource-comment--deleted),.admin-identity-card,.admin-user-list__item,.admin-resource-list__item,.admin-category-row,.admin-resource-moderation__item,.admin-resource-reports__item):hover,:is(.resource-card,.my-purchases-card,.account-notifications__item,.resource-show__file-card:not(.resource-show__file-card--locked),.resource-show__version-card,.resource-comment:not(.resource-comment--deleted),.admin-identity-card,.admin-user-list__item,.admin-resource-list__item,.admin-category-row,.admin-resource-moderation__item,.admin-resource-reports__item):focus-visible,.resource-card:focus-within{background:var(--color-elevated-hover);transform:translateY(-3px)}:where(.resource-card__preview img,.topbar__favorite-thumb img,.topbar__notification-thumb img,.my-purchases-card__cover img,.resource-show__gallery-main img,.resource-comment__avatar img){transition:transform var(--motion-slow) var(--motion-enter), filter var(--motion-medium) var(--motion-standard)}.resource-card:hover .resource-card__preview img,.resource-card:focus-within .resource-card__preview img,.topbar__favorite-item:hover .topbar__favorite-thumb img,.topbar__notification-link:hover .topbar__notification-thumb img,.my-purchases-card:hover .my-purchases-card__cover img,.resource-comment:hover .resource-comment__avatar img{transform:scale(1.04)}.resource-card__preview-glow{transition:opacity var(--motion-medium) var(--motion-standard), transform var(--motion-slow) var(--motion-enter)}.resource-card:hover .resource-card__preview-glow,.resource-card:focus-within .resource-card__preview-glow{opacity:.85;transform:scale(1.08)}:where(.form-field input,.form-field select,.form-field textarea,.auth-form__field input,.resource-report-modal__field textarea,.resource-comment-editor__content){transition:background-color var(--motion-fast) var(--motion-standard), color var(--motion-fast) var(--motion-standard), box-shadow var(--motion-medium) var(--motion-standard), transform var(--motion-fast) var(--motion-standard)}:where(.form-field input,.form-field select,.form-field textarea,.auth-form__field input,.resource-report-modal__field textarea,.resource-comment-editor__content):focus{transform:translateY(-1px)}.resource-show__tab.is-active{animation:active-tab-in var(--motion-medium) var(--motion-enter) both}.resource-rating-control__stars button,.resource-card__rating-star{transition:color var(--motion-fast) var(--motion-standard), transform var(--motion-fast) var(--motion-enter)}.resource-rating-control__stars button:hover,.resource-rating-control__stars button:focus-visible{transform:scale(1.12)}@media (width<=1180px){.resource-list{grid-template-columns:repeat(3,minmax(0,1fr))}.resource-show__hero-content{grid-template-columns:minmax(190px,260px) minmax(0,1fr);align-items:start}.resource-show__cover{min-height:260px}.resource-show__download-panel{grid-column:1/-1}.resource-show__summary{align-content:start}}@media (width<=900px){.marketplace-workspace{grid-template-columns:1fr;padding-top:20px}.marketplace-sidebar{grid-template-columns:minmax(0,1fr) 240px;display:grid}.marketplace-sidebar__links{scrollbar-width:thin;align-items:flex-start;display:flex;overflow-x:auto}.marketplace-sidebar__category{flex:0 0 220px}.marketplace-sidebar__group{flex:none}.marketplace-sidebar__item{grid-template-columns:20px max-content auto}.marketplace-sidebar__subnav-children{min-width:0}.admin-page__grid{grid-template-columns:1fr}.admin-resource-bulk{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-resource-bulk__count,.admin-resource-bulk input{grid-column:1/-1}.admin-category-row{grid-template-columns:34px 36px minmax(0,1fr) auto}.admin-category-row__url{grid-column:3/-1}.resource-publish-form__grid,.account-profile-form__section-grid,.account-profile-form__avatar-group,.resource-publish-form__permissions,.resource-show__hero-content,.resource-show__content-grid,.my-purchases-card{grid-template-columns:1fr}.my-purchases-card__cover{min-height:180px}.my-purchases-card__actions{align-content:stretch}.resource-show__cover{aspect-ratio:16/10;min-height:220px;max-height:none}.resource-show__download-panel{grid-column:auto}.admin-resource-moderation__item{grid-template-columns:112px minmax(0,1fr)}.admin-resource-moderation__actions{grid-column:1/-1;justify-content:flex-start}}@media (width>=1440px){:root{--app-container-max:1320px}.app-container{width:min(100% - 72px, var(--app-container-max))}.brand-logo{width:176px;height:44px}.topbar__inner{grid-template-columns:auto minmax(320px,600px) auto;gap:34px;min-height:76px}.topbar__search input{font-size:14px}.topbar__icon-button{width:42px;height:42px}.topbar__avatar{width:36px;height:36px}.topbar__account-copy strong{font-size:13px}.topbar__account-copy small{font-size:11px}.marketplace-workspace{grid-template-columns:252px minmax(0,1fr);gap:32px;padding-block:32px 64px}.marketplace-sidebar__nav{padding:0}.marketplace-sidebar__eyebrow{font-size:11px}.marketplace-sidebar__item{grid-template-columns:22px 1fr auto;gap:12px;padding:13px 14px;font-size:14px}.marketplace-sidebar__category-link{min-height:58px;padding-inline:17px;font-size:15px}.marketplace-sidebar__category--depth-1 .marketplace-sidebar__category-link{min-height:42px;padding-inline:17px;font-size:13px}.marketplace-sidebar__promo{gap:10px;padding:20px}.marketplace-sidebar__promo strong{font-size:14px}.marketplace-sidebar__promo p{font-size:12px}.marketplace-sidebar__promo button{padding:11px 14px;font-size:12px}.home-intro{max-width:820px;padding:30px 4px 10px}.home-intro h1{max-width:760px;font-size:50px}.home-intro p{max-width:720px;font-size:16px}.section-heading h2{font-size:24px}.section-heading a{font-size:12px}.marketplace-filters{grid-template-columns:minmax(260px,1fr) 180px 190px auto;gap:12px;padding:14px}.marketplace-filters--categoryless{grid-template-columns:minmax(260px,1fr) 190px auto}.marketplace-filters__search-field input,.marketplace-select__button,.marketplace-select__option,.marketplace-filters__toggle-field{font-size:13px}.marketplace-filters__search-field input{padding:14px 0}.marketplace-select__button{padding:8px 12px}.marketplace-select__label{font-size:10px}.resource-list{gap:16px}.resource-card{border-radius:23px;gap:12px;padding:13px}.resource-card__preview{border-radius:19px}.resource-card__content{gap:10px}.resource-card__category{min-width:min(100%,100px);max-width:min(100%,100px);min-height:28px;padding-inline:12px;font-size:10px}.resource-card__author{min-width:min(100%,114px);max-width:min(100%,114px);min-height:28px;padding-inline:5px;font-size:12px}.resource-card__content h2{font-size:16px}.resource-card__rating{gap:6px}.resource-card__rating-star{width:15px;height:15px}}@media (width<=860px){.resource-list{grid-template-columns:repeat(2,minmax(0,1fr))}.topbar__inner{grid-template-columns:auto 1fr auto;gap:14px}.topbar__account-copy,.topbar__search kbd,.topbar__actions>.topbar__icon-button{display:none}}@media (width<=760px){.marketplace-filters,.marketplace-filters--categoryless{grid-template-columns:1fr 1fr}.marketplace-filters__search-field{grid-column:1/-1}.admin-resource-controls{grid-template-columns:1fr}}@media (width<=680px){.marketplace-sidebar{display:block}.marketplace-sidebar__promo{display:none}}@media (width<=620px){.topbar__inner{grid-template-columns:auto auto;padding-block:10px}.topbar__search{grid-area:2/1/auto/-1}}@media (width<=580px){.admin-page__heading{flex-direction:column;align-items:start}.admin-category-row{grid-template-columns:34px minmax(0,1fr) auto}.admin-category-row__icon{display:none}.admin-category-row__url{grid-column:2/-1}.admin-identity-card__header,.admin-identity-card__preview{flex-direction:column;align-items:flex-start}.admin-identity-card__grid,.admin-user-form__grid{grid-template-columns:1fr}.admin-user-list__item{grid-template-columns:40px minmax(0,1fr)}.admin-user-list__avatar{width:40px;height:40px}.admin-user-list__action{display:none}.admin-resource-form__header,.admin-resource-form__quick-actions{flex-direction:column;align-items:stretch}.admin-resource-form__header .admin-button,.admin-resource-form__quick-actions .admin-button{width:100%}.admin-resource-form__grid{grid-template-columns:1fr}.admin-resource-list__main{grid-template-columns:72px minmax(0,1fr)}.admin-resource-list__cover{width:72px}.admin-resource-list__action{display:none}.admin-category-row--depth-1{margin-left:14px}.admin-category-row--depth-2{margin-left:28px}.admin-category-row--depth-3,.admin-category-row--depth-4{margin-left:42px}.home-intro{padding-top:10px}.home-intro h1{font-size:32px}.home-intro p{font-size:14px}.resource-category-page__actions,.resource-publish-form__actions{flex-direction:column;align-items:stretch;width:100%}.resource-category-page__hero{padding-right:24px}.resource-category-page__actions{grid-column:1/-1;justify-content:stretch;position:static}.resource-category-page__publish,.resource-publish-form__actions button{width:100%}}@media (width<=560px){.app-container{width:min(100% - 24px, var(--app-container-max))}.brand-logo{width:132px;height:33px}.resource-list{grid-template-columns:1fr}.resource-card{border-radius:22px;padding:12px}.resource-card__content{gap:10px}.resource-card__footer{grid-template-columns:minmax(72px,max-content) minmax(0,1fr);padding-top:10px}.resource-card__open{font-size:15px}.resource-category-page__hero{grid-template-columns:1fr}.resource-category-page__icon{width:48px;height:48px}.resource-publish,.my-resources,.account-page,.account-profile,.resource-show{gap:18px;padding-block:18px 42px}.resource-publish-form,.resource-show__description,.resource-show__files,.resource-show__versions,.resource-comments,.admin-resource-list,.admin-resource-bulk,.admin-resource-moderation,.admin-resource-reports{padding:18px}.admin-sitemap__status,.admin-sitemap__counts,.admin-sitemap__entry{grid-template-columns:1fr}.admin-sitemap__actions{justify-content:stretch}.admin-sitemap__actions .admin-button{width:100%}.admin-sitemap__entry-icon{display:none}.admin-sitemap__entry-date{text-align:left}.resource-publish-form__version-heading{flex-direction:column;align-items:flex-start}.account-profile-form__section{padding:16px}.resource-editor__content{min-height:260px}.my-resources-table__empty,.account-empty{padding:18px}.account-notifications__item{grid-template-columns:48px minmax(0,1fr);padding:12px}.account-notifications__thumb{border-radius:10px;width:48px}.account-notifications__open{display:none}.resource-editor__toolbar{gap:6px}.resource-editor__tool,.resource-editor__color-tool{width:34px;height:34px}.resource-show__cover{min-height:160px}.resource-show__files,.resource-show__versions{padding:12px}.resource-show__file-card{grid-template-columns:34px minmax(0,1fr);width:100%}.resource-show__file-size{grid-column:2;justify-self:start}.resource-comment{grid-template-columns:34px minmax(0,1fr);padding:12px}.resource-comment__avatar{width:34px;height:34px}.resource-comment__replies{padding-left:0}.admin-resource-moderation__item,.admin-resource-list__item,.admin-resource-reports__item,.admin-resource-bulk{grid-template-columns:1fr}.admin-resource-bulk__count,.admin-resource-bulk input{grid-column:auto}.admin-resource-moderation__cover{min-height:160px}.admin-resource-moderation__actions{flex-direction:column}.admin-resource-moderation__actions a,.admin-resource-moderation__actions button{width:100%}.admin-resource-reports__actions{justify-content:stretch}.admin-resource-reports__actions a{width:100%}}@media (width<=480px){.marketplace-filters,.marketplace-filters--categoryless{grid-template-columns:1fr}.marketplace-filters__search-field{grid-column:auto}.marketplace-filters__toggle-field{min-height:42px}.auth-modal,.resource-purchase-modal,.resource-report-modal{align-items:end;padding:12px}.resource-purchase-modal__dialog{width:100%;max-height:94vh;padding:20px 16px 16px;overflow-y:auto}.resource-purchase-modal__actions{grid-template-columns:1fr}.resource-report-modal__dialog{width:100%;max-height:94vh;padding:20px 16px 16px;overflow-y:auto}.resource-report-modal__actions{grid-template-columns:1fr}.auth-modal__dialog{width:100%;max-height:94vh}.auth-modal__tab{min-width:0}.auth-form{padding:24px 18px 18px}.auth-form__actions{grid-template-columns:1fr}.auth-avatar-field{grid-template-columns:48px minmax(0,1fr)}.auth-avatar-field__preview{width:48px;height:48px}.auth-avatar-field__controls{grid-template-columns:1fr;gap:8px;display:grid}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important}}
