/* Theme v1 generated CSS — do not edit by hand. Source: style.css. Rebuild: php artisan theme:style-split */
/* Secondary: member / search / category page families */
.member-fav-row {
    display: flex;
    align-items: stretch;
    gap: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}.member-fav-row:last-child {
    border-bottom: none;
}.theme-dark .member-fav-row {
    border-bottom-color: rgba(255, 255, 255, 0.06);
}.member-fav-row__link {
    flex: 1 1 auto;
    min-width: 0;
}.member-fav-row__remove {
    flex: 0 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    width: 48px;
    margin: 0;
    padding: 0;
    border: none;
    border-inline-start: 1px solid rgba(0, 0, 0, 0.06);
    background: transparent;
    color: #9ca3af;
    cursor: pointer;
    line-height: 0;
    transition:
        color 0.18s ease,
        background 0.18s ease;
}.member-fav-row__remove:hover {
    color: #dc2626;
    background: rgba(220, 38, 38, 0.06);
}.member-fav-row__remove:focus-visible {
    outline: 2px solid rgba(220, 38, 38, 0.35);
    outline-offset: -2px;
}.member-fav-row__remove:disabled {
    opacity: 0.45;
    cursor: wait;
}.member-fav-row__remove-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}.member-fav-row__remove-icon .ph-duotone {
    font-size: 1.35rem;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
}.member-fav-row__remove-icon .ph-duotone:before,
.member-fav-row__remove-icon .ph-duotone:after {
    white-space: nowrap;
}.theme-dark .member-fav-row__remove {
    border-inline-start-color: rgba(255, 255, 255, 0.08);
    color: #9ca3af;
}.theme-dark .member-fav-row__remove:hover {
    color: #f87171;
    background: rgba(248, 113, 113, 0.1);
}.member-favorites__empty-shell {
    max-width: 26rem;
    margin-inline: auto;
    padding-inline: 0.5rem;
}.member-favorites__empty-panel {
    margin-inline: auto;
    margin-bottom: 1rem;
    max-width: 100%;
    background: transparent;
    border: none;
    box-shadow: none;
}.member-favorites__empty-panel-inner {
    padding: clamp(1.1rem, 3.2vw, 1.5rem) clamp(0.5rem, 2.4vw, 0.85rem)
        clamp(1rem, 2.5vw, 1.35rem);
}.member-favorites__empty-fav-slot {
    margin: 0 auto clamp(1.1rem, 3vw, 1.35rem);
    line-height: 0;
}.member-favorites__empty-fav-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: clamp(40px, 10vw, 44px);
    height: clamp(40px, 10vw, 44px);
    border-radius: 12px;
    background: #ff4b502b;
    color: #ff4b50;
    box-sizing: border-box;
}.member-favorites__empty-fav-chip__icons {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(1.2rem, 3.2vw + 0.65rem, 1.35rem);
    line-height: 1;
}.member-favorites__empty-fav-chip__icons .ph-duotone {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    line-height: 1;
}.member-favorites__empty-fav-chip__icons .ph-duotone:before,
.member-favorites__empty-fav-chip__icons .ph-duotone:after {
    white-space: nowrap;
}.member-favorites__empty-fav-chip__icon--fill {
    display: none;
    color: #e11d48;
}.theme-dark .member-favorites__empty-fav-chip,
body.theme-dark .member-favorites__empty-fav-chip {
    background: rgba(31, 41, 55, 0.65);
    border: 1px solid rgba(52, 211, 153, 0.28);
    color: #6ee7b7;
}.member-favorites__empty-title {
    margin: 0 0 clamp(0.55rem, 1.8vw, 0.75rem);
    font-size: clamp(1rem, 0.55vw + 0.9rem, 1.125rem);
    font-weight: 800;
    line-height: 1.45;
    letter-spacing: -0.01em;
}.member-favorites__empty-desc {
    margin: 0 auto 0;
    font-size: clamp(0.8125rem, 0.35vw + 0.76rem, 0.875rem);
    line-height: 1.72;
    max-width: 22rem;
}.member-reviews__list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}.member-review-card {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    padding: 0.9rem 1rem;
    border-radius: 0.85rem;
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid rgba(0, 0, 0, 0.06);
}.theme-dark .member-review-card,
body.theme-dark .member-review-card {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.08);
}.member-review-card__app {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}.member-review-card__icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    object-fit: cover;
    flex-shrink: 0;
}.member-review-card__icon--placeholder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.05);
    color: inherit;
    opacity: 0.55;
    font-size: 1.25rem;
}.member-review-card__app-name {
    display: block;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
}.member-review-card__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem 0.65rem;
    margin-top: 0.2rem;
    font-size: 0.75rem;
}.member-review-card__stars {
    display: inline-flex;
    gap: 0.08rem;
    color: #f5a623;
    font-size: 0.85rem;
}.member-review-card__status {
    display: inline-flex;
    align-items: center;
    padding: 0.12rem 0.45rem;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 600;
}.member-review-card__status--success {
    background: rgba(46, 168, 90, 0.14);
    color: #1f7a43;
}.member-review-card__status--warning {
    background: rgba(232, 168, 56, 0.18);
    color: #9a6b08;
}.member-review-card__status--danger {
    background: rgba(214, 69, 69, 0.14);
    color: #a83232;
}.theme-dark .member-review-card__status--success,
body.theme-dark .member-review-card__status--success {
    color: #7ddea3;
}.theme-dark .member-review-card__status--warning,
body.theme-dark .member-review-card__status--warning {
    color: #f0c56a;
}.theme-dark .member-review-card__status--danger,
body.theme-dark .member-review-card__status--danger {
    color: #f0a0a0;
}.member-review-card__body {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.7;
}.member-review-card__link {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    text-decoration: none;
    opacity: 0.75;
}.member-review-card__link:hover {
    opacity: 1;
}.member-reviews__list--desktop {
    max-width: 46rem;
}.member-reviews__empty-icon {
    font-size: 1.6rem;
}.member-reviews__pager .pagination {
    justify-content: center;
}.member-profile {
    display: flex;
    flex-direction: column;
    gap: 0.95rem;
    max-width: 26.5rem;
    margin-inline: auto;
}.member-profile--desktop {
    max-width: 52rem;
    margin-inline: 0;
    gap: 1.1rem;
}.member-profile__top {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}.member-profile__greeting {
    min-width: 0;
}.member-profile__hello {
    margin: 0;
    font-size: 1.55rem;
    font-weight: 800;
    line-height: 1.3;
    color: #0f172a;
    letter-spacing: -0.015em;
}.theme-dark .member-profile__hello,
body.theme-dark .member-profile__hello {
    color: #f9fafb;
}.member-profile__hello-sub {
    margin: 0.35rem 0 0;
    font-size: 0.84rem;
    font-weight: 500;
    color: #9ca3af;
    line-height: 1.55;
}.member-profile__meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: wrap;
}.member-profile__status {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.82rem;
    color: #6b7280;
    line-height: 1.4;
}.member-profile__status-icon {
    color: #12b886;
    font-size: 1.1rem;
    flex-shrink: 0;
}.member-profile__status-value {
    color: #12b886;
    font-weight: 700;
}.member-profile__status--inactive .member-profile__status-icon,
.member-profile__status--inactive .member-profile__status-value {
    color: #f59e0b;
}.member-profile__date {
    display: inline-flex;
    align-items: center;
    gap: 0.38rem;
    flex-shrink: 0;
    margin: 0;
    font-size: 0.78rem;
    font-weight: 500;
    color: #9ca3af;
    white-space: nowrap;
    line-height: 1.4;
}.member-profile__date i {
    font-size: 1rem;
    color: #9ca3af;
}.member-profile__hero {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 1.05rem;
    padding: 1.35rem 1.3rem;
    border-radius: 1.55rem;
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(15, 23, 42, 0.035);
}.member-profile__hero-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(
            circle at 0% 0%,
            transparent 14%,
            rgba(16, 185, 129, 0.13) 14.4%,
            transparent 15%
        ),
        radial-gradient(
            circle at 0% 0%,
            transparent 22%,
            rgba(16, 185, 129, 0.11) 22.4%,
            transparent 23%
        ),
        radial-gradient(
            circle at 0% 0%,
            transparent 30%,
            rgba(20, 184, 166, 0.09) 30.4%,
            transparent 31%
        ),
        radial-gradient(
            circle at 0% 0%,
            transparent 38%,
            rgba(45, 212, 191, 0.08) 38.4%,
            transparent 39%
        ),
        radial-gradient(
            circle at 0% 0%,
            transparent 46%,
            rgba(125, 211, 252, 0.07) 46.4%,
            transparent 47%
        ),
        radial-gradient(
            circle at 0% 0%,
            transparent 54%,
            rgba(186, 230, 253, 0.08) 54.4%,
            transparent 55%
        ),
        linear-gradient(
            100deg,
            rgba(209, 250, 229, 0.75) 0%,
            rgba(224, 242, 254, 0.45) 26%,
            rgba(255, 255, 255, 0) 48%
        );
}.theme-dark .member-profile__hero,
body.theme-dark .member-profile__hero {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.07);
    box-shadow: none;
}.theme-dark .member-profile__hero-bg,
body.theme-dark .member-profile__hero-bg {
    background:
        radial-gradient(
            circle at 0% 0%,
            transparent 16%,
            rgba(16, 185, 129, 0.18) 16.4%,
            transparent 17%
        ),
        radial-gradient(
            circle at 0% 0%,
            transparent 26%,
            rgba(16, 185, 129, 0.14) 26.4%,
            transparent 27%
        ),
        radial-gradient(
            circle at 0% 0%,
            transparent 36%,
            rgba(20, 184, 166, 0.1) 36.4%,
            transparent 37%
        ),
        radial-gradient(
            circle at 0% 0%,
            transparent 46%,
            rgba(56, 189, 248, 0.08) 46.4%,
            transparent 47%
        ),
        linear-gradient(100deg, rgba(16, 185, 129, 0.16) 0%, transparent 46%);
}.member-profile__avatar-wrap {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
}.member-profile__avatar {
    width: 4.85rem;
    height: 4.85rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.35rem;
    letter-spacing: 0.03em;
    color: #fff;
    background: linear-gradient(
        180deg,
        #34d399 0%,
        #10b981 28%,
        #0d9488 58%,
        #1e40af 100%
    );
    box-shadow: 0 8px 18px rgba(13, 148, 136, 0.28);
}.member-profile__online-dot {
    position: absolute;
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 50%;
    background: #22c55e;
    border: 2.5px solid #ffffff;
    bottom: 0.1rem;
    inset-inline-end: 0.05rem;
    inset-inline-start: auto;
}.theme-dark .member-profile__online-dot,
body.theme-dark .member-profile__online-dot {
    border-color: #1f2937;
}.member-profile__identity {
    position: relative;
    z-index: 1;
    min-width: 0;
}.member-profile__display-name {
    margin: 0;
    font-size: 1.18rem;
    font-weight: 800;
    line-height: 1.3;
    color: #0f172a;
}.theme-dark .member-profile__display-name,
body.theme-dark .member-profile__display-name {
    color: #f9fafb;
}.member-profile__username {
    margin: 0.22rem 0 0;
    font-size: 0.86rem;
    color: #9ca3af;
    direction: ltr;
    unicode-bidi: isolate;
    text-align: end;
}.member-profile__meta {
    margin: 0.5rem 0 0;
    display: inline-flex;
    align-items: center;
    gap: 0.32rem;
    font-size: 0.76rem;
    color: #9ca3af;
}.member-profile__meta i {
    font-size: 0.95rem;
    color: #9ca3af;
}.member-profile__info-card {
    padding: 1.15rem 1.05rem 1.1rem;
    border-radius: 1.4rem;
    background: #fff;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.07);
    border: 1px solid rgba(15, 23, 42, 0.035);
}.theme-dark .member-profile__info-card,
body.theme-dark .member-profile__info-card {
    background: rgba(255, 255, 255, 0.04);
    box-shadow: none;
    border-color: rgba(255, 255, 255, 0.07);
}.member-profile__info-head {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 0.95rem;
}.member-profile__info-head-icon {
    width: 2.85rem;
    height: 2.85rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #12b886;
    background: rgba(18, 184, 134, 0.1);
    border: 1.7px dashed rgba(18, 184, 134, 0.55);
    font-size: 1.25rem;
    flex-shrink: 0;
}.member-profile__info-head-text {
    min-width: 0;
}.member-profile__info-title {
    margin: 0;
    font-size: 1.02rem;
    font-weight: 800;
    color: #111827;
    line-height: 1.35;
}.theme-dark .member-profile__info-title,
body.theme-dark .member-profile__info-title {
    color: #f9fafb;
}.member-profile__info-lead {
    margin: 0.22rem 0 0;
    font-size: 0.76rem;
    color: #9ca3af;
    line-height: 1.5;
}.member-profile__verify-slot {
    margin: 0;
    padding: 0;
}.member-profile__rows {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}.member-profile__row {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.88rem 0.9rem;
    border-radius: 1.05rem;
    background: #fff;
    border: 1px solid #eef1f4;
}.theme-dark .member-profile__row,
body.theme-dark .member-profile__row {
    background: rgba(0, 0, 0, 0.18);
    border-color: rgba(255, 255, 255, 0.08);
}.member-profile__row--action {
    padding: 0;
    background: transparent;
    border: 0;
}.member-profile__row-btn {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.92rem 0.95rem;
    border-radius: 1.05rem;
    text-align: start;
    color: inherit;
}.member-profile__row-btn--edit {
    border: 1px solid rgba(251, 146, 60, 0.35);
    background: #fff7ed;
}.theme-dark .member-profile__row-btn--edit,
body.theme-dark .member-profile__row-btn--edit {
    background: rgba(251, 146, 60, 0.12);
    border-color: rgba(251, 146, 60, 0.28);
}.member-profile__row-btn--password {
    border: 1px solid rgba(99, 102, 241, 0.35);
    background: #eef2ff;
}.theme-dark .member-profile__row-btn--password,
body.theme-dark .member-profile__row-btn--password {
    background: rgba(99, 102, 241, 0.14);
    border-color: rgba(129, 140, 248, 0.32);
}.member-profile__row-icon {
    width: 2.45rem;
    height: 2.45rem;
    border-radius: 0.85rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    flex-shrink: 0;
}.member-profile__row-icon--teal {
    color: #0ca678;
    background: rgba(18, 184, 134, 0.14);
}.member-profile__row-icon--blue {
    color: #3b82f6;
    background: rgba(59, 130, 246, 0.14);
}.member-profile__row-icon--violet {
    color: #8b5cf6;
    background: rgba(139, 92, 246, 0.14);
}.member-profile__row-icon--orange {
    color: #f97316;
    background: rgba(249, 115, 22, 0.14);
}.member-profile__row-icon--edit {
    color: #ea580c;
    background: rgba(251, 146, 60, 0.22);
}.member-profile__row-icon--password {
    color: #4f46e5;
    background: rgba(99, 102, 241, 0.18);
}.member-profile__row-body {
    min-width: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.18rem;
}.member-profile__row-label {
    font-size: 0.72rem;
    color: #9ca3af;
    line-height: 1.3;
}.member-profile__row-value {
    font-size: 0.94rem;
    font-weight: 700;
    color: #111827;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.35;
}.theme-dark .member-profile__row-value,
body.theme-dark .member-profile__row-value {
    color: #f3f4f6;
}.member-profile__row-value--edit {
    color: #ea580c;
    font-size: 0.95rem;
}.member-profile__row-value--password {
    color: #4f46e5;
    font-size: 0.95rem;
}.member-profile__row-btn .member-profile__row-label {
    order: 2;
}.member-profile__row-btn .member-profile__row-value--edit,
.member-profile__row-btn .member-profile__row-value--password {
    order: 1;
}.member-profile__row-chevron {
    color: #d1d5db;
    font-size: 1rem;
    flex-shrink: 0;
}.member-profile__sheet-save {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    background-image: linear-gradient(
        90deg,
        #12b886,
        #0ea5e9 55%,
        #1d4ed8
    ) !important;
    border: 0 !important;
}.member-profile__sheet-save[aria-busy="true"] {
    pointer-events: none;
    opacity: 0.88;
}.member-profile__sheet-save .js-submit-spinner {
    width: 1rem;
    height: 1rem;
    border-width: 0.14em;
    color: #fff;
}.member-profile__previews {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 0.15rem;
}.member-profile--desktop .member-profile__previews {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.15rem;
    align-items: start;
}.member-profile__preview {
    padding: 1rem 1.05rem 1.1rem;
    border-radius: 1.25rem;
    background: #fff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
    border: 1px solid rgba(15, 23, 42, 0.04);
}.theme-dark .member-profile__preview,
body.theme-dark .member-profile__preview {
    background: rgba(255, 255, 255, 0.04);
    box-shadow: none;
    border-color: rgba(255, 255, 255, 0.07);
}.member-profile__preview-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.85rem;
}.member-profile__preview-head-main {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    min-width: 0;
}.member-profile__preview-head-icon {
    width: 2.85rem;
    height: 2.85rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
}.member-profile__preview-head-icon--reviews {
    color: #6366f1;
    background: rgba(99, 102, 241, 0.1);
    border: 1.7px dashed rgba(99, 102, 241, 0.55);
}.member-profile__preview-head-icon--favorites {
    color: #e11d48;
    background: rgba(225, 29, 72, 0.1);
    border: 1.7px dashed rgba(225, 29, 72, 0.55);
}.member-profile__preview-title {
    margin: 0;
    font-size: 1.02rem;
    font-weight: 800;
    color: #111827;
    line-height: 1.35;
}.theme-dark .member-profile__preview-title,
body.theme-dark .member-profile__preview-title {
    color: #f9fafb;
}.member-profile__preview-all {
    display: inline-flex;
    align-items: center;
    gap: 0.15rem;
    font-size: 0.76rem;
    font-weight: 600;
    color: #2563eb;
    text-decoration: none;
    white-space: nowrap;
}.member-profile__preview-list {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}.member-profile__preview-list .member-review-card {
    margin: 0;
    padding: 0.75rem 0.8rem;
    border-radius: 0.85rem;
    box-shadow: none;
    border: 1px solid rgba(15, 23, 42, 0.06);
}.theme-dark .member-profile__preview-list .member-review-card,
body.theme-dark .member-profile__preview-list .member-review-card {
    border-color: rgba(255, 255, 255, 0.08);
}.member-profile__preview-empty {
    margin: 0;
    padding: 0.85rem 0.4rem 0.35rem;
    font-size: 0.82rem;
    opacity: 0.55;
    text-align: center;
}.member-profile__preview-list--favorites .developer-app-row__link {
    grid-template-columns: 78px 1fr;
}.member-profile__preview-list--favorites .developer-app-row__icon-wrap {
    width: 78px;
    height: 78px;
    border-radius: 18px;
}.member-profile__preview-list--favorites .developer-app-row__icon {
    width: 78px;
    height: 78px;
}@media (max-width: 991.98px) {
.member-profile--desktop .member-profile__previews {
        grid-template-columns: 1fr;
    }}
@media (min-width: 992px) {
.member-profile--desktop .member-profile__top,
    .member-profile--desktop .member-profile__hero,
    .member-profile--desktop .member-profile__verify-slot,
    .member-profile--desktop .member-profile__info-card {
        max-width: 26.5rem;
    }}
.member-favorites-skeleton {
    pointer-events: none;
    user-select: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}.theme-dark .member-favorites-skeleton {
    border-bottom-color: rgba(255, 255, 255, 0.06);
}.member-favorites-skeleton .member-favorites-skeleton__grid {
    display: grid;
    grid-template-columns: 96px 1fr 48px;
    gap: 12px;
    align-items: center;
    padding: 12px 12px;
    min-height: 96px;
}.member-favorites-skeleton__thumb {
    width: 96px;
    height: 96px;
    border-radius: 22px;
    background: linear-gradient(90deg, #e5e7eb 0%, #f3f4f6 45%, #e5e7eb 90%);
    background-size: 200% 100%;
    animation: member-favorites-shimmer 1.1s ease-in-out infinite;
}.member-favorites-skeleton__lines {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
}.member-favorites-skeleton__line {
    height: 12px;
    border-radius: 8px;
    background: linear-gradient(90deg, #e5e7eb 0%, #f3f4f6 45%, #e5e7eb 90%);
    background-size: 200% 100%;
    animation: member-favorites-shimmer 1.1s ease-in-out infinite;
}.member-favorites-skeleton__line--short {
    width: 42%;
}.member-favorites-skeleton__line--mid {
    width: 68%;
}.member-favorites-skeleton__btn {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    margin-inline: auto;
    background: linear-gradient(90deg, #e5e7eb 0%, #f3f4f6 45%, #e5e7eb 90%);
    background-size: 200% 100%;
    animation: member-favorites-shimmer 1.1s ease-in-out infinite;
}.theme-dark .member-favorites-skeleton__thumb,
.theme-dark .member-favorites-skeleton__line,
.theme-dark .member-favorites-skeleton__btn {
    background: linear-gradient(90deg, #374151 0%, #4b5563 45%, #374151 90%);
    background-size: 200% 100%;
}.app-app-reviews-page.app-category-page--app-shell {
    margin-top: calc(4rem + env(safe-area-inset-top, 0px) * 0.8);
    padding-top: 1.15rem;
}.app-category-apps-page .developer-app-row__link {
    grid-template-columns: 78px 1fr;
}.app-category-apps-page .developer-app-row__icon-wrap {
    width: 78px;
    height: 78px;
    border-radius: 18px;
}.app-category-apps-page .developer-app-row__icon {
    width: 78px;
    height: 78px;
}.app-category-page__h1 {
    margin: 14px 0 0;
    padding: 0 10px;
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--app-detail-h1, #111827);
    line-height: 1.4;
}.app-category-page__lead {
    margin: 6px 0 0;
    padding: 0;
    font-size: 13px;
    color: var(--app-detail-stat-label, #6b7280);
}.app-categories-index:not(.app-category-page--app-shell) {
    margin-top: 4.5rem;
}.app-categories-index__page-head .app-category-page__h1 {
    margin-top: 0.35rem;
}.app-category-page--app-shell {
    margin-top: 4rem;
    padding-top: 0.35rem;
}.app-category-page--app-shell > .home-offers:first-child {
    padding-top: 10px;
}.app-categories-index__page-head.app-page-head--breadcrumb-only
    .app-category-page__lead {
    margin-top: 0.15rem;
}.app-page-head--breadcrumb-first .app-category-page__h1 {
    margin-top: 4px;
}.app-category-page__grid-section {
    padding-top: 8px;
}.app-category-page__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 14px;
    padding: 8px 16px 24px;
}.app-category-page__card {
    min-width: 0;
}.app-category-page__empty {
    grid-column: 1 / -1;
    margin: 1rem 16px;
    padding: 1.25rem;
    text-align: center;
    border-radius: 18px;
    background: rgba(243, 244, 246, 0.65);
    color: #6b7280;
    font-size: 14px;
}body.theme-dark .app-category-page__empty {
    background: rgba(31, 41, 55, 0.5);
    color: #9ca3af;
}.app-category-tile {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    padding: 9px 12px;
    text-decoration: none !important;
    color: var(--app-detail-hero-title, #111827) !important;
    background: transparent;
    transition: background-color 0.15s ease;
}.theme-dark .app-category-tile {
    color: #f9fafb !important;
}.app-category-tile:hover,
.app-category-tile:focus-visible {
    background: rgba(37, 99, 235, 0.06);
    text-decoration: none !important;
    color: var(--app-detail-hero-title, #111827) !important;
}.theme-dark .app-category-tile:hover,
.theme-dark .app-category-tile:focus-visible {
    background: rgba(52, 211, 153, 0.08);
    color: #f9fafb !important;
}.app-category-tile__icon-wrap {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(243, 244, 246, 0.95);
    overflow: hidden;
}.theme-dark .app-category-tile__icon-wrap {
    background: rgba(17, 24, 39, 0.65);
}.app-category-tile__icon-img {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    object-fit: cover;
}.app-category-tile__phosphor {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1;
    color: #3f51b5;
}.theme-dark .app-category-tile__phosphor {
    color: #6ee7b7;
}.app-category-tile__text {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 1px;
    text-align: right;
}.app-category-tile__name-primary {
    font-size: 14px;
    line-height: 1.35;
    font-weight: 800;
    color: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}.app-category-tile__name-secondary {
    font-size: 12px;
    line-height: 1.35;
    font-weight: 600;
    color: #6b7280c2 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 2px;
}.theme-dark .app-category-tile__name-secondary {
    color: #9ca3af !important;
}.app-category-tile__count {
    flex-shrink: 0;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    color: rgba(17, 24, 39, 0.5);
    white-space: nowrap;
}.theme-dark .app-category-tile__count {
    color: rgba(249, 250, 251, 0.5);
}.app-category-tile__chevron {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    font-size: 14px;
    opacity: 0.38;
    color: inherit;
}@media (max-width: 420px) {
.app-category-tile__name-primary {
        font-size: 13px;
    }.app-category-tile__name-secondary {
        font-size: 11px;
    }}
.app-search-page--safe-chrome {
    margin-top: 0 !important;
    padding-top: calc(68px + env(safe-area-inset-top, 0px) * 0.8);
    padding-bottom: calc(80px + env(safe-area-inset-bottom, 0px) * 1.1);
}.app-search-page__top {
    display: flex;
    flex-direction: column;
}.app-search-page__top .app-search-form {
    margin-bottom: 0;
}.app-search-page__top .app-search-filter-chips {
    margin-top: 0.65rem;
}.app-search-state {
    margin-top: 0.35rem;
}.app-search-state__query {
    margin: 0 0 10px;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.45;
    color: var(--app-detail-stat-label, #6b7280);
}.theme-dark .app-search-state__query {
    color: #9ca3af;
}.app-search-page__results-meta {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0.2rem 0 0.25rem;
    padding: 0;
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1.45;
    color: var(--app-detail-stat-label, #6b7280);
}.app-search-page__results-meta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 1.65rem;
    height: 1.65rem;
    border-radius: 10px;
    font-size: 0.95rem;
    color: #3d9a45;
    background: rgba(76, 175, 80, 0.12);
}.theme-dark .app-search-page__results-meta {
    color: #9ca3af;
}.app-search-form {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}.app-search-form__label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}.app-search-toolbar {
    display: flex;
    align-items: stretch;
    gap: 0.55rem;
}.app-search-toolbar__field {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0 0.65rem 0 0.75rem;
    min-height: 3rem;
    border-radius: 14px;
    border: 1px solid rgba(15, 17, 23, 0.1);
    background: #fff;
    box-shadow: 0 2px 10px rgba(15, 17, 23, 0.05);
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}.app-search-toolbar__field:focus-within {
    border-color: rgba(76, 175, 80, 0.65);
    box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.18);
}.theme-dark .app-search-toolbar__field {
    background: rgba(24, 28, 36, 0.96);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}.app-search-toolbar__search-icon {
    display: flex;
    align-items: center;
    color: #4caf50;
    font-size: 1.25rem;
    flex-shrink: 0;
}.app-search-toolbar__input {
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    padding: 0.65rem 0.15rem !important;
    font-size: 1rem;
    min-height: 2.75rem;
}.app-search-toolbar__input:focus {
    outline: none;
}.app-search-toolbar__input::-webkit-search-cancel-button,
.app-search-toolbar__input::-webkit-search-decoration,
.app-search-toolbar__input::-webkit-search-results-button {
    -webkit-appearance: none;
    appearance: none;
    display: none;
}.app-search-toolbar__input::-ms-clear,
.app-search-toolbar__input::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}.app-search-toolbar__clear {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    padding: 0;
    border: 0;
    border-radius: 10px;
    background: rgba(15, 17, 23, 0.06);
    color: inherit;
    opacity: 0.75;
}.app-search-toolbar__clear:hover {
    opacity: 1;
    background: rgba(15, 17, 23, 0.1);
}.app-search-toolbar__filter-btn {
    position: relative;
    flex-shrink: 0;
    width: 3rem;
    min-height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    border: 1px solid rgba(15, 17, 23, 0.1);
    background: #fff;
    color: inherit;
    box-shadow: 0 2px 10px rgba(15, 17, 23, 0.05);
    font-size: 1.35rem;
}.app-search-toolbar__filter-btn:hover,
.app-search-toolbar__filter-btn:focus {
    border-color: rgba(76, 175, 80, 0.45);
    color: #2e7d32;
}.theme-dark .app-search-toolbar__filter-btn {
    background: rgba(24, 28, 36, 0.96);
    border-color: rgba(255, 255, 255, 0.12);
}.app-search-toolbar__filter-badge {
    position: absolute;
    top: 7px;
    inset-inline-end: 7px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #2563eb;
    box-shadow: 0 0 0 2px #fff;
}.theme-dark .app-search-toolbar__filter-badge {
    box-shadow: 0 0 0 2px rgba(24, 28, 36, 1);
}.app-search-form__hint {
    margin: 0;
    font-size: 0.78rem;
    opacity: 0.62;
    padding-inline: 0.2rem;
    line-height: 1.45;
}.app-search-results-panel {
    position: relative;
    margin-top: 0;
    min-height: 0;
}.app-search-results-panel.is-loading {
    min-height: 148px;
}.app-search-results-panel.is-loading .app-search-results-panel__body {
    pointer-events: none;
    opacity: 0.35;
    filter: blur(0.5px);
    transition: opacity 0.2s ease;
}.app-search-results-panel__body {
    min-height: 0;
}.app-search-page .app-search-filter-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.65rem;
}.app-search-page .app-search-results-section {
    margin-top: 0.35rem !important;
}.app-search-results-panel.is-loading .app-search-state {
    pointer-events: none;
}.app-search-filter-chips__chip {
    display: inline-flex;
    align-items: center;
    padding: 0;
    border: none;
    border-radius: 0;
    font-size: 13px;
    font-weight: 600;
    background: none;
    color: var(--app-detail-stat-label, #6b7280);
}.theme-dark .app-search-filter-chips__chip {
    background: none;
    color: #9ca3af;
}.app-search-page .developer-app-row__icon-wrap {
    width: 78px;
    height: 78px;
    border-radius: 18px;
}.app-search-results-section__hint,
/* ——— Theme sheet-select + navigator (bottom-sheet drill-down, RTL) ——— */
.theme-sheet-navigator {
    position: relative;
    min-height: 10.5rem;
    direction: rtl;
}.app-search-filter-sheet__summary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    margin: 0 0 0.75rem;
    padding: 0.55rem 0.7rem;
    border-radius: 12px;
    background: rgba(76, 175, 80, 0.1);
    border: 1px solid rgba(76, 175, 80, 0.22);
    font-size: 0.84rem;
    font-weight: 600;
    color: #2e7d32;
    line-height: 1.4;
    text-align: center;
}.app-search-filter-sheet__summary-icon {
    font-size: 1rem;
    flex-shrink: 0;
}.app-search-filter-sheet__summary-text {
    min-width: 0;
}.app-search-filter-sheet__reset {
    font-size: 0.88rem;
    font-weight: 600;
    color: #6b7280;
    background: transparent;
    border: 1px dashed rgba(15, 17, 23, 0.18);
}.theme-dark .app-search-filter-sheet__reset {
    color: #9ca3af;
    border-color: rgba(255, 255, 255, 0.16);
}.theme-dark .app-search-filter-sheet__summary {
    background: rgba(76, 175, 80, 0.14);
    border-color: rgba(76, 175, 80, 0.28);
    color: #a5d6a7;
}