body.layana-site.com_finder {
    --search-blue: #092d6e;
    --search-ink: #040814;
    --search-ink-2: #081733;
    --search-card: rgba(255, 255, 255, 0.92);
    --search-card-border: rgba(255, 255, 255, 0.42);
    --search-muted: #657084;
    --search-rule: rgba(9, 45, 110, 0.13);
    background:
        radial-gradient(1100px 520px at 16% 0%, rgba(9, 45, 110, 0.32), transparent 60%),
        radial-gradient(900px 520px at 92% 8%, rgba(237, 132, 22, 0.13), transparent 66%),
        linear-gradient(180deg, #f5f7fb 0%, #ffffff 46%, #f6f7fa 100%);
}

body.layana-site.com_finder .layana-page {
    position: relative;
    isolation: isolate;
    width: 100%;
    max-width: none;
    min-height: 100vh;
    padding: clamp(7.2rem, 10vw, 8.9rem) 1rem clamp(4.5rem, 7vw, 6rem);
    overflow: hidden;
}

body.layana-site.com_finder .layana-page::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        repeating-linear-gradient(0deg, transparent, transparent 48px, rgba(9, 45, 110, 0.035) 48px, rgba(9, 45, 110, 0.035) 49px),
        repeating-linear-gradient(90deg, transparent, transparent 48px, rgba(9, 45, 110, 0.03) 48px, rgba(9, 45, 110, 0.03) 49px);
    mask-image: radial-gradient(900px 520px at 50% 10%, #000 35%, transparent 86%);
    -webkit-mask-image: radial-gradient(900px 520px at 50% 10%, #000 35%, transparent 86%);
    pointer-events: none;
}

body.layana-site.com_finder .layana-page::after {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    z-index: -1;
    height: min(460px, 60vh);
    background:
        linear-gradient(110deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0)),
        linear-gradient(135deg, rgba(4, 8, 20, 0.98) 0%, rgba(8, 23, 51, 0.97) 54%, rgba(9, 45, 110, 0.92) 100%);
    clip-path: ellipse(92% 62% at 50% 0%);
    pointer-events: none;
}

body.layana-site.com_finder #system-message-container {
    width: min(1080px, 100%);
    margin: 0 auto 1rem;
}

body.layana-site.com_finder .com-finder {
    position: relative;
    width: min(1080px, 100%);
    margin: 0 auto;
    color: #121826;
}

body.layana-site.com_finder .com-finder::before {
    content: none;
}

body.layana-site.com_finder .com-finder > h1 {
    margin: 0 0 1.5rem;
    color: #ffffff;
    font-size: clamp(2.15rem, 4.7vw, 4rem);
    line-height: 1.04;
    font-weight: 800;
    letter-spacing: -0.02em;
}

body.layana-site.com_finder .com-finder__form {
    position: relative;
    overflow: hidden;
    padding: clamp(1.05rem, 2vw, 1.35rem);
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.78)),
        radial-gradient(100% 120% at 0% 0%, rgba(237, 132, 22, 0.14), transparent 48%);
    box-shadow:
        0 34px 90px rgba(4, 10, 24, 0.18),
        0 0 0 1px rgba(255, 255, 255, 0.5) inset;
    backdrop-filter: blur(22px) saturate(155%);
    -webkit-backdrop-filter: blur(22px) saturate(155%);
}

body.layana-site.com_finder .com-finder__form::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 24%, rgba(255, 255, 255, 0.52) 48%, transparent 72%);
    transform: translateX(-58%);
    opacity: 0.65;
    pointer-events: none;
    animation: layana-search-sheen 10s ease-in-out infinite;
}

@keyframes layana-search-sheen {
    0%,
    100% {
        transform: translateX(-70%);
    }

    50% {
        transform: translateX(70%);
    }
}

body.layana-site.com_finder .js-finder-searchform {
    position: relative;
    z-index: 1;
}

body.layana-site.com_finder .com-finder__search {
    margin: 0;
    padding: 0;
    border: 0;
}

body.layana-site.com_finder .form-inline {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.7rem;
}

body.layana-site.com_finder .form-inline > label {
    margin: 0;
    color: var(--search-blue);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

body.layana-site.com_finder .input-group {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.75rem;
    align-items: stretch;
}

body.layana-site.com_finder .form-control,
body.layana-site.com_finder .js-finder-search-query {
    width: 100%;
    min-width: 0;
    min-height: 56px;
    padding: 0.95rem 1.05rem;
    border: 1px solid rgba(9, 45, 110, 0.15);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.82);
    color: #101827;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.72) inset;
    outline: 0;
    transition: border-color 0.25s var(--ease), box-shadow 0.25s var(--ease), background-color 0.25s var(--ease);
}

body.layana-site.com_finder .form-control:focus,
body.layana-site.com_finder .js-finder-search-query:focus {
    border-color: rgba(237, 132, 22, 0.8);
    background: #ffffff;
    box-shadow:
        0 0 0 4px rgba(237, 132, 22, 0.14),
        0 1px 0 rgba(255, 255, 255, 0.8) inset;
}

body.layana-site.com_finder .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 56px;
    padding: 0.95rem 1.25rem;
    border-radius: 16px;
    border: 0;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    transition: transform 0.35s var(--ease-liquid), box-shadow 0.28s var(--ease), background-color 0.28s var(--ease);
}

body.layana-site.com_finder .btn-primary {
    color: #111827;
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-hi) 100%);
    box-shadow:
        0 18px 34px rgba(237, 132, 22, 0.28),
        0 0 0 1px rgba(255, 255, 255, 0.28) inset;
}

body.layana-site.com_finder .btn-primary:hover,
body.layana-site.com_finder .btn-primary:focus-visible {
    transform: translateY(-2px);
    box-shadow:
        0 23px 44px rgba(237, 132, 22, 0.36),
        0 0 0 1px rgba(255, 255, 255, 0.32) inset;
}

body.layana-site.com_finder .btn-secondary {
    color: #ffffff;
    background: linear-gradient(135deg, rgba(9, 45, 110, 0.9), rgba(8, 23, 51, 0.94));
}

body.layana-site.com_finder .awesomplete {
    display: block;
    width: 100%;
}

body.layana-site.com_finder .awesomplete > ul {
    margin-top: 0.4rem;
    border: 1px solid rgba(9, 45, 110, 0.12);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 46px rgba(4, 10, 24, 0.14);
}

body.layana-site.com_finder .com-finder__results {
    margin-top: clamp(1.4rem, 3vw, 2rem);
}

body.layana-site.com_finder .search-recommendations {
    margin-top: clamp(1.6rem, 3.2vw, 2.4rem);
}

body.layana-site.com_finder .search-recommendations__copy {
    max-width: 820px;
    margin-bottom: clamp(1rem, 2.2vw, 1.4rem);
}

body.layana-site.com_finder .search-recommendations__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    margin-bottom: 0.85rem;
    color: var(--accent);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

body.layana-site.com_finder .search-recommendations__eyebrow::before {
    content: "";
    width: 24px;
    height: 1px;
    background: currentColor;
}

body.layana-site.com_finder .search-recommendations h2 {
    margin: 0;
    color: #0d1730;
    font-size: clamp(1.65rem, 3.2vw, 2.45rem);
    line-height: 1.12;
    font-weight: 850;
    letter-spacing: -0.02em;
}

body.layana-site.com_finder .search-recommendations p {
    max-width: 760px;
    margin: 0.8rem 0 0;
    color: #586476;
    font-size: 1rem;
    line-height: 1.75;
}

body.layana-site.com_finder .search-recommendations__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
}

body.layana-site.com_finder .search-rec-card {
    position: relative;
    display: grid;
    min-height: 212px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 22px;
    background: #0b1634;
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 18px 44px rgba(4, 10, 24, 0.12);
    isolation: isolate;
}

body.layana-site.com_finder .search-rec-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(90% 80% at 0% 0%, rgba(237, 132, 22, 0.22), transparent 55%),
        linear-gradient(180deg, rgba(3, 8, 20, 0.06), rgba(3, 8, 20, 0.76));
    transition: opacity 0.3s var(--ease);
}

body.layana-site.com_finder .search-rec-card__media {
    position: absolute;
    inset: 0;
    z-index: 0;
}

body.layana-site.com_finder .search-rec-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
    transition: transform 0.6s var(--ease), filter 0.35s var(--ease);
}

body.layana-site.com_finder .search-rec-card__body {
    position: relative;
    z-index: 2;
    align-self: end;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.25;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.28);
}

body.layana-site.com_finder .search-rec-card__body svg {
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
    color: var(--accent-hi);
    transform: translateX(-2px);
    transition: transform 0.35s var(--ease-liquid), color 0.25s var(--ease);
}

body.layana-site.com_finder .search-rec-card:hover,
body.layana-site.com_finder .search-rec-card:focus-visible {
    transform: translateY(-3px);
    box-shadow: 0 26px 60px rgba(4, 10, 24, 0.18);
}

body.layana-site.com_finder .search-rec-card:hover .search-rec-card__media img,
body.layana-site.com_finder .search-rec-card:focus-visible .search-rec-card__media img {
    transform: scale(1.08);
    filter: saturate(1.08);
}

body.layana-site.com_finder .search-rec-card:hover .search-rec-card__body svg,
body.layana-site.com_finder .search-rec-card:focus-visible .search-rec-card__body svg {
    transform: translateX(2px);
    color: #ffffff;
}

body.layana-site.com_finder .com-finder__explained,
body.layana-site.com_finder .com-finder__empty,
body.layana-site.com_finder .com-finder__sorting,
body.layana-site.com_finder .com-finder__navigation {
    margin: 0 0 1rem;
    padding: 1rem 1.1rem;
    border: 1px solid var(--search-rule);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 16px 40px rgba(4, 10, 24, 0.07);
}

body.layana-site.com_finder .com-finder__explained p,
body.layana-site.com_finder .com-finder__empty p {
    margin: 0;
    color: var(--search-muted);
    line-height: 1.75;
}

body.layana-site.com_finder .com-finder__empty h2 {
    margin: 0 0 0.45rem;
    color: var(--search-blue);
    font-size: clamp(1.3rem, 2.4vw, 1.8rem);
}

body.layana-site.com_finder .com-finder__results-list {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.85rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.layana-site.com_finder .result__item {
    position: relative;
    overflow: hidden;
    padding: clamp(1rem, 2.2vw, 1.35rem);
    border: 1px solid rgba(9, 45, 110, 0.1);
    border-radius: 20px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 253, 0.9)),
        radial-gradient(110% 120% at 0% 0%, rgba(9, 45, 110, 0.06), transparent 55%);
    box-shadow: 0 18px 46px rgba(4, 10, 24, 0.08);
    transition: transform 0.35s var(--ease-liquid), border-color 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

body.layana-site.com_finder .result__item::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: linear-gradient(180deg, var(--accent), rgba(9, 45, 110, 0.75));
    opacity: 0.9;
}

body.layana-site.com_finder .result__item:hover {
    transform: translateY(-2px);
    border-color: rgba(237, 132, 22, 0.32);
    box-shadow: 0 24px 56px rgba(4, 10, 24, 0.12);
}

body.layana-site.com_finder .result__title {
    margin: 0;
}

body.layana-site.com_finder .result__title-link {
    display: grid;
    gap: 0.35rem;
    color: var(--search-blue);
    text-decoration: none;
}

body.layana-site.com_finder .result__title-text {
    font-size: clamp(1.05rem, 2vw, 1.28rem);
    font-weight: 800;
    line-height: 1.28;
}

body.layana-site.com_finder .result__title-link:hover .result__title-text {
    color: var(--accent);
}

body.layana-site.com_finder .result__title-url {
    display: block;
    color: #7a8494;
    font-size: 0.78rem;
    line-height: 1.5;
    word-break: break-word;
}

body.layana-site.com_finder .result__description {
    margin: 0.8rem 0 0;
    color: #4f5d70;
    line-height: 1.78;
}

body.layana-site.com_finder .result__date {
    display: inline-flex;
    margin-right: 0.5rem;
    color: var(--accent);
    font-weight: 700;
}

body.layana-site.com_finder .result__taxonomy {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin: 0.9rem 0 0;
    padding: 0;
    list-style: none;
}

body.layana-site.com_finder .result__taxonomy-item {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    min-height: 30px;
    padding: 0.35rem 0.62rem;
    border-radius: 999px;
    background: rgba(9, 45, 110, 0.08);
    color: #41506a;
    font-size: 0.75rem;
    font-weight: 700;
}

body.layana-site.com_finder mark {
    padding: 0.05em 0.2em;
    border-radius: 0.3em;
    background: rgba(237, 132, 22, 0.22);
    color: #111827;
}

body.layana-site.com_finder .com-finder__navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 1rem;
    padding: 0.8rem;
    border-color: rgba(255, 255, 255, 0.46);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.74)),
        radial-gradient(80% 120% at 0% 0%, rgba(237, 132, 22, 0.12), transparent 58%);
    backdrop-filter: blur(18px) saturate(150%);
    -webkit-backdrop-filter: blur(18px) saturate(150%);
}

body.layana-site.com_finder .pagination__wrapper,
body.layana-site.com_finder .com-finder__pagination {
    display: flex;
    align-items: center;
    width: auto;
}

body.layana-site.com_finder .pagination {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.38rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.layana-site.com_finder .page-item {
    display: inline-flex;
    margin: 0;
}

body.layana-site.com_finder .page-link,
body.layana-site.com_finder .page-item > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 0.78rem;
    border: 1px solid rgba(9, 45, 110, 0.12);
    border-radius: 999px;
    color: var(--search-blue);
    background: rgba(255, 255, 255, 0.7);
    text-align: center;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset;
    transition: transform 0.28s var(--ease-liquid), background-color 0.25s var(--ease), box-shadow 0.25s var(--ease), color 0.25s var(--ease);
}

body.layana-site.com_finder .page-link:hover,
body.layana-site.com_finder .page-link:focus-visible {
    color: #111827;
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 12px 24px rgba(9, 45, 110, 0.12);
}

body.layana-site.com_finder .page-item.disabled .page-link,
body.layana-site.com_finder .page-item.disabled > span {
    color: rgba(9, 45, 110, 0.28);
    background: rgba(255, 255, 255, 0.46);
    box-shadow: none;
}

body.layana-site.com_finder .active > .page-link,
body.layana-site.com_finder .page-link.active {
    border-color: transparent;
    color: #111827;
    background: linear-gradient(135deg, var(--accent), var(--accent-hi));
    box-shadow: 0 14px 28px rgba(237, 132, 22, 0.24);
}

body.layana-site.com_finder .search-pages-counter {
    margin-left: auto;
    color: var(--search-muted);
    font-size: 0.88rem;
    font-weight: 700;
}

@media (max-width: 720px) {
    body.layana-site.com_finder .layana-page {
        padding-top: 6.4rem;
    }

    body.layana-site.com_finder .input-group {
        grid-template-columns: minmax(0, 1fr);
    }

    body.layana-site.com_finder .btn {
        width: 100%;
    }

    body.layana-site.com_finder .search-recommendations__grid {
        grid-template-columns: minmax(0, 1fr);
    }

    body.layana-site.com_finder .search-rec-card {
        min-height: 178px;
    }

    body.layana-site.com_finder .com-finder__navigation {
        align-items: flex-start;
        flex-direction: column;
    }

    body.layana-site.com_finder .search-pages-counter {
        margin-left: 0;
    }
}
