/* _content/Timpi_Search_Blazor/Pages/AccessDeniedPage.razor.rz.scp.css */
.abs-fill[b-n2akliyg3n] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.page[b-n2akliyg3n] {
    width: 100%;
    height: 100dvh;
    position: relative;
    overflow: hidden;
    background-color: #222325;
}

.bg-noise[b-n2akliyg3n] {
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: url("assets/noise.png") lightgray 0% 0% / 64px 64px repeat;
    mix-blend-mode: multiply;
}

.light-red[b-n2akliyg3n] {
    width: 640px;
    height: 640px;
    flex-shrink: 0;
    border-radius: 640px;
    background: rgba(218, 34, 68, 0.44);
    filter: blur(180px);
    position: absolute;
    top: -184px;
}

.vignette[b-n2akliyg3n] {
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.32);
    filter: blur(200px);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -383px;
    width: 1790px;
    height: 1790px;
}

main[b-n2akliyg3n] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

main .message[b-n2akliyg3n] {
    padding: 24px;
    color: #CCC1C4;
    text-align: center;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    font-size: clamp(32px, calc(11.6vw - 17.45px), 64px);
}
/* _content/Timpi_Search_Blazor/Pages/ChatDevPage.razor.rz.scp.css */
.header[b-p0v9swqs1q] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 15px;
    text-align: center;
    z-index: 2000;
    height: 60px;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    color: white;
    font-size: 14px;
    font-family: Urbanist;
    font-weight: 400;
    line-height: 23.80px;
    word-wrap: break-word;
}

.header[b-p0v9swqs1q]::after {
    content: "";
    position: absolute;
    height: 120%;
    inset: 0;
    background: linear-gradient(180deg, #1B1C1D 0%, rgba(0, 0, 0, 0.00) 100%);
    mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: -1;
}

.dropdown-button[b-p0v9swqs1q] {
  padding: 4px 16px;
    background: rgba(0, 0, 0, 0.04);
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    display: flex;
}

.dropdown-button[b-p0v9swqs1q]::after {
    content: "";
    width: 16px;
    height: 16px;
    position: relative;
    display: flex;
    background-image: url('assets/chevron-down.svg');
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.1s ease-in-out
}

.gradient-border-16px[b-p0v9swqs1q] {
    overflow: hidden;
    border-radius: 16px;
    color: white;
    font-size: 14px;
    font-family: Urbanist;
    font-weight: 400;
    line-height: 23.80px;
    word-wrap: break-word;
    
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.gradient-border-16px[b-p0v9swqs1q]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    border: 1px solid transparent;
    background: linear-gradient(145deg, #FFFFFF66 0%, #FFFFFF15 50%, #FFFFFF05 60%, #FFFFFF33 100%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.gradient-button-24px[b-p0v9swqs1q] {
    overflow: hidden;
    border-radius: 24px;
    color: white;
    font-size: 14px;
    font-family: Urbanist;
    font-weight: 400;
    line-height: 23.80px;
    word-wrap: break-word;
    
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.gradient-button-24px[b-p0v9swqs1q]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    border: 1px solid transparent;
    background: linear-gradient(145deg, #FFFFFF66 0%, #FFFFFF15 50%, #FFFFFF05 60%, #FFFFFF33 100%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.gradient-button-24px:hover[b-p0v9swqs1q] {
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0) 100%);
}

.timpi-dropdown[b-p0v9swqs1q] {
    position: relative;
}

.timpi-dropdown-wrapper[b-p0v9swqs1q] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.timpi-dropdown.open .dropdown-button[b-p0v9swqs1q] {
    background: rgba(255, 255, 255, 0.04);
}

.timpi-dropdown.open .dropdown-button[b-p0v9swqs1q]::after {
    transform: rotate(180deg);
}

.timpi-dropdown-menu[b-p0v9swqs1q] {
    display: none;
    list-style: none;
    position: absolute;
    z-index: 1;
    overflow-y: auto;
    margin-top: 5px;
    padding: 16px;
    border-radius: 16px;
    background: #1B1C1D;
    color: #FFF;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: 0.56px;
    white-space: nowrap;
    min-width: 10rem;
    text-align: start;
}
.timpi-dropdown.open .timpi-dropdown-menu[b-p0v9swqs1q] {
    display: block;
}

.new-chat[b-p0v9swqs1q] { 
    display: flex;
    align-items: center;
    justify-content: center;

    color: #FFF;
    text-align: center;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.header-buttons-container[b-p0v9swqs1q] {
    display: flex;
    gap: 10px;
}

.timpi-button[b-p0v9swqs1q] {
    padding: 4px 12px;
    background: #3A3B3F;
    border-radius: 20px;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    display: flex;
    cursor: pointer;
}

.timpi-button:hover[b-p0v9swqs1q] {
    background: #585C62;
}

.filter-checkbox input[type="radio"][b-p0v9swqs1q] {
    display: none;
}

.filter-checkbox[b-p0v9swqs1q] {
    cursor: pointer;
    gap: 8px;

    display: flex;
    padding: 10px 8px;
    align-items: center;
    gap: 8px;

    color: #FFF;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%; 
    letter-spacing: 0.56px;
    white-space: nowrap;

    margin-bottom: 0;
    border-radius: 8px;
}

.filter-checkbox:hover[b-p0v9swqs1q] {
    background: rgba(255, 255, 255, 0.04);
}

.filter-checkbox .checkmark[b-p0v9swqs1q] {
    width: 20px;
    height: 20px;
    border: 1px solid #CCC1C4;
    border-radius: 4px; 
    position: relative;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.filter-checkbox input[type="radio"]:checked + .checkmark[b-p0v9swqs1q] {
    border-radius: 4px;
    background-color: #D61F37;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-color: transparent;
    background-image: url('assets/checkmark.svg');
    background-repeat: no-repeat;
    background-position: center;
}      

.filter-checkbox input[type="radio"]:checked + .checkmark[b-p0v9swqs1q]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 4px;
    border: 1px solid transparent;
    background: linear-gradient(145deg, #D61F3766 0%, #D61F3715 50%, #D61F3705 60%, #D61F3733 100%) border-box;
    margin: 1px;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}

.filter-checkbox input[type="radio"]:disabled + .checkmark[b-p0v9swqs1q] {
    background-color: #e0e0e0;
    border-color: #bdbdbd;
    cursor: not-allowed;
}

input:-webkit-autofill[b-p0v9swqs1q],
input:-webkit-autofill:hover[b-p0v9swqs1q],
input:-webkit-autofill:focus[b-p0v9swqs1q] {
    --webkit-box-shadow: 0 0 0 1000px #222325 inset !important;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #9E9094;
}



.footer-top[b-p0v9swqs1q] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #222325;
    color: white;
    padding: 15px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0 2px 5px rgba(255, 255, 255, 0.1);
    z-index: 1000;
}

.page[b-p0v9swqs1q] {
    min-height: 100vh;
}

.wrapper[b-p0v9swqs1q] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding-top: 60px;
    padding-bottom: 100px;
    align-items: center;
    color: #FFF;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
}

.content[b-p0v9swqs1q] {
    width: var(--chat-width);
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding: 20px;
}

.chat-frame[b-p0v9swqs1q] {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 100px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    z-index: 1000;
    align-items: center;
    background-color: #222325;
}

.chat-frame .chat-container[b-p0v9swqs1q] {
    background: aliceblue;
    width: var(--chat-width);
    height: 100%;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(255, 255, 255, 0.4);
    margin-bottom: 10px;
}

.chat-frame .input-wrapper[b-p0v9swqs1q] {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 12px 24px;
    align-items: center;
    gap: 40px;
    overflow: hidden;
    border-radius: 24px;
}

.chat-frame .input-wrapper .input-phrase[b-p0v9swqs1q] {
    width: 100%;
    display: flex;
}

#search-box[b-p0v9swqs1q] {
    flex: 1;
    background-color: transparent;
    border: none;
    outline: none;
    color: #9E9094;
    font-family: Urbanist;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    letter-spacing: 0.88px;
    width: 100%;
    min-width: 150px;
}

.chat-frame .input-wrapper .input-phrase .message-button[b-p0v9swqs1q] {
    border-radius: 8px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3A3B3F;
}
.chat-frame .input-wrapper .input-phrase .message-button:hover[b-p0v9swqs1q] {
    background: #585C62;
}

.user-message[b-p0v9swqs1q] {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1rem;
}

.user-message .message-text[b-p0v9swqs1q] {
    color: white;
    text-align: right;
    border-radius: 10px;
    background-color: #333;
    padding: 4px 12px;
}

.ai-message[b-p0v9swqs1q] {
    border-radius: 10px;
    background-color: #444;
    padding: 12px 12px 0px 12px;
    color: white;
    margin-bottom: 1rem;
    overflow: hidden;
}

.ai-message .wilson-say[b-p0v9swqs1q] {
    padding-bottom: 0.7rem;
}

.blink[b-p0v9swqs1q] {
    padding-bottom: 0.7rem;
    animation: blink-animation-b-p0v9swqs1q 1s infinite;
}

@keyframes blink-animation-b-p0v9swqs1q {
    50% {
        opacity: 0;
    }
}

.ai-message:not(.talking)[b-p0v9swqs1q]::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
}

.talking[b-p0v9swqs1q]::after {
    content: "";
    display: block;
    width: 120%;
    height: 2px;
    transform: translateX(-10%);
    background: linear-gradient(90deg, #ff7e5f, #feb47b, #6a11cb, #2575fc);
    background-size: 200% 100%;
    animation: gradientAnimation-b-7omwn1ew19 2s ease infinite;
}

@keyframes gradientAnimation-b-p0v9swqs1q {
    0% {
        background-position: 100% 0%;
    }

    50% {
        background-position: 0% 0%;
    }

    100% {
        background-position: 100% 0%;
    }
}
/* _content/Timpi_Search_Blazor/Pages/ChatPage.razor.rz.scp.css */
.page[b-avm9plglro] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 100vh;
    height: 100dvh;
}

.background-container[b-avm9plglro] {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.background-container[b-avm9plglro]::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #141415;
    z-index: -5;
}

.bg-noise[b-avm9plglro] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: url("assets/noise.png") lightgray 0% 0% / 64px 64px repeat;
    mix-blend-mode: multiply;
    z-index: -4;
}
.bg-red-light[b-avm9plglro] {
    position: absolute;
    width: 555px;
    height: 555px;
    top: -262px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 555px;
    background: rgba(218, 34, 68, 0.20);
    filter: blur(247px);
    z-index: -2;
}
.bg-sparkles[b-avm9plglro] {
    position: absolute;
    inset: 0;
    background-image: url(assets/chat-sparkles.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
    opacity: 0.5;
    z-index: -3;
}
.bg-vector[b-avm9plglro] {
    position: absolute;
    top: 0;
    left: 0;
    flex-shrink: 0;
    opacity: 0.5;
    z-index: -2;
}
.bg-hero[b-avm9plglro] {
    position: absolute;
    inset: 0;
    background-image: url(assets/chat-hero.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    z-index: -1;
}

.b-light[b-avm9plglro] {
    position: absolute;
    left: -492px;
    bottom: -24px;
    z-index: -1;
    pointer-events: none;
}

header[b-avm9plglro] {
    position: absolute;
    width: 100%;
    z-index: 1000;

    display: flex;
    padding: 24px 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

header .header-top[b-avm9plglro] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}


header .header-top .header-right[b-avm9plglro] {
    display: flex;
    align-items: center;
    gap: 24px;
}

header .header-top .header-right .clear-chat-button[b-avm9plglro] {
    display: flex;
    padding: 6px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;

    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: linear-gradient(0deg, #D61F37 0%, #D61F37 100%), linear-gradient(335deg, rgba(255, 255, 255, 0.02) 7.94%, rgba(255, 255, 255, 0.04) 92.72%);
    box-shadow: 0 -2px 16px 0 rgba(255, 255, 255, 0.16) inset, 0 4px 4px 0 rgba(255, 255, 255, 0.13) inset, 0 12px 36px 0 rgba(214, 31, 55, 0.24);
    backdrop-filter: blur(20px);

    user-select: none;

    color: #FFF;
    text-align: center;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 19.6px */
    letter-spacing: 0.56px;
}

header .header-top .header-right .clear-chat-button:hover[b-avm9plglro] {
    background: linear-gradient(0deg, #D92F47 0%, #D92F47 100%), linear-gradient(335deg, rgba(255, 255, 255, 0.02) 7.94%, rgba(255, 255, 255, 0.04) 92.72%);
    cursor: pointer;
}

.logo[b-avm9plglro] {
    display: block;
    min-width: 0;
    width: 85px;
    height: 48px;
    background-image: url("assets/logo-beta.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

main[b-avm9plglro] {
    --ct-gap: 16px;
    --ct-pad: 152px;
    --ct-overlap: 76px;
    flex: 1;
    overflow-y: auto;
    margin-bottom: -20px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.2) calc(var(--ct-pad) - 20px), rgba(0, 0, 0, 1) var(--ct-pad));
}

main[b-avm9plglro]::-webkit-scrollbar {
    width: 4px;
}

main[b-avm9plglro]::-webkit-scrollbar-track {
    background: none;
}

main[b-avm9plglro]::-webkit-scrollbar-thumb {
    background: #9E9094;
    border-radius: 4px;
}

main[b-avm9plglro]::-webkit-scrollbar-button {
    display: none;
}

.chat-container[b-avm9plglro] {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}
.chat-container.conversation[b-avm9plglro] {
    height: 100%;
}
.chat-container.input-section[b-avm9plglro] {
    
}

.chat-container .chat-content[b-avm9plglro] {
    position: relative;
    flex: 1;
    width: 100%;
    max-width: 680px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 0 24px;
}
.chat-container .chat-content .top-spacing[b-avm9plglro] {
    height: 128px;
}
.chat-container .chat-content .bot-spacing[b-avm9plglro] {
    height: 162px;
}

.chat-container .chat-content .chat-hero[b-avm9plglro] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}
.chat-container .chat-content .chat-conversation[b-avm9plglro]::before, 
.chat-container .chat-content .chat-conversation[b-avm9plglro]::after {
    content: "";
    flex: 1;
}
.chat-container .chat-content .chat-conversation[b-avm9plglro]::after {
    flex: 2;
}

.chat-container .chat-content .chat-hero .chat-hi[b-avm9plglro] {
    color: #FFF;
    text-align: center;
    font-family: Urbanist;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.8px;
}
.chat-container .chat-content .chat-hero .chat-me[b-avm9plglro] {
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Urbanist;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;

    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 8px;
}
.chat-container .chat-content .chat-hero .chat-me .sp-icon[b-avm9plglro] {
    display: block;
    width: 144px;
    height: 53px;
    margin: -10px;
    margin-bottom: 0;
    background-size: 165px 60px;
    background-image: url('assets/wilson-ai.svg');
    background-repeat: no-repeat;
    background-position: center;
}
.chat-container .chat-content .chat-hero .chat-prompt[b-avm9plglro] {
    color: #FFF;
    text-align: center;
    font-family: Urbanist;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 42px */
}

.chat-container .chat-content .chat-conversation[b-avm9plglro] {
    position: relative;
    
    flex: 1;
    display: flex;
    flex-direction: column;
    margin: var(--ct-pad) 0 var(--ct-overlap) 0;

}
.chat-box[b-avm9plglro] {
    position: sticky;
    bottom: 0;

    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
}

.input-wrapper[b-avm9plglro] {
    position: relative;
    display: flex;
    height: 128px;
    min-height: 128px;
    padding: 12px 8px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;

    border-radius: 24px;
    background: #1B1C1D;
    border: 1px solid #5a5a5b;
    box-shadow: 0 16px 64px 0 rgba(0, 0, 0, 0.48);
}

.input-wrapper .msg-box[b-avm9plglro] {
    width: 100%;
    padding: 4px 12px;
    color: #fff;
    resize: none;
    overflow: auto;
    border: none;
    outline: none;
    background: inherit;

    color: #FFFFFF;
    text-overflow: ellipsis;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: 1px;
}

.input-wrapper .msg-box:focus[b-avm9plglro] {
    outline: none;
    border-color: #6e9fff;
}

.input-wrapper .msg-box[b-avm9plglro]::placeholder {
    color: #CCC1C4;
}

.input-wrapper .actions-container[b-avm9plglro] {
    display: flex;
    padding: 4px 12px;
    justify-content: flex-end;
    align-items: center;
    align-self: stretch;
}
.input-wrapper .actions-container .submit-button[b-avm9plglro] {
    position: relative;
    display: flex;
    padding: 8px;
    width: 36px;
    height: 36px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    
    background: linear-gradient(0deg, #D61F37 0%, #D61F37 100%), linear-gradient(335deg, rgba(255, 255, 255, 0.02) 7.94%, rgba(255, 255, 255, 0.04) 92.72%);    
    box-shadow: 0 -2px 16px 0 rgba(255, 255, 255, 0.16) inset, 0 4px 4px 0 rgba(255, 255, 255, 0.13) inset, 0 12px 36px 0 rgba(214, 31, 55, 0.24);    
}
.input-wrapper .actions-container .submit-button.no-input[b-avm9plglro] {
    visibility: hidden;
}

.input-wrapper .actions-container .submit-button[b-avm9plglro]::after {
    content: "";
    position: absolute;
    inset: 0;
    
    background-image: url(assets/chat-send.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.input-wrapper .actions-container .submit-button.busy[b-avm9plglro]::after {
    background-image: url(assets/chat-stop.svg);
}

.input-wrapper .actions-container .submit-button:hover[b-avm9plglro] {    
    background: linear-gradient(0deg, #D92F47 0%, #D92F47 100%), linear-gradient(335deg, rgba(255, 255, 255, 0.02) 7.94%, rgba(255, 255, 255, 0.04) 92.72%);
    cursor: pointer;
}

.chat-disclaimer[b-avm9plglro] {
    display: flex;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
    align-self: center;

    color: #CCC1C4;
    text-align: center;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
    letter-spacing: 0.48px;
}
.chat-disclaimer .chat-action[b-avm9plglro] {
    color: #FFF;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.48px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.chat-disclaimer .disclaimer-action[b-avm9plglro] {
    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.48px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.chat-disclaimer .disclaimer-action:hover[b-avm9plglro] {
    color: #FFF;
}
.conversation-container[b-avm9plglro] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--ct-gap);
    align-self: stretch;
}

user-query[b-avm9plglro] {
    display: flex;
    padding-left: 209px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 8px;
    align-self: stretch;

    color: #FFF;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: 1px;
}

user-query .user-query-container[b-avm9plglro] {
    display: flex;
    padding: 16px 20px;
    align-items: center;
    gap: 8px;
    border-radius: 28px 28px 4px 28px;
    background: rgba(255, 255, 255, 0.08);
}

ws-response[b-avm9plglro] {
    display: flex;
    padding-right: 209px;
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

ws-response .ws-response-container[b-avm9plglro] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;

    color: #FFF;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: 1px;
}

ws-response .ws-response-container .ws-response-header[b-avm9plglro] {
    min-width: 0;
    width: 87px;
    height: 42px;
    margin: -10px;
    background-size: 107px 35px;
    background-image: url(assets/wilson-ai.svg);
    background-repeat: no-repeat;
    background-position: center;
}
ws-response .ws-response-container .ws-response-data.loading[b-avm9plglro] {
    display: flex;
    padding: 24px;
    align-items: center;
    gap: 4px;
    border-radius: 28px 28px 28px 4px;
    background: rgba(255, 255, 255, 0.08);
}
.dots-loader[b-avm9plglro] {
    --r-active: 4px;
    --r-idle: 3px;
    --c-idle: #CCC1C4;
    --c-active: #FFFFFF;
    --gap: 3px;
    --dur: 1.2s;

    display: inline-flex;
    align-items: center;
    gap: var(--gap);
    height: calc(var(--r-active) * 2);
}

.dots-loader > span[b-avm9plglro] {
    width: calc(var(--r-active) * 2);
    height: calc(var(--r-active) * 2);
    border-radius: 50%;
    background: var(--c-idle);
    --s-idle: calc(var(--r-idle) / var(--r-active));
    transform: scale(var(--s-idle));
    animation: dotPulse-b-avm9plglro var(--dur) ease-in-out infinite;
    animation-delay: calc(var(--i) * 0.18s);
    will-change: transform, background-color;
}

@keyframes dotPulse-b-avm9plglro {
    0%, 80%, 100% {
        transform: scale(var(--s-idle));
        background: var(--c-idle);
    }

    40% {
        transform: scale(1);
        background: var(--c-active);
    }
}

@media (prefers-reduced-motion: reduce) {
    .dots-loader > span[b-avm9plglro] {
        animation: none;
    }
}

footer[b-avm9plglro] {
    margin-bottom: 24px;
}

@media (max-width: 600px) {
    user-query[b-avm9plglro] {
        padding-left: 40px;
    }
    ws-response[b-avm9plglro] {
        padding-right: 0;
    }
}
/* _content/Timpi_Search_Blazor/Pages/Components/CustomCalendar.razor.rz.scp.css */
.calendar-wrapper[b-e3zp6cgsk5] {
    padding: 24px;
    border-radius: 24px;
    background: #141415;
    box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(4px);
    
    width: 100%;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;

    cursor: default;
}

.date-container:not(.open-calendar) .calendar-wrapper[b-e3zp6cgsk5] {
    display: none;
}

.calendar-wrapper[b-e3zp6cgsk5]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background: linear-gradient(117.96deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box, linear-gradient(130.94deg, rgba(255, 255, 255, 0) 49.92%, rgba(255, 255, 255, 0.2) 100.08%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}

.calendar[b-e3zp6cgsk5] {
    --cell-width: 32px;
    width: 100%;
    max-width: calc(7 * var(--cell-width));
}

.calendar-header[b-e3zp6cgsk5] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.calendar-header .calendar-my[b-e3zp6cgsk5] {
    display: flex;
    height: 32px;
    padding: 11px 4px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    user-select: none;
    cursor: pointer;    
}

.calendar-header .calendar-my .dropdown-my[b-e3zp6cgsk5] {
    stroke: #9D9295;
    transition: transform 0.1s ease-in-out
}
.calendar.year-view .calendar-header .calendar-my[b-e3zp6cgsk5] {
    color: #FFF;
}
.calendar.year-view .calendar-header .calendar-my .dropdown-my[b-e3zp6cgsk5] {
    stroke: #FFF;
    transform: rotate(180deg);
}
.calendar .calendar-content[b-e3zp6cgsk5] {
    position: relative;
}
.calendar .calendar-content .calendar-year[b-e3zp6cgsk5] {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #141415;
}

.calendar-year .year-container[b-e3zp6cgsk5] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 32px;

    color: #CCC1C4;
    text-align: center;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.calendar-year .year-container svg.disabled[b-e3zp6cgsk5] {    
    stroke: #3E3E3E;
    cursor: default;
}

.calendar-year .year-container svg[b-e3zp6cgsk5] {
    stroke: #9D9295;
}
.calendar-year .year-container svg:not(.disabled):hover[b-e3zp6cgsk5] {
    stroke: #FFF;
    cursor: pointer;
}

.calendar.year-view .calendar-content[b-e3zp6cgsk5] {
    overflow: hidden;
}
.calendar.year-view .calendar-content .calendar-year[b-e3zp6cgsk5] {
    display: flex;
    flex-direction: column;
}

.month-container[b-e3zp6cgsk5] {
    flex: 1;
    display: flex;
    align-items: center;
}

.month-content[b-e3zp6cgsk5] {
    display: flex;
    flex-wrap: wrap;
    width: 100%;

    color: #CCC1C4;
    text-align: center;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;

    gap: 16px 8px;
}

.month[b-e3zp6cgsk5] {
    flex: 0 0 calc(33.333% - 8px);
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s;
    border-radius: 8px;
}

.month.disabled[b-e3zp6cgsk5] {
    color: #3E3E3E;
    cursor: default;
}

.month:not(.current):not(.disabled):hover[b-e3zp6cgsk5] {    
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%), rgba(27, 28, 29, 0.80);
}

.month.current[b-e3zp6cgsk5] {
    background: rgba(255, 255, 255, 0.08);
    pointer-events: none;
}

.calendar-header .calendar-ud[b-e3zp6cgsk5] {
    display: flex;
    height: 32px;
    padding: 11px 4px;
    justify-content: center;
    align-items: center;
    gap: 12px;
}
.calendar-header .calendar-ud svg[b-e3zp6cgsk5] {
    stroke: #9D9295;
}
.calendar-header .calendar-ud svg:hover[b-e3zp6cgsk5] {
    stroke: #FFF;
    cursor: pointer;
}
.calendar-hsep[b-e3zp6cgsk5] {
    width: 100%;
    background: #2E2F30;
    height: 1px;
    margin: 8px 0px;
}

.calendar-dow[b-e3zp6cgsk5],
.calendar-body[b-e3zp6cgsk5] {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin-bottom: 8px;
}

.calendar-cell[b-e3zp6cgsk5] {
    width: var(--cell-width);
    height: var(--cell-width);
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;

    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.calendar-header .calendar-ud .next-month.disabled[b-e3zp6cgsk5],
.calendar-header .calendar-ud .previous-month.disabled[b-e3zp6cgsk5] {
    stroke: #3E3E3E;
    cursor: default;
}

.calendar-cell.day-cell.disabled[b-e3zp6cgsk5] {
    color: #3E3E3E66;
    cursor: default;
}

.calendar-dow-cell[b-e3zp6cgsk5] {
    font-weight: bold;
    opacity: 0.8;
}

.day-cell.out-month[b-e3zp6cgsk5] {
    color: #565657;
}

.day-cell.today[b-e3zp6cgsk5] {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    color: #FFF;
}

.day-cell.selected[b-e3zp6cgsk5] {
    background: linear-gradient(0deg, #D61F37 0%, #D61F37 100%), linear-gradient(335deg, rgba(255, 255, 255, 0.02) 7.94%, rgba(255, 255, 255, 0.04) 92.72%);
    box-shadow: 0 -2px 16px 0 rgba(255, 255, 255, 0.16) inset, 0 4px 4px 0 rgba(255, 255, 255, 0.13) inset;
    color: #FFF;
    border-radius: 16px;
}

.calendar-buttons[b-e3zp6cgsk5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

button[b-e3zp6cgsk5] {
    display: flex;
    padding: 6px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #CCC1C4;
    text-align: center;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.48px;
    background-color: transparent;
    border-radius: 24px;
    border: 1px solid transparent;
}

button.apply-changes[b-e3zp6cgsk5] {
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: linear-gradient(0deg, #D61F37 0%, #D61F37 100%), linear-gradient(335deg, rgba(255, 255, 255, 0.02) 7.94%, rgba(255, 255, 255, 0.04) 92.72%);
    box-shadow: 0 -2px 16px 0 rgba(255, 255, 255, 0.16) inset, 0 4px 4px 0 rgba(255, 255, 255, 0.13) inset, 0 12px 36px 0 rgba(214, 31, 55, 0.24);
    backdrop-filter: blur(20px);
    color: #FFF;
}

button:hover[b-e3zp6cgsk5] {
    background: linear-gradient(0deg, #D92F47 0%, #D92F47 100%), linear-gradient(335deg, rgba(255, 255, 255, 0.02) 7.94%, rgba(255, 255, 255, 0.04) 92.72%);
    cursor: pointer;
}
button:hover.clear-changes[b-e3zp6cgsk5] {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%), rgba(27, 28, 29, 0.80);
}

button:focus[b-e3zp6cgsk5] {
    outline: 0;
}
/* _content/Timpi_Search_Blazor/Pages/Components/HomeBackground.razor.rz.scp.css */
.abs-fill[b-rp8wmrkp87] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-noise[b-rp8wmrkp87] {
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: url("assets/noise.png") lightgray 0% 0% / 64px 64px repeat;
    mix-blend-mode: multiply;
}

.light-red[b-rp8wmrkp87] {
    width: 700px;
    height: 700px;
    flex-shrink: 0;
    border-radius: 640px;
    background: rgba(218, 34, 68, 0.34);
    filter: blur(80px);
    position: absolute;
    top: -150px;
}

.vignette[b-rp8wmrkp87] {
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.32);
    filter: blur(200px);
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50vh;
    top: 50dvh;
    width: 1430px;
    height: 1430px;
}

.circle[b-rp8wmrkp87] {
    mix-blend-mode: soft-light;
    stroke-width: 1;
    stroke: #FFF;
    position: absolute;
    top: -275px;
    opacity: 0.4;
    animation: circleRotateThenDown-b-rp8wmrkp87 500ms ease-in forwards;
}

@keyframes circleRotateThenDown-b-rp8wmrkp87 {
    0% {
        transform: translateY(-75px);
    }

    1% {
        transform: translateY(-75px);
    }

    100% {
        transform: translateY(0);
    }
}

.glow[b-rp8wmrkp87] {
    animation: rotate-b-rp8wmrkp87 4s linear infinite;
    transform-origin: center;
    transform-box: fill-box;
    stroke-width: 6px;
    stroke: #FFF;
    filter: drop-shadow(0 0 10px cyan) blur(4px);
}

@keyframes rotate-b-rp8wmrkp87 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.background-container[b-rp8wmrkp87] {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}


/*** mobile section ***/

@media (max-width: 600px) {
    .light-red[b-rp8wmrkp87] {
        top: -70px;
        width: 804px;
        height: 804px;
    }
    .circle[b-rp8wmrkp87] {
        top: -350px;
    }
    .circle:nth-of-type(1)[b-rp8wmrkp87] {
        width: 390px;
        height: 390px;
    }
    .circle:nth-of-type(2)[b-rp8wmrkp87] {
        width: 650px;
        height: 650px;
    }
    .circle:nth-of-type(3)[b-rp8wmrkp87] {
        width: 910px;
        height: 910px;
    }
    .circle:nth-of-type(4)[b-rp8wmrkp87] {
        width: 1170px;
        height: 1170px;
    }
}
/* _content/Timpi_Search_Blazor/Pages/Components/HomeVision.razor.rz.scp.css */
.vision-container[b-6kq9ng2ab1] {
    --section-width: 1200px;
    --section-padding-vertical: 80px;
    --section-padding-horizontal: 0px;
    color: #CCC1C4;
    font-family: Urbanist;
    z-index: 2;
    position: relative;
}

.vision-container .vision-section[b-6kq9ng2ab1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: var(--section-padding-vertical) var(--section-padding-horizontal);
}

.vision-container .vision-section .section-container[b-6kq9ng2ab1] {    
    width: 100%;
    max-width: 1200px;
}

.reclaim-container[b-6kq9ng2ab1] {
    padding: 24px;
    border-radius: 64px;
    opacity: 0.9;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(40px);

    position: relative;
}
.reclaim-container[b-6kq9ng2ab1]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 64px;
    right: 64px;
    height: 1px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
}

.reclaim-container .reclaim-background[b-6kq9ng2ab1] {
    position: absolute;
    inset: 0;
    z-index: -1;
}
.reclaim-container .reclaim-background .top-light[b-6kq9ng2ab1] {    
    position: absolute;
    top: -24px;
    height: 300px;
    width: 100%;
    opacity: 0.7;
    border-radius: 50%;
    background: #D62139;
    filter: blur(40px);
}
.reclaim-container .reclaim-background .center-light[b-6kq9ng2ab1] {    
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 380px;
    width: 100%;
    border-radius: 50%;
    background: rgba(214, 33, 57, 0.20);
    filter: blur(40px);
}
.reclaim-container .reclaim-background .reclaim-dots[b-6kq9ng2ab1] {    
    content: "";
    position: absolute;
    top: -186px;
    width: 1286px;
    height: 500px;
    left: 50%;
    transform: translateX(-50%);
    background: url(assets/reclaim-dots.svg) no-repeat center;
}
.reclaim-container .reclaim-background .reclaim-sparkles[b-6kq9ng2ab1] {    
    content: "";
    position: absolute;
    top: -200px;
    width: 1286px;
    height: 500px;
    left: 50%;
    opacity: 0.5;
    transform: translateX(-50%);
    background: url(assets/reclaim-sparkles.svg) no-repeat center;
}

.reclaim-container .reclaim-content[b-6kq9ng2ab1] {
    display: flex;
    padding: 40px 80px;
    flex-direction: column;
    align-items: center;
    gap: -24px;
    align-self: stretch;

    border-radius: 40px;
    background: linear-gradient(128deg, #0C0D0D 0%, rgba(20, 20, 21, 0.40) 100.08%);
    box-shadow: 0 16px 120px 0 rgba(0, 0, 0, 0.90);
    backdrop-filter: blur(4px);
}

.reclaim-container .reclaim-content .reclaim-header[b-6kq9ng2ab1] {
    display: flex;
    max-width: 920px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}
.reclaim-container .reclaim-content .reclaim-header .reclaim-title[b-6kq9ng2ab1] {
    color: #FFF;
    text-align: center;
    font-family: Urbanist;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    position: relative;
}

.reclaim-container .reclaim-content .reclaim-header .reclaim-title .title-light[b-6kq9ng2ab1] {
    position: absolute;
    width: 211px;
    height: 161px;
    pointer-events: none;
    top: -25px;
    left: -88px;
}

.reclaim-container .reclaim-content .reclaim-header .reclaim-subtitle1[b-6kq9ng2ab1] {
    color: #FFF;
    text-align: center;
    font-family: Urbanist;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.reclaim-container .reclaim-content .reclaim-header .reclaim-subtitle2[b-6kq9ng2ab1] {
    color: #FFF;
    text-align: center;
    font-family: Urbanist;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.reclaim-container .reclaim-content .reclaim-header .reclaim-subtitle2 strong[b-6kq9ng2ab1] {
    font-weight: 600;
    white-space: nowrap;
}

.reclaim-container .reclaim-map[b-6kq9ng2ab1] {
    margin-top: -24px;
    width: 904px;
    height: 508px;
    background-image: 
        url('assets/map.png');
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

.why-timpi-section[b-6kq9ng2ab1] {
}

.why-timpi-section .why-timpi-container[b-6kq9ng2ab1] {
    position: relative;
    width: 100%;
    overflow: hidden;
      
    display: flex;
    flex-direction: column;
    align-items: center;
    
    border-radius: 40px;
    background: #1B1C1D;
}

.why-timpi-section .why-timpi-container[b-6kq9ng2ab1]::before {
    content: "";
    position: absolute;
    inset: 0;
    top: 0;
    background: url(assets/why-timpi-background.svg) no-repeat top;
    mix-blend-mode: color-dodge;
    opacity: 0.4;
    pointer-events: none;
}

.why-timpi-section .why-timpi-container .why-timpi-background[b-6kq9ng2ab1] {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.why-timpi-section .why-timpi-container .why-timpi-background .right-light[b-6kq9ng2ab1] {
    position: absolute;
    z-index: 1;
    width: 394.526px;
    height: 518.247px;
    right: 0;
    bottom: 0;
    flex-shrink: 0;
    pointer-events: none;
}
.why-timpi-section .why-timpi-container .why-timpi-background .circles[b-6kq9ng2ab1] {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -40%);
    stroke-width: 1px;
    stroke: #FFF;
    opacity: 0.3;
    mix-blend-mode: soft-light;
}

.why-timpi-section .why-timpi-container .why-timpi-content[b-6kq9ng2ab1] {    
    width: 100%;
    max-width: 1200px;
    padding: 80px 0;
    display: flex;
    gap: 40px;
    flex-direction: column;
    align-items: center;
}
.why-timpi-section .why-timpi-container .why-timpi-header[b-6kq9ng2ab1] {
    color: #FFF;
    text-align: center;
    font-family: Urbanist;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 57.6px */
    position: relative;
}

.why-timpi-section .why-timpi-container .why-timpi-header .header-light[b-6kq9ng2ab1] {
    position: absolute;
    width: 220.35px;
    height: 140.51px;
    left: 38%;
    bottom: -39px;
    pointer-events: none;
}

.why-timpi-section .why-timpi-container .why-timpi-list[b-6kq9ng2ab1] {  
    display: flex;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
    justify-content: center;
}
.why-timpi-section .why-timpi-container .why-timpi-list .why-timpi-item[b-6kq9ng2ab1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 293px;
}

.why-timpi-section .why-timpi-container .why-timpi-list .why-timpi-item .icon[b-6kq9ng2ab1] {
    display: flex;
    padding: 8px;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100.08%);
    box-shadow: 0 0 16px 0 rgba(214, 31, 55, 0.24) inset;
    position: relative;
}

.why-timpi-section .why-timpi-container .why-timpi-list .why-timpi-item .icon[b-6kq9ng2ab1]:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background: linear-gradient(131deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box, linear-gradient(124deg, rgba(255, 255, 255, 0) 49.92%, rgba(255, 255, 255, 0.2) 100.08%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask-composite: add, add;
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.why-timpi-list .why-timpi-item .content[b-6kq9ng2ab1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}
.why-timpi-list .why-timpi-item .content .title[b-6kq9ng2ab1] {
    color: #FFF;
    text-align: center;
    font-family: Urbanist;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 33px */
}
.why-timpi-list .why-timpi-item .content .subtitle[b-6kq9ng2ab1] {
    color: #CCC1C4;
    text-align: center;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}


.compares-section[b-6kq9ng2ab1] {
    overflow: hidden;
    position: relative;
}

.compares-section .compares-background[b-6kq9ng2ab1] {
    position: absolute;
    inset: 0;
    top: 88px;
    background-image: url(assets/vision-compares-background.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: -1;
    pointer-events: none;
}

.compares-section .compares-container[b-6kq9ng2ab1] {
}

.compares-section .compares-container .compares-content[b-6kq9ng2ab1] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
}
.compares-container .compares-content .compares-header[b-6kq9ng2ab1] {
    color: #FFF;
    text-align: center;
    font-family: Urbanist;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    position: relative;
    z-index: 1;
}
.compares-container .compares-content .compares-header[b-6kq9ng2ab1]::before {
    content: "";
    position: absolute;
    top: -43px;
    left: 50%;
    width: 165.194px;
    height: 131.51px;
    background-image: url(assets/compares-title-light.svg);
    z-index: -1;
    background-size: cover;
    pointer-events: none;
}
.compares-container .compares-content .c-table[b-6kq9ng2ab1] {
    display: flex;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}

.compares-container .compares-content .c-column[b-6kq9ng2ab1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 0 0;
}
.compares-container .compares-content .c-column.timpi[b-6kq9ng2ab1] {
    border-radius: 24px;
    background: radial-gradient(428.94% 91.84% at 50% 8.16%, rgba(27, 27, 29, 0.50) 0%, rgba(0, 0, 0, 0.00) 100%), linear-gradient(173deg, #B1041B -0.02%, #D61F37 100.01%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(128deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100.08%);
    box-shadow: 0 4px 120px 0 rgba(0, 0, 0, 0.80);
    position: relative;
    z-index: 1;
}
.compares-container .compares-content .c-column.timpi[b-6kq9ng2ab1]::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(assets/compares-timpi-background.svg);
    background-size: cover;
    z-index: -2;
    pointer-events: none;
    mix-blend-mode: soft-light;
}
.compares-container .compares-content .c-column.timpi[b-6kq9ng2ab1]::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background: linear-gradient(93deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box, linear-gradient( 91deg, rgba(255, 255, 255, 0) 49.92%, rgba(255, 255, 255, 0.2) 100.08%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask-composite: add, add;
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}
.compares-container .compares-content .c-column.data[b-6kq9ng2ab1] {
    border-radius: 24px;
    background: #1B1C1D;
}
.compares-container .compares-content .c-column .c-cell[b-6kq9ng2ab1] {
    display: flex;
    height: 144px;
    min-height: 144px;
    padding: 24px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;

    color: #CDC2C5;
    font-family: Urbanist;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
}
.compares-container .compares-content .c-column.heading .c-cell[b-6kq9ng2ab1] {
    color: #FFF;
    text-align: center;
    font-family: Urbanist;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 27px */
    text-transform: uppercase;
}
.c-cell .timpi-logo[b-6kq9ng2ab1] {
    width: 111px;
    height: 57px;
    background: url(assets/logo-beta.svg) no-repeat center;
    background-size: contain;
}
.c-cell .google-logo[b-6kq9ng2ab1] {
    width: 146px;
    height: 48px;
    background: url(assets/google-logo.svg) no-repeat center;
    background-size: contain;
}
.c-cell .bing-logo[b-6kq9ng2ab1] {
    width: 119px;
    height: 48px;
    background: url(assets/bing-logo.svg) no-repeat center;
    background-size: contain;
}
.c-cell .duckduckgo-logo[b-6kq9ng2ab1] {
    width: 180px;
    height: 48px;
    background: url(assets/duckduckgo-logo.svg) no-repeat center;
    background-size: contain;
}
.compares-container .compares-content .c-column.timpi .c-cell[b-6kq9ng2ab1] {
    color: #FFF;
    font-family: Urbanist;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 27px */
}
.compares-container .compares-content .c-column:not(.heading) .c-cell:not(:first-child)[b-6kq9ng2ab1] {
    justify-content: start;
    align-items: flex-start;
    padding: 32px 16px;
}
.compares-container .compares-content .c-column .c-cell.checked[b-6kq9ng2ab1]:before {
    content: "✅";
    color: #FFF;
    font-family: Urbanist;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}
.compares-container .compares-content .c-column .c-cell.unchecked[b-6kq9ng2ab1]:before {
    content: "❌";
    color: #CDC2C5;
    text-align: center;
    font-family: Urbanist;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
}
.compares-container .compares-content .c-column .c-cell.duckduckgo.unchecked[b-6kq9ng2ab1]:before {
    content: "⛔";
}
.compares-container .compares-content .c-column .c-cell-sep[b-6kq9ng2ab1] {
    height: 0px;    
    align-self: stretch;
    position: relative;
}

.compares-container .compares-content .c-column .c-cell-sep[b-6kq9ng2ab1]:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none; 
}

.apps-section .apps-container[b-6kq9ng2ab1] {
    position: relative;
}
.apps-section .apps-container[b-6kq9ng2ab1]::before {
    content: "";
    position: absolute;
    top: -341px;
    left: 50%;
    transform: translateX(-50%);
    width: 1404px;
    height: 2188px;
    background: url(assets/apps-background.png) no-repeat center;
    z-index: 0;
    pointer-events: none;
}

.apps-section .apps-container .apps-content[b-6kq9ng2ab1] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 40px;

    position: relative;
}

.apps-container .apps-content .apps-header[b-6kq9ng2ab1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}
.apps-container .apps-content .apps-header .apps-title[b-6kq9ng2ab1] {
    color: #FFF;
    text-align: center;
    font-family: Urbanist;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 57.6px */
}

.apps-container .apps-content .apps-header .apps-subtitle[b-6kq9ng2ab1] {
    color: #CCC1C4;
    text-align: center;
    font-family: Urbanist;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
}
.apps-container .apps-content .apps-list[b-6kq9ng2ab1] {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
}

.apps-container .apps-content .apps-list .apps-item[b-6kq9ng2ab1] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;
}
.apps-container .apps-content .apps-list .apps-item .item-header[b-6kq9ng2ab1] {
    display: flex;
    padding: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;

    color: #FFF;
    font-family: Urbanist;
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 67.2px */
    letter-spacing: -1.12px;

    position: relative;
}
.apps-container .apps-content .apps-list .apps-item .item-header[b-6kq9ng2ab1]::before {
    content: "";
    position: absolute;
    left: 32px;
    width: 48px;
    height: 48px;
    background: #D61F37;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16) inset;
    filter: drop-shadow(0 0 12px #D61F37) blur(12px);
    z-index: -1;
}

.apps-container .apps-content .apps-list .item-arts[b-6kq9ng2ab1] {
    position: relative;
    width: 100%;
    height: 240px;
    flex-shrink: 0;
    overflow: visible;
}

.apps-container .apps-content .apps-list .item-arts[b-6kq9ng2ab1]::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: -50px 0;
    background: url(assets/apps-artwork.png) no-repeat center;
    z-index: 0;
}
.join-section .join-container[b-6kq9ng2ab1] {
    position: relative;
    z-index: 1;
}
.join-section .join-container[b-6kq9ng2ab1]::before {
    content: "";
    position: absolute;
    right: -87px;
    bottom: -93px;
    width: 555px;
    height: 555px;
    border-radius: 555px;
    opacity: 0.4;
    background: #DA2244;
    mix-blend-mode: color-dodge;
    filter: blur(247px);
    z-index: -1;
}
.join-section .join-container[b-6kq9ng2ab1]::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 40px;
    background: url(assets/join-background.svg), #1B1C1D;
    background-size: 100% 100%;
    z-index: -1;
}

.join-container .join-background[b-6kq9ng2ab1] {
    position: absolute;
}
.join-section .join-container .join-content[b-6kq9ng2ab1] {
    display: flex;
    padding: 56px 108px;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
    align-self: stretch;

    border-radius: 40px;
    box-shadow: 0 40px 120px 0 rgba(0, 0, 0, 0.50);

    overflow:hidden;
}

.join-section .join-container .join-content[b-6kq9ng2ab1]:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background: linear-gradient(113deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box, linear-gradient(127deg, rgba(255, 255, 255, 0) 49.92%, rgba(255, 255, 255, 0.2) 100.08%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    pointer-events: none;
}

.join-container .join-content .join-main[b-6kq9ng2ab1] {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
}
.join-container .join-content .join-main .join-column[b-6kq9ng2ab1] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 80px;
    flex: 1 0 0;
}
.join-container .join-content .join-main .join-data[b-6kq9ng2ab1] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
}
.join-container .join-content .join-main .join-data .join-title[b-6kq9ng2ab1] {
    color: #FFF;
    font-family: Urbanist;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%; /* 57.6px */
}
.join-container .join-content .join-main .join-data .join-details[b-6kq9ng2ab1] {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: start;
    gap: 24px;
    align-self: stretch;
    border-radius: 24px;
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100.08%);
    box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(4px);

    color: #FFF;
    font-family: Urbanist;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%; /* 31.5px */
}

.join-container .join-content .join-main .join-data .join-details[b-6kq9ng2ab1]:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background: linear-gradient(113deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box, linear-gradient(127deg, rgba(255, 255, 255, 0) 49.92%, rgba(255, 255, 255, 0.2) 100.08%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}

.join-container .join-content .join-main .join-artwork[b-6kq9ng2ab1] {
    overflow: visible;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.join-container .join-content .join-main .join-artwork[b-6kq9ng2ab1]::before {
    content: "";
    position: absolute;
    top: -56px;
    width: 660px;
    height: 530px;
    background: url(assets/join-artwork.png) no-repeat;
    z-index: 0;
}
.join-container .join-content .join-actions .start-search-button[b-6kq9ng2ab1] {
    border-radius: 16px;
    padding: 20px 24px;
    color: #FFF;
    text-align: center;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
    letter-spacing: 0.64px;
    height: auto;
}

.faq-container[b-6kq9ng2ab1] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    flex: 1 0 0;
}
.faq-container .faq-header[b-6kq9ng2ab1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    position: relative;
}

.faq-container .faq-header[b-6kq9ng2ab1]::before {
    content: "";
    position: absolute;
    top: -36px;
    width: 231.35px;
    height: 171.51px;
    background: url(assets/faq-header-light.png) no-repeat;
    background-size: contain;
    z-index: 0;
    pointer-events: none;
}

.faq-container .faq-header .title[b-6kq9ng2ab1] {
    color: #FFF;
    text-align: center;
    font-family: Urbanist;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 57.6px */
}
.faq-container .faq-header .subtitle[b-6kq9ng2ab1] {
    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
}
.faq-container .faq-list[b-6kq9ng2ab1] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.vision-container .b-circles[b-6kq9ng2ab1] {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.1;
    z-index: -1;
}

.footer-section.vision-section[b-6kq9ng2ab1] {
    border-top: 1px solid #27292A;
    background: rgba(0, 0, 0, 0.08);
    padding: var(--section-padding-vertical) var(--section-padding-horizontal) 40px var(--section-padding-horizontal);
}

.footer-container .footer-content[b-6kq9ng2ab1] {
    display: flex;
    align-items: flex-start;
    gap: 80px;
    align-self: stretch;
}
.footer-container .footer-content .footer-column[b-6kq9ng2ab1] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
}
.footer-column h4[b-6kq9ng2ab1] {
    margin-bottom: 16px;
    color: #FFF;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.56px;
    text-transform: capitalize;
    line-height: 150%;
}

.footer-column ul[b-6kq9ng2ab1] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column li[b-6kq9ng2ab1] {
    margin-bottom: 8px;
    line-height: 1;
}

.footer-column a[b-6kq9ng2ab1] {
    text-decoration: none;
    position: relative;
    transition: color 0.2s ease;

    color: #CCC1C4;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.footer-column a:hover[b-6kq9ng2ab1] {
    color: #FFF;
    text-decoration: underline;
}

.footer-column a:hover .s-bg[b-6kq9ng2ab1] {
    fill: #222325;
}

.footer-column a:hover .s-icon:not(.fill)[b-6kq9ng2ab1] {
    stroke: #FFF;
}

.footer-column a:hover .s-icon.fill[b-6kq9ng2ab1] {
    fill: #FFF;
}

.footer-column a:hover[b-6kq9ng2ab1]::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    left: -12px;
    top: 6px;

    background: linear-gradient(180deg, #D62139 0%, #D62139AA 100.08%);
    box-shadow: 0 0 9px #D61F37, 0 0 18px #D61F37, 0 0 27px #D61F37;
    filter: drop-shadow(0px 0px 12px #D61F37);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}
.footer-column .socials-container a:hover[b-6kq9ng2ab1]::before {
    content: none;
}
.footer-container .footer-content .socials-container[b-6kq9ng2ab1] {
    display: flex;
    align-items: center;
    align-content: center;
    gap: 16px;
    align-self: stretch;
    flex-wrap: wrap;
}
.footer-container .footer-content .socials-container a[b-6kq9ng2ab1] {
    display: block;
    width: 32px;
    height: 32px;
}

@media (max-width: 600px) {
    .vision-container[b-6kq9ng2ab1] {
        --section-width: 1200px;
        --section-padding-vertical: 48px;
        --section-padding-horizontal: 16px;
    }

    .reclaim-container[b-6kq9ng2ab1] {
        padding: 10px 8px 8px 8px;
        border-radius: 48px;
    }

    .reclaim-container .reclaim-content[b-6kq9ng2ab1] {
        padding: 0 0 32px 0;
        overflow: hidden;
    }
    .reclaim-container .reclaim-content .reclaim-header[b-6kq9ng2ab1] {
        padding: 32px;
    }
    .reclaim-container .reclaim-map[b-6kq9ng2ab1]{
        width: 105vw;
        height: auto;
        aspect-ratio: 375 / 211;
        background-size: contain;
    }
    .vision-container .vision-section[b-6kq9ng2ab1] {
    }
    .why-timpi-section .why-timpi-container[b-6kq9ng2ab1] {
        border-radius: 40px;
    }
    .why-timpi-section .why-timpi-container .why-timpi-list[b-6kq9ng2ab1] {
        flex-direction: column;
        align-items: center;
    }
    .compares-container .compares-content .c-table[b-6kq9ng2ab1] {
        gap: normal;
    }
    .compares-container .compares-content .c-column.heading .c-cell[b-6kq9ng2ab1] {
        padding: 32px 8px;
        font-size: 14px;
        width: 104px;
        text-align: start;
    }
    .c-cell .timpi-logo[b-6kq9ng2ab1] {
        width: 32px;
        height: 32px;
        background-image: url(assets/timpi-logo-compact.svg);
    }
    .c-cell .google-logo[b-6kq9ng2ab1] {
        width: 32px;
        height: 32px;
        background-image: url(assets/google-logo-compact.svg);
    }
    .c-cell .bing-logo[b-6kq9ng2ab1] {
        width: 32px;
        height: 32px;
        background-image: url(assets/bing-logo-compact.svg);
    }
    .c-cell .duckduckgo-logo[b-6kq9ng2ab1] {
        width: 32px;
        height: 32px;
        background-image: url(assets/duckduckgo-logo-compact.svg);
    }
    .compares-container .compares-content .c-column.heading .c-cell:nth-child(n+5)[b-6kq9ng2ab1] {
        word-break: break-all;
    }
    .compares-container .compares-content .c-column:not(.heading) .c-cell:not(:first-child) > *[b-6kq9ng2ab1] {
        display: none;
    }
    .compares-container .compares-content .c-column:not(.heading) .c-cell:not(:first-child)[b-6kq9ng2ab1] {
        justify-content: center;
        align-items: center;
    }
    .compares-container .compares-content .c-column:nth-child(n+3)[b-6kq9ng2ab1] {
        border-left: 1px solid rgba(255, 255, 255, 0.10);
        border-radius: 0px;
    }
    .compares-container .compares-content .c-column.timpi[b-6kq9ng2ab1] {
        border-radius: 24px 0 0 24px;
        background: radial-gradient(428.94% 91.84% at 50% 8.16%, rgba(27, 27, 29, 0.50) 0%, rgba(0, 0, 0, 0.00) 100%), linear-gradient(173deg, #B1041B -0.02%, #D61F37 100.01%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(128deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100.08%);
        box-shadow: 0 4px 120px 0 rgba(0, 0, 0, 0.80);
    }
    .compares-container .compares-content .c-column:last-child[b-6kq9ng2ab1] {
        border-radius: 0 24px 24px 0;
    }
    .apps-container .apps-content .apps-list[b-6kq9ng2ab1] {
        align-items: stretch;
        align-self: stretch;
        flex-direction: column;
        gap: 0;
    }
    .join-section .join-container[b-6kq9ng2ab1]::after {
        background-size: cover;
    }
    .join-section .join-container .join-content[b-6kq9ng2ab1] {
        padding: 40px 24px;
        gap: 115px;
    }
    .join-container .join-content .join-main[b-6kq9ng2ab1] {
        flex-direction: column;
    }
    .join-container .join-content .join-main .join-data[b-6kq9ng2ab1] {
        align-items: center;
        gap: 24px;
    }
    .join-container .join-content .join-main .join-data .join-details[b-6kq9ng2ab1] {
        align-items: stretch;
        text-align: center;
    }
    .join-container .join-content .join-main .join-artwork[b-6kq9ng2ab1]::before {
        background: url(assets/join-artwork-compact.png) no-repeat center;
        background-size: 100% 100%;
        z-index: -1;
        width: 343px;
        height: 495px;
        right: 0;
        bottom: 0;
    }
    .vision-container .b-circles[b-6kq9ng2ab1] {
        display: none;
    }
    .footer-section.vision-section[b-6kq9ng2ab1] {
        padding: 40px 24px;
    }
    .footer-container .footer-content[b-6kq9ng2ab1] {
        flex-direction: column;
        gap: 40px;
        align-items: stretch;
    }
    .footer-container .footer-content .socials-container[b-6kq9ng2ab1] {
        justify-content: space-between;
    }
    .footer-container .footer-content .socials-container a[b-6kq9ng2ab1] {
        width: 48px;
        height: 48px;
        border-radius: 12px;
        background: #222325;
    }
    .footer-container .footer-content .socials-container a svg[b-6kq9ng2ab1] {
        width: 48px;
        height: 48px;
    }
    .footer-column h4[b-6kq9ng2ab1] {
        font-size: 16px;
        letter-spacing: 0.64px;
    }
    .footer-column a[b-6kq9ng2ab1] {
        font-size: 14px;
    }
}
/* _content/Timpi_Search_Blazor/Pages/Components/HomeVisionFaqItem.razor.rz.scp.css */
.item-container[b-6d7wiu3geb] {
    display: flex;
    padding: 40px;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    align-self: stretch;

    border-radius: 24px;
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100.08%);
    backdrop-filter: blur(4px);

    position: relative;
}
.item-container.open[b-6d7wiu3geb] {
    background: linear-gradient(180deg, rgba(214, 33, 57, 0.20) 0%, rgba(214, 33, 57, 0.00) 100%), linear-gradient(128deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100.08%);
    box-shadow: 0 24px 80px 0 rgba(0, 0, 0, 0.40);
}
.item-container[b-6d7wiu3geb]:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background: linear-gradient( 174deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box, linear-gradient(173deg, rgba(255, 255, 255, 0) 49.92%, rgba(255, 255, 255, 0.2) 100.08%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask-composite: add, add;
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}
.item-container.open[b-6d7wiu3geb]:before {
    border: 1px solid #D62139;
}

.item-container .faq-question[b-6d7wiu3geb] {
    display: flex;
    gap: 12px;
    justify-content: space-between;
    cursor: pointer;

    color: #FFF;
    text-align: center;
    font-family: Urbanist;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 33px */
}

.item-container .faq-question[b-6d7wiu3geb]::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url('assets/faq-arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.1s ease-in-out
}

.item-container.open .faq-question[b-6d7wiu3geb]::after {
    transform: rotate(180deg);
}

.item-container .faq-answer[b-6d7wiu3geb] {
    align-self: stretch;
    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: 1px;
}
/* _content/Timpi_Search_Blazor/Pages/Components/NewsResultView.razor.rz.scp.css */
.news-data-container.hidden[b-vk24f91xtg] {
    display: none;
}

.v-separator[b-vk24f91xtg] {
    width: var(--line-thickness);
    background-color: #403A3C;
}
.h-separator[b-vk24f91xtg] {
    width: 100%;
    height: var(--line-thickness);
    background-color: #403A3C;
}

.news-data-container[b-vk24f91xtg] {
    --line-thickness: 1px;
    --news-gap: 8px;
    --news-item-height: 155px;
    --news-item-height-large: calc((var(--news-item-height) * 2) + (var(--news-gap) * 2) + var(--line-thickness));

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--news-gap);

    margin-bottom: 40px;
    font-family: Urbanist;
    letter-spacing: 1px;
}

.news-data-container .news-header[b-vk24f91xtg] {
    margin: 0px 0px 8px 16px;

    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    text-transform: capitalize;
}

.news-data-container .news-content[b-vk24f91xtg] {
    width: 100%;
    display: flex;
    gap: var(--news-gap);
    overflow-y: auto;
}

.news-data-container .news-content .news-container[b-vk24f91xtg] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: var(--news-gap);
    min-width: 0;
}

.news-data-container .news-content .news-container:nth-child(3) .h-separator:first-child[b-vk24f91xtg] {
    display: none;
}

.news-data-container .news-content .news-item-hub.large[b-vk24f91xtg] {
    height: var(--news-item-height-large);
}
.news-data-container .news-content .news-item-hub.large .news-item-container[b-vk24f91xtg] {
    flex-direction: column;
}
.news-data-container .news-content .news-item-hub.large .news-item-container .news-item-info[b-vk24f91xtg] {
    flex: unset;
    order: 2;
}
.news-data-container .news-content .news-item-hub.large .news-item-container .news-item-preview[b-vk24f91xtg] {
    flex: 1;
    width: 100%;
    border-radius: 8px;
}
.news-data-container .news-content .news-item-hub.large .news-item-container .news-item-preview img[b-vk24f91xtg]{
    height: 100%;
}

.news-data-container .news-content .news-item-hub[b-vk24f91xtg] {
    height: var(--news-item-height);
    border-radius: 16px;
    padding: 16px;
    color: #CCC1C4;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}
.news-data-container .news-content .news-item-hub:not(.shimmer):hover[b-vk24f91xtg] {
    background: rgba(255, 255, 255, 0.04);
}

.news-data-container .news-content .news-item-hub .news-domain[b-vk24f91xtg] {
    display: flex;
    gap: var(--news-gap);
}

.news-data-container .news-content .news-item-hub .news-domain .favicon[b-vk24f91xtg],
.news-data-container .news-content .news-item-hub .news-domain .favicon img[b-vk24f91xtg] {
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background-color: #CCC1C4;
}

.news-data-container .news-content .news-item-hub .news-title[b-vk24f91xtg] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    align-self: stretch;

    overflow: hidden;
    color: #99C3FF;
    text-overflow: ellipsis;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    text-transform: capitalize;
    word-break: break-word;
}

.news-data-container .news-content .news-item-hub .news-title:visited[b-vk24f91xtg] {
    color: #C58AF9;
}

.news-item-container[b-vk24f91xtg] {
    display: flex;
    gap: var(--news-gap);
    height: 100%;
}

.news-item-container .news-item-info[b-vk24f91xtg] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
    flex: 1;
}
.news-item-container .news-item-info .news-published[b-vk24f91xtg]{
    margin-top: auto;
    padding-top: 8px;
}

.news-item-container .news-item-preview[b-vk24f91xtg] {
    border-radius: 8px;
    width: 92px;
    height: 92px;
}
.news-item-container .news-item-preview img[b-vk24f91xtg] {
    border-radius: inherit;
    width: inherit;
    height: inherit;
    object-fit: cover;
}

.news-data-container .news-footer[b-vk24f91xtg] {
    display: flex;
    align-items: center;
    width: 100%;
}
.news-data-container .news-footer .news-feedback-button[b-vk24f91xtg] {
    display: flex;
    padding: 6px 12px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    border: 1px solid #403A3C;

    color: #CCC1C4;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;

    white-space: nowrap;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.news-data-container .news-footer .news-feedback-button:not(.shimmer):hover[b-vk24f91xtg] {
    background: rgba(255, 255, 255, 0.04);
    cursor: pointer;
}

.news-data-container .news-header.shimmer[b-vk24f91xtg] {
    border-radius: 4px;
    color: transparent;
}

.news-data-container .news-footer .news-feedback-button.shimmer[b-vk24f91xtg] {
    color: transparent;
}

.shimmer[b-vk24f91xtg] {
    pointer-events: none !important;
    user-select: none !important;

    background: linear-gradient(135deg, #66666655 40%, #88888855 50%, #66666655 60%, #66666655 40%, #88888855 50%, #66666655 60%) !important;
    background-attachment: fixed !important;
    background-size: 300% !important;

    animation-name: shimmer-animation-b-vk24f91xtg;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-delay: 0;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
}

@keyframes shimmer-animation-b-vk24f91xtg {
    0% {
        background-position-x: 100%;
    }

    100% {
        background-position-x: 0%;
    }
}

@media (max-width: 768px) {
    .news-data-container[b-vk24f91xtg] {
        margin-bottom: 32px;
    }
    .news-data-container .news-header[b-vk24f91xtg] {
        margin: 0px 0px 8px 20px;
    }
    .news-data-container .h-separator[b-vk24f91xtg] {
        display: none;
    }
    .news-data-container .news-content[b-vk24f91xtg] {
        gap: 16px;
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%;
        height: 258px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        overscroll-behavior: contain;
    }
    .news-data-container .news-content[b-vk24f91xtg]::-webkit-scrollbar {
        display: none;
    }
    .news-data-container .news-content .v-separator[b-vk24f91xtg] {
        display: none;
    }
    .news-data-container .news-content .news-container[b-vk24f91xtg] {
        flex-direction: row;
        gap: 16px;
        align-self: stretch;
        min-width: unset;
    }
    .news-data-container .news-content .news-container:first-child[b-vk24f91xtg] {
        margin-left: 12px;
    }
    .news-data-container .news-content .news-container:last-child[b-vk24f91xtg] {
        margin-right: 12px;
    }
    .news-data-container .news-content .news-container .h-separator[b-vk24f91xtg] {
        display: none !important;
    }

    .news-data-container .news-content .news-item-hub[b-vk24f91xtg] {
        height: 100% !important;
        width: 218px;
        border-radius: 12px;
        background: #1B1C1D;
        padding: 0px;
        overflow: hidden;
    }

    .news-data-container .news-content .news-item-hub .news-item-container[b-vk24f91xtg] {
        flex-direction: column;
        gap: 0px;
    }
    .news-data-container .news-content .news-item-hub .news-item-container .news-item-info[b-vk24f91xtg] {
        display: flex;
        padding: 8px;
        gap: 8px;
        flex-direction: column;
        align-self: stretch;
        flex: 1 !important;
        order: 1;
    }
    .news-data-container .news-content .news-item-hub .news-title[b-vk24f91xtg] {
        order: 0;
        line-height: 130%;
    }
    .news-data-container .news-content .news-item-hub .news-domain[b-vk24f91xtg] {
        order: 2;
        line-height: 155%;
    }
    .news-item-container .news-item-info .news-published[b-vk24f91xtg] {
        padding-top: unset;
        order: 1;
        line-height: 135%;
    }
    .news-data-container .news-content .news-item-hub .news-item-container .news-item-preview[b-vk24f91xtg] {
        flex: 0 0 0% !important;
        border-radius: 0 !important;
        width: 100% !important;
        height: 120px;
        order: 0;
    }
    .news-data-container .news-footer[b-vk24f91xtg] {
        display: none;
    }
}
/* _content/Timpi_Search_Blazor/Pages/Components/NotMatchView.razor.rz.scp.css */
.not-match-section[b-tkj1kz2uby] {
    padding: 16px;
    display: flex;
    gap: 24px;
    align-items: stretch;
}

.not-match-text[b-tkj1kz2uby] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.no-result-message[b-tkj1kz2uby] {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.72px;
    margin-bottom: 24px;
}

.suggestion-label[b-tkj1kz2uby] {
    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 8px;
}

ul[b-tkj1kz2uby] {
    list-style-type: disc;
    padding-inline-start: 24px;
    margin-bottom: 0;

    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}
li[b-tkj1kz2uby] {
    margin: 0;
    padding: 0;
}

.no-results-image[b-tkj1kz2uby] {
    position: relative;
    z-index: 1;
    width: 289px;
    height: 224px;
    flex-shrink: 0;
    background: url("assets/no-results.png") 50% / cover no-repeat;
    align-self: center;
}


@media (max-width: 600px) {
    .not-match-section[b-tkj1kz2uby] {
        flex-direction: column;
        gap: 16px;
    }
}
/* _content/Timpi_Search_Blazor/Pages/Components/ProfileSection.razor.rz.scp.css */
.vis-hidden[b-wk74n55blu] {
    visibility: hidden !important;
}
.display-none[b-wk74n55blu] {
    display: none !important;
}

.avatar-loader[b-wk74n55blu] {
    width: 40px;
    height: 40px;
    border: 5px dotted #CCC1C4;
    border-radius: 50%;
    position: relative;
    box-sizing: border-box;
    animation: rotation-b-wk74n55blu 2s linear infinite;
    cursor: pointer;
}

@keyframes rotation-b-wk74n55blu {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.dropdown-content-waiting[b-wk74n55blu] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown-content-waiting .dropdown-loader[b-wk74n55blu] {
    width: 24px;
    height: 24px;
    border: 4px solid #CCC1C4;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    animation: pulse-b-wk74n55blu 1s linear infinite;
}

.dropdown-content-waiting .dropdown-loader[b-wk74n55blu]:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    border: 3px solid #CCC1C4;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: scaleUp-b-wk74n55blu 1s linear infinite;
}

@keyframes scaleUp-b-wk74n55blu {
    0% {
        transform: translate(-50%, -50%) scale(0)
    }

    60%, 100% {
        transform: translate(-50%, -50%) scale(1)
    }
}

@keyframes pulse-b-wk74n55blu {
    0%, 60%, 100% {
        transform: scale(1)
    }

    80% {
        transform: scale(1.2)
    }
}

.saving-loader[b-wk74n55blu] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    border: 5px dotted #FFFFFF;
    border-radius: 50%;
    box-sizing: border-box;
    animation: saving-loader-rotation-b-wk74n55blu 2s linear infinite;
}

@keyframes saving-loader-rotation-b-wk74n55blu {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}   

button:focus[b-wk74n55blu] {
    outline: 0;
}

.nav-buttons[b-wk74n55blu] {
    flex: 0 0 auto;
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 40px;
}

.nav-button[b-wk74n55blu] {
    display: flex;
    padding: 6px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 100px;

    word-break: keep-all;
    text-align: center;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.56px;
}

.nav-button:not(.beam-button)[b-wk74n55blu] {
    color: #CCC1C4;
}

.nav-button:not(.beam-button):hover[b-wk74n55blu] {
    cursor: pointer;
    background: #FFFFFF14;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.access-denied .avatar-button[b-wk74n55blu] {
    pointer-events: none;
}
.avatar-button[b-wk74n55blu] {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #D61F37;
    padding: 0;
    box-shadow: 0px 0px 0px 4px rgba(214, 31, 55, 0.16);
    overflow: hidden;
    user-select: none;
    cursor: pointer;
}

.dropdown.not-allow[b-wk74n55blu] {
    cursor: default;
    pointer-events: none;
}

.dropdown:not(.not-allow) .avatar-button:hover[b-wk74n55blu] {
    box-shadow: 0px 0px 0px 5px rgba(214, 31, 55, 0.22);
}

.avatar-button img[b-wk74n55blu] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.notify-button[b-wk74n55blu] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0;

    stroke-width: 1px;
    stroke: #4E343A;
}

.join-timplars[b-wk74n55blu] {
    margin-right: 16px;
}
.ai-chat .join-timplars[b-wk74n55blu],
.ai-chat .dropdown-settings[b-wk74n55blu] {
    display: none;
}

.kelpr-wrapper[b-wk74n55blu] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.kelpr-container[b-wk74n55blu] {
    display: flex;
    padding: 6px 8px;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100.08%);
    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(12px);
    position: relative;
}

.kelpr-container[b-wk74n55blu]::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background: linear-gradient(160.29deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box,
                linear-gradient(160.29deg, rgba(255, 255, 255, 0) 49.92%, rgba(255, 255, 255, 0.2) 100.08%) border-box;

    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}

.kelpr-container .keplr-icon[b-wk74n55blu] {
    width: 20px;
    height: 20px;
}
.kelpr-wrapper .copy-keplr[b-wk74n55blu] {
    position: relative;
}
.kelpr-wrapper .copy-keplr svg rect[b-wk74n55blu] {
    fill: transparent;
}
.kelpr-wrapper .copy-keplr svg path[b-wk74n55blu] {
    stroke: #CCC1C4;
}
.kelpr-wrapper .copy-keplr:hover[b-wk74n55blu] {
    cursor: pointer;
}
.kelpr-wrapper .copy-keplr:hover .tp-tooltip[b-wk74n55blu] {
    display: flex;
}
.kelpr-wrapper .copy-keplr:hover svg rect[b-wk74n55blu] {
    fill: #FFFFFF;
}
.kelpr-wrapper .copy-keplr:hover svg path[b-wk74n55blu] {
    stroke: #FFFFFF;
}
.kelpr-wrapper .copy-keplr .tp-tooltip[b-wk74n55blu] {
    display: none;
    padding: 4px 8px 4px 2px;
    align-items: center;
    gap: 2px;
    position: absolute;
    right: -15px;
    bottom: -29px;
    border-radius: 6px;
    background: #3E3F40;
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Urbanist;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 16.5px */
    letter-spacing: 0.44px;
}

.nav-buttons .p-account-wrapper .keplr-icon img[b-wk74n55blu] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.nav-buttons .p-account-wrapper .username[b-wk74n55blu] {
    color: #FFF;
    text-align: center;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.56px;
}
.nav-buttons .logout-button[b-wk74n55blu] {
    width: 40px;
    height: 40px;
    padding: 0px;
    border-radius: 50%;
    position: relative;
}

.nav-buttons .logout-button.logging-out[b-wk74n55blu] {
    animation: pulse-b-wk74n55blu 0.5s infinite;
}

@keyframes pulse-b-wk74n55blu {
    0% {
        transform: scale(1);
        stroke: #9E9094;
    }

    50% {
        transform: scale(.9);
        stroke: #D61F37;
    }

    100% {
        transform: scale(1);
        stroke: #9E9094;
    }
}

.nav-buttons .logout-button:hover[b-wk74n55blu] {
    cursor: pointer;
    background: #4E343A;
}

.nav-buttons .logout-button:hover > svg[b-wk74n55blu] {
    stroke: #FFF;
}

.nav-buttons .logout-button > svg[b-wk74n55blu] {
    width: 100%;
    height: 100%;
    stroke-width: 1px;
    stroke: #4E343A;
}

.nav-buttons .logout-button:not(.logging-out):hover .tooltip-text[b-wk74n55blu] {
    visibility: visible;
    opacity: 1;
}

.nav-buttons .logout-button .tooltip-text[b-wk74n55blu] {
    visibility: hidden;
    opacity: 0;
    padding: 8px;
    z-index: 1;
    top: 35px;
    left: -21px;
    position: absolute;
    transition: opacity 0.3s ease;
}

.nav-buttons .logout-button .tooltip-text span[b-wk74n55blu] {
    position: absolute;
    top: 16px;
    left: 16px;
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.56px;
}

.dropdown .user-settings-button[b-wk74n55blu] {
    cursor: pointer;
    border: 1px solid #4E343A;
    border-radius: 50%;
    stroke: #9E9094;
}
.dropdown .user-settings-button:hover[b-wk74n55blu],
.dropdown.open .user-settings-button[b-wk74n55blu] {
    background-color: #4E343A;
    stroke: #FFFFFF;
}

.dropdown-content .dropdown-content-wrapper[b-wk74n55blu] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
}
.ai-chat .dropdown-content .dropdown-content-wrapper[b-wk74n55blu] {
    overflow-y: auto;
    max-height: calc(100vh - 150px);
    max-height: calc(100dvh - 150px);
}
.dropdown-content.profile .dropdown-content-wrapper[b-wk74n55blu] {
    gap: 24px;
}

.dropdown:not(.open) .dropdown-content[b-wk74n55blu] {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
}

.dropdown-content[b-wk74n55blu] {
    position: absolute;
    z-index: 1049;
    top: calc(100% + 4px);
    right: 0px;
    display: flex;
    width: 360px;
    padding: 16px;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    border-radius: 16px;
    background: #1B1C1D;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.40);

    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-content.profile[b-wk74n55blu] {
    width: 304px;
    gap: 24px;
    user-select: none;
}

.dropdown-content[b-wk74n55blu]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background: linear-gradient(117.96deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box, linear-gradient(130.94deg, rgba(255, 255, 255, 0) 49.92%, rgba(255, 255, 255, 0.2) 100.08%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}

.dropdown-content:not(.loading-data) .dropdown-content-waiting[b-wk74n55blu] {
    display: none;
}

.dropdown-content.loading-data .dropdown-content-wrapper[b-wk74n55blu] {
    display: none;
}

.dropdown-content .dd-sep[b-wk74n55blu] {
    height: 1px;
    border-top: 1px solid #2E2F30;
}
.dropdown-content .inner-dropdown-content .dd-sep[b-wk74n55blu] {
    margin: 8px 0;
}

.dropdown-content .dropdown-section[b-wk74n55blu] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    align-self: stretch;
}

.dropdown-content .dropdown-section .dropdown-section-title[b-wk74n55blu] {
    color: #FFF;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}
.dropdown-content .dropdown-section .settings-item[b-wk74n55blu] {
    text-decoration: none;
    display: flex;
    padding: 8px;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border: 1px solid transparent;
    border-radius: 8px;
    position: relative;
}
.dropdown-content .dropdown-section .settings-item.disable > *:not(.settings-tooltip)[b-wk74n55blu] {
    opacity: 0.4;
}
.dropdown-content .dropdown-section .settings-item .settings-tooltip[b-wk74n55blu] {
    position: absolute;
    left: 40px;
    bottom: -14px;
    display: none;
    padding: 4px 8px;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100.08%);
    backdrop-filter: blur(12px);
    color: #FFF;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
}
.dropdown-content .dropdown-section .settings-item.disable:hover .settings-tooltip[b-wk74n55blu] {
    display: inline-flex;
}

.dropdown-content .dropdown-section .settings-item:hover[b-wk74n55blu] {
    cursor: pointer;
}
.dropdown-content .dropdown-section .settings-item:not(.disable):hover[b-wk74n55blu] {
    border-color: #2E2F30;
    background: rgba(255, 255, 255, 0.04);
}
.dropdown-content .dropdown-section .settings-item .icon-wrapper[b-wk74n55blu] {
    display: flex;
    padding: 2px;
    align-items: center;
    gap: 8px;
    border-radius: 6px;
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100.08%);
}

.dropdown-content .dropdown-section .settings-item :is(.icon-wrapper, .settings-button) svg path:not(.icon-fill)[b-wk74n55blu] {
    stroke: #CCC1C4;
}
.dropdown-content .dropdown-section .settings-item :is(.icon-wrapper, .settings-button) svg path.icon-fill[b-wk74n55blu] {
    fill: #CCC1C4;
}
.dropdown-content .dropdown-section .settings-item:not(.disable):hover :is(.icon-wrapper, .settings-button) svg path:not(.icon-fill)[b-wk74n55blu] {
    stroke: #FFFFFF;
}
.dropdown-content .dropdown-section .settings-item:not(.disable):hover :is(.icon-wrapper, .settings-button) svg path.icon-fill[b-wk74n55blu] {
    fill: #FFFFFF;
}

.dropdown-content .dropdown-section .settings-item:not(.disable):hover .icon-wrapper[b-wk74n55blu] {
    background: linear-gradient(135deg, rgba(214, 31, 55, 0.40) 0%, rgba(169, 25, 44, 0.04) 100%);
}
.dropdown-content .dropdown-section .settings-item .icon-wrapper svg[b-wk74n55blu] {
    width: 20px;
    height: 20px;
}
.dropdown-content .dropdown-section .settings-item .settings-content[b-wk74n55blu] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 1 0 0;
}
.dropdown-content .dropdown-section .settings-item .settings-content .settings-title[b-wk74n55blu] {
    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.56px;
}
.dropdown-content .dropdown-section .settings-item:not(.disable):hover .settings-content .settings-title[b-wk74n55blu] {
    color: #FFFFFF;
}
.dropdown-content .dropdown-section .settings-item .settings-content .settings-text[b-wk74n55blu] {
    color: #9E9094;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
}
.dropdown-content .dropdown-section .settings-item .settings-button[b-wk74n55blu] {
    display: flex;
    padding: 7px 4px 7px 8px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    border: 1px solid #2E2F30;
    background: rgba(255, 255, 255, 0.04);
    color: #9E9094;
    text-align: center;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.dropdown-content .dropdown-section .settings-item:hover .settings-button[b-wk74n55blu] {
    color: #FFFFFF;
    border-color: transparent;
    background: rgba(255, 255, 255, 0.08);
}
.dropdown-content .dropdown-section .settings-item .settings-switch[b-wk74n55blu] {
    display: flex;
    padding: 4px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100.08%);
    margin-bottom: 0;
}

.settings-switch:hover[b-wk74n55blu] {
    cursor: pointer;
}

.settings-switch input[b-wk74n55blu] {
    display: none;
}

.settings-switch .dark-mode .dark-bg[b-wk74n55blu] { display: block; }
.settings-switch .light-mode .light-bg[b-wk74n55blu] { display: none; }

.settings-switch .light-mode .light-icon[b-wk74n55blu]  { fill: #CCC1C4; }
.settings-switch .dark-mode .dark-icon[b-wk74n55blu] { fill: #FFFFFF; }

/*.settings-switch input ~ .light-mode .light-bg,
.settings-switch input:checked ~ .dark-mode .dark-bg { display: block; }

.settings-switch input ~ .light-mode .light-icon,
.settings-switch input:checked ~ .dark-mode .dark-icon { fill: #FFFFFF; }

.settings-switch input:checked ~ .light-mode .light-bg,
.settings-switch input ~ .dark-mode .dark-bg { display: none; }

.settings-switch input:checked ~ .light-mode .light-icon,
.settings-switch input ~ .dark-mode .dark-icon { fill: #CCC1C4; }*/

.settings-toggle[b-wk74n55blu] {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
    margin-bottom: 0;
}

.settings-toggle input[b-wk74n55blu] {
    display: none;
}

.settings-toggle .slider[b-wk74n55blu] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 12px;
    border: 1px solid #4E343A;
    background-image: linear-gradient(128deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100.08%);
    background-size: 110% 110%;
    background-position: center;
    transition: border 0.3s ease;
}

.settings-toggle input:checked + .slider[b-wk74n55blu] {
    background-image: linear-gradient(128deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.10) 100.08%);
}

.settings-toggle .slider .dot[b-wk74n55blu] {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 16px;
    height: 16px;
    border-radius: 12px;
    border: 1px solid #6F676B;
    background: linear-gradient(128deg, rgba(111, 103, 107, 0.20) 0%, rgba(111, 103, 107, 0.50) 100.08%);
    transition: transform 0.3s ease, background 0.3s ease, border 0.3s ease;
}

.settings-toggle input:checked + .slider .dot[b-wk74n55blu] {
    transform: translateX(26px);
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: linear-gradient(0deg, #D61F37 0%, #D61F37 100%), linear-gradient(335deg, rgba(255, 255, 255, 0.02) 7.94%, rgba(255, 255, 255, 0.04) 92.72%);
    box-shadow: 0 -2px 16px 0 rgba(255, 255, 255, 0.16) inset, 0 4px 4px 0 rgba(255, 255, 255, 0.13) inset, 0 12px 36px 0 rgba(214, 31, 55, 0.24);
    backdrop-filter: blur(20px);
}

.dropdown-content .dropdown-section .settings-item .settings-dropdown .inner-dd-toggle[b-wk74n55blu] {
    display: flex;
    padding: 7px 4px 7px 8px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    width: 96px;
    height: 32px;
    flex: 1;
}
.dropdown-content .dropdown-section .settings-item .settings-dropdown .inner-dd-toggle span[b-wk74n55blu] {
    color: #FFF;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
}

.dropdown-content .dropdown-section .settings-item .settings-dropdown .inner-dd-toggle[b-wk74n55blu]::after {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url('assets/dropdown-arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.1s ease-in-out
}

.dropdown-content .dropdown-section .settings-item .settings-dropdown.inner-dropdown.open .inner-dd-toggle[b-wk74n55blu]::after {
    transform: rotate(180deg);
}

.inner-dropdown[b-wk74n55blu] {
    position: relative;
}
.settings-item.disable .inner-dropdown[b-wk74n55blu] {
    pointer-events: none !important;
}

.inner-dropdown:not(.open) .inner-dropdown-content[b-wk74n55blu] {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
}

.inner-dropdown-content[b-wk74n55blu] {
    position: absolute;
    z-index: 1049;
    top: calc(100% + 4px);
    right: 0px;
    display: flex;
    width: 224px;
    padding: 8px;
    flex-direction: column;
    align-items: stretch;
    border-radius: 16px;
    background: #1B1C1D;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.40);
    height: 400px;

    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.inner-dropdown-content[b-wk74n55blu]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background: linear-gradient(117.96deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box, linear-gradient(130.94deg, rgba(255, 255, 255, 0) 49.92%, rgba(255, 255, 255, 0.2) 100.08%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}

.inner-dropdown-content .dd-filter[b-wk74n55blu] {
    display: flex;
    padding: 8px;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    align-self: stretch;

    color: #9D9295;
    line-height: 150%;
    font-size: 12px;
}

.inner-dropdown-content .dd-filter input[b-wk74n55blu] {
    flex: 1;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.56px;

    color: #FFF;
    background-color: transparent;
    border: none;
    outline: none;
}
.inner-dropdown-content .dd-filter input[b-wk74n55blu]::placeholder {
    color: #CCC1C4;
}

.inner-dropdown-content > .dd-item[b-wk74n55blu] {
    margin: 0 12px 8px 0px;
}

.inner-dropdown-content .dd-item[b-wk74n55blu] {
    display: flex;
    padding: 8px;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;

    color: #9D9295;
    line-height: 150%;
    font-size: 12px;
}

.inner-dropdown-content .dd-item.active[b-wk74n55blu]::after {
    content: "";
    width: 14px;
    height: 14px;
    background-image: url('assets/dropdown-check.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.inner-dropdown-content .dd-item:hover[b-wk74n55blu] {
    background: rgba(255, 255, 255, 0.08);
}
.inner-dropdown-content .dd-item .description[b-wk74n55blu] {
    flex: 1;
}
.inner-dropdown-content .dd-item .description[b-wk74n55blu] {
    display: flex;
    gap: 8px;
    align-items: center;
}

.inner-dropdown-content .dd-item .description .flag[b-wk74n55blu] {
    display: flex;
    width: 24px;
    height: 24px;
    padding: 5px 2px 4px 2px;
    justify-content: center;
    align-items: center;
}
.inner-dropdown-content .dd-item .description .flag .image-wrapper[b-wk74n55blu] {
    width: 20px;
    height: 15px;
    flex-shrink: 0;
    border-radius: 2px;
    border: 1px solid #2E2F30;
    background: transparent;
    overflow: hidden;
}

.inner-dropdown-content .dd-item .description .flag .image-wrapper img[b-wk74n55blu] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.inner-dropdown-content .dd-item .title[b-wk74n55blu] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.56px;
}

.inner-dropdown-content .dd-item.active .title[b-wk74n55blu] {
    color: #FFF;
    font-weight: 600;
}

.inner-dropdown-content .dropdown-list[b-wk74n55blu] {
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-right: 8px;
}

.inner-dropdown-content .dropdown-list[b-wk74n55blu]::-webkit-scrollbar {
    width: 4px;
}

.inner-dropdown-content .dropdown-list[b-wk74n55blu]::-webkit-scrollbar-track {
    background: none;
}

.inner-dropdown-content .dropdown-list[b-wk74n55blu]::-webkit-scrollbar-thumb {
    background: #9E9094;
    border-radius: 4px;
}

.inner-dropdown-content .dropdown-list[b-wk74n55blu]::-webkit-scrollbar-button {
    display: none;
}

.profile-header[b-wk74n55blu] {
    display: flex;
    padding: 8px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    background: #232425;
}

.profile-header .profile-header-image[b-wk74n55blu] {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #D61F37;
    padding: 0;
    overflow: hidden;
    user-select: none;
    flex-shrink: 0;
}
.profile-header .profile-header-image img[b-wk74n55blu] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.profile-header .profile-header-content[b-wk74n55blu] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-width: 0; 
}
.profile-header .profile-header-content .hello[b-wk74n55blu] {
    color: #FFF;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.56px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.profile-header .profile-header-content .name[b-wk74n55blu] {
    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.profile-content[b-wk74n55blu] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    align-self: stretch;
}

.avatar-container[b-wk74n55blu] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    align-self: stretch;
    margin-bottom: 8px;
}

.avatar-container .avatar-list[b-wk74n55blu] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
}

.avatar-container .avatar-list .avatar-item[b-wk74n55blu] {
    flex: 0 0 calc((100% - (8px * 4)) / 5);
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid transparent;
}
.avatar-container .avatar-list .avatar-item.active[b-wk74n55blu] {
    border-color: #D61F37;
    box-shadow: 0 0 0 4px rgba(214, 31, 55, 0.16);
}
.avatar-container .avatar-list .avatar-item img[b-wk74n55blu] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile .profile-text[b-wk74n55blu] {
    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.profile-content .upload-container-wrapper[b-wk74n55blu] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    align-self: stretch;
}
.profile-content .upload-container-wrapper .dnd-instruction[b-wk74n55blu] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    align-self: stretch;
}

.profile-content .upload-container-wrapper .dnd-instruction .dnd-text[b-wk74n55blu] {
    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.profile-content .upload-container-wrapper .dnd-instruction .upload-text[b-wk74n55blu] {
    color: #FFF;
    text-align: center;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.48px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.profile-content .upload-container-wrapper .upload-limit[b-wk74n55blu] {
    color: #CCC1C4;
    text-align: center;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}


.upload-container[b-wk74n55blu] {
    display: flex;
    min-height: 130px;
    padding: 8px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    border-radius: 8px;
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100.08%);
    position: relative;
}
.upload-container:not(.loading)[b-wk74n55blu]::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    border: 1px solid transparent;
    background: linear-gradient(117.96deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box, linear-gradient(130.94deg, rgba(255, 255, 255, 0) 49.92%, rgba(255, 255, 255, 0.2) 100.08%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
.upload-container.upload-busy[b-wk74n55blu] {
    pointer-events: none;
}

.upload-container:hover:not(.loading)[b-wk74n55blu],
.upload-container.dragging[b-wk74n55blu] {
    background: linear-gradient(127.73deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100.08%), linear-gradient(0deg, rgba(214, 31, 55, 0.06), rgba(214, 31, 55, 0.06));
}
.upload-container:hover[b-wk74n55blu]::before,
.upload-container.dragging[b-wk74n55blu]::before {
    background: linear-gradient(#D61F37 0 0) border-box;
}

.buttons-container[b-wk74n55blu] {
    display: flex;
    gap: 16px;
    align-items: center;
    align-self: stretch;
}
.buttons-container > *[b-wk74n55blu] {
    flex: 1 0 0;
    padding: 6px 22px;
    border-radius: 24px;
}

.buttons-container .cancel-button[b-wk74n55blu] {
    border: 1px solid transparent;

    display: flex;
    justify-content: center;
    align-items: center;
    color: #CCC1C4;
    text-align: center;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 18px */
    letter-spacing: 0.48px;
}

.buttons-container .cancel-button:hover[b-wk74n55blu] {
    border-color: #3E3F40;
    background: #3E3F40;
    color: #FFF;
    cursor: pointer;
}

.buttons-container .save-button[b-wk74n55blu] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: linear-gradient(0deg, #D61F37 0%, #D61F37 100%), linear-gradient(335deg, rgba(255, 255, 255, 0.02) 7.94%, rgba(255, 255, 255, 0.04) 92.72%);
    box-shadow: 0 -2px 16px 0 rgba(255, 255, 255, 0.16) inset, 0 4px 4px 0 rgba(255, 255, 255, 0.13) inset, 0 12px 36px 0 rgba(214, 31, 55, 0.24);
    color: #FFF;
    text-align: center;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 18px */
    letter-spacing: 0.48px;
}

.buttons-container .save-button:hover[b-wk74n55blu] {
    cursor: pointer;
    background: linear-gradient(0deg, #D92F47 0%, #D92F47 100%), linear-gradient(335deg, rgba(255, 255, 255, 0.02) 7.94% 7.94%, rgba(255, 255, 255, 0.04) 92.72%);
    backdrop-filter: blur(20px);
}

.saving-data[b-wk74n55blu] {
    pointer-events: none;
}

.saving-data .saving-text[b-wk74n55blu] {
    visibility: hidden;
}

.dropdown-content.profile:not(.saving-data) .saving-loader[b-wk74n55blu] {
    display: none;
}

.footer-container[b-wk74n55blu] {
    display: flex;
} 

.footer-container .signout-button[b-wk74n55blu] {
    display: flex;
    padding: 4px 8px;
    justify-content: center;
    align-items: center;
    gap: 4px;

    border-radius: 4px;

    color: #CCC1C4;
    text-align: center;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 18px */
    letter-spacing: 0.48px;
}
.footer-container .signout-button:hover[b-wk74n55blu] {
    cursor: pointer;
    background: #3E3F40;
}

.upload-container .progress-container[b-wk74n55blu] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.upload-container .progress-container .progress-bar-wrapper[b-wk74n55blu] {
    width: 160px;
    height: 4px;
    background: #57595B;
    border-radius: 100px;
}
.upload-container .progress-container .progress-complete-icon[b-wk74n55blu] {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible;
    position: relative;
}
.upload-container .progress-container .progress-complete-icon > svg[b-wk74n55blu] {
    width: 65px;
    height: 60px;
    position: absolute;
}

.upload-container .progress-container .progress-bar[b-wk74n55blu] {
    width: 50%;
    height: 100%;
    background: #d61f37;
    border-radius: 100px;
    box-shadow: 0px 0px 10px 5px #D61F37BB;
}
.upload-container .progress-main[b-wk74n55blu] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.upload-container .progress-percentage[b-wk74n55blu] {
    color: #CCC1C4;
    text-align: center;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    letter-spacing: 0.56px;
}
.upload-container .progress-status[b-wk74n55blu] {
    color: #FFF;
    text-align: center;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 21px */
    letter-spacing: 0.56px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}
.upload-container .progress-complete-text[b-wk74n55blu] {
    color: #A1ED88;
    text-align: center;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    letter-spacing: 0.56px;
}
.upload-container .progress-error-text[b-wk74n55blu] {
    color: #D61F37;
    text-align: center;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    letter-spacing: 0.56px;
}

@media (max-width: 600px) {
    .nav-buttons.search[b-wk74n55blu] {
        margin-right: 12px;
    }
    .nav-buttons.search .dropdown-settings[b-wk74n55blu] {
        display: none;
    }
    .join-timplars[b-wk74n55blu] {
        display: none;
    }
    .dropdown-content[b-wk74n55blu] {
        max-width: calc(100vw - 48px);
    }
    .dropdown-content:not(.profile)[b-wk74n55blu] {
        right: -56px;
    }
    .profile-content .upload-container-wrapper[b-wk74n55blu] {
        display: none;
    }
}
/* _content/Timpi_Search_Blazor/Pages/Components/SearchBackgroundView.razor.rz.scp.css */
.abs-fill[b-n07b8vjuwm] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.background-container[b-n07b8vjuwm] {
    overflow: hidden;
    pointer-events: none;
}

.bg-noise[b-n07b8vjuwm] {
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: url("assets/noise.png") lightgray 0% 0% / 64px 64px repeat;
    mix-blend-mode: multiply;
}

.light-red[b-n07b8vjuwm] {
    position: absolute;
    top: -284px;
    right: -223px;
    width: 555px;
    height: 555px;
    border-radius: 50%;
    background: rgba(218, 34, 68, 0.26);
    filter: blur(80px);
}

.light-grey[b-n07b8vjuwm] {
    position: absolute;
    top: 407px;
    right: -223px;
    width: 555px;
    height: 555px;
    border-radius: 50%;
    background: rgba(102, 96, 98, 0.44);
    filter: blur(247px);
}

.vignette[b-n07b8vjuwm] {
    border-radius: 1790px;
    background: rgba(0, 0, 0, 0.32);
    filter: blur(200px);
    position: absolute;
    left: -175px;
    top: -383px;
    right: -175px;
    bottom: -383px;
}

.circle[b-n07b8vjuwm] {
    position: absolute;
    top: 0;
    right: 0;
    stroke-width: 1px;
    stroke: #FFF;
    opacity: 0.32;
    mix-blend-mode: soft-light;
}
/* _content/Timpi_Search_Blazor/Pages/Components/VideoPlayer.razor.rz.scp.css */
.video-wrapper[b-mm9nm29c95] {
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.video-wrapper.fullscreen[b-mm9nm29c95] {
  width: 100vw;
  height: 100vh;
  max-width: none;
  max-height: none;
  border-radius: 0;
  box-shadow: none;
}

.video-wrapper.fullscreen video[b-mm9nm29c95] {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* video itself */
video[b-mm9nm29c95] {
    display: block;
    width: 100%;
    object-fit: cover;
    background: #000;
    cursor: pointer;
    border-radius: 16px;
}

/* center play button */
.center-play[b-mm9nm29c95] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(0, 0, 0, 0.45);
  display: grid;
  place-items: center;
  font-size: 36px;
  color: #fff;
  cursor: pointer;
  transition: all 0.25s ease;
  z-index: 3;
}
.center-play:hover[b-mm9nm29c95] {
  background: rgba(0, 0, 0, 0.65);
  transform: translate(-50%, -50%) scale(1.1);
}

/* control bar */
.control-bar[b-mm9nm29c95] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: stretch;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    padding: 10px 0px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
    flex-direction: column;
}
.control-bar .control-bar-wrapper[b-mm9nm29c95] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 10px 0 10px;
}
.control-bar.show[b-mm9nm29c95] {
  opacity: 1;
}
.control-bar.hide[b-mm9nm29c95] {
  opacity: 0;
}

/* buttons */
.control-bar .btn[b-mm9nm29c95] {
  background: rgba(255, 255, 255, 0.12);
  border: none;
  padding: 6px 10px;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.1s;
  font-size: 16px;
}

.control-bar .btn:focus[b-mm9nm29c95],
.control-bar .btn:active[b-mm9nm29c95] {
    outline: none;
    box-shadow: none;
}
.control-bar .btn:hover[b-mm9nm29c95] {
  background: rgba(255, 255, 255, 0.25);
}
.control-bar .btn.active[b-mm9nm29c95] {
  background: rgba(255, 255, 255, 0.4);
  color: #000;
  font-weight: 600;
}

/* Hide native track styling completely */
.control-bar input[type="range"][b-mm9nm29c95] {
  flex: 1;
  height: 4px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: transparent;          /* we draw our own */
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  z-index: 1;
}

/* ==== TRACK ==== */
.control-bar input[type="range"][b-mm9nm29c95]::-webkit-slider-runnable-track {
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(to right,
              #D61F37 0% var(--progress, 0%),
              #444 var(--progress, 0%) 100%);
}
.control-bar input[type="range"][b-mm9nm29c95]::-moz-range-track {
  height: 4px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(to right,
              #D61F37 0% var(--progress, 0%),
              #444 var(--progress, 0%) 100%);
}
.control-bar input[type="range"][b-mm9nm29c95]::-ms-track {
  height: 4px;
  border: none;
  border-radius: 999px;
  background: transparent;
  color: transparent;
}

/* MS fill (the filled part) */
.control-bar input[type="range"][b-mm9nm29c95]::-ms-fill-lower {
  background: #D61F37;
  border-radius: 999px;
}
.control-bar input[type="range"][b-mm9nm29c95]::-ms-fill-upper {
  background: #444;
  border-radius: 999px;
}

/* ==== THUMB ==== */
.control-bar input[type="range"][b-mm9nm29c95]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
  margin-top: -3px;
  border-radius: 50%;
  background: #D61F37;
}
.control-bar input[type="range"][b-mm9nm29c95]::-moz-range-thumb {
  width: 10px;
  height: 10px;
  margin-top: -3px;
  border-radius: 50%;
  background: #D61F37;
}
.control-bar input[type="range"][b-mm9nm29c95]::-ms-thumb {
  width: 10px;
  height: 10px;
  margin-top: 0;
  border-radius: 50%;
  background: #D61F37;
}

/* IE 11 fallback track */
.control-bar input[type="range"][b-mm9nm29c95]::-ms-tooltip { display: none; }

/* time label */
.control-bar .time[b-mm9nm29c95] {
  flex: 1;
  font-size: 14px;
  color: #CCC1C4;
  font-variant-numeric: tabular-nums;
  min-width: 80px;
  text-align: center;
    text-shadow:
        0 0 3px rgba(0, 0, 0, 0.7),
        0 0 6px rgba(0, 0, 0, 0.4);
}

/* captions */
video[b-mm9nm29c95]::cue {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 16px;
  padding: 4px 8px;
  border-radius: 4px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
}

/* responsive */
@media (max-width: 640px) {
  .control-bar[b-mm9nm29c95] {
    gap: 6px;
    padding: 8px 10px;
  }
  .control-bar .btn[b-mm9nm29c95] {
    font-size: 14px;
    padding: 4px 8px;
  }
  .center-play[b-mm9nm29c95] {
    width: 64px;
    height: 64px;
    font-size: 30px;
  }
}
/* _content/Timpi_Search_Blazor/Pages/Components/WebResultView.razor.rz.scp.css */
.loader[b-50li3drixk] {
    width: 24px;
    height: 24px;
    border: 4px solid #CCC1C4;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    animation: pulse-b-50li3drixk 1s linear infinite;
}

.loader[b-50li3drixk]:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    border: 3px solid #CCC1C4;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: scaleUp-b-50li3drixk 1s linear infinite;
}

@keyframes scaleUp-b-50li3drixk {
    0% { transform: translate(-50%, -50%) scale(0) }
    60% , 100% { transform: translate(-50%, -50%)  scale(1)}
}
@keyframes pulse-b-50li3drixk {
    0% , 60% , 100%{ transform:  scale(1) }
    80% { transform:  scale(1.2)}
}

.all-data-container[b-50li3drixk] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    margin-bottom: 32px;
    font-family: Urbanist;
    letter-spacing: 1px;
}

.all-data-container .all-content[b-50li3drixk] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    align-self: stretch;
}

.all-data-container .all-content .all-item-wrapper[b-50li3drixk] {
    padding: 16px;
    border-radius: 24px;
}

.all-data-container .all-content .all-item-wrapper:hover[b-50li3drixk] {
    cursor: pointer;
    background: rgba(255, 255, 255, 0.04);
}

.all-data-container .all-content .all-item-wrapper  .all-item-container[b-50li3drixk] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    flex: 1 0 0;
}

.all-data-container .all-content .all-item-wrapper .all-item-container .all-item-main[b-50li3drixk] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
}
.all-item-header[b-50li3drixk] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    flex: 1 0 0;
}
.all-item-header .title-container[b-50li3drixk] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.all-item-header .title-container .icon[b-50li3drixk],
.all-item-header .title-container .icon img[b-50li3drixk] {
    border-radius: 28px;
    width: 28px;
    height: 28px;
    object-fit: cover;
}

.all-item-header .title-container .icon[b-50li3drixk] {
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100.08%);
}
.all-item-header .title-container .region[b-50li3drixk] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 0 0 4px #D61F37, 0 0 8px #D61F37, 0 0 12px #D61F37;
}

.all-item-header .title-container .links[b-50li3drixk] {
    display: flex;
    flex-direction: column;
    max-width: 330px;
    flex: 1;
    min-width: 0;
}

.title-container .links a:hover[b-50li3drixk] {
    text-decoration: none;
}

.all-item-header .title-container .links .link-domain[b-50li3drixk] {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 155%;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    align-self: start;
}
.all-item-header .title-container .links .link-breadcrumb[b-50li3drixk] {
    display: flex;
    align-items: center;
}

.all-item-header .title-container .links .link-source[b-50li3drixk] {
    color: #CCC1C4;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;

}
.all-item-header .title-container .links .link-source svg[b-50li3drixk] {
    display: inline;
    vertical-align: middle;
    height: 12px;
    width: 12px;
    margin: 0 2px;
/*    margin: 0 2px;*/
}

.all-item-header .title-container .links .link-breadcrumb svg[b-50li3drixk] {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
}

.all-item-header .title-container .title[b-50li3drixk] {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    text-transform: capitalize;

    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.all-item-header .title-container .title:hover[b-50li3drixk] {
    text-decoration: none;
}
.all-item-contents[b-50li3drixk] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}
.all-item-content[b-50li3drixk] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.all-item-content .link a.title[b-50li3drixk] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: stretch;

    overflow: hidden;
    color: #99C3FF;
    text-overflow: ellipsis;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-transform: capitalize;
    word-break: break-word;
}
.all-item-content .link a.title:visited[b-50li3drixk] {    
    color: #C58AF9;
}

.all-item-content .description[b-50li3drixk] {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #CCC1C4;
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    word-break: break-word;
}

.all-item-content .description span.date[b-50li3drixk] {
    overflow: hidden;
    color: #9D9295;
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 23.8px */
}

.all-data-container .all-content .all-item-wrapper .all-item-container .all-item-footer[b-50li3drixk] {
    display: none;
    align-items: stretch;
    gap: 16px;
    align-self: stretch;
    flex-direction: column;
}

.all-item-footer .footer-buttons[b-50li3drixk] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.all-item-footer .footer-buttons .footer-button[b-50li3drixk] {
    display: flex;
    padding: 6px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 20px;
    border: 1px solid #403A3C;

    color: #99C3FF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.all-item-footer .footer-buttons .footer-button:hover[b-50li3drixk] {
    background: rgba(255, 255, 255, 0.04);
}

.all-item-footer .more-result-list[b-50li3drixk] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.all-item-footer .more-result-list .more-result-item[b-50li3drixk] {
    color: #CCC1C4;
    font-size: 14px;
    font-style: normal;
    line-height: 140%;
}

.all-item-footer .more-result-list .more-result-item .more-result-url a[b-50li3drixk] {
    color: #6BA1F1;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 200%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.all-item-footer .more-result-list .more-result-item .more-result-title[b-50li3drixk] {
    font-weight: 600;

    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.all-item-footer .more-result-list .more-result-item .more-result-content[b-50li3drixk] {
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.shimmer[b-50li3drixk] {
    background: linear-gradient(135deg, #66666655 40%, #88888855 50%, #66666655 60%, #66666655 40%, #88888855 50%, #66666655 60%);
    background-attachment: fixed;
    background-size: 300%;
    animation-name: shimmer-animation-b-50li3drixk;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-delay: 0;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
}

@keyframes shimmer-animation-b-50li3drixk {
    0% {
        background-position-x: 100%;
    }

    100% {
        background-position-x: 0%;
    }
}

.shimmer-container[b-50li3drixk] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 16px;
    width: 100%;
}

.shimmer-container .stitle-container[b-50li3drixk] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.shimmer-container .stitle-container .sfavicon[b-50li3drixk] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 8px;
}

.shimmer-container .stitle-container .stitle[b-50li3drixk] {    
    height: 1.5rem;
    flex: 1;
    border-radius: 8px;
}

.shimmer-container .slink[b-50li3drixk] {
    height: 1.3rem;
    border-radius: 5px;
}
.shimmer-container .sdescription[b-50li3drixk] {
    height: 3.5rem;
    border-radius: 8px;
}
.shimmer-container .smore[b-50li3drixk] {
    margin: 5px;
    height: 1.5rem;
    max-width: 15rem;
    border-radius: 5px;
}

.show-more-button[b-50li3drixk] {
    position: relative;
    display: flex;
    align-self: center;
    width: 100%;
    padding: 11px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 48px;
    border-radius: 20px;
    border: 1px solid #403A3C;
    background: rgba(255, 255, 255, 0.04);
    user-select: none;
    cursor: pointer;
}

.show-more-button .text[b-50li3drixk] {
    color: #CCC1C4;
    font-family: Urbanist;
    letter-spacing: 1px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.show-more-button:hover[b-50li3drixk] {
    background: rgba(255, 255, 255, 0.1);
}

.show-more-button.loading[b-50li3drixk] {
    pointer-events: none;
}

.show-more-button.loading .text[b-50li3drixk] {
    visibility: hidden;
}
.show-more-button:not(.loading) .more-indicator[b-50li3drixk] {
    display: none;
}

.more-indicator[b-50li3drixk] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    border: 5px dotted #CCC1C4;
    border-radius: 50%;
    box-sizing: border-box;
    animation: more-indicator-rotation-b-50li3drixk 2s linear infinite;
}

@keyframes more-indicator-rotation-b-50li3drixk {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
        border-color: #CCC1C4;
    }
    50% {
        transform: translate(-50%, -50%) rotate(180deg);
        border-color: #D61F37;
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
        border-color: #CCC1C4;
    }
}

.all-item-header .title-container .menu-item[b-50li3drixk] {
    border-radius: 50%;
    position: relative;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-left: 5px;
}
.all-item-header .title-container .menu-item.mobile[b-50li3drixk] {
    display: none;
    margin-left: auto;
}
.all-item-header .title-container .menu-item:hover[b-50li3drixk] {
    background: #FFFFFF14;
}
.all-item-header .title-container .menu-item.open[b-50li3drixk] {
    background: #FFFFFF14;
}
.all-item-header .title-container .menu-item:not(.open) .report-search-button[b-50li3drixk] {
    display: none;
}
.all-item-header .title-container .menu-item .report-search-button[b-50li3drixk] {
    position: absolute;
    right: 0;
    top: calc(100% + 4px);
    white-space: nowrap;
    border-radius: 12px;
    background: #36383A;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(12px);
    padding: 9px 12px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 21.7px */
}
@media (max-width: 600px) {
    .all-item-header .title-container .menu-item.full[b-50li3drixk] {
        display: none;
    }
    .all-item-header .title-container .menu-item.mobile[b-50li3drixk] {
        display: block;
    }
    .all-item-header .title-container .links[b-50li3drixk] {
        max-width: none;
    }
    .all-data-container[b-50li3drixk] {
        margin-bottom: 24px;
    }
    .show-more-button[b-50li3drixk] {
        width: calc(100% - 40px);
        margin: 0 20px 24px 20px;
    }
    .show-more-button .text[b-50li3drixk] {
        font-size: 16px;
    }

    .all-data-container .all-content .all-item-wrapper[b-50li3drixk] {
        padding: 12px 20px;
        border-radius: 0px;
        background: #1B1C1D;
    }
    .all-item-content .link a.title[b-50li3drixk] {
        -webkit-line-clamp: 2;
    }
    .all-item-content .description[b-50li3drixk] {
        -webkit-line-clamp: 3;
    }
}

/*** mobile section ***/
@media (max-width: 425px) {
    .all-item-header .title-container .title[b-50li3drixk] {
        -webkit-line-clamp: 2;
    }
    .shimmer-container .stitle-container .stitle[b-50li3drixk] {
        height: 3rem;
    }
    .shimmer-container .sdescription[b-50li3drixk] {
        height: 7rem;
    }
}
/* _content/Timpi_Search_Blazor/Pages/Components/WikiResultView.razor.rz.scp.css */
.wiki-data-container[b-fpn11946di] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    margin-bottom: 8px;
    font-family: Urbanist;
    letter-spacing: 1px;
}

.wiki-data-container .wiki-content[b-fpn11946di] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    align-self: stretch;
}

.wiki-data-container .wiki-content .wiki-item-wrapper[b-fpn11946di] {
    padding: 16px;
    border-radius: 24px;
}

.wiki-data-container .wiki-content .wiki-item-wrapper:not(.loading):hover[b-fpn11946di] {
    cursor: pointer;
    background: rgba(255, 255, 255, 0.04);
}

.wiki-data-container .wiki-content .wiki-item-wrapper  .wiki-item-container[b-fpn11946di] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    flex: 1 0 0;
}

.wiki-data-container .wiki-content .wiki-item-wrapper .wiki-item-container .wiki-item-main[b-fpn11946di] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
}
.wiki-item-header[b-fpn11946di] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    flex: 1 0 0;
}
.wiki-item-header .title-container[b-fpn11946di] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.wiki-item-header .title-container .icon[b-fpn11946di],
.wiki-item-header .title-container .icon img[b-fpn11946di] {
    border-radius: 28px;
    width: 28px;
    height: 28px;
    object-fit: cover;
}

.wiki-item-header .title-container .icon[b-fpn11946di] {
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100.08%);
}

.wiki-item-header .title-container .links[b-fpn11946di] {
    display: flex;
    flex-direction: column;
    max-width: 330px;
    flex: 1;
    min-width: 0;
}

.title-container .links a:hover[b-fpn11946di] {
    text-decoration: none;
}

.wiki-item-header .title-container .links .link-domain[b-fpn11946di] {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 155%;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    align-self: start;
}
.wiki-item-header .title-container .links .link-breadcrumb[b-fpn11946di] {
    display: flex;
    align-items: center;
}

.wiki-item-header .title-container .links .link-source[b-fpn11946di] {
    color: #CCC1C4;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;

}
.wiki-item-header .title-container .links .link-source svg[b-fpn11946di] {
    display: inline;
    vertical-align: middle;
    height: 12px;
    width: 12px;
    margin: 0 2px;
/*    margin: 0 2px;*/
}

.wiki-item-header .title-container .links .link-breadcrumb svg[b-fpn11946di] {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
}

.wiki-item-header .title-container .title[b-fpn11946di] {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    text-transform: capitalize;

    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.wiki-item-header .title-container .title:hover[b-fpn11946di] {
    text-decoration: none;
}
.wiki-item-contents[b-fpn11946di] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}
.wiki-item-content[b-fpn11946di] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.wiki-item-content .link a.title[b-fpn11946di] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: stretch;

    overflow: hidden;
    color: #99C3FF;
    text-overflow: ellipsis;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-transform: capitalize;
    word-break: break-word;
}
.wiki-item-content .link a.title:visited[b-fpn11946di] {    
    color: #C58AF9;
}

.wiki-item-content .description[b-fpn11946di] {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #CCC1C4;
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    word-break: break-word;
}

.wiki-item-content .description span.date[b-fpn11946di] {
    overflow: hidden;
    color: #9D9295;
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 23.8px */
}

.wiki-data-container .wiki-content .wiki-item-wrapper .wiki-item-container .wiki-item-footer[b-fpn11946di] {
    display: flex;
    align-items: stretch;
    gap: 16px;
    align-self: stretch;
    flex-direction: column;
}

.shimmer[b-fpn11946di] {
    background: linear-gradient(135deg, #66666655 40%, #88888855 50%, #66666655 60%, #66666655 40%, #88888855 50%, #66666655 60%);
    background-attachment: fixed;
    background-size: 300%;
    animation-name: shimmer-animation-b-fpn11946di;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-delay: 0;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    border-radius: 5px;
}
@keyframes shimmer-animation-b-fpn11946di {
    0% {
        background-position-x: 100%;
    }

    100% {
        background-position-x: 0%;
    }
}

.wiki-loader[b-fpn11946di] {
    height: 7.5rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loader-text[b-fpn11946di] {
    background: linear-gradient(90deg, #99999966, #ffffff66, #99999966);
    background-size: 200%;
    -webkit-background-clip: text;
    color: transparent;
    animation: loader-text-animation-b-fpn11946di 2s infinite linear;
    font-size: 2rem;
}

@keyframes loader-text-animation-b-fpn11946di {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

.shimmer-container[b-fpn11946di] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 16px;
    width: 100%;
}

.shimmer-container .sheader-container[b-fpn11946di] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.shimmer-container .sheader-container .sfavicon[b-fpn11946di] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
}

.shimmer-container .sheader-container .slinks-container[b-fpn11946di] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.shimmer-container .sheader-container .slinks-container .sdomain[b-fpn11946di] {
    height: 1.3rem;
    width: 40%;
}
.shimmer-container .sheader-container .slinks-container .slink[b-fpn11946di] {
    height: 1.3rem;
    max-width: 330px;
}

.shimmer-container .stitle[b-fpn11946di] {    
    width: 100%;
    height: 1.5rem;
}

.shimmer-container .slink[b-fpn11946di] {
    height: 1.3rem;
    border-radius: 5px;
}
.shimmer-container .sdescription[b-fpn11946di] {
    height: 3.5rem;
    border-radius: 8px;
}
.shimmer-container .smore[b-fpn11946di] {
    margin: 5px;
    height: 1.5rem;
    max-width: 15rem;
    border-radius: 5px;
}

.wiki-item-header .title-container .menu-item[b-fpn11946di] {
    border-radius: 50%;
    position: relative;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-left: 5px;
}
.wiki-item-header .title-container .menu-item.mobile[b-fpn11946di] {
    display: none;
    margin-left: auto;
}
.wiki-item-header .title-container .menu-item:hover[b-fpn11946di] {
    background: #FFFFFF14;
}
.wiki-item-header .title-container .menu-item.open[b-fpn11946di] {
    background: #FFFFFF14;
}
.wiki-item-header .title-container .menu-item:not(.open) .report-search-button[b-fpn11946di] {
    display: none;
}
.wiki-item-header .title-container .menu-item .report-search-button[b-fpn11946di] {
    position: absolute;
    right: 0;
    top: calc(100% + 4px);
    white-space: nowrap;
    border-radius: 12px;
    background: #36383A;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(12px);
    padding: 9px 12px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 21.7px */
}
@media (max-width: 600px) {
    .wiki-item-header .title-container .menu-item.full[b-fpn11946di] {
        display: none;
    }
    .wiki-item-header .title-container .menu-item.mobile[b-fpn11946di] {
        display: block;
    }
    .wiki-item-header .title-container .links[b-fpn11946di] {
        max-width: none;
    }
    .wiki-data-container .wiki-content .wiki-item-wrapper[b-fpn11946di] {
        padding: 12px 20px;
        border-radius: 0px;
        background: #1B1C1D;
    }
    .wiki-item-content .link a.title[b-fpn11946di] {
        -webkit-line-clamp: 2;
    }

    .wiki-item-content .description[b-fpn11946di] {
        -webkit-line-clamp: 3;
    }

    .wiki-data-container .wiki-content .wiki-item-wrapper .wiki-item-container .wiki-item-main[b-fpn11946di] {
        gap: 8px;
    }
}

@media (max-width: 425px) {
    .wiki-item-header .title-container .title[b-fpn11946di] {
        -webkit-line-clamp: 2;
    }

    .shimmer-container .stitle-container .stitle[b-fpn11946di] {
        height: 3rem;
    }

    .shimmer-container .sdescription[b-fpn11946di] {
        height: 7rem;
    }
}
/* _content/Timpi_Search_Blazor/Pages/LandingPage.razor.rz.scp.css */
.access-denied .input-wrapper[b-j2ng3i0yx7] {
    pointer-events: none;
}

.page[b-j2ng3i0yx7] {
    position: relative;
    width: 100%;
    height: 100vh;
    height: var(--app-height, 100dvh);
    min-height: 500px;
    display: flex;
    flex-direction: column;
    z-index: 3;
}

.page.active[b-j2ng3i0yx7] {
    min-height: unset;
}

.main-container[b-j2ng3i0yx7] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.upper-section[b-j2ng3i0yx7] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    flex: 1;
}
.page .main-container .upper-section[b-j2ng3i0yx7] {
    transition: transform 0.2s ease;
}
.page.active .main-container .upper-section[b-j2ng3i0yx7] {
    transform: scale(0.97) translateY(3%);
}

.lower-section[b-j2ng3i0yx7] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    flex: var(--flex-ratio);
}
.lower-section-wrapper[b-j2ng3i0yx7] {
    flex: var(--flex-ratio);
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.lower-section-wrapper .lower-section-container[b-j2ng3i0yx7] {
    display: flex;
    flex-direction: column;
}
.page.active .lower-section-wrapper .lower-section-container[b-j2ng3i0yx7] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.50);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.page:not(.active) .lower-section-wrapper .lower-section-container .upper-section[b-j2ng3i0yx7] {
    display: none;
}
header[b-j2ng3i0yx7] {
    display: flex;
    padding: 24px;
    justify-content: flex-end;
    align-items: center;
    z-index: 1000;
}

main[b-j2ng3i0yx7] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 24px;
}

main .main-ts[b-j2ng3i0yx7] {
    flex: 1.65;
}

main .main-content[b-j2ng3i0yx7] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

main .main-bs[b-j2ng3i0yx7] {
    flex: 4;
}

.logo[b-j2ng3i0yx7] {
    width: 166px;
    height: 85px;
}

.logo img[b-j2ng3i0yx7] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hero-section-wrapper[b-j2ng3i0yx7] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-section-wrapper .hero-section[b-j2ng3i0yx7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 0px 24px;

}

.hero-section-wrapper .hero-section .hero-text[b-j2ng3i0yx7] {
    color: #FFF;
    text-align: center;
    font-family: Urbanist;
    font-size: clamp(32px, calc(11.6vw - 17.45px), 64px);
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 2.56px;
        
    background-image: 
    radial-gradient(circle, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)),
    linear-gradient(to bottom right, rgba(215,34,58,0.56), rgba(34,35,37,0.56)),
    linear-gradient(white, white);

    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;

    animation: sloganFadeIn-b-j2ng3i0yx7 500ms ease-in forwards;
}

@keyframes sloganFadeIn-b-j2ng3i0yx7 {
    0% {
        transform: translateY(-15px);
        opacity: 0;
        visibility: hidden;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
        visibility: visible;
    }
}

.page.active .hero-list[b-j2ng3i0yx7] {
    padding-top: 210px;
    order: -1;
}

.hero-list[b-j2ng3i0yx7] {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 48px;
    flex-wrap: wrap;
    visibility: hidden;
    animation: heroesAnimation-b-j2ng3i0yx7 200ms ease-in forwards;
    animation-delay: 200ms;
}

@keyframes heroesAnimation-b-j2ng3i0yx7 {
    0% {
        opacity: 0;
        visibility: hidden;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

.hero-list .hero-item[b-j2ng3i0yx7] {
    display: flex;
    align-items: center;
    gap: 8px;

    color: #CCC1C4;
    text-align: center;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;

    filter: blur(2px);
    animation: clearBlur-b-j2ng3i0yx7 200ms ease-in-out forwards;
}

.hero-list .hero-item:nth-child(1)[b-j2ng3i0yx7] {
    animation-delay: 600ms
}
.hero-list .hero-item:nth-child(2)[b-j2ng3i0yx7] {
    animation-delay: 800ms
}
.hero-list .hero-item:nth-child(3)[b-j2ng3i0yx7] {
    animation-delay: 1000ms
}

@keyframes clearBlur-b-j2ng3i0yx7 {
    0% {
        filter: blur(2px); 
    }
    100% {
        filter: blur(0); 
    }
}

.hero-list .hero-item .hero-icon[b-j2ng3i0yx7] {
    display: flex;
    padding: 6px;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100.08%);
}

.input-container[b-j2ng3i0yx7] {
    --bd-input-clr: #5D5C5D;
    --bd-radius: 32px;
    --input-box-shadow: 0px 16px 48px 0px rgba(0, 0, 0, 0.64);

    display: flex;
    width: 100%;
    max-width: 590px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    position: relative;
    transition: max-width 0.2s ease, min-width 0.2s ease;
    transform: scaleY(0.9);
    opacity: 0;
    animation: inputAnimation-b-j2ng3i0yx7 1s ease forwards;
    animation-delay: 200ms;
    border-radius: 24px;
    z-index: 51;
}

@keyframes inputAnimation-b-j2ng3i0yx7 {
    0% {
        transform: scaleY(0.9);
        opacity: 0;
    }
    50% {
        transform: scaleY(1);
        opacity: 0.5;
    }
    100% {
        transform: scaleY(1);
        opacity: 1;
    }
}

.input-container .input-wrapper[b-j2ng3i0yx7] {
    cursor: pointer;
    width: 100%;
    padding: 17px 20px 17px 23px;
    border-radius: var(--bd-radius);
    border: 1px solid;
    position: relative;
    overflow: hidden;
    background: #2f1319;
    box-shadow: 0px 8px 48px 0px rgba(0, 0, 0, 0.56);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition: padding 0.2s ease;
    height: 64px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.input-container.input--focus .input-wrapper[b-j2ng3i0yx7] {
    background: #141415;
    box-shadow: var(--input-box-shadow);
}

.input-container .input-wrapper:hover[b-j2ng3i0yx7] {
    background: #141415;
    box-shadow: var(--input-box-shadow);
}

.input-container.dropdown--open.dropdown--has-items .input-wrapper[b-j2ng3i0yx7] {
    background: #141415;
    box-shadow: var(--input-box-shadow);
    border-radius: var(--bd-radius) var(--bd-radius) 0 0;
    border: 1px solid var(--bd-input-clr);
    border-bottom-color: transparent;
}

.input-container.dropdown--open.dropdown--has-items .input-wrapper[b-j2ng3i0yx7]::before {    
    content: none;
}

.input-container .input-wrapper[b-j2ng3i0yx7]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background: linear-gradient(168deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box, linear-gradient(171deg, rgba(255, 255, 255, 0) 49.92%, rgba(255, 255, 255, 0.2) 100.08%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}

.input-container .input-wrapper .input-content[b-j2ng3i0yx7] {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1 0 0;
    height: 28px;
    transition: height 0.2s ease;
}

.input-container .input-wrapper .input-content .input-button[b-j2ng3i0yx7] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    min-height: 24px;
}

.input-container .input-wrapper .input-content .input-button svg[b-j2ng3i0yx7] {    
    stroke: #FFF;
    min-width: 20px;
    min-height: 20px;
}

.input-container.dropdown--open.dropdown--has-items .input-wrapper .input-content .input-button svg[b-j2ng3i0yx7] {
    stroke: #9E9094;
}

.input-container .input-wrapper .input-content .clear-text-button[b-j2ng3i0yx7] {
    width: 40px;
    height: 40px;
    padding: 8px;
    margin: -8px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.input-container .input-wrapper .input-content .clear-text-button.show[b-j2ng3i0yx7] {
    opacity: 1;
    transform: scale(1);
}

.input-container .input-wrapper .input-content input[b-j2ng3i0yx7]::placeholder {
    padding-left: 8px;
}

.input-container .input-wrapper .input-content input[b-j2ng3i0yx7] {    
    background-color: transparent;
    border: none;
    outline: none;
    transition: border-color 0.2s ease;

    color: #FFF;
    font-family: Urbanist;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
    letter-spacing: 1px;
    width: 100%;
}

.input-container .input-wrapper .input-content input[b-j2ng3i0yx7]::placeholder {
    color: #9E9094;
}

.input-container.dropdown--open.dropdown--has-items .suggestion-dropdown[b-j2ng3i0yx7] {
    display: flex;
}
.input-container .suggestion-dropdown[b-j2ng3i0yx7] {
    padding: 14px;
    width: 100%;
    border-radius: 0 0 var(--bd-radius) var(--bd-radius);
    border: 1px solid var(--bd-input-clr);
    border-top: none;
    background: #141415;
    box-shadow: var(--input-box-shadow);
    box-shadow: 0px 24px 32px -6px rgba(0, 0, 0, 0.64);

    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 16.8px;
    position: absolute;
    overflow: hidden;

    top: calc(100% + -1px);
}

.input-container .suggestion-dropdown[b-j2ng3i0yx7] {
    pointer-events: auto;
}

.input-container .suggestion-dropdown:focus[b-j2ng3i0yx7] {
    outline: none;
}

.input-container .suggestion-dropdown ul[b-j2ng3i0yx7] {
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}
.input-container .suggestion-dropdown ul .suggestion-item[b-j2ng3i0yx7] {
    padding: 8px 14px 8px 10px;
    border-radius: 8px;
    color: #FFF;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
    display: flex;
    align-items: center;
}

.input-container .suggestion-dropdown ul .suggestion-item .matched[b-j2ng3i0yx7] {
    color: #CCC1C4;
    font-weight: 400;
}

.input-container .suggestion-dropdown ul .suggestion-item[b-j2ng3i0yx7]::before {    
    content: '';
    width: 24px;
    margin-right: 18px;
    height: 24px;
    flex-shrink: 0;
    background-image: url('assets/suggestion-leading.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.input-container .suggestion-dropdown ul .suggestion-item .suggestion-text[b-j2ng3i0yx7] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

/*.suggestion-dropdown ul .suggestion-item:hover::before {
    content: '';
    position: absolute;
    width: 34px;
    height: 34px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('assets/enter.svg');
    background-repeat: no-repeat;
    background-position: center;
    transition: background-image 0.2s ease-in-out;
}*/

.input-container .suggestion-dropdown ul .suggestion-item.selected[b-j2ng3i0yx7] {
    background: #202122;
}
.input-container .suggestion-dropdown ul .suggestion-item:hover[b-j2ng3i0yx7] {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.04) 100%);
    cursor: pointer;
}

footer[b-j2ng3i0yx7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 1px solid #27292A;
    background: rgba(0, 0, 0, 0.08);
    position: relative;
}

.footer[b-j2ng3i0yx7] {
    display: flex;
    gap: 80px;
    padding: 40px 0px;
    max-width: 794px;
}

.footer-column[b-j2ng3i0yx7] {
    width: 211px;
}

.footer-column h4[b-j2ng3i0yx7] {
    margin-bottom: 16px;
    color: #FFF;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.56px;
    text-transform: capitalize;
    line-height: 150%;
}

.footer-column ul[b-j2ng3i0yx7] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column li[b-j2ng3i0yx7] {
    margin-bottom: 8px;
    line-height: 1;
}

.footer-column a[b-j2ng3i0yx7] {
    text-decoration: none;
    position: relative;
    transition: color 0.2s ease;

    color: #CCC1C4;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.footer-column a:hover[b-j2ng3i0yx7] {
    color: #FFF;
    text-decoration: underline;
}

.footer-column a:hover[b-j2ng3i0yx7]::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    left: -12px;
    top: 6px;

    background: linear-gradient(180deg, #D62139 0%, #D62139AA 100.08%);
    box-shadow: 0 0 9px #D61F37, 0 0 18px #D61F37, 0 0 27px #D61F37;
    filter: drop-shadow(0px 0px 12px #D61F37);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.input-container .effects__glow[b-j2ng3i0yx7] {
    height: 25px;
    transform: translateY(50%);
    width: 100%;
    border-radius: 100%;
    opacity: 0.1;
    background: rgba(255, 255, 255, 0.80);
    filter: blur(8.399999618530273px);
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.input-container .effects__tracking[b-j2ng3i0yx7] {
    height: 33px;
    transform: translateY(50%);
    width: 0px;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.80);
    opacity: 0.15;
    filter: blur(8.399999618530273px);
    position: absolute;
    bottom: 0px;
    left: 65px;
}

.input-container.dropdown--open.dropdown--has-items .input-wrapper .input-backlight[b-j2ng3i0yx7] {
    display: unset;
}

.input-backlight[b-j2ng3i0yx7] {
    display: none;
}

.suggestion-backlight[b-j2ng3i0yx7] {
    top: -664px;
}

.input-backlight[b-j2ng3i0yx7],
.suggestion-backlight[b-j2ng3i0yx7] {
    position: absolute;
    width: 800px;
    height: 800px;
    top: -600px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    background: radial-gradient( circle at center, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.2) 60%, rgba(255, 255, 255, 0) 100% );
    opacity: 0.2;
    pointer-events: none;
    filter: blur(80px);
}

.h-separator[b-j2ng3i0yx7] {
    height: 1px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.20) 50%, rgba(255, 255, 255, 0.00) 100%);
}

.input-container.dropdown--open.dropdown--has-items .input-wrapper .h-separator[b-j2ng3i0yx7] {
    display: unset;
}

.input-wrapper .h-separator[b-j2ng3i0yx7] {
    display: none;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.suggestion-dropdown .h-separator[b-j2ng3i0yx7] {
    position: unset;
    margin: 8px 0;
}
.suggestion-dropdown .report-container[b-j2ng3i0yx7] {
    display: flex;
    justify-content: flex-end;
}
.suggestion-dropdown .report-container .report-button[b-j2ng3i0yx7] {
    display: flex;
    padding: 7px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 16px;

    color: #9D9295;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.suggestion-dropdown .report-container .report-button:hover[b-j2ng3i0yx7] {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.04) 100%);
    user-select: none;
    cursor: pointer;
}

@keyframes slideOutFromRight-b-j2ng3i0yx7 {
    from {
        transform: translate(0,-50%);
        opacity: 1;
    }

    to {
        transform: translate(100%,-50%);
        opacity: 0;
    }
}

@keyframes slideInFromRight-b-j2ng3i0yx7 {
    from {
        transform: translate(100%,-50%);
        opacity: 0;
    }

    to {
        transform: translate(0,-50%);
        opacity: 1;
    }
}

.page-wrapper[b-j2ng3i0yx7] {
    --flex-ratio: 2.2;
    width: 100%;
    position: relative;
    background-color: #222325;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    overflow: hidden;
}

.scroll-down[b-j2ng3i0yx7] {
    position: relative;
    display: flex;
    padding: 16px 8px;
    align-items: center;
    gap: 8px;
    border-radius: 28px;
    background: linear-gradient(127.73deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100.08%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
.scroll-down[b-j2ng3i0yx7]:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background: 
        linear-gradient(113deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box, 
        linear-gradient(127deg, rgba(255, 255, 255, 0) 49.92%, rgba(255, 255, 255, 0.2) 100.08%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}

.learn-more-button[b-j2ng3i0yx7] {
    position: absolute;
    bottom: 39px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    stroke: #CCC1C4;
    color: #CCC1C4;
}

.learn-more-button:hover[b-j2ng3i0yx7] {
    cursor: pointer;    
    stroke: #FFF;
    color: #FFF;
}

.page.active .learn-more-button[b-j2ng3i0yx7] {
    display: none;
}

.learn-more-button span[b-j2ng3i0yx7] {
    text-align: center;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.back-to-top[b-j2ng3i0yx7] {
    position: fixed;
    bottom: calc(50% - 36px);
    right: 20px;
    color: white;
    font-size: 20px;
    /* display: none; */
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    cursor: pointer;
    padding: 16px 8px;
    /* width: 48px; */
    /* height: 72px; */
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100.08%);
    transition: opacity 0.3s ease;
    background-color: var(--main-bg-color);
    border-radius: 28px;
    stroke: #9E9094;
    z-index: 200;
    display: none;
    padding: 16px 8px;
    align-items: center;
    gap: 8px;
}

.back-to-top:hover[b-j2ng3i0yx7] {
    stroke: #FFF;
}

.back-to-top[b-j2ng3i0yx7]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background: linear-gradient(145deg, #FFFFFF66 0%, #FFFFFF15 50%, #FFFFFF05 60%, #FFFFFF33 100%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}

.join-timplars.timplars-button[b-j2ng3i0yx7] {
    margin-top: 24px;
    display: none;
}

/*** tablet section ***/
@media (max-width: 1024px) {
    .hero-section-wrapper .hero-section[b-j2ng3i0yx7] {
        min-width: unset;
        gap: 32px;
    }

    .hero-section-wrapper .hero-section .hero-text[b-j2ng3i0yx7] {
        letter-spacing: 1.28px;
    }

    .hero-section-wrapper .hero-section .hero-list[b-j2ng3i0yx7] {
        gap: 8px;
    }

    .hero-section-wrapper .hero-section .hero-list .hero-item[b-j2ng3i0yx7] {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        flex: 1 0 0;
    }

    .hero-section-wrapper .hero-section .hero-list .hero-item:nth-child(1) span[b-j2ng3i0yx7] {
        width: 4.5em;
    }

    .hero-section-wrapper .hero-section .hero-list .hero-item:nth-child(2) span[b-j2ng3i0yx7] {
        width: 5.5em;
    }

    .hero-section-wrapper .hero-section .hero-list .hero-item:nth-child(3) span[b-j2ng3i0yx7] {
        width: 9em;
    }

    /*.main-section .input-container-wrapper {
        margin-top: 56px;
    }

    .page.active .main-section .input-container-wrapper {
        margin-top: 57px;
    }*/

    .main-section .input-container-wrapper .input-container[b-j2ng3i0yx7] {
        padding: 0px 24px;
    }

    .main-section .input-container .input-wrapper[b-j2ng3i0yx7] {
        padding: 16px 18px;
    }

    .page.active .main-section .input-container .input-wrapper[b-j2ng3i0yx7] {
        padding: 18.9px 16.8px;
    }

    .page.active .main-section .input-container .input-wrapper .input-content[b-j2ng3i0yx7] {
        height: 21px;
    }

    .page.active .main-section .input-container .input-wrapper .input-content input[b-j2ng3i0yx7] {
        font-size: 16.8px;
        font-style: normal;
        line-height: 175%;
        letter-spacing: 0.672px;
    }

    .page.active .main-section .input-container-wrapper .input-container[b-j2ng3i0yx7] {
        padding: 0px 16px;
    }

    .main-section .input-container .input-wrapper .input-content input[b-j2ng3i0yx7] {
        font-size: 16px;
    }
    .footer[b-j2ng3i0yx7] {
        justify-content: space-between;
        padding: 40px 15vw;
        width: 100%;
    }

    .footer-column[b-j2ng3i0yx7] {
        width: unset;
    }
}

@media (max-width: 768px) {
    main .main-ts[b-j2ng3i0yx7] {
        flex: none;
        height: 173px;
    }

    .hero-section-wrapper .hero-section[b-j2ng3i0yx7] {
        min-width: unset;
        padding: 0px 24px;
        gap: 32px;
    }

    .hero-section-wrapper .hero-section .hero-text[b-j2ng3i0yx7] {
        letter-spacing: 1.28px;
    }

    .hero-list[b-j2ng3i0yx7] {
        display: none;
    }

    /*.main-section .input-container-wrapper {
        margin-top: 56px;
    }

    .page.active .main-section .input-container-wrapper {
        margin-top: 57px;
    }*/

    .main-section .input-container-wrapper .input-container[b-j2ng3i0yx7] {
        padding: 0px 24px;
    }

    .main-section .input-container .input-wrapper[b-j2ng3i0yx7] {
        padding: 16px 18px;
    }

    .page.active .main-section .input-container .input-wrapper[b-j2ng3i0yx7] {
        padding: 18.9px 16.8px;
    }

    .page.active .main-section .input-container .input-wrapper .input-content[b-j2ng3i0yx7] {
        height: 21px;
    }

    .page.active .main-section .input-container .input-wrapper .input-content input[b-j2ng3i0yx7] {
        font-size: 16.8px;
        font-style: normal;
        line-height: 175%;
        letter-spacing: 0.672px;
    }

    .page.active .main-section .input-container-wrapper .input-container[b-j2ng3i0yx7] {
        padding: 0px 15.82px;
    }

    .main-section .input-container .input-wrapper .input-content input[b-j2ng3i0yx7] {
        font-size: 16px;
    }
    .footer[b-j2ng3i0yx7] {
        padding: 40px 24px;
    }
}

@media (max-width: 600px) {
    header[b-j2ng3i0yx7] {
        padding: 12px 16px;
    }
    .logo[b-j2ng3i0yx7] {
        width: 136px;
        height: 64px;
    }
    main .main-ts[b-j2ng3i0yx7] {
        height: 65px;
    }

    main .main-content[b-j2ng3i0yx7] {
        gap: 24px;
    }

    .input-container .input-wrapper[b-j2ng3i0yx7] {
        padding: 14px 18px 14px 22px;
        height: 56px;
    }
    .input-container .suggestion-dropdown[b-j2ng3i0yx7] {
        padding: 8px 14px;
    }
    .input-container .suggestion-dropdown ul .suggestion-item[b-j2ng3i0yx7] {
        padding: 8px 14px;
    }    
    .input-container .suggestion-dropdown ul .suggestion-item[b-j2ng3i0yx7]::before {    
        width: 16px;
        margin-right: 22px;
        height: 16px;
        background-image: url('assets/suggestion-leading-mobile.svg');
    }
    .join-timplars.timplars-button[b-j2ng3i0yx7] {
        display: flex;
    }
    .footer[b-j2ng3i0yx7] {
        padding: 40px 24px;
        flex-direction: column;
        gap: 40px;
        align-items: start;
    }

    .footer-column h4[b-j2ng3i0yx7] {
        font-size: 16px;
        letter-spacing: 0.64px;
    }

    .footer-column a[b-j2ng3i0yx7] {
        font-size: 14px;
    }
}
/* _content/Timpi_Search_Blazor/Pages/Modals/AccessDeniedModal.razor.rz.scp.css */
.disabled-pointer[b-4gk2d13vhz] {
    pointer-events: none;
}

.auth-overlay[b-4gk2d13vhz] {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
    align-items: center;
    justify-content: center;
    display: flex;
    z-index: 20000;
}

.auth-overlay .dialog-box[b-4gk2d13vhz] {
    position: relative;
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.00) 100.08%), #1B1C1D;
    box-shadow: 0px 16px 120px 0px rgba(0, 0, 0, 0.90);
    border-radius: 24px;
    padding: 32px;

    width: 520px;
}

.message[b-4gk2d13vhz] {
    color: #FFF;
    font-family: Urbanist;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-align: center;
}

@media (max-width: 568px) {
    .auth-overlay .dialog-box[b-4gk2d13vhz] {
        width: calc(100% - 48px);
    }
}
/* _content/Timpi_Search_Blazor/Pages/Modals/AuthenticationModal.razor.rz.scp.css */
.disabled-pointer[b-ng3st4eco3] {
    pointer-events: none;
}

.divider[b-ng3st4eco3] {
    display: flex;
    align-items: center;
    text-align: center;
    gap: 8px;

    color: #CCC1C4;
    text-align: center;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.48px;
}

.divider[b-ng3st4eco3]::before,
.divider[b-ng3st4eco3]::after {
    content: "";
    flex: 1;
    height: 1px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 100%);
}

.auth-overlay[b-ng3st4eco3] {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.80);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    align-items: center;
    justify-content: center;
    display: flex;
    z-index: 10000;
}

.auth-overlay .dialog-box[b-ng3st4eco3] {
    position: relative;
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.00) 100.08%), #1B1C1D;
    box-shadow: 0px 16px 120px 0px rgba(0, 0, 0, 0.90);
    border-radius: 24px;
    padding: 32px;

    width: 390px;
}

.auth-overlay .dialog-box[b-ng3st4eco3]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background: 
        linear-gradient(117.96deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box, 
        linear-gradient(131.06deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100.08%) border-box;

    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.auth-overlay .dialog-box .dialog-form[b-ng3st4eco3]
{    
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
    transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
    animation: zoomIn-b-ng3st4eco3 0.2s forwards;
}

.auth-overlay .dialog-box .signin-form[b-ng3st4eco3]
{    
    display: none;
}

.auth-overlay .dialog-box.sign-in .signin-form[b-ng3st4eco3] {
    display: flex;
}

.auth-overlay .dialog-box.sign-in .signup-form[b-ng3st4eco3] {
    display: none;
}

.dialog-header[b-ng3st4eco3] {
    display: flex;
    align-items: center;
}
.dialog-header .header-text[b-ng3st4eco3] {
    flex: 1;
    color: #FFF;
    font-family: Urbanist;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.dialog-header .close-dialog[b-ng3st4eco3] {
    display: flex;
    width: 48px;
    height: 48px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

.dialog-header .close-dialog:hover[b-ng3st4eco3] {
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100.08%);
    cursor: pointer;
}

.dialog-header .close-dialog img[b-ng3st4eco3] {
    width: 24px;
    height: 24px;
}

.dialog-box .signup-keplr-button[b-ng3st4eco3] {
    padding: 8px 48px;
}

.dialog-button span[b-ng3st4eco3] {
    user-select: none;
}

.dialog-button[b-ng3st4eco3] {
    display: flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: linear-gradient(0deg, #D61F37 0%, #D61F37 100%), linear-gradient(335deg, rgba(255, 255, 255, 0.02) 7.94%, rgba(255, 255, 255, 0.04) 92.72%);
    box-shadow: 0px -2px 16px 0px rgba(255, 255, 255, 0.16) inset, 0px 4px 4px 0px rgba(255, 255, 255, 0.13) inset;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    color: #FFF;
    text-align: center;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.64px;
}
.dialog-button:hover[b-ng3st4eco3] {
    background: linear-gradient(0deg, #D92F47 0%, #D92F47 100%), linear-gradient(335deg, rgba(255, 255, 255, 0.02) 7.94%, rgba(255, 255, 255, 0.04) 92.72%);
    cursor: pointer;
}
.dialog-button:focus[b-ng3st4eco3] {
    outline: 0;
}

.dialog-box .keplr-container[b-ng3st4eco3] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    align-self: stretch;
    margin: 0px 12px;
}

.dialog-box .auth-title[b-ng3st4eco3] {
    color: #CCC1C4;
    text-align: center;
    font-family: Urbanist;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: 0.72px;
}

.dialog-box .keplr-container .logo-container[b-ng3st4eco3] {
    display: flex;
    width: 32px;
    height: 32px;
    padding: 4px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.24);
    background: url(assets/keplr-logo.svg) no-repeat center center, rgba(255, 255, 255, 0.24);
}

.dialog-box .custom-container[b-ng3st4eco3] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    align-self: stretch;
}

.dialog-box .custom-container:hover[b-ng3st4eco3] {
    cursor: pointer;
}

.dialog-box .custom-container .input-containers[b-ng3st4eco3] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    align-self: stretch;
}

.dialog-box .input-container-validation[b-ng3st4eco3] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.dialog-box .input-container-validation .error-message[b-ng3st4eco3] {
    color: #E86375;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.56px;
    padding: 0px 24px 0px 16px;
}

.dialog-box .custom-container .input-container[b-ng3st4eco3] {
    position: relative;
    display: flex;
    height: 48px;
    padding: 24px 24px 24px 16px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 24px;
}

.dialog-box .custom-container .input-container[b-ng3st4eco3]::before {
    content: "";
    position: absolute;
    border-radius: inherit;
    background: #1B1C1DCC;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.dialog-box .custom-container .input-container:hover[b-ng3st4eco3]::before {
    background: 
        linear-gradient(0deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)),
        linear-gradient(0deg, rgba(27, 28, 29, 0.8), rgba(27, 28, 29, 0.8));
}
.dialog-box .custom-container .input-container[b-ng3st4eco3]::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background: 
        linear-gradient(168deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box,
        linear-gradient(171deg, rgba(255, 255, 255, 0) 49.92%, rgba(255, 255, 255, 0.2) 100.08%) border-box;

    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}
.dialog-box .custom-container .input-container.error[b-ng3st4eco3]::after {
    background: #E86375 border-box;
}
.dialog-box .custom-container .input-container:not(.error):has(input:focus)[b-ng3st4eco3]::after {
    background: 
        linear-gradient(168deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box,
        linear-gradient(171deg, rgba(255, 255, 255, 0) 49.92%, rgba(255, 255, 255, 0.2) 100.08%) border-box,
        linear-gradient(0deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)) border-box;
}

.dialog-box .custom-container .input-container img[b-ng3st4eco3] {
    width: 20px;
    height: 20px;
}


.dialog-box .custom-container .input-container input[b-ng3st4eco3] {
    flex: 1;
    background-color: transparent;
    border: none;
    outline: none;
    transition: border-color 0.2s ease;
    color: #FFF;
    
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    letter-spacing: 0.56px;
    width: 100%;
}

.dialog-box .custom-container .input-container input[b-ng3st4eco3]::placeholder {
    color: #9E9094;
    font-family: Urbanist;
    user-select: none;
}

.tos[b-ng3st4eco3] {
    color: #CCC1C4;
    text-align: center;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.48px;
}

.tos span[b-ng3st4eco3] {
    color: #FFF;
    cursor: pointer;
    user-select: none;
}

.tos span:hover[b-ng3st4eco3] {
    text-decoration: underline;
}

.custom-actions[b-ng3st4eco3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.custom-actions .remember-me-container[b-ng3st4eco3] {
    display: flex;
    align-items: center;
    position: relative;
}

.remember-me-checkbox[b-ng3st4eco3] {
    position: absolute;
    opacity: 0;
}

.custom-actions .remember-me-text[b-ng3st4eco3]::before {
    content: "";
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    border-radius: 4px;
    border: 1px solid #CCC1C4;
    flex-shrink: 0;
}

.remember-me-checkbox:checked + .remember-me-text[b-ng3st4eco3]::before {
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: linear-gradient(0deg, #D61F37 0%, #D61F37 100%), linear-gradient(335deg, rgba(255, 255, 255, 0.02) 7.94%, rgba(255, 255, 255, 0.04) 92.72%);
    box-shadow: 0px -2px 16px 0px rgba(255, 255, 255, 0.16) inset, 0px 4px 4px 0px rgba(255, 255, 255, 0.13) inset, 0px 12px 36px 0px rgba(214, 31, 55, 0.24);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.remember-me-checkbox:checked + .remember-me-text[b-ng3st4eco3]::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 2px;
    background: url(assets/checkmark.svg);
    flex-shrink: 0;
    transform: translateY(-50%);
}

.custom-actions .remember-me-text[b-ng3st4eco3] {
    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.56px;
    margin-bottom: unset;
    user-select: none;
    display: flex;
    gap: 10px;
    align-items: center;
}

.custom-actions .remember-me-text:hover[b-ng3st4eco3] {
    cursor: pointer;
}

.custom-actions .forgot-password[b-ng3st4eco3] {
    color: #FFF;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.56px;
    cursor: pointer;
    user-select: none;
}

.custom-actions .forgot-password:hover[b-ng3st4eco3] {
    text-decoration: underline;
}

@keyframes zoomIn-b-ng3st4eco3 {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes zoomOut-b-ng3st4eco3 {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(0.8);
        opacity: 0;
        display: none;
    }
}

.dialog-box .custom-container .input-container input[type="password"][b-ng3st4eco3] {
    font-family: monospace;
}

.loader[b-ng3st4eco3] {
  width: 24px;
  height: 24px;
  border: 4px solid #FFF;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  animation: pulse-b-ng3st4eco3 1s linear infinite;
}

.loader[b-ng3st4eco3]:after {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  border: 3px solid #FFF;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: scaleUp-b-ng3st4eco3 1s linear infinite;
}

@keyframes scaleUp-b-ng3st4eco3 {
  0% { transform: translate(-50%, -50%) scale(0) }
  60% , 100% { transform: translate(-50%, -50%)  scale(1)}
}
@keyframes pulse-b-ng3st4eco3 {
  0% , 60% , 100%{ transform:  scale(1) }
  80% { transform:  scale(1.2)}
}

.error-message[b-ng3st4eco3] {
    color: #D61F37;
}

.toast-container[b-ng3st4eco3] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    padding: 24px;
}

@keyframes fadein-b-ng3st4eco3 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeout-b-ng3st4eco3 {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        display: none;
    }
}

.toast-container.show[b-ng3st4eco3] {
    display: flex;
}

.toast-container .toast-message-container[b-ng3st4eco3] {
    background: #777;
    padding: 12px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    box-shadow: 0px 16px 120px 0px rgba(0, 0, 0, 0.90);
    animation: zoomIn-b-ng3st4eco3 0.2s forwards;
}

.toast-container .toast-message[b-ng3st4eco3] {
    color: #FFF;
    text-align: center;
    font-family: Urbanist;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: 0.72px;
}

.password-wizard[b-ng3st4eco3] {
    display: none;
    opacity: 0;
    width: 288px;
    padding: 16px;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    position: absolute;
    right: -280px;
    top: 128px;
    background: linear-gradient(0deg, #1B1C1D, #1B1C1D), linear-gradient(127.73deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0) 100.08%);
    box-shadow: 0px 16px 120px 0px rgba(0, 0, 0, 0.90);
    border-radius: 16px;
    overflow: hidden;
}

.password-wizard.checking[b-ng3st4eco3] {
    display: flex;
    animation: password-wizard-in-b-ng3st4eco3 0.2s forwards;
}

@keyframes password-wizard-in-b-ng3st4eco3 {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.password-wizard[b-ng3st4eco3]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background: linear-gradient(117.96deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box, linear-gradient(131.06deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100.08%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.password-wizard .password-header[b-ng3st4eco3] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    align-self: stretch;
}

.password-wizard .password-header > span[b-ng3st4eco3] {
    color: #FFF;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 145%;
    letter-spacing: 0.56px;
}

.password-wizard .password-header .strength-container[b-ng3st4eco3] {
    display: flex;
    justify-content: space-between;
    margin: 0 -4px;    
}

.password-wizard .password-header .strength-container .strength[b-ng3st4eco3] {
    flex: 1;
    margin: 0 4px;
    background-color: #57595B;
    text-align: center;
    height: 4px;
    border-radius: 100px;
}
.password-wizard .password-header .strength-container .strength.check[b-ng3st4eco3] {
    background-color: #FBBC04;
}

.password-wizard .password-guide[b-ng3st4eco3] {
    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 20.3px */
    letter-spacing: 0.56px;
}

.input-containers .password-requirements[b-ng3st4eco3] {
    display: none;
}

.password-requirements[b-ng3st4eco3] {
    color: #E86375;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
    letter-spacing: 0.48px;
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
}

.password-requirements > li.check[b-ng3st4eco3] {
    color: #FFF;
}

.password-requirements > li[b-ng3st4eco3] {
    position: relative;
    padding-left: 20px;
    margin-bottom: 4px;
}
.password-requirements > li:last-child[b-ng3st4eco3] {
    margin-bottom: 0;
}
.password-requirements > li[b-ng3st4eco3]::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url('assets/x.svg') no-repeat center;
    background-size: contain;
}
.password-requirements > li.check[b-ng3st4eco3]::before {
    background: url('assets/check.svg') no-repeat center;
}

.ellipse-light[b-ng3st4eco3] {
    width: 1014px;
    height: 227px;
    position: absolute;
    bottom: calc(-100% - 16px);
    left: 50%;
    transform: translateX(-50%);
    background: #D62139;
    opacity: 0.55;
    filter: blur(40px);
    border-radius: 50%;
}


/*** mobile section ***/
@media (max-width: 768px) {
    .dialog-box .keplr-container[b-ng3st4eco3] {
        margin: 0px -6px;
    }

    .dialog-box .password-wizard.checking[b-ng3st4eco3] {
        display: none;
        animation: unset;
    }

    .input-containers .password-requirements[b-ng3st4eco3] {
        display: unset;
    }
}

@media (max-width: 425px) {
    .auth-overlay .dialog-box[b-ng3st4eco3] {
        width: auto;
        max-width: 343px;
        padding: 18px;
        margin: 0 6px;
    }
    .dialog-header .header-text[b-ng3st4eco3] {
        font-size: 24px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .dialog-header .header-text > span[b-ng3st4eco3] {
        display: none;
    }
}
@media (max-width: 340px) {
    .dialog-box .auth-title[b-ng3st4eco3] {
        font-size: 16px;
    }
    .custom-actions[b-ng3st4eco3] {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* _content/Timpi_Search_Blazor/Pages/Modals/BoostModal.razor.rz.scp.css */
.overlay[b-nw898yszaq] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(6px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.dialog-box[b-nw898yszaq] {
    position: relative;
    width: 720px;
    background: rgba(30, 30, 30, 0.96);
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    color: #fff;
    padding: 24px;
    animation: popin-b-nw898yszaq 0.3s ease;
    max-height: 80vh;
    max-height: 80dvh;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 24px;
    z-index: 1;
}

.overlay .dialog-box[b-nw898yszaq]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background: linear-gradient(117.96deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box, linear-gradient(131.06deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100.08%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}

.d-content[b-nw898yszaq] {
    overflow-y: auto;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    padding-right: 8px;
}

.d-content[b-nw898yszaq]::-webkit-scrollbar {
    width: 4px;
}

.d-content[b-nw898yszaq]::-webkit-scrollbar-track {
    background: none;
}

.d-content[b-nw898yszaq]::-webkit-scrollbar-thumb {
    background: #9E9094;
    border-radius: 4px;
}

.d-content[b-nw898yszaq]::-webkit-scrollbar-button {
    display: none;
}

@keyframes popin-b-nw898yszaq {
    from { transform: scale(0.95); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

.d-header[b-nw898yszaq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.d-header .d-title[b-nw898yszaq] {
    color: #FFF;
    font-family: Urbanist;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    user-select: none;
}

.d-header .d-close[b-nw898yszaq] {
    display: flex;
    width: 48px;
    height: 48px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

.d-header .d-close:hover[b-nw898yszaq] {
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100.08%);
    cursor: pointer;
}

.d-subtitle[b-nw898yszaq] {
    color: #bbb;
    font-size: 0.95rem;
    margin-bottom: 16px;
    margin-top: 8px;
}

.boost-group[b-nw898yszaq] {
    border-top: 1px solid rgba(255,255,255,0.08);
    margin-top: 20px;
    padding-top: 16px;
}

.boost-group h3[b-nw898yszaq] {
    color: #FFD1D8;
    margin-bottom: 12px;
    font-size: 1rem;
}

.boost-item[b-nw898yszaq] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 10px 0;
}

.boost-item label[b-nw898yszaq] {
    flex: 1;
    font-size: 0.95rem;
}

.numeric-input[b-nw898yszaq] {
    width: 80px;
    border: none;
    border-radius: 6px;
    background: rgba(255,255,255,0.08);
    color: #fff;
    padding: 6px;
    text-align: center;
    outline: none;
}

.numeric-input[b-nw898yszaq]::-webkit-inner-spin-button,
.numeric-input[b-nw898yszaq]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.numeric-input[type=number][b-nw898yszaq] {
    -moz-appearance: textfield;
}

.slider[b-nw898yszaq] {
    flex: 2;
    height: 6px;
    border-radius: 4px;
    appearance: none;
    background: linear-gradient(to right, #D92F47 var(--value-percent, 50%), #444 var(--value-percent, 50%));
    outline: none;
    cursor: pointer;
}

.slider[b-nw898yszaq]::-webkit-slider-thumb {
    appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #D92F47;
    box-shadow: 0 0 6px #D92F47;
    transition: 0.2s;
}

.slider[b-nw898yszaq]::-webkit-slider-thumb:hover {
    transform: scale(1.2);
}

.actions[b-nw898yszaq] {
    text-align: center;
}

.btn[b-nw898yszaq] {
    padding: 10px 18px;
    border: none;
    border-radius: 10px;
    margin: 0 6px;
    font-size: 0.95rem;
    cursor: pointer;
    transition: 0.2s;
}

.btn-apply[b-nw898yszaq] {
    background: #D92F47;
    color: #fff;
}

.btn-apply:hover[b-nw898yszaq] {
    background: #ff4b62;
}

.btn-cancel[b-nw898yszaq] {
    background: rgba(255,255,255,0.08);
    color: #fff;
}

.btn-cancel:hover[b-nw898yszaq] {
    background: rgba(255,255,255,0.18);
}
/* _content/Timpi_Search_Blazor/Pages/Modals/BusyIndicatorModal.razor.rz.scp.css */
.modal-overlay[b-gxbui8yi6f] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.80);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal-box[b-gxbui8yi6f] {
    width: 300px;
    position: relative;
    background: linear-gradient(0deg, #1B1C1D, #1B1C1D), linear-gradient(127.73deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0) 100.08%);
    box-shadow: 0px 16px 120px 0px rgba(0, 0, 0, 0.90);
    border-radius: 24px;
    padding: 32px;
    animation: fadeIn-b-gxbui8yi6f 0.3s ease-in-out;

    display: flex;
    flex-direction: column;
    align-items: center;
}
.modal-box[b-gxbui8yi6f]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background: linear-gradient(117.96deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box, linear-gradient(131.06deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100.08%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.message[b-gxbui8yi6f] {
    margin-top: 1em;
    margin-bottom: 0;
    color: #CCC1C4;
    text-align: center;
    font-family: Urbanist;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.72px;
}

@keyframes fadeIn-b-gxbui8yi6f {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.loader[b-gxbui8yi6f] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: block;
    margin: 15px auto;
    position: relative;
    color: #CCC1C4;
    box-sizing: border-box;
    animation: animloader-b-gxbui8yi6f 1s linear infinite alternate;
}

@keyframes animloader-b-gxbui8yi6f {
    0% {
        box-shadow: -38px -6px, -14px 6px, 14px -6px;
    }

    33% {
        box-shadow: -38px 6px, -14px -6px, 14px 6px;
    }

    66% {
        box-shadow: -38px -6px, -14px 6px, 14px -6px;
    }

    100% {
        box-shadow: -38px 6px, -14px -6px, 14px 6px;
    }
}
/* _content/Timpi_Search_Blazor/Pages/Modals/Chat_Server_Dialog.razor.rz.scp.css */
.dialog-overlay[b-ro2zgsypti] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.dialog-box[b-ro2zgsypti] {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    width: 400px;
    text-align: center;
    animation: fadeIn-b-ro2zgsypti 0.3s ease-in-out;
}

.is-default-container[b-ro2zgsypti] {
    display: flex;
    align-items: center;
    gap: 10px;
}
.is-default-container label[b-ro2zgsypti] {
    margin-bottom: 0;
}

.dialog-box h3[b-ro2zgsypti] {
    margin-top: 0;
    font-size: 1.2rem;
    color: #333;
}

.dialog-box input.input-text[b-ro2zgsypti] {
    width: 100%;
    padding: 8px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1rem;
}

.dialog-box button[b-ro2zgsypti] {
    padding: 8px 12px;
    margin: 5px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    transition: 0.3s;
}

.dialog-box button:first-child[b-ro2zgsypti] {
    background: #28a745;
    color: white;
}

.dialog-box button:first-child:hover[b-ro2zgsypti] {
    background: #218838;
}

.dialog-box button:last-child[b-ro2zgsypti] {
    background: #dc3545;
    color: white;
}

.dialog-box button:last-child:hover[b-ro2zgsypti] {
    background: #c82333;
}

@keyframes fadeIn-b-ro2zgsypti {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
/* _content/Timpi_Search_Blazor/Pages/Modals/Chat_UN_Dialog.razor.rz.scp.css */
.dialog-overlay[b-gzehoayp3m] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.dialog-box[b-gzehoayp3m] {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    width: 300px;
    text-align: center;
    animation: fadeIn-b-gzehoayp3m 0.3s ease-in-out;
}

.dialog-box h3[b-gzehoayp3m] {
    margin-top: 0;
    font-size: 1.2rem;
    color: #333;
}

.dialog-box input[b-gzehoayp3m] {
    width: 90%;
    padding: 8px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1rem;
}

.dialog-box button[b-gzehoayp3m] {
    padding: 8px 12px;
    margin: 5px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    transition: 0.3s;
}

.dialog-box button:first-child[b-gzehoayp3m] {
    background: #28a745;
    color: white;
}

.dialog-box button:first-child:hover[b-gzehoayp3m] {
    background: #218838;
}

.dialog-box button:last-child[b-gzehoayp3m] {
    background: #dc3545;
    color: white;
}

.dialog-box button:last-child:hover[b-gzehoayp3m] {
    background: #c82333;
}

@keyframes fadeIn-b-gzehoayp3m {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
/* _content/Timpi_Search_Blazor/Pages/Modals/ModalDisclaimer.razor.rz.scp.css */
.disclaimer[b-1qrqjj9bu0] {
    display: flex;
    max-width: 592px;
    width: calc(100vw - 80px);
    width: calc(100dvw - 80px);
    max-height: 80vh;
    max-height: 80dvh;

    padding: 32px 40px;
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
    
    font-family: Urbanist;
    letter-spacing: 1px;

    min-height: 0;
}

.dialog-header[b-1qrqjj9bu0] {
    display: flex;
    align-items: center;
    gap: 8px;
}
.dialog-header .header-text[b-1qrqjj9bu0] {
    flex: 1;
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

    user-select: none;
}

.dialog-header .close-dialog[b-1qrqjj9bu0] {
    display: flex;
    width: 48px;
    height: 48px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    user-select: none;
}

.dialog-header .close-dialog:hover[b-1qrqjj9bu0] {
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100.08%);
    cursor: pointer;
}

.dialog-header .close-dialog img[b-1qrqjj9bu0] {
    width: 24px;
    height: 24px;
}

.disclaimer .x[b-1qrqjj9bu0] {
    background: none;
    border: 0;
    color: #aaa;
    font-size: 18px;
    cursor: pointer
}

.disclaimer .body[b-1qrqjj9bu0] {
    padding-right: 4px;

    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;

    overflow-y: auto;
}
.disclaimer .body[b-1qrqjj9bu0]::-webkit-scrollbar {
    width: 4px;
}

.disclaimer .body[b-1qrqjj9bu0]::-webkit-scrollbar-track {
    background: none;
}

.disclaimer .body[b-1qrqjj9bu0]::-webkit-scrollbar-thumb {
    background: #9E9094;
    border-radius: 4px;
}

.disclaimer .body[b-1qrqjj9bu0]::-webkit-scrollbar-button {
    display: none;
}

.disclaimer .body .video-container[b-1qrqjj9bu0] {
    margin-bottom: 32px;
}
.disclaimer .body ul[b-1qrqjj9bu0] {
    padding-left: 18px;
    margin-left: 8px;
    margin-bottom: 0;
}

.disclaimer .ck[b-1qrqjj9bu0] {
    margin-top: 16px;
}

.disclaimer .body .ftr[b-1qrqjj9bu0] {
    display: none;
    margin-top: 32px;
}
.disclaimer .ftr[b-1qrqjj9bu0] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}

.disclaimer .join[b-1qrqjj9bu0] {
    display: flex;
    padding: 12px 40px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: linear-gradient(0deg, #D61F37 0%, #D61F37 100%), linear-gradient(335deg, rgba(255, 255, 255, 0.02) 7.94%, rgba(255, 255, 255, 0.04) 92.72%);
    box-shadow: 0 -2px 16px 0 rgba(255, 255, 255, 0.16) inset, 0 4px 4px 0 rgba(255, 255, 255, 0.13) inset, 0 12px 36px 0 rgba(214, 31, 55, 0.24);
    backdrop-filter: blur(20px);
    outline: 0;
    user-select: none;

    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.disclaimer .join:not(:disabled):hover[b-1qrqjj9bu0] {
    background: linear-gradient(0deg, #D92F47 0%, #D92F47 100%), linear-gradient(335deg, rgba(255, 255, 255, 0.02) 7.94%, rgba(255, 255, 255, 0.04) 92.72%);
    cursor: pointer;
}

.disclaimer .join:disabled[b-1qrqjj9bu0] {
    box-shadow: none;
    cursor: not-allowed;
}

.body .agree-container[b-1qrqjj9bu0] {
    display: none;
    margin-top: 24px;
}

.agree-container[b-1qrqjj9bu0] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: -8px;
}
.agree-message[b-1qrqjj9bu0] {
    color: #E86375;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
}
.agree-control[b-1qrqjj9bu0] {
    display: flex;
    align-items: center;
    position: relative;
}
.agree-checkbox[b-1qrqjj9bu0] {
    position: absolute;
    opacity: 0;
}
.agree-text[b-1qrqjj9bu0]::before {
    content: "";
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    border-radius: 4px;
    border: 1px solid #CCC1C4;
    flex-shrink: 0;
}

.agree-checkbox:checked + .agree-text[b-1qrqjj9bu0]::before {
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: linear-gradient(0deg, #D61F37 0%, #D61F37 100%), linear-gradient(335deg, rgba(255, 255, 255, 0.02) 7.94%, rgba(255, 255, 255, 0.04) 92.72%);
    box-shadow: 0px -2px 16px 0px rgba(255, 255, 255, 0.16) inset, 0px 4px 4px 0px rgba(255, 255, 255, 0.13) inset, 0px 12px 36px 0px rgba(214, 31, 55, 0.24);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.agree-checkbox:checked + .agree-text[b-1qrqjj9bu0]::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 2px;
    background: url(assets/checkmark.svg);
    flex-shrink: 0;
    transform: translateY(-50%);
}

.agree-text[b-1qrqjj9bu0] {
    color: #CCC1C4;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: unset;
    user-select: none;
    display: flex;
    gap: 10px;
    align-items: center;
}

.agree-checkbox:disabled + .agree-text[b-1qrqjj9bu0] {
    color: #999; /* gray text */
    cursor: not-allowed;
    opacity: 0.6;
}

.agree-text:hover[b-1qrqjj9bu0] {
    cursor: pointer;
}

@media (max-width: 600px) {
    .disclaimer[b-1qrqjj9bu0] {
        width: calc(100vw - 48px);
        width: calc(100dvw - 48px);
        padding: 24px;
    }
}
@media (max-height: 600px) {
    .disclaimer[b-1qrqjj9bu0] {
        max-height: 100%;
    }
    .agree-container[b-1qrqjj9bu0] {
        display: none;
    }
    .body .agree-container[b-1qrqjj9bu0] {
        display: flex;
    }
    .disclaimer .ftr[b-1qrqjj9bu0] {
        display: none;
    }
    .disclaimer .body .ftr[b-1qrqjj9bu0] {
        display: flex;
    }
}
/* _content/Timpi_Search_Blazor/Pages/Modals/ModalJoinUs.razor.rz.scp.css */
.dialog-box[b-pwvccuyyxw] {
    padding: 32px;
    max-width: 416px;
    width: calc(100vw - 80px);
}

.dialog-box.completed .dialog-form.process-form[b-pwvccuyyxw] {    
    display: none;
}
.dialog-box.completed .dialog-form.complete-form[b-pwvccuyyxw] {    
    display: flex;
}
.dialog-box .dialog-form.process-form[b-pwvccuyyxw] {    
    display: flex;
}
.dialog-box .dialog-form.complete-form[b-pwvccuyyxw] {
    display: none;
}

.dialog-box .dialog-form[b-pwvccuyyxw] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
    
    transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
    animation: zoomIn-b-pwvccuyyxw 0.2s forwards;
}

@keyframes zoomIn-b-pwvccuyyxw {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.d-header[b-pwvccuyyxw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.d-header .d-title[b-pwvccuyyxw] {
    color: #FFF;
    font-family: Urbanist;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.d-header .d-close[b-pwvccuyyxw] {
    display: flex;
    width: 48px;
    height: 48px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

.d-header .d-close:hover[b-pwvccuyyxw] {
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100.08%);
    cursor: pointer;
}

.d-header .d-close img[b-pwvccuyyxw] {
    width: 24px;
    height: 24px;
}

.d-content[b-pwvccuyyxw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}

.d-text[b-pwvccuyyxw] {
    color: #CCC1C4;
    text-align: center;
    font-family: Urbanist;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: 0.72px;
}

.d-text-2[b-pwvccuyyxw] {
    color: #CCC1C4;
    text-align: center;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: 0.64px;
}

.d-form[b-pwvccuyyxw] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    align-self: stretch;
}

.d-button[b-pwvccuyyxw] {
    display: flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: linear-gradient(0deg, #D61F37 0%, #D61F37 100%), linear-gradient(335deg, rgba(255, 255, 255, 0.02) 7.94%, rgba(255, 255, 255, 0.04) 92.72%);
    box-shadow: 0px -2px 16px 0px rgba(255, 255, 255, 0.16) inset, 0px 4px 4px 0px rgba(255, 255, 255, 0.13) inset;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    color: #FFF;
    text-align: center;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.64px;
}
.d-button:hover[b-pwvccuyyxw] {
    background: linear-gradient(0deg, #D92F47 0%, #D92F47 100%), linear-gradient(335deg, rgba(255, 255, 255, 0.02) 7.94%, rgba(255, 255, 255, 0.04) 92.72%);
    cursor: pointer;
}
.d-button:focus[b-pwvccuyyxw] {
    outline: 0;
}
.input-container-validation[b-pwvccuyyxw] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.input-container-validation .error-message[b-pwvccuyyxw] {
    color: #E86375;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.56px;
    padding: 0px 24px 0px 16px;
}
.input-container[b-pwvccuyyxw] {
    position: relative;
    display: flex;
    height: 48px;
    padding: 24px 24px 24px 16px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 24px;
}

.input-container[b-pwvccuyyxw]::before {
    content: "";
    position: absolute;
    border-radius: inherit;
    background: #1B1C1DCC;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.input-container:hover[b-pwvccuyyxw]::before {
    background: 
        linear-gradient(0deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)),
        linear-gradient(0deg, rgba(27, 28, 29, 0.8), rgba(27, 28, 29, 0.8));
}
.input-container[b-pwvccuyyxw]::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background: 
        linear-gradient(168deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box,
        linear-gradient(171deg, rgba(255, 255, 255, 0) 49.92%, rgba(255, 255, 255, 0.2) 100.08%) border-box;

    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}

.input-container.error[b-pwvccuyyxw]::after {
    background: #E86375 border-box;
}

.input-container:not(.error):has(input:focus)[b-pwvccuyyxw]::after {
    background: linear-gradient(168deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box, linear-gradient(171deg, rgba(255, 255, 255, 0) 49.92%, rgba(255, 255, 255, 0.2) 100.08%) border-box, linear-gradient(0deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)) border-box;
}

.input-container img[b-pwvccuyyxw] {
    width: 20px;
    height: 20px;
}

.input-container input[b-pwvccuyyxw] {
    flex: 1;
    background-color: transparent;
    border: none;
    outline: none;
    transition: border-color 0.2s ease;
    color: #FFF;
    
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    letter-spacing: 0.56px;
    width: 100%;
}

.input-container input[b-pwvccuyyxw]::placeholder {
    color: #CCC1C4;
    font-family: Urbanist;
    user-select: none;
}

.d-sep[b-pwvccuyyxw] {
    height: 1px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 100%);
}

.social-container[b-pwvccuyyxw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}

.social-list[b-pwvccuyyxw] {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 16px;
    align-self: stretch;
    flex-wrap: wrap;
}

.social-list .item[b-pwvccuyyxw] {
    width: 40px;
    height: 40px;

    display: flex;
    padding: 4px;
    align-items: center;
    border-radius: 12px;

    position: relative;
}

.social-list .item[b-pwvccuyyxw]::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background: linear-gradient(110deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box, linear-gradient(130deg, rgba(255, 255, 255, 0) 49.92%, rgba(255, 255, 255, 0.2) 100.08%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}

.social-list .item:hover[b-pwvccuyyxw] {
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100.08%);
    cursor: pointer;
}

.toast-container[b-pwvccuyyxw] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    padding: inherit;
    display: none;
}

.toast-container.show[b-pwvccuyyxw] {
    display: flex;
}

.toast-container .toast-message-container[b-pwvccuyyxw] {
    padding: 12px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    box-shadow: 0px 16px 120px 0px rgba(0, 0, 0, 0.90);
    animation: zoomIn-b-pwvccuyyxw 0.2s forwards;
}

.loader[b-pwvccuyyxw] {
  width: 24px;
  height: 24px;
  border: 4px solid #FFF;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  animation: pulse-b-pwvccuyyxw 1s linear infinite;
}

.loader[b-pwvccuyyxw]:after {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  border: 3px solid #FFF;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: scaleUp-b-pwvccuyyxw 1s linear infinite;
}

@keyframes scaleUp-b-pwvccuyyxw {
    0% {
        transform: translate(-50%, -50%) scale(0)
    }

    60%, 100% {
        transform: translate(-50%, -50%) scale(1)
    }
}

@keyframes pulse-b-pwvccuyyxw {
    0%, 60%, 100% {
        transform: scale(1)
    }

    80% {
        transform: scale(1.2)
    }
}

@media (max-width: 600px) {
    .dialog-box[b-pwvccuyyxw] {
        width: calc(100vw - 48px);
        width: calc(100dvw - 48px);
        padding: 24px;
    }
}
/* _content/Timpi_Search_Blazor/Pages/Modals/ModalRoot.razor.rz.scp.css */
.tp-modal-backdrop[b-00clh7uuvs] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.80);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    z-index: 9999;
}

.tp-modal-background[b-00clh7uuvs] {
    display: flex;
    flex-direction: column;
    padding: 40px;
    inset: 0;
    position: fixed;
    z-index: 10000;
    overflow-y: auto;
    overflow-x: hidden;
}

.tp-modal-background[b-00clh7uuvs]::-webkit-scrollbar {
    width: 4px;
}

.tp-modal-background[b-00clh7uuvs]::-webkit-scrollbar-track {
    background: none;
}

.tp-modal-background[b-00clh7uuvs]::-webkit-scrollbar-thumb {
    background: #9E9094;
    border-radius: 4px;
}

.tp-modal-background[b-00clh7uuvs]::-webkit-scrollbar-button {
    display: none;
}

.tp-modal-wrapper[b-00clh7uuvs] {
    margin-block: auto;
    margin-inline: auto;
}

.tp-modal-dialog[b-00clh7uuvs] {
    position: relative;
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.00) 100.08%), #1B1C1D;
    box-shadow: 0px 16px 120px 0px rgba(0, 0, 0, 0.90);
    border-radius: 24px;
    z-index: 0;
}
.tp-modal-dialog[b-00clh7uuvs]:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background: linear-gradient(117.96deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box, linear-gradient(131.06deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100.08%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask-composite: add, add;
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}

@media (max-width: 600px) {
    .tp-modal-background[b-00clh7uuvs] {
        padding: 16px;
    }
}
/* _content/Timpi_Search_Blazor/Pages/Modals/ModalWhitelistRequired.razor.rz.scp.css */
.dialog-box[b-67fuxnzgao] {
    padding: 32px;
    max-width: 416px;
    width: calc(100vw - 80px);
}

.dialog-box .dialog-form[b-67fuxnzgao] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
    
    transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
    animation: zoomIn-b-67fuxnzgao 0.2s forwards;
}

@keyframes zoomIn-b-67fuxnzgao {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.d-header[b-67fuxnzgao] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.d-header .d-title[b-67fuxnzgao] {
    color: #FFF;
    font-family: Urbanist;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.d-header .d-close[b-67fuxnzgao] {
    display: flex;
    width: 48px;
    height: 48px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

.d-header .d-close:hover[b-67fuxnzgao] {
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100.08%);
    cursor: pointer;
}

.d-header .d-close img[b-67fuxnzgao] {
    width: 24px;
    height: 24px;
}

.d-text[b-67fuxnzgao] {
    color: #CCC1C4;
    text-align: center;
    font-family: Urbanist;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: 0.72px;
}

.d-text-2[b-67fuxnzgao] {
    color: #CCC1C4;
    text-align: center;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: 0.64px;
}

.d-sep[b-67fuxnzgao] {
    height: 1px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 100%);
}

.social-container[b-67fuxnzgao] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}

.social-list[b-67fuxnzgao] {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 16px;
    align-self: stretch;
    flex-wrap: wrap;
}

.social-list .item[b-67fuxnzgao] {
    width: 40px;
    height: 40px;

    display: flex;
    padding: 4px;
    align-items: center;
    border-radius: 12px;

    position: relative;
}

.social-list .item[b-67fuxnzgao]::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background: linear-gradient(110deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box, linear-gradient(130deg, rgba(255, 255, 255, 0) 49.92%, rgba(255, 255, 255, 0.2) 100.08%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}

.social-list .item:hover[b-67fuxnzgao] {
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100.08%);
    cursor: pointer;
}

@media (max-width: 600px) {
    .dialog-box[b-67fuxnzgao] {
        width: calc(100vw - 48px);
        width: calc(100dvw - 48px);
        padding: 24px;
    }
}
/* _content/Timpi_Search_Blazor/Pages/Modals/RangeDateModal.razor.rz.scp.css */
.disabled-pointer[b-ck0rijh47x] {
    pointer-events: none;
}

.tmodal-overlay[b-ck0rijh47x] {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.80);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    align-items: center;
    justify-content: center;
    display: flex;
    z-index: 1000;

    overflow-y: auto;
}

.tmodal-overlay .tmodal-box[b-ck0rijh47x] {
    position: relative;
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.00) 100.08%), #1B1C1D;
    box-shadow: 0px 16px 120px 0px rgba(0, 0, 0, 0.90);
    border-radius: 24px;
    padding: 32px;

    width: 390px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: stretch;

    z-index: 0;
}

.tmodal-overlay .tmodal-box[b-ck0rijh47x]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background: 
        linear-gradient(117.96deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box, 
        linear-gradient(131.06deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100.08%) border-box;

    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;

    z-index: -1;
}

.tmodal-header[b-ck0rijh47x] {
    display: flex;
    align-items: center;
}

.tmodal-header .title[b-ck0rijh47x] {
    flex: 1;
    color: #FFF;
    font-family: Urbanist;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.tmodal-header .close-button[b-ck0rijh47x] {
    stroke: #CCC1C4;
    display: flex;
    width: 48px;
    height: 48px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

.tmodal-header .close-button:hover[b-ck0rijh47x] {
    cursor: pointer;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%), rgba(27, 28, 29, 0.80);
}

.tmodal-content[b-ck0rijh47x] {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;

    border-radius: 24px;
    background: rgba(27, 28, 29, 0.80);
}

.tmodal-content .date-container[b-ck0rijh47x] {
    display: flex;
    height: 48px;
    padding: 24px 16px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 24px;
    background: rgba(27, 28, 29, 0.80);

    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.56px;

    position: relative;
    z-index: 0;
    cursor: pointer;
}
.tmodal-content .date-container:first-child[b-ck0rijh47x] {
    z-index: 1;
}

.tmodal-content .date-container[b-ck0rijh47x]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background: linear-gradient(117.96deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box, linear-gradient(131.06deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100.08%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}

.tmodal-content .date-container .date-text[b-ck0rijh47x] {
    flex: 1;
}

.search-button[b-ck0rijh47x] {
    display: flex;
    padding: 13px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border-radius: 24px;
    border: 1px solid #403A3C;
    background: rgba(255, 255, 255, 0.04);
    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}
.search-button:hover[b-ck0rijh47x] {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%), rgba(27, 28, 29, 0.80);
}

button:focus[b-ck0rijh47x] {
    outline: 0;
}
/* _content/Timpi_Search_Blazor/Pages/Modals/SafeSearchModal.razor.rz.scp.css */
.overlay[b-w1ygo7insv] {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.80);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    align-items: center;
    justify-content: center;
    display: flex;
    z-index: 10000;

    letter-spacing: 1px;
}

.overlay .dialog-box[b-w1ygo7insv] {
    position: relative;
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.00) 100.08%), #1B1C1D;
    box-shadow: 0px 16px 120px 0px rgba(0, 0, 0, 0.90);
    border-radius: 24px;

    display: flex;
    max-width: 592px;
    padding: 32px 80px;
    flex-direction: column;
    align-items: center;
    gap: 32px;

    margin: 0 20px;
    z-index: 1;
}

.overlay .dialog-box[b-w1ygo7insv]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background: 
        linear-gradient(117.96deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box, 
        linear-gradient(131.06deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100.08%) border-box;

    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}

.d-header[b-w1ygo7insv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.d-header .d-title[b-w1ygo7insv] {
    color: #FFF;
    font-family: Urbanist;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    user-select: none;
}

.d-header .d-close[b-w1ygo7insv] {
    display: flex;
    width: 48px;
    height: 48px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

.d-header .d-close:hover[b-w1ygo7insv] {
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100.08%);
    cursor: pointer;
}

.d-content[b-w1ygo7insv] {
    align-self: stretch;

    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.d-actions[b-w1ygo7insv] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}

.d-button[b-w1ygo7insv] {
    display: flex;
    padding: 13px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;

    border-radius: 24px;
    border: 1px solid #403A3C;
    background: rgba(255, 255, 255, 0.04);

    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;

    user-select: none;
}
.d-button:hover[b-w1ygo7insv] {
    color: #FFF;
    background: rgba(255, 255, 255, 0.08);
    cursor: pointer;
}
.d-button:focus[b-w1ygo7insv] {
    outline: 0;
}

@media (max-width: 600px) {
    .overlay .dialog-box[b-w1ygo7insv] {
        padding: 24px;
        gap: 24px;
    }
}
/* _content/Timpi_Search_Blazor/Pages/Modals/SnapshotView.razor.rz.scp.css */

.snapshot-page[b-2fk88fcih3] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
}

.snapshot-backdrop[b-2fk88fcih3] {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
          
    background: rgba(0, 0, 0, 0.50);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 1000;
}

.snapshot-wrapper[b-2fk88fcih3] {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1001;
}

.snapshot-wrapper .snapshot-container[b-2fk88fcih3] {
    max-width: 80%;
    max-height: 80%;
    display: flex;
    gap: 10px;
}
        
.snapshot-wrapper .snapshot-container .snapshot-content[b-2fk88fcih3] {
    overflow: auto;
    border-radius: 24px;          
    border: 8px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0px 0px 16px 0px rgba(255, 255, 255, 0.32);
}

.snapshot-content[b-2fk88fcih3]::-webkit-scrollbar {
    width: 0px;
}

.snapshot-content[b-2fk88fcih3]::-webkit-scrollbar-thumb {
    background: rgba(100, 100, 100, 0.6);
    border-radius: 4px;
}

.snapshot-content[b-2fk88fcih3]::-webkit-scrollbar-track {
    background: transparent;
    margin-top: 10px;
    margin-bottom: 10px;
}
        
.snapshot-wrapper .snapshot-nav[b-2fk88fcih3] {
    display: flex;
    flex-direction: column;
}

.nav-scroll-container[b-2fk88fcih3] {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    gap: 16px;
}

.snapshot-wrapper .snapshot-container .nav-button[b-2fk88fcih3] {
    padding: 8px;
    cursor: pointer;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.snapshot-wrapper .snapshot-container .nav-button:hover[b-2fk88fcih3] {
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100.08%);
}

.snapshot-wrapper .snapshot-container .nav-button img[b-2fk88fcih3] {    
    width: 24px;
    height: 24px;
}

.snapshot-image[b-2fk88fcih3] {
    width: 100%;
    height: auto;
}
/* _content/Timpi_Search_Blazor/Pages/NodeManagement/Pages/components/NodeTable.razor.rz.scp.css */
body[b-6k92p9htx5] {
    background: radial-gradient(circle at top, #1e293b 0, #020617 50%);
    color: #e5e7eb;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Page title / subtitle */
.nft-title[b-6k92p9htx5] {
    margin-top: 1rem;
    margin-bottom: 0.25rem;
    font-size: 1.6rem;
    font-weight: 600;
}

.nft-subtitle[b-6k92p9htx5] {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #9ca3af;
    font-size: 0.9rem;
}

/* Card */
.nft-card[b-6k92p9htx5] {
    max-width: 1500px;
    margin: 0 auto 2rem auto;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.9), rgba(15, 23, 42, 0.98));
    border-radius: 12px;
    border: 1px solid rgba(148, 163, 184, 0.15);
    padding: 16px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.9), 0 0 0 1px rgba(15, 23, 42, 0.8);
    backdrop-filter: blur(10px);
}

/* Filters */
.nft-filters[b-6k92p9htx5] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 12px;
}

.nft-filter-group[b-6k92p9htx5] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.nft-filter-label[b-6k92p9htx5] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #9ca3af;
}

.nft-filter-input[b-6k92p9htx5] {
    padding: 6px 8px;
    border-radius: 8px;
    border: 1px solid #1f2937;
    background: #020617;
    color: #e5e7eb;
    font-size: 0.85rem;
    outline: none;
    transition: border-color 0.15s, box-shadow 0.15s, background 0.15s;
}

    .nft-filter-input[b-6k92p9htx5]::placeholder {
        color: #4b5563;
    }

    .nft-filter-input:focus[b-6k92p9htx5] {
        border-color: #38bdf8;
        box-shadow: 0 0 0 1px rgba(56, 189, 248, 0.25);
    }

/* Table & sticky header */
.nft-table-wrapper[b-6k92p9htx5] {
    margin-top: 8px;
    border-radius: 10px;
    border: 1px solid #1f2937;
    overflow: hidden;
    background: #020617;
}

.nft-table-scroll[b-6k92p9htx5] {
    max-height: 480px; /* adjust as you like */
    overflow-y: auto;
}

.nft-table[b-6k92p9htx5] {
    border-collapse: collapse;
    width: 100%;
    min-width: 760px;
    font-size: 0.85rem;
    color: #9ca3af;
}

    .nft-table th[b-6k92p9htx5],
    .nft-table td[b-6k92p9htx5] {
        padding: 8px 10px;
        text-align: left;
        border-bottom: 1px solid #1f2937;
        white-space: nowrap;
    }

    .nft-table thead[b-6k92p9htx5] {
        background: #020617;
    }

    .nft-table th[b-6k92p9htx5] {
        position: sticky;
        top: 0;
        z-index: 2;
        background: #020617;
        color: #9ca3af;
        font-size: 0.75rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.06em;
    }

    .nft-table tbody tr:nth-child(even)[b-6k92p9htx5] {
        background: #111827;
    }

    .nft-table tbody tr:nth-child(odd)[b-6k92p9htx5] {
        background: #020617;
    }

    .nft-table tbody tr:hover[b-6k92p9htx5] {
        background: #0b1120;
    }

/* Badges & chips */
.nft-badge-type[b-6k92p9htx5] {
    padding: 2px 8px;
    border-radius: 999px;
    background: rgba(56, 189, 248, 0.1);
    color: #38bdf8;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.nft-region[b-6k92p9htx5] {
    color: #9ca3af;
    font-size: 0.8rem;
}

.nft-subregion-chip[b-6k92p9htx5] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    border-radius: 999px;
    padding: 2px 8px;
    background: rgba(148, 163, 184, 0.16);
    font-size: 0.75rem;
}

.nft-subregion-dot[b-6k92p9htx5] {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #38bdf8;
}

/* Details button */
.nft-detail-btn[b-6k92p9htx5] {
    padding: 5px 10px;
    background: #1e40af;
    border: 1px solid #1e3a8a;
    color: #e5e7eb;
    border-radius: 6px;
    font-size: 0.75rem;
    cursor: pointer;
    transition: 0.15s;
}

    .nft-detail-btn:hover[b-6k92p9htx5] {
        background: #1e3a8a;
    }

/* Details panel */
.nft-detail-panel[b-6k92p9htx5] {
    margin-top: 20px;
    padding: 16px;
    border-radius: 10px;
    background: #0f172a;
    border: 1px solid #1f2937;
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
    margin-bottom:50px;
}

    .nft-detail-panel h3[b-6k92p9htx5] {
        margin-top: 0;
        color: #38bdf8;
    }

.nft-detail-grid[b-6k92p9htx5] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 16px;
    font-size: 0.9rem;
    color: #9ca3af;
}

.nft-detail-close[b-6k92p9htx5] {
    background: #dc2626;
    border: 1px solid #7f1d1d;
    color: white;
    padding: 6px 12px;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.15s;
}

    .nft-detail-close:hover[b-6k92p9htx5] {
        background: #991b1b;
    }

/* Footer meta */
.nft-meta[b-6k92p9htx5] {
    margin-top: 8px;
    font-size: 0.75rem;
    color: #9ca3af;
    display: flex;
    justify-content: space-between;
}

    .nft-meta strong[b-6k92p9htx5] {
        color: #38bdf8;
    }

/* Responsive */
@media (max-width: 900px) {
    .nft-filters[b-6k92p9htx5] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .nft-filters[b-6k92p9htx5] {
        grid-template-columns: 1fr;
    }

    .nft-card[b-6k92p9htx5] {
        padding: 12px;
    }
}
/* _content/Timpi_Search_Blazor/Pages/PasswordChangePage.razor.rz.scp.css */
.page[b-voha7md6o4] {
    background-color: #222325;
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.u-background-container[b-voha7md6o4] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
}

.light-grey[b-voha7md6o4] {
    position: absolute;
    width: 555px;
    height: 555px;
    border-radius: 50%;
    background: rgba(102, 96, 98, 0.44);
    filter: blur(247px);
    top: 407px;
    right: -173px;
    z-index: 1;
}

.light-red[b-voha7md6o4] {
    position: absolute;
    width: 555px;
    height: 555px;
    border-radius: 50%;
    background: rgba(218, 34, 68, 0.44);
    filter: blur(247px);
    top: -222px;
    left: -160px;
    z-index: 1;
}

header[b-voha7md6o4] {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1000;
    padding: 24px 80px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.header-top[b-voha7md6o4] {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    min-height: 40px;
}

header.scrolled[b-voha7md6o4]::after {
    content: "";
    position: absolute;
    height: 120%;
    inset: 0;
    background: linear-gradient(180deg, #1B1C1D 0%, rgba(0, 0, 0, 0.00) 100%);
    mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: -1;
}

.top-section[b-voha7md6o4] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex: 1;
}

.top-section .logo[b-voha7md6o4] {
    width: 166px;
    height: 85px;
    flex-shrink: 0;
    background-image: url("assets/logo-beta.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

main[b-voha7md6o4] {
    padding: 24px 80px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

main .content-wrapper[b-voha7md6o4] {
    display: flex;
    align-items: center;
    justify-content: center;
}

main .content-wrapper .content-container[b-voha7md6o4] {
    width: 390px;
    min-width: 330px;
    display: flex;
    flex-direction: column;
    padding: 32px;
    gap: 24px;
    align-self: stretch;
    border-radius: 16px;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.24);
    align-items: stretch;
    position: relative;
    z-index: 1;
}

main .content-wrapper .content-container[b-voha7md6o4]::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    border: 1px solid transparent;
    background: linear-gradient(117.96deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box, linear-gradient(130.94deg, rgba(255, 255, 255, 0) 49.92%, rgba(255, 255, 255, 0.2) 100.08%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.content-container .changed-icon[b-voha7md6o4] {
    width: 50%;
    align-self: center;
}

.content-container .password-changed-message[b-voha7md6o4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.content-container .text[b-voha7md6o4] {
    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    letter-spacing: 0.56px;
    text-align: center;
}
.content-container a.text[b-voha7md6o4] {
    color: #FFF;
    font-weight: 600;
    text-decoration: underline;
}

.content-container .title[b-voha7md6o4] {
    color: #FFF;
    font-family: Urbanist;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.88px;
    text-transform: capitalize;
    align-self: center;
}

.password-requirements[b-voha7md6o4] {
    color: #E86375;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
    letter-spacing: 0.48px;
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
}

.password-requirements > li.check[b-voha7md6o4] {
    color: #FFF;
}

.password-requirements > li[b-voha7md6o4] {
    position: relative;
    padding-left: 20px;
    margin-bottom: 4px;
}
.password-requirements > li:last-child[b-voha7md6o4] {
    margin-bottom: 0;
}
.password-requirements > li[b-voha7md6o4]::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url('assets/x.svg') no-repeat center;
    background-size: contain;
}
.password-requirements > li.check[b-voha7md6o4]::before {
    background: url('assets/check.svg') no-repeat center;
}
.input-container-validation[b-voha7md6o4] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.input-container-validation .error-message[b-voha7md6o4] {
    color: #E86375;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.56px;
    padding: 0px 24px 0px 16px;
}
.input-container-validation .input-container[b-voha7md6o4] {
    position: relative;
    display: flex;
    height: 48px;
    padding: 24px 24px 24px 16px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 24px;
}

.input-container-validation .input-container[b-voha7md6o4]::before {
    content: "";
    position: absolute;
    border-radius: inherit;
    background: #1B1C1DCC;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.input-container-validation .input-container:not(.no-edit):hover[b-voha7md6o4]::before {
    background: 
        linear-gradient(0deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)),
        linear-gradient(0deg, rgba(27, 28, 29, 0.8), rgba(27, 28, 29, 0.8));
}
.input-container-validation .input-container[b-voha7md6o4]::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background: 
        linear-gradient(168deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box,
        linear-gradient(171deg, rgba(255, 255, 255, 0) 49.92%, rgba(255, 255, 255, 0.2) 100.08%) border-box;

    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}
.input-container-validation .input-container.error[b-voha7md6o4]::after {
    background: #E86375 border-box;
}
.input-container-validation .input-container:not(.error):has(input:focus)[b-voha7md6o4]::after {
    background: 
        linear-gradient(168deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box,
        linear-gradient(171deg, rgba(255, 255, 255, 0) 49.92%, rgba(255, 255, 255, 0.2) 100.08%) border-box,
        linear-gradient(0deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)) border-box;
}

.input-container-validation .input-container img[b-voha7md6o4] {
    width: 20px;
    height: 20px;
}


.input-container-validation .input-container input[b-voha7md6o4] {
    flex: 1;
    background-color: transparent;
    border: none;
    outline: none;
    transition: border-color 0.2s ease;
    color: #FFF;
    
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    letter-spacing: 0.56px;
    width: 100%;
}

.input-container-validation .input-container input[b-voha7md6o4]::placeholder {
    color: #9E9094;
    font-family: Urbanist;
    user-select: none;
}
.action-buttons[b-voha7md6o4] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}

button.cancel[b-voha7md6o4] {
    display: flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 16px;
    border: 1px solid #7B7B7C;
    color: #FFF;
    text-align: center;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.64px;
    background-color: transparent;
}

button.save-changes[b-voha7md6o4] {
    display: flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: linear-gradient(0deg, #D61F37 0%, #D61F37 100%), linear-gradient(335deg, rgba(255, 255, 255, 0.02) 7.94%, rgba(255, 255, 255, 0.04) 92.72%);
    box-shadow: 0px -2px 16px 0px rgba(255, 255, 255, 0.16) inset, 0px 4px 4px 0px rgba(255, 255, 255, 0.13) inset, 0px 12px 36px 0px rgba(214, 31, 55, 0.24);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    color: #FFF;
    text-align: center;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.64px;
}

button:hover[b-voha7md6o4] {
    background: linear-gradient(0deg, #D92F47 0%, #D92F47 100%), linear-gradient(335deg, rgba(255, 255, 255, 0.02) 7.94%, rgba(255, 255, 255, 0.04) 92.72%);
    cursor: pointer;
}

button:hover.cancel[b-voha7md6o4] {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%), rgba(27, 28, 29, 0.80);
    cursor: pointer;
}

button:focus[b-voha7md6o4] {
    outline: 0;
}


footer[b-voha7md6o4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 1px solid #27292A;
    background: rgba(0, 0, 0, 0.08);
    position: relative;
}

.footer[b-voha7md6o4] {
    display: flex;
    gap: 80px;
    padding: 40px 0px;
    max-width: 794px;
}

.footer-column[b-voha7md6o4] {
    width: 211px;
}

.footer-column h4[b-voha7md6o4] {
    margin-bottom: 16px;
    color: #FFF;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.56px;
    text-transform: capitalize;
    line-height: 150%;
}

.footer-column ul[b-voha7md6o4] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column li[b-voha7md6o4] {
    margin-bottom: 8px;
    line-height: 1;
}

.footer-column a[b-voha7md6o4] {
    text-decoration: none;
    position: relative;
    transition: color 0.2s ease;

    color: #CCC1C4;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.footer-column a:hover[b-voha7md6o4] {
    color: #FFF;
    text-decoration: underline;
}

.footer-column a:hover[b-voha7md6o4]::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    left: -12px;
    top: 6px;

    background: linear-gradient(180deg, #D62139 0%, #D62139AA 100.08%);
    box-shadow: 0 0 9px #D61F37, 0 0 18px #D61F37, 0 0 27px #D61F37;
    filter: drop-shadow(0px 0px 12px #D61F37);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

/*** tablet section ***/
@media (max-width: 1024px) {    
    header[b-voha7md6o4] {
        padding: 24px;
        gap: 24px;
    }
    header .input-container[b-voha7md6o4] {
        width: 100%;
    }    
    header .main-header-container .input-container[b-voha7md6o4]  {
        display: none;
    }
    header > .input-container[b-voha7md6o4] {
        display: unset;
    }
    main[b-voha7md6o4] {
        padding: 24px;
    }
    .footer[b-voha7md6o4] {
        justify-content: space-between;
        padding: 40px 15vw;
        width: 100%;
    }

    .footer-column[b-voha7md6o4] {
        width: unset;
    }
}

/*** mobile section ***/
@media (max-width: 768px) {
    main .content-wrapper .content-container[b-voha7md6o4] {
        padding: 24px;
    }

    .action-buttons[b-voha7md6o4] {
        justify-content: space-between;
        gap: 16px;
    }

    button.save-changes[b-voha7md6o4] {
        padding: 12px 12px;
    }

    .action-buttons > *[b-voha7md6o4] {
        flex: 1;
    }

    .footer[b-voha7md6o4] {
        padding: 40px 24px;
    }
}

@media (max-width: 600px) {
    .top-section .logo[b-voha7md6o4] {
        width: 132.741px;
        height: 56.889px;
    }

    .footer[b-voha7md6o4] {
        padding: 40px 24px;
        flex-direction: column;
        gap: 40px;
        align-items: start;
    }

    .footer-column h4[b-voha7md6o4] {
        font-size: 16px;
        letter-spacing: 0.64px;
    }

    .footer-column a[b-voha7md6o4] {
        font-size: 14px;
    }
}
/* _content/Timpi_Search_Blazor/Pages/RedirectToPage.razor.rz.scp.css */
.page[b-nfiny3rxql] {
    width: 100%;
    height: 100dvh;
    position: relative;
    overflow: hidden;
    background-color: #222325;
}

.background-container[b-nfiny3rxql] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.bg-noise[b-nfiny3rxql] {
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: url("assets/noise.png") lightgray 0% 0% / 64px 64px repeat;
    mix-blend-mode: multiply;
}

.light-red[b-nfiny3rxql] {
    width: 640px;
    height: 640px;
    flex-shrink: 0;
    border-radius: 640px;
    background: rgba(218, 34, 68, 0.44);
    filter: blur(180px);
    position: absolute;
    top: -184px;
}

main[b-nfiny3rxql] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

main section.content[b-nfiny3rxql] {
    padding: 24px;
    color: #CCC1C4;
    text-align: center;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.content h1[b-nfiny3rxql] {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.animateDots[b-nfiny3rxql] {
    display: inline-block;
    vertical-align: middle
}

.animateDots .dot[b-nfiny3rxql] {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 3px;
    border-radius: 50%;
    background: #CCC1C4;
    opacity: 0.9
}

@keyframes blink-b-nfiny3rxql {
    0% {
        opacity: 0.2
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0.2
    }
}

.animateDots .dot:nth-child(1)[b-nfiny3rxql] {
    animation: blink-b-nfiny3rxql 1.2s infinite 0s
}

.animateDots .dot:nth-child(2)[b-nfiny3rxql] {
    animation: blink-b-nfiny3rxql 1.2s infinite 0.2s
}

.animateDots .dot:nth-child(3)[b-nfiny3rxql] {
    animation: blink-b-nfiny3rxql 1.2s infinite 0.4s
}
/* _content/Timpi_Search_Blazor/Pages/SearchResultPage.razor.rz.scp.css */
.hidden[b-uya3th8h3w] {
    display: none;
}

.abs-fill[b-uya3th8h3w] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page[b-uya3th8h3w] {
    --content-width: 702px;
    --margin-h: 204px;
    --margin-v: 24px;
    position: relative;
    min-height: 100vh;
}

main[b-uya3th8h3w] {
    display: flex;
    flex: 1;
    overflow: hidden;
}

.ads-wrapper[b-uya3th8h3w] {
    order: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
}
.main-wrapper[b-uya3th8h3w] {
    margin-left: var(--margin-h);

    display: flex;
    flex-direction: column;
    gap: 32px;
}
.main-container[b-uya3th8h3w] {
    width: var(--content-width);
}
.main-container.tp-hide[b-uya3th8h3w] {
    display: none;
}

.timpi-container[b-uya3th8h3w] {
    flex-shrink: 0;
    width: 100%;
    max-width: var(--content-width);
    margin: 0px 64px 0px var(--margin-h);
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.display-container[b-uya3th8h3w] {
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 100vh;
}

header[b-uya3th8h3w] {
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.header-top[b-uya3th8h3w] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: var(--margin-v) calc(var(--margin-h) - 140px);
    gap: 24px 13px;
}

header.scrolled[b-uya3th8h3w]::after {
    content: "";
    position: absolute;
    height: 120%;
    inset: 0;
    background: linear-gradient(180deg, #1B1C1D 0%, rgba(0, 0, 0, 0.00) 100%);
    mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: -1;
}

.top-section[b-uya3th8h3w] {
    display: flex;
    align-items: center;
    gap: 36px;
    flex: 1;
    max-width: 900px;
}

.logo[b-uya3th8h3w] {
    width: 85px;
    height: 48px;
    flex: 0 0 auto;
    background-image: url("assets/logo-beta.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.input-container[b-uya3th8h3w] {
    --bd-input-clr: #5D5C5D;
    --bd-radius: 26px;    
    --input-box-shadow: 0px 16px 48px 0px rgba(0, 0, 0, 0.64);
    --input-margin-left: 36px;

    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: var(--content-width);
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    transition: 
        margin-left 0.1s ease,
        flex-basis 0.1s ease;
    position: relative;
    margin-left: var(--input-margin-left);

    will-change: margin-left, flex-basis;
}

.input-container.input--focus[b-uya3th8h3w],
.input-container.dropdown--open.dropdown--has-items[b-uya3th8h3w] {
    margin-left: 0px;
    flex-basis: calc(var(--content-width) + var(--input-margin-left));
}

.input-container.hidden:not(.loading)[b-uya3th8h3w] {
    display: none;
    opacity: 0;
    pointer-events: none;
}

.input-container .input-wrapper[b-uya3th8h3w] {
    position: relative;
    width: 100%;
    display: flex;
    padding: 11px 20px;
    align-items: center;
    gap: 16px;    
    border-radius: 28px;
    border: 1px solid;
    background: #110E0E80;

    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);

    overflow: hidden;
}

.input-container .input-wrapper[b-uya3th8h3w]:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background:           
        linear-gradient(171deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box, 
        linear-gradient(171deg, rgba(255, 255, 255, 0) 49.92%, rgba(255, 255, 255, 0.2) 100.08%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}

.input-container .input-wrapper:hover[b-uya3th8h3w] {
    background: #141415;
    box-shadow: var(--input-box-shadow);
}

.input-container.input--focus .input-wrapper[b-uya3th8h3w] {
    background: #141415;
    box-shadow: var(--input-box-shadow);
}

.input-container.dropdown--open.dropdown--has-items .input-wrapper[b-uya3th8h3w] { 
    padding: 11px 20px 12px 20px;
    background: #141415;
    box-shadow: var(--input-box-shadow);
    border-radius: var(--bd-radius) var(--bd-radius) 0 0;
    border: 1px solid var(--bd-input-clr);
    border-bottom: none;
}

.input-container.dropdown--open.dropdown--has-items .input-wrapper[b-uya3th8h3w]::before {    
    content: none;
    background: 
        linear-gradient(#6B5B60 0 0) border-box, 
        linear-gradient(168deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box, 
        linear-gradient(171deg, rgba(255, 255, 255, 0) 49.92%, rgba(255, 255, 255, 0.2) 100.08%) border-box;
}

.input-container .input-wrapper .input-phrase[b-uya3th8h3w] {
    width: 100%;
    display: flex;
    align-items: center;
}

.input-container:not(.input--focus):not(.dropdown--open.dropdown--has-items) .input-wrapper .input-phrase .search-indicator[b-uya3th8h3w] {
    width: 0px;
    overflow: hidden;
}

.input-container .input-wrapper .input-phrase .search-indicator[b-uya3th8h3w] {
    flex-shrink: 0;
    width: 36px;
    transition: width 0.1s ease;
}
.input-container .input-wrapper .input-phrase .search-indicator[b-uya3th8h3w]::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url('assets/suggestion-leading.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.input-container .input-wrapper .input-phrase input[b-uya3th8h3w] {
    flex: 1;
    background-color: transparent;
    border: none;
    outline: none;
    color: #FFF;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: 1px;
    width: 100%;
    min-width: 150px;
}

.input-container .input-wrapper .input-phrase input[b-uya3th8h3w]::placeholder {
    color: #9E9094;
}

.input-container.dropdown--open.dropdown--has-items .suggestion-dropdown[b-uya3th8h3w] {
    display: flex;
}

.input-container .input-wrapper .input-phrase .clear-text-button[b-uya3th8h3w] {
    width: 40px;
    height: 40px;
    padding: 12px;
    margin: -8px;
    display: flex;
    justify-content: center;
    align-items: center; 
}
.input-container .input-wrapper .input-phrase .clear-text-button[b-uya3th8h3w] {
    cursor: pointer;
}

.v-separator[b-uya3th8h3w] {
    width: 1px;
    background-color: #403A3C;
}

.input-container .input-wrapper .input-action[b-uya3th8h3w] {
    display: flex;
    align-items: stretch;
    gap: 16px;
}
.input-container .input-wrapper .input-action .input-button[b-uya3th8h3w] {
    width: 24px;
    height: 24px;
    padding: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.input-container .input-wrapper .input-action .input-button:hover[b-uya3th8h3w] {
    cursor: pointer;
}

.input-container .suggestion-dropdown[b-uya3th8h3w] {
    padding: 8px;
    width: 100%;
    border-radius: 0 0 var(--bd-radius) var(--bd-radius);
    border: 1px solid var(--bd-input-clr);
    border-top: none;
    background: #141415;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 16.8px;
    position: absolute;
    overflow: hidden;

    box-shadow: var(--input-box-shadow);
    box-shadow: 0px 24px 32px -6px rgba(0, 0, 0, 0.64);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.input-container .suggestion-dropdown[b-uya3th8h3w] {
    pointer-events: auto;
}

.input-container .suggestion-dropdown:focus[b-uya3th8h3w] {
    outline: none;
}

.input-container .suggestion-dropdown ul[b-uya3th8h3w] {
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}
.input-container .suggestion-dropdown ul .suggestion-item[b-uya3th8h3w] {
    padding: 8px 12px;
    border-radius: 8px;

    color: #FFF;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 1px;

    position: relative;
    display: flex;
    align-items: center;
}

.input-container .suggestion-dropdown ul .suggestion-item .matched[b-uya3th8h3w] {
    color: #CCC1C4;
    font-weight: 400;
}

.input-container .suggestion-dropdown ul .suggestion-item[b-uya3th8h3w]::before {    
    content: '';
    width: 24px;
    margin-right: 14px;
    height: 24px;
    flex-shrink: 0;
    background-image: url('assets/suggestion-leading.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.input-container .suggestion-dropdown ul .suggestion-item .suggestion-text[b-uya3th8h3w] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.input-container .suggestion-dropdown ul .suggestion-item.selected[b-uya3th8h3w] {
    background: #202122;
}
.input-container .suggestion-dropdown ul .suggestion-item:hover[b-uya3th8h3w] {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.04) 100%);
    cursor: pointer;
}

.input-container.dropdown--open.dropdown--has-items .input-wrapper .input-backlight[b-uya3th8h3w] {
    display: unset;
}
.input-backlight[b-uya3th8h3w] {
    display: none;
}

.suggestion-backlight[b-uya3th8h3w] {
    top: -648px;
}
.input-backlight[b-uya3th8h3w],
.suggestion-backlight[b-uya3th8h3w] {
    position: absolute;
    width: 800px;
    height: 800px;
    top: -600px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    background: radial-gradient( circle at center, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.2) 60%, rgba(255, 255, 255, 0) 100% );
    opacity: 0.2;
    pointer-events: none;
    filter: blur(80px);
}

.h-separator[b-uya3th8h3w] {
    height: 1px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.20) 50%, rgba(255, 255, 255, 0.00) 100%);
}

.input-container.dropdown--open.dropdown--has-items .input-wrapper .h-separator[b-uya3th8h3w] {
    display: unset;
}
.input-wrapper .h-separator[b-uya3th8h3w] {
    display: none;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.suggestion-dropdown .h-separator[b-uya3th8h3w] {
    position: unset;
    margin: 8px 0;
}
.suggestion-dropdown .report-container[b-uya3th8h3w] {
    display: flex;
    justify-content: flex-end;
}
.suggestion-dropdown .report-container .report-button[b-uya3th8h3w] {
    display: flex;
    padding: 7px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 16px;

    color: #9D9295;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.suggestion-dropdown .report-container .report-button:hover[b-uya3th8h3w] {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.04) 100%);
    user-select: none;
    cursor: pointer;
}

.wilson-container.hide[b-uya3th8h3w] {
    display: none;
}
.wilson-container[b-uya3th8h3w] {
    --wilson-research-width: 438px;
    --wi-ct-pad: 16px;

    display: flex;
    justify-content: space-between;
    position: relative;
    row-gap: 8px;
    color: #FFF;
    font-family: Urbanist;
    letter-spacing: 1.5px;

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    height: 20em;
    padding: 0 0 16px 0;
    overflow-y: hidden;
    width: calc(var(--content-width));
}
.wilson-container.has-links[b-uya3th8h3w] {
    width: calc(var(--content-width) + var(--wilson-research-width));
    padding: 0 16px 16px 0;
    --wi-ct-pad: 48px;
}

.wilson-container.full-answer[b-uya3th8h3w] {
    height: auto;
    overflow-y: visible;
}

.wilson-container.has-response:not(.show-more)[b-uya3th8h3w] {
    border-bottom: 1px solid #403A3C;
}
.wilson-container.show-more:not(.full-answer) .wilson-content[b-uya3th8h3w],
.wilson-container.show-more:not(.full-answer) .wilson-research-wrapper[b-uya3th8h3w]{
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 30px, rgba(0, 0, 0, 0.1) 175px, rgba(0, 0, 0, 0.01) 240px);
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 30px, rgba(0, 0, 0, 0.1) 175px, rgba(0, 0, 0, 0.01) 240px);
}
.wilson-container .wilson-content[b-uya3th8h3w] {
    flex: 0 0 var(--content-width);
    width: 100%;
    padding: 0 var(--wi-ct-pad) 0 16px;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    justify-content: space-between;
}

.wilson-container .feedback-container:not(.show)[b-uya3th8h3w] {
    visibility: hidden;
}

.wilson-container .feedback-container.medium[b-uya3th8h3w] {
    display: none;
}
.wilson-container.show-more:not(.full-answer) .feedback-container.medium[b-uya3th8h3w] {
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0px, rgba(0, 0, 0, 0.01) 240px);
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0px, rgba(0, 0, 0, 0.01) 240px);
}

.wilson-container .feedback-container[b-uya3th8h3w] {
    width: 100%;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}
.wilson-container .feedback-container .feedback-disclaimer[b-uya3th8h3w] {
    display: flex;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;

    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.wilson-container .feedback-container .feedback-disclaimer .disclaimer-action[b-uya3th8h3w] {
    color: #9D9295;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.wilson-container .feedback-container .feedback-items[b-uya3th8h3w] {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;    
}

.wilson-container .feedback-container .feedback-items div.ws-feedback-button[b-uya3th8h3w] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    stroke-width: 2px;

    stroke: #9E9094;
    border: 1px solid #403A3C;
    display: flex;
    align-items: center;
    justify-content: center;
    
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100.08%);

    position: relative;
}
.wilson-container .feedback-container .feedback-items div.ws-share-feedback-button:not(.can-share)[b-uya3th8h3w] {
    display: none;
}

.wilson-container .feedback-container .feedback-items div.ws-negative-feedback-button svg[b-uya3th8h3w] {
    transform: scaleY(-1);
}
.wilson-container .feedback-container .feedback-items div.ws-feedback-button:hover[b-uya3th8h3w] {
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.10) 100.08%);
    cursor: pointer;
    stroke: #FFFFFF;
}
.wilson-container .feedback-container .feedback-items div.ws-feedback-button .ws-tooltip[b-uya3th8h3w] {
    position: absolute;
    opacity: 0;
    color: #FFF;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    width: fit-content;
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: normal;
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%) translateY(-4px);
    z-index: 1000;
}
.wilson-container .feedback-container .feedback-items div.ws-feedback-button:hover .ws-tooltip[b-uya3th8h3w]{
    opacity: 1;
    animation: ws-fade-slide-b-uya3th8h3w 0.25s ease-out forwards;
}

@keyframes ws-fade-slide-b-uya3th8h3w {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.wilson-container:not(.has-links) .wilson-research-wrapper[b-uya3th8h3w] {
    display: none;
}
.wilson-container .wilson-research-wrapper[b-uya3th8h3w] {
    max-width: var(--wilson-research-width);
}

.wilson-container .wilson-research-wrapper .wilson-research-container[b-uya3th8h3w] {
    width: 100%;
    display: flex;
    flex-direction: column;
    max-height: 450px;
    overflow-y: auto;
}

.wilson-container .wilson-research-wrapper .wilson-research-container[b-uya3th8h3w]::-webkit-scrollbar {
    width: 4px;
}

.wilson-container .wilson-research-wrapper .wilson-research-container[b-uya3th8h3w]::-webkit-scrollbar-track {
    background: none;
}

.wilson-container .wilson-research-wrapper .wilson-research-container[b-uya3th8h3w]::-webkit-scrollbar-thumb {
    background: #9E9094;
    border-radius: 4px;
}

.wilson-container .wilson-research-wrapper .wilson-research-container[b-uya3th8h3w]::-webkit-scrollbar-button {
    display: none;
}

.wilson-research-item[b-uya3th8h3w] {
    display: flex;
    padding: 16px;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    border-radius: 16px;
}

.wilson-research-item:hover[b-uya3th8h3w] {
    cursor: pointer;
    background: rgba(255, 255, 255, 0.04);
}

.wilson-research-item .wr-item-content[b-uya3th8h3w] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    flex: 1 0 0;
}
.wilson-research-item .wr-item-content .wr-item-title[b-uya3th8h3w] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
    overflow: hidden;
    color: #99C3FF;
    text-overflow: ellipsis;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
    text-transform: capitalize;
}

.wilson-research-item .wr-item-content .wr-item-title:visited[b-uya3th8h3w] {
    color: #C58AF9;
}

.wilson-research-item .wr-item-content .wr-item-description[b-uya3th8h3w] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
    overflow: hidden;
    color: #CCC1C4;
    text-overflow: ellipsis;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.wilson-research-item .wr-item-content .wr-item-domain[b-uya3th8h3w] {
    display: flex;
    align-items: center;
    gap: 8px;
}
.wilson-research-item .wr-item-content .wr-item-domain .favicon[b-uya3th8h3w],
.wilson-research-item .wr-item-content .wr-item-domain .favicon img[b-uya3th8h3w] {
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background-color: #CCC1C4;
    object-fit: cover;
    vertical-align: unset;
}
.wilson-research-item .wr-item-content .wr-item-domain > span[b-uya3th8h3w] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: stretch;
    overflow: hidden;
    text-overflow: ellipsis;

    color: #CCC1C4;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}
.wilson-research-item .wr-item-content .wr-item-domain[b-uya3th8h3w] {
    margin-top: 8px;
}
.wilson-research-item .wr-item-image[b-uya3th8h3w]
{
    width: 92px;
    height: 92px;
}
.wilson-research-item .wr-item-image img[b-uya3th8h3w] {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.wilson-container:not(.show-more) .wilson-mask[b-uya3th8h3w] {
    display: none;
}
.wilson-container .wilson-mask[b-uya3th8h3w] {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.wilson-container .wilson-mask .showmore-ai-button[b-uya3th8h3w] {
    width: calc(var(--content-width) - 16px - var(--wi-ct-pad));
    margin: 5rem var(--wi-ct-pad) 0 16px;
    display: flex;
    padding: 11px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 20px;
    border: 1px solid #403A3C;
    background: #27292a;
    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    user-select: none;
}

.wilson-container .wilson-mask .showmore-ai-button:hover[b-uya3th8h3w] {
    cursor: pointer;
    background: #363638;
}

.wilson-container .box-container[b-uya3th8h3w] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: relative;
    width: 100%;
}

.wilson-badge[b-uya3th8h3w] {
    margin-bottom: 8px;
    width: 95px;
    height: 24px;
    user-select: none;
    position: relative;
}

.wilson-badge img[b-uya3th8h3w] {
    position: absolute;
    top: 50%;
    left: calc(50% - 3px);
    width: 110px;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.wilson-badge .ai-avatar[b-uya3th8h3w] {
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    border: 1px solid #D61F37;
    background: #00000052;
    color: #FFF;
    text-align: center;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    padding-top: 0.1rem;
}

.wilson-badge span[b-uya3th8h3w] {
    color: #FFF;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
}

.wilson-answer[b-uya3th8h3w] {    
    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;

    width: 100%;
    position: relative;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.wilson-answer .wilson-asistant[b-uya3th8h3w] {    
    width: 100%;
}
.wilson-answer[b-uya3th8h3w]::-webkit-scrollbar {
  display: none;
}
.mask[b-uya3th8h3w] {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(31, 32, 34, 0.00) 0%, #1F2022 50%, #1F2022 100%);
    backdrop-filter: blur(1px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.showmore-answer-button[b-uya3th8h3w] {    
    display: flex;
    padding: 11px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 20px;
    border: 1px solid #403A3C;
    background: #27292a;

    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;

    user-select: none;
    cursor: pointer;
}

.result-section[b-uya3th8h3w] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-top: 8px;
    z-index: 100;
}

.result-section .result-wrapper[b-uya3th8h3w] {
    display: flex;
    flex-direction: column;
    gap: 16px;    
}

.filter-section[b-uya3th8h3w] {
    width: 100%;
    align-items: stretch;
    display: flex;
    gap: 32px;
    padding-left: 16px;
    flex-direction: column;
}

.filter-section .filter-container[b-uya3th8h3w] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 32px;
    z-index: 999;
}

.filter-section .filter-container .dropdown[b-uya3th8h3w],
.filter-section .filter-container .dd-button[b-uya3th8h3w] {
    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;

    cursor: pointer;
    user-select: none;
}
.filter-section .filter-container .dd-button.boost-button[b-uya3th8h3w] {
    margin-left: auto;
    border-radius: 8px;
    padding: 0px 8px;
    border: 1px solid #403A3C;
    background: rgba(255, 255, 255, 0.04);
    line-height: 19px;
    display: none;
}

.filter-section .filter-container .dd-button.boost-button.has-debug[b-uya3th8h3w] {
    display: block;
}

.filter-section .filter-container .dd-button.boost-button:hover[b-uya3th8h3w] {
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0.1);
}

.filter-section .filter-container .dropdown .dropdown-tooltip[b-uya3th8h3w] {
    position: absolute;
    left: 0px;
    top: 100%;
    display: none;
    padding: 4px 8px;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100.08%);
    backdrop-filter: blur(12px);
    color: #FFF;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.filter-section .filter-container .dropdown.disable:hover .dropdown-tooltip[b-uya3th8h3w] {
    display: inline-flex;
}

.filter-section .filter-container .dropdown.safe-search .dropdown-content[b-uya3th8h3w] {
    font-family: Urbanist;
}

.filter-section .filter-container .dropdown.disable > *:not(.dropdown-tooltip)[b-uya3th8h3w]{
    opacity: 0.4;
}
.filter-section .filter-container .dropdown.settings[b-uya3th8h3w] {
    display: none;
}
.filter-section .filter-container .dropdown .dd-toggle[b-uya3th8h3w] {    
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.filter-section .filter-container .dropdown .dd-toggle .dd-toggle__label[b-uya3th8h3w] {
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.filter-section .filter-container .dropdown .dd-toggle[b-uya3th8h3w]::after {
    content: "";
    width: 14px;
    height: 14px;
    background-image: url('assets/dropdown-arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.1s ease-in-out
}
.filter-section .filter-container .dropdown.open .dd-toggle[b-uya3th8h3w]::after {
    transform: rotate(180deg);
}

.filter-section .filter-container .dropdown.open .dd-toggle[b-uya3th8h3w] {
    color: #FFF;
}

.filter-container .dropdown:first-child .dropdown-content[b-uya3th8h3w] {
    left: -19px;
    width: 224px;
}

.filter-container .dropdown:nth-child(2) .dropdown-content[b-uya3th8h3w] {
    left: -16px;
    width: 240px;
}

.filter-section .filter-container .dropdown:not(.open) .dropdown-content[b-uya3th8h3w] {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
}

.dropdown-content[b-uya3th8h3w] {
    position: absolute;
    min-width: 160px;
    max-height: 400px;
    overflow-y: auto;
    z-index: 1;
    top: calc(100% + 4px);
    left: -30px;
    display: flex;
    flex-direction: column;
    width: 278px;
    padding: 8px;
    align-items: stretch;
    border-radius: 16px;
    background: #1B1C1D;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.40);

    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-content[b-uya3th8h3w]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background: linear-gradient(117.96deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box, linear-gradient(130.94deg, rgba(255, 255, 255, 0) 49.92%, rgba(255, 255, 255, 0.2) 100.08%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}
.dropdown.settings .dropdown-content[b-uya3th8h3w] {
    left: unset;
    right: 0;
    width: 360px;
    max-width: calc(100vw - 24px);
    padding: 16px;
    max-height: unset;
}
.dropdown-content .dropdown-content-wrapper[b-uya3th8h3w] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
}
.dropdown-content .dropdown-section[b-uya3th8h3w] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    align-self: stretch;
}

.dropdown-content .dropdown-section .dropdown-section-title[b-uya3th8h3w] {
    color: #FFF;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}
.dropdown-content .dropdown-section .settings-item[b-uya3th8h3w] {
    text-decoration: none;
    display: flex;
    padding: 8px;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border: 1px solid transparent;
    border-radius: 8px;
}
.dropdown-content .dropdown-section .settings-item:hover[b-uya3th8h3w] {
    cursor: pointer;
    border-color: #2E2F30;
    background: rgba(255, 255, 255, 0.04);
}
.dropdown-content .dropdown-section .settings-item .icon-wrapper[b-uya3th8h3w] {
    display: flex;
    padding: 2px;
    align-items: center;
    gap: 8px;
    border-radius: 6px;
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100.08%);
}

.dropdown-content .dropdown-section .settings-item :is(.icon-wrapper, .settings-button) svg path:not(.icon-fill)[b-uya3th8h3w] {
    stroke: #CCC1C4;
}
.dropdown-content .dropdown-section .settings-item :is(.icon-wrapper, .settings-button) svg path.icon-fill[b-uya3th8h3w] {
    fill: #CCC1C4;
}
.dropdown-content .dropdown-section .settings-item:hover :is(.icon-wrapper, .settings-button) svg path:not(.icon-fill)[b-uya3th8h3w] {
    stroke: #FFFFFF;
}
.dropdown-content .dropdown-section .settings-item:hover :is(.icon-wrapper, .settings-button) svg path.icon-fill[b-uya3th8h3w] {
    fill: #FFFFFF;
}

.dropdown-content .dropdown-section .settings-item:hover .icon-wrapper[b-uya3th8h3w] {
    background: linear-gradient(135deg, rgba(214, 31, 55, 0.40) 0%, rgba(169, 25, 44, 0.04) 100%);
}
.dropdown-content .dropdown-section .settings-item .icon-wrapper svg[b-uya3th8h3w] {
    width: 20px;
    height: 20px;
}
.dropdown-content .dropdown-section .settings-item .settings-content[b-uya3th8h3w] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 1 0 0;
}
.dropdown-content .dropdown-section .settings-item .settings-content .settings-title[b-uya3th8h3w] {
    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.56px;
}
.dropdown-content .dropdown-section .settings-item:hover .settings-content .settings-title[b-uya3th8h3w] {
    color: #FFFFFF;
}
.dropdown-content .dropdown-section .settings-item .settings-content .settings-text[b-uya3th8h3w] {
    color: #9E9094;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
}
.dropdown-content .dropdown-section .settings-item .settings-button[b-uya3th8h3w] {
    display: flex;
    padding: 7px 4px 7px 8px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    border: 1px solid #2E2F30;
    background: rgba(255, 255, 255, 0.04);
    color: #9E9094;
    text-align: center;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.dropdown-content .dropdown-section .settings-item:hover .settings-button[b-uya3th8h3w] {
    color: #FFFFFF;
    border-color: transparent;
    background: rgba(255, 255, 255, 0.08);
}
.dropdown-content .dropdown-section .settings-item .settings-switch[b-uya3th8h3w] {
    display: flex;
    padding: 4px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100.08%);
    margin-bottom: 0;
}
.settings-switch:hover[b-uya3th8h3w] {
    cursor: pointer;
}

.settings-switch input[b-uya3th8h3w] {
    display: none;
}

.settings-switch .dark-mode .dark-bg[b-uya3th8h3w] { display: block; }
.settings-switch .light-mode .light-bg[b-uya3th8h3w] { display: none; }

.settings-switch .light-mode .light-icon[b-uya3th8h3w]  { fill: #CCC1C4; }
.settings-switch .dark-mode .dark-icon[b-uya3th8h3w] { fill: #FFFFFF; }

/*.settings-switch input ~ .light-mode .light-bg,
.settings-switch input:checked ~ .dark-mode .dark-bg { display: block; }

.settings-switch input ~ .light-mode .light-icon,
.settings-switch input:checked ~ .dark-mode .dark-icon { fill: #FFFFFF; }

.settings-switch input:checked ~ .light-mode .light-bg,
.settings-switch input ~ .dark-mode .dark-bg { display: none; }

.settings-switch input:checked ~ .light-mode .light-icon,
.settings-switch input ~ .dark-mode .dark-icon { fill: #CCC1C4; }*/

.settings-toggle[b-uya3th8h3w] {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
    margin-bottom: 0;
}

.settings-toggle input[b-uya3th8h3w] {
    display: none;
}

.settings-toggle .slider[b-uya3th8h3w] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 12px;
    border: 1px solid #4E343A;
    background-image: linear-gradient(128deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100.08%);
    background-size: 110% 110%;
    background-position: center;
    transition: border 0.3s ease;
}

.settings-toggle input:checked + .slider[b-uya3th8h3w] {
    background-image: linear-gradient(128deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.10) 100.08%);
}

.settings-toggle .slider .dot[b-uya3th8h3w] {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 16px;
    height: 16px;
    border-radius: 12px;
    border: 1px solid #6F676B;
    background: linear-gradient(128deg, rgba(111, 103, 107, 0.20) 0%, rgba(111, 103, 107, 0.50) 100.08%);
    transition: transform 0.3s ease, background 0.3s ease, border 0.3s ease;
}

.settings-toggle input:checked + .slider .dot[b-uya3th8h3w] {
    transform: translateX(26px);
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: linear-gradient(0deg, #D61F37 0%, #D61F37 100%), linear-gradient(335deg, rgba(255, 255, 255, 0.02) 7.94%, rgba(255, 255, 255, 0.04) 92.72%);
    box-shadow: 0 -2px 16px 0 rgba(255, 255, 255, 0.16) inset, 0 4px 4px 0 rgba(255, 255, 255, 0.13) inset, 0 12px 36px 0 rgba(214, 31, 55, 0.24);
    backdrop-filter: blur(20px);
}

.dropdown-content .dropdown-section .settings-item .settings-dropdown .inner-dd-toggle[b-uya3th8h3w] {
    display: flex;
    padding: 7px 4px 7px 8px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    width: 96px;
    height: 32px;
    flex: 1;
}
.dropdown-content .dropdown-section .settings-item .settings-dropdown .inner-dd-toggle span[b-uya3th8h3w] {
    color: #FFF;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
}
.dropdown-content .dropdown-section .settings-item .settings-dropdown .inner-dd-toggle[b-uya3th8h3w]::after {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url('assets/dropdown-arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.1s ease-in-out
}

.dropdown-content .dropdown-section .settings-item .settings-dropdown.inner-dropdown.open .inner-dd-toggle[b-uya3th8h3w]::after {
    transform: rotate(180deg);
}

.inner-dropdown[b-uya3th8h3w] {
    position: relative;
}

.inner-dropdown:not(.open) .inner-dropdown-content[b-uya3th8h3w] {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
}

.inner-dropdown-content[b-uya3th8h3w] {
    position: absolute;
    z-index: 1049;
    top: calc(100% + 4px);
    right: 0px;
    display: flex;
    width: 224px;
    padding: 8px;
    flex-direction: column;
    align-items: stretch;
    border-radius: 16px;
    background: #1B1C1D;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.40);
    height: 400px;

    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.inner-dropdown-content[b-uya3th8h3w]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background: linear-gradient(117.96deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box, linear-gradient(130.94deg, rgba(255, 255, 255, 0) 49.92%, rgba(255, 255, 255, 0.2) 100.08%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}

.inner-dropdown-content .dd-filter[b-uya3th8h3w] {
    display: flex;
    padding: 8px;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    align-self: stretch;

    color: #9D9295;
    line-height: 150%;
    font-size: 12px;
}

.inner-dropdown-content .dd-filter input[b-uya3th8h3w] {
    flex: 1;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.56px;

    color: #FFF;
    background-color: transparent;
    border: none;
    outline: none;
}
.inner-dropdown-content .dd-filter input[b-uya3th8h3w]::placeholder {
    color: #CCC1C4;
}

.inner-dropdown-content > .dd-item[b-uya3th8h3w] {
    margin: 0 12px 8px 0px;
}

.inner-dropdown-content .dd-item[b-uya3th8h3w] {
    display: flex;
    padding: 8px;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;

    color: #9D9295;
    line-height: 150%;
    font-size: 12px;
}

.inner-dropdown-content .dd-item.active[b-uya3th8h3w]::after {
    content: "";
    width: 14px;
    height: 14px;
    background-image: url('assets/dropdown-check.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.inner-dropdown-content .dd-item:hover[b-uya3th8h3w] {
    background: rgba(255, 255, 255, 0.08);
}
.inner-dropdown-content .dd-item .description[b-uya3th8h3w] {
    flex: 1;
}
.inner-dropdown-content .dd-item .description[b-uya3th8h3w] {
    display: flex;
    gap: 8px;
    align-items: center;
}

.inner-dropdown-content .dd-item .description .flag[b-uya3th8h3w] {
    display: flex;
    width: 24px;
    height: 24px;
    padding: 5px 2px 4px 2px;
    justify-content: center;
    align-items: center;
}
.inner-dropdown-content .dd-item .description .flag .image-wrapper[b-uya3th8h3w] {
    width: 20px;
    height: 15px;
    flex-shrink: 0;
    border-radius: 2px;
    border: 1px solid #2E2F30;
    background: transparent;
    overflow: hidden;
}

.inner-dropdown-content .dd-item .description .flag .image-wrapper img[b-uya3th8h3w] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.inner-dropdown-content .dd-item .title[b-uya3th8h3w] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.56px;
}

.inner-dropdown-content .dd-item.active .title[b-uya3th8h3w] {
    color: #FFF;
    font-weight: 600;
}

.inner-dropdown-content .dropdown-list[b-uya3th8h3w] {
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-right: 8px;
}

.inner-dropdown-content .dropdown-list[b-uya3th8h3w]::-webkit-scrollbar {
    width: 4px;
}

.inner-dropdown-content .dropdown-list[b-uya3th8h3w]::-webkit-scrollbar-track {
    background: none;
}

.inner-dropdown-content .dropdown-list[b-uya3th8h3w]::-webkit-scrollbar-thumb {
    background: #9E9094;
    border-radius: 4px;
}

.inner-dropdown-content .dropdown-list[b-uya3th8h3w]::-webkit-scrollbar-button {
    display: none;
}
.dropdown-content > .dd-item[b-uya3th8h3w] {
    margin: 0 12px 8px 0px;
}

.dropdown-content .dropdown-list[b-uya3th8h3w] {
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-right: 8px;
}

.dropdown-content .dropdown-list[b-uya3th8h3w]::-webkit-scrollbar {
    width: 4px;
}

.dropdown-content .dropdown-list[b-uya3th8h3w]::-webkit-scrollbar-track {
    background: none;
}

.dropdown-content .dropdown-list[b-uya3th8h3w]::-webkit-scrollbar-thumb {
    background: #9E9094;
    border-radius: 4px;
}

.dropdown-content .dropdown-list[b-uya3th8h3w]::-webkit-scrollbar-button {
    display: none;
}

.dropdown-content .dd-sep[b-uya3th8h3w] {
    height: 1px;
    margin: 8px 0px;
    border-top: 1px solid #2E2F30;
}

.dropdown-content .dd-filter[b-uya3th8h3w] {
    display: flex;
    padding: 8px;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    align-self: stretch;

    color: #9D9295;
    line-height: 150%;
    font-size: 12px;
}

.dropdown-content .dd-filter input[b-uya3th8h3w] {
    flex: 1;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.56px;

    color: #FFF;
    background-color: transparent;
    border: none;
    outline: none;
}
.dropdown-content .dd-filter input[b-uya3th8h3w]::placeholder {
    color: #CCC1C4;
}

.dropdown-content .dd-item[b-uya3th8h3w] {
    display: flex;
    padding: 8px;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;

    color: #9D9295;
    line-height: 150%;
    font-size: 12px;
}

.dropdown-content .dd-item.active[b-uya3th8h3w]::after {
    content: "";
    width: 14px;
    height: 14px;
    background-image: url('assets/dropdown-check.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.dropdown-content .dd-item:hover[b-uya3th8h3w] {
    background: rgba(255, 255, 255, 0.08);
}

.dropdown-content .dd-item .description[b-uya3th8h3w] {
    flex: 1;
}
.dropdown:not(.safe-search) .dropdown-content .dd-item .description[b-uya3th8h3w] {
    display: flex;
    gap: 8px;
    align-items: center;
}

.dropdown-content .dd-item .description .flag[b-uya3th8h3w] {
    display: flex;
    width: 24px;
    height: 24px;
    padding: 5px 2px 4px 2px;
    justify-content: center;
    align-items: center;
}
.dropdown-content .dd-item .description .flag .image-wrapper[b-uya3th8h3w] {
    width: 20px;
    height: 15px;
    flex-shrink: 0;
    border-radius: 2px;
    border: 1px solid #2E2F30;
    background: transparent;
    overflow: hidden;
}

.dropdown-content .dd-item .description .flag .image-wrapper img[b-uya3th8h3w] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.dropdown-content .dd-item .title[b-uya3th8h3w] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;

    color: #CCC1C4;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.56px;
}
.dropdown-content .dd-item.active .title[b-uya3th8h3w] {
    color: #FFF;
    font-weight: 600;
}
.dropdown-content .dd-item.active svg[b-uya3th8h3w] {
    stroke: #FFF;
}

.filter-section .filter-container .nsfw-header[b-uya3th8h3w] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.filter-section .filter-container .nsfw-header .header-icon[b-uya3th8h3w] {
    position: relative;
}

.filter-section .filter-container .nsfw-header .header-icon:hover[b-uya3th8h3w] {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
}

.filter-section .filter-container .nsfw-header .header-icon:hover .tooltip-text[b-uya3th8h3w] {
    visibility: visible;
    opacity: 1;
}

.filter-section .filter-container .nsfw-header .header-icon .tooltip-text[b-uya3th8h3w] {
    visibility: hidden;
    opacity: 0;
    padding: 8px;
    z-index: 1;
    top: 125%;
    left: -15px;
    position: absolute;
    border-radius: 8px;
    background: #FFF;
    white-space: nowrap;
    margin-bottom: 15px;
    transition: opacity 0.3s ease;

    color: #222325;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.48px;
}

.filter-section .filter-container .nsfw-header .header-icon .tooltip-text[b-uya3th8h3w]::after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 22px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #FFF transparent;
}

.filter-section .filter-container .nsfw-header span[b-uya3th8h3w] {
    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}

.filter-panel[b-uya3th8h3w] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    z-index: 1;

    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.filter-panel .f-actions-container[b-uya3th8h3w] {
    display: flex;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}
.filter-panel .f-actions-container .f-header[b-uya3th8h3w] {
    display: flex;
    align-items: center;
    gap: 4px;

    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}
.filter-panel .f-disclaimer[b-uya3th8h3w] {
    letter-spacing: 1px;
}

.f-header .f-icon[b-uya3th8h3w] {
    border-radius: 4px;
    position: relative;
    stroke: #9D9295;
}

.f-header .f-icon:hover[b-uya3th8h3w] {    
    cursor: pointer;
    background: rgba(255, 255, 255, 0.08);
    stroke: #FFF;
}

.f-header .f-icon .dropdown-content[b-uya3th8h3w] {
    display: none;
    width: unset;
    user-select: none;
    pointer-events: none;
}
.f-header .f-icon .dropdown-content .content[b-uya3th8h3w]{
    white-space: nowrap;
}
.f-header .f-icon:hover .dropdown-content[b-uya3th8h3w] {
    display: flex;
}

.filter-panel .f-actions-container .f-actions[b-uya3th8h3w] {
    display: flex;
    align-items: center;
    gap: 8px;
}
.filter-panel .f-actions-container .f-actions .f-action[b-uya3th8h3w] {
    display: flex;
    padding: 6px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 20px;
    border: 1px solid #403A3C;
    background: rgba(255, 255, 255, 0.04);

    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;

    height: 30px;

    user-select: none;
    cursor: pointer;
}
.filter-panel .f-actions-container .f-actions .f-action.active[b-uya3th8h3w] {
    color: #FFF;
    display: flex;
    padding: 6px 14px 6px 12px;
    align-items: center;
    gap: 4px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: linear-gradient(#D61F37 0 0), linear-gradient(335deg, rgba(255, 255, 255, 0.02) 7.94%, rgba(255, 255, 255, 0.04) 92.72%);
    box-shadow: 0px -2px 16px 0px rgba(255, 255, 255, 0.16) inset, 0px 4px 4px 0px rgba(255, 255, 255, 0.13) inset;
}
.filter-panel .f-actions-container .f-actions .f-action:not(.active):hover[b-uya3th8h3w] {
    color: #FFF;
    background: rgba(255, 255, 255, 0.08);
}

.nsfw-container[b-uya3th8h3w] {
    display: flex;
    gap: 8px;
    align-items: center;
}

.nsfw-container .nsfw-label[b-uya3th8h3w] {
    color: #CCC1C4;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.28px;
    width: 3.5rem;
}

.nsfw-container .nsfw-label[b-uya3th8h3w]::before {
    content: "Disabled";
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.nsfw-container.checked .nsfw-label[b-uya3th8h3w]::before {
    color: #FFF;
    content: "Enabled";
}

.nsfw-container .nsfw-switch[b-uya3th8h3w] {
    width: 48px; 
    padding: 3px;
    display: block;
    position: relative;

    border-radius: 12px;
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100.08%);
}

.nsfw-container .nsfw-switch:hover[b-uya3th8h3w] {
    cursor: pointer;
}

.nsfw-container .nsfw-switch[b-uya3th8h3w]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background:           
        linear-gradient(117.96deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 49.9%) border-box, 
        linear-gradient(130.94deg, rgba(255, 255, 255, 0) 49.92%, rgba(255, 255, 255, 0.2) 100.08%) border-box;

    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.nsfw-container.checked .nsfw-switch[b-uya3th8h3w] {
    background: linear-gradient(0deg, #D61F37 0%, #D61F37 100%), linear-gradient(335deg, rgba(255, 255, 255, 0.02) 7.94%, rgba(255, 255, 255, 0.04) 92.72%);
    box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.13) inset, 0px 12px 36px 0px rgba(214, 31, 55, 0.24);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.nsfw-container.checked .nsfw-switch .slider[b-uya3th8h3w] {
    background: #FFF;
}

.nsfw-container .nsfw-switch .slider[b-uya3th8h3w] {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.20) 100.08%);
    transition: transform 0.3s ease-in-out;
}


.nsfw-container.checked .slider[b-uya3th8h3w] {
    transform: translateX(24px);
}

.corrected-section[b-uya3th8h3w] {
    display: block;
    padding-left: 16px;
    color: #CCC1C4;
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    word-break: break-word;
}

.corrected-section .corrected__actual span[b-uya3th8h3w] {
    color: #99C3FF;
}

.corrected-section .corrected__original span[b-uya3th8h3w] {
    cursor: pointer;
    color: #99C3FF;
}

.corrected-section .corrected__original span:hover[b-uya3th8h3w] {
    text-decoration: underline;
}

.result-section .result-wrapper .result-data[b-uya3th8h3w] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    align-self: stretch;
}


footer[b-uya3th8h3w] {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #27292A;
    background: rgba(0, 0, 0, 0.08);
    padding-left: var(--margin-h);
}

.footer[b-uya3th8h3w] {
    display: flex;
    padding: 40px 0px;
    justify-content: space-between;
    width: 100%;
    max-width: var(--content-width);
}

.footer-column[b-uya3th8h3w] {
}

.footer-column h4[b-uya3th8h3w] {
    margin-bottom: 16px;
    color: #FFF;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.56px;
    text-transform: capitalize;
    line-height: 150%;
}

.footer-column ul[b-uya3th8h3w] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column li[b-uya3th8h3w] {
    margin-bottom: 8px;
    line-height: 1;
}

.footer-column a[b-uya3th8h3w] {
    text-decoration: none;
    position: relative;
    transition: color 0.2s ease;

    color: #CCC1C4;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.footer-column a:hover[b-uya3th8h3w] {
    color: #FFF;
    text-decoration: underline;
}

.footer-column a:hover[b-uya3th8h3w]::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    left: -12px;
    top: 6px;

    background: linear-gradient(180deg, #D62139 0%, #D62139AA 100.08%);
    box-shadow: 0 0 9px #D61F37, 0 0 18px #D61F37, 0 0 27px #D61F37;
    filter: drop-shadow(0px 0px 12px #D61F37);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.back-to-top[b-uya3th8h3w] {
    position: fixed;
    bottom: calc(50% - 36px);
    right: 20px;
    color: white;
    font-size: 20px;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    cursor: pointer;
    width: 48px;
    height: 72px;
    background: linear-gradient(128deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100.08%);
    transition: opacity 0.3s ease;
    background-color: var(--main-bg-color);
    border-radius: 28px;
    stroke: #9E9094;
    z-index: 200;
}

.back-to-top:hover[b-uya3th8h3w] {
    stroke: #FFF;
}

.back-to-top[b-uya3th8h3w]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background: linear-gradient(145deg, #FFFFFF66 0%, #FFFFFF15 50%, #FFFFFF05 60%, #FFFFFF33 100%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.timpi-dropdown[b-uya3th8h3w] {
    position: relative;
    display: inline-block;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.timpi-dropdown-toggle[b-uya3th8h3w] {
    border-radius: 24px;
    background: rgba(0, 0, 0, 0.04);
    padding: 4px 16px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    color: white;
    font-size: 14px;
    font-family: Urbanist;
    font-weight: 400;
    line-height: 23.80px;
    word-wrap: break-word;

    display: flex;
    align-items: center;
    gap: 8px;
}
    
.timpi-dropdown-toggle[b-uya3th8h3w]::after {
    content: "";
    width: 16px;
    height: 16px;
    position: relative;
    display: flex;

    background-image: url('assets/chevron-down.svg');
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.1s ease-in-out
}
    
.timpi-dropdown.open .timpi-dropdown-toggle[b-uya3th8h3w]::after {    
    transform: rotate(180deg);
}
    
.timpi-dropdown.open .timpi-dropdown-toggle[b-uya3th8h3w] {    
    background: rgba(255, 255, 255, 0.04);
}

.timpi-dropdown-toggle:hover[b-uya3th8h3w] {
    background: rgba(255, 255, 255, 0.04);
}

.timpi-dropdown-toggle[b-uya3th8h3w]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    border: 1px solid transparent;
    background: linear-gradient(145deg, #FFFFFF66 0%, #FFFFFF15 50%, #FFFFFF05 60%, #FFFFFF33 100%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.timpi-dropdown.open .timpi-dropdown-menu[b-uya3th8h3w] {
    display: block;
}

.timpi-dropdown-menu[b-uya3th8h3w] {
    display: none;
    position: absolute;
    z-index: 1;
    max-height: 200px;
    overflow-y: auto;
    margin-top: 5px;
    padding: 16px;
    border-radius: 16px;
    background: #1B1C1D;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.40);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.timpi-dropdown-menu[b-uya3th8h3w]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    border: 1px solid transparent;
    background: linear-gradient(145deg, #FFFFFF66 0%, #FFFFFF15 50%, #FFFFFF05 60%, #FFFFFF33 100%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}

.timpi-dropdown-menu li[b-uya3th8h3w] {
    padding: 10px;
    cursor: pointer;
}

.timpi-dropdown-menu li a[b-uya3th8h3w] {
    text-decoration: none;
    color: black;
    display: block;
}

.timpi-dropdown-menu li:hover[b-uya3th8h3w],
.timpi-dropdown-menu li.active[b-uya3th8h3w] {
    background-color: #f1f1f1;
}

.filter-checkbox input[type="checkbox"][b-uya3th8h3w] {
    display: none;
}

.filter-checkbox[b-uya3th8h3w] {
    cursor: pointer;
    gap: 8px;

    display: flex;
    padding: 10px 8px;
    align-items: center;
    gap: 8px;

    color: #FFF;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%; 
    letter-spacing: 0.56px;
    white-space: nowrap;

    margin-bottom: 0;
    border-radius: 8px;
}

.filter-checkbox:hover[b-uya3th8h3w] {
    background: rgba(255, 255, 255, 0.04);
}

.filter-checkbox .checkmark[b-uya3th8h3w] {
    width: 20px;
    height: 20px;
    border: 1px solid #CCC1C4;
    border-radius: 4px; 
    position: relative;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.filter-checkbox input[type="checkbox"]:checked + .checkmark[b-uya3th8h3w] {
    border-radius: 4px;
    background-color: #D61F37;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-color: transparent;
    background-image: url('assets/checkmark.svg');
    background-repeat: no-repeat;
    background-position: center;
}      

.filter-checkbox input[type="checkbox"]:checked + .checkmark[b-uya3th8h3w]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 4px;
    border: 1px solid transparent;
    background: linear-gradient(145deg, #D61F3766 0%, #D61F3715 50%, #D61F3705 60%, #D61F3733 100%) border-box;
    margin: 1px;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}

.filter-checkbox input[type="checkbox"]:disabled + .checkmark[b-uya3th8h3w] {
    background-color: #e0e0e0;
    border-color: #bdbdbd;
    cursor: not-allowed;
}
input:-webkit-autofill[b-uya3th8h3w],
input:-webkit-autofill:hover[b-uya3th8h3w],
input:-webkit-autofill:focus[b-uya3th8h3w] {
    --webkit-box-shadow: 0 0 0 1000px #222325 inset !important;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #9E9094;
}

.wilson-say[b-uya3th8h3w] {
    margin-bottom: 0px;
}

.wilson-fetching[b-uya3th8h3w] {
    margin-bottom: 0px;
    animation: blink-b-uya3th8h3w 1s infinite;
}

@keyframes blink-b-uya3th8h3w {
    50% {
        opacity: 0.2;
    }
}

@media (max-width: 1400px) {
    .ads-wrapper[b-uya3th8h3w] {
        display: none;
    }
    .timpi-container[b-uya3th8h3w] {
        flex-shrink: unset;
    }

    header .top-section .input-container[b-uya3th8h3w] {
        display: none;
    }
    .header-top[b-uya3th8h3w] {
        width: 100%;
        max-width: var(--content-width);
        margin: var(--margin-v) 64px var(--margin-v) var(--margin-h);
        padding: unset;
    }
    .logo[b-uya3th8h3w] {
        margin-left: 16px;
    }
    .input-container[b-uya3th8h3w] {
        flex: 1 0 100%;
        order: 100;
        margin-left: 0px;
    }
    .input-container.dropdown--open.dropdown--has-items[b-uya3th8h3w] {
        flex-basis: 100%;
    }
    .input-container.input--focus[b-uya3th8h3w] {
        flex-basis: 100%;
    }
    .input-container .input-wrapper .input-phrase .search-indicator[b-uya3th8h3w] {
        width: 36px !important;
    }

    .wilson-container.has-links[b-uya3th8h3w], 
    .wilson-container[b-uya3th8h3w] {
        flex-direction: column;
        width: 100%;
    }
    .wilson-container:not(.has-links)[b-uya3th8h3w]{        
        padding: 0 16px 16px 0;
    }

    .wilson-container.has-links .wilson-content[b-uya3th8h3w],
    .wilson-container .wilson-content[b-uya3th8h3w] {
        padding: 0 0 0 16px;
        flex: unset;
        max-width: var(--content-width);
    }

    .wilson-container .feedback-container.large[b-uya3th8h3w] {
        display: none;
    }

    .wilson-container .feedback-container.medium[b-uya3th8h3w] {
        display: flex;
        margin-top: 24px;
        padding-left: 16px;
    }

    .wilson-container .wilson-research-wrapper[b-uya3th8h3w] {
        width: 100%;
        max-width: var(--content-width);
        padding-left: 16px;
    }
    .wilson-container .wilson-research-wrapper .wilson-research-container[b-uya3th8h3w] {
        flex-direction: row;
        flex-wrap: nowrap; 
        display: flex;
        align-items: flex-start;
        gap: 16px;
        align-self: stretch;
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        overscroll-behavior: contain;
    }

    .wilson-container .wilson-research-wrapper .wilson-research-container[b-uya3th8h3w]::-webkit-scrollbar {
        display: none;
    }
    .wilson-research-item[b-uya3th8h3w] {
        display: flex;
        padding: 8px;
        align-items: flex-start;
        gap: 8px;
        border-radius: 12px;
        background: #161718;
        width: 287px;
        flex-shrink: 0;
    }
    .wilson-research-item .wr-item-content .wr-item-title[b-uya3th8h3w] {
        height: 3em;
    }
    .wilson-research-item .wr-item-content .wr-item-description[b-uya3th8h3w] {
        height: 3em;
    }
    .wilson-research-item .wr-item-image[b-uya3th8h3w] {
        width: 96px;
        height: 96px;
    }
    .wilson-container .wilson-mask[b-uya3th8h3w] {
        width: 100%;
        padding: 0 16px;
    }
    .wilson-container .wilson-mask .showmore-ai-button[b-uya3th8h3w] {
        width: 100%;
        margin: 2rem 0 12px 0;
    }
}

/*** tablet section ***/
@media (max-width: 1024px) {
    .page[b-uya3th8h3w] {
        --content-width: 750px;
        --margin-h: 24px;
    }

    .header-top[b-uya3th8h3w] {
        padding: var(--margin-v);
        margin: 0px auto;
        width: 100%;
        max-width: var(--content-width);
    }

    .main-wrapper[b-uya3th8h3w] {
        margin: 0px auto;
        padding: 0px var(--margin-v);
        width: 100%;
        max-width: var(--content-width);
    }

    .main-container[b-uya3th8h3w] {
        width: 100%;
    }

    .timpi-container[b-uya3th8h3w] {
        padding: 0px 24px;
        margin: 0px auto;
        gap: 20px;
        width: 100%;
    }

    .input-container .input-wrapper[b-uya3th8h3w] {
        gap: 20px;
        padding: 11px 20px;
    }

    .footer[b-uya3th8h3w] {
        gap: unset;
        justify-content: space-between;
        width: 100%;
        padding: 40px var(--margin-v);
        margin: 0px auto;
    }

    .footer-column[b-uya3th8h3w] {
        width: unset;
    }
}

/*** mobile section ***/
@media (max-width: 768px) {
    .back-to-top[b-uya3th8h3w] {
        display: none !important;
    }
    footer[b-uya3th8h3w] {
        padding-left: 0px;
    }
    .footer[b-uya3th8h3w] {
        padding: 40px 40px;
        margin: 0px auto;
    }
}

@media (max-width: 600px) {
    .logo[b-uya3th8h3w] {
        margin-left: 40px;
        flex: 1;
    }

    .header-top[b-uya3th8h3w] {
        padding: 12px 8px 24px 8px;
        gap: 12px 10px;
    }

    .input-container .input-wrapper[b-uya3th8h3w] {
        gap: 8px;
        padding: 10px 12px !important;
    }

    .input-container .input-wrapper .input-action[b-uya3th8h3w] {
        display: none;
    }
    .input-container .input-wrapper .input-phrase .search-indicator[b-uya3th8h3w] {
        width: 32px !important;
    }
    .input-container .suggestion-dropdown ul .suggestion-item[b-uya3th8h3w] {
        padding: 4px;
    }
    .input-container .suggestion-dropdown ul .suggestion-item[b-uya3th8h3w]::before {    
        margin-right: 10px;
    }

    .main-wrapper[b-uya3th8h3w] {
        padding: 0;
        gap: 24px;
    }
    .filter-section[b-uya3th8h3w] {
        padding: 0 12px;
    }
    .filter-section .filter-container[b-uya3th8h3w] {
        justify-content: space-between;
        gap: 8px;
    }
    .filter-section .filter-container .dropdown[b-uya3th8h3w] {
        padding: 8px;
    }
    .filter-container .dropdown:first-child .dropdown-content[b-uya3th8h3w] {
        left: 0px;
    }
    .filter-container .dropdown:nth-child(2) .dropdown-content[b-uya3th8h3w] {
        left: -80px;
    }
    .filter-section .filter-container .dropdown.settings[b-uya3th8h3w] {
        display: unset;
    }
    .filter-section .filter-container .dropdown.safe-search[b-uya3th8h3w] {
        display: none;
    }
    .filter-section .filter-container .dropdown .dd-toggle[b-uya3th8h3w] {
        max-width: 100px;
    }
    .filter-section .filter-container .dd-button.boost-button.has-debug[b-uya3th8h3w] {
        display: none;
    }
    .wilson-container[b-uya3th8h3w] {
        padding: 12px !important;
        border: unset;
        border-radius: 12px;
        background: #1B1C1D;
        margin: 0 8px;
        width: calc(100% - 16px) !important;
        height: 23em;
    }    
    .wilson-container.show-more:not(.full-answer) .wilson-content[b-uya3th8h3w],
    .wilson-container.show-more:not(.full-answer) .wilson-research-wrapper[b-uya3th8h3w]{
        -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 30px, rgba(0, 0, 0, 0.1) 175px, rgba(0, 0, 0, 0.01) 240px);
        mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 30px, rgba(0, 0, 0, 0.1) 175px, rgba(0, 0, 0, 0.01) 240px);
    }
    .wilson-container.full-answer[b-uya3th8h3w] {
        height: auto;
        overflow-y: visible;
    }

    .wilson-container.has-response:not(.show-more)[b-uya3th8h3w] {
        border: unset;
    }
    .wilson-container .wilson-content[b-uya3th8h3w],
    .wilson-container .wilson-research-wrapper[b-uya3th8h3w] {
        padding: unset !important;
    }
    .wilson-container .feedback-container.medium[b-uya3th8h3w] {
        padding: unset;
        margin-bottom: 32px;
    }
    .wilson-container .wilson-mask[b-uya3th8h3w] {
        padding: 0 12px;
    }
    .wilson-answer[b-uya3th8h3w] {
        font-size: 14px;
    }
    .wilson-container .feedback-container .feedback-items div.ws-feedback-button .ws-tooltip[b-uya3th8h3w] {
/*        display: none; */
    }
    .wilson-container .wilson-mask .showmore-ai-button[b-uya3th8h3w] {
        font-size: 16px;
    }
    .footer[b-uya3th8h3w] {
        padding: 24px 20px;
        flex-direction: column;
        gap: 24px;
        align-items: start;
    }

    .footer-column h4[b-uya3th8h3w] {
        font-size: 16px;
        letter-spacing: 0.64px;
    }

    .footer-column a[b-uya3th8h3w] {
        font-size: 14px;
    }
}

.ai-shimmer[b-uya3th8h3w] {
    background: linear-gradient(135deg, #66666655 40%, #88888855 50%, #66666655 60%, #66666655 40%, #88888855 50%, #66666655 60%);
    background-attachment: fixed;
    background-size: 300%;
    animation-name: shimmer-animation-b-uya3th8h3w;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-delay: 0;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    width: 100%;
    height: calc(1.7em - 3px);
    margin: 3px 0;
    border-radius: .3em;
}
@keyframes shimmer-animation-b-uya3th8h3w {
    0% {
        background-position-x: 100%;
    }

    100% {
        background-position-x: 0%;
    }
}
.ai-shimmer:nth-of-type(2)[b-uya3th8h3w] {
    width: 80%;
}
.ai-shimmer:nth-of-type(3)[b-uya3th8h3w] {
    width: 90%;
}
.ai-shimmer:nth-of-type(6)[b-uya3th8h3w] {
    width: 70%;
}
.ai-thinking[b-uya3th8h3w] {
    background-color: #3D3D3D;
    border-radius: 30px 30px 30px 8px;
}
svg circle[b-uya3th8h3w] {
    transform-origin: center;
    animation: pulseScale-b-uya3th8h3w 1.2s infinite ease-in-out;
}

svg circle:nth-of-type(1)[b-uya3th8h3w] {
    animation-delay: 0s;
}

svg circle:nth-of-type(2)[b-uya3th8h3w] {
    animation-delay: 0.2s;
}

svg circle:nth-of-type(3)[b-uya3th8h3w] {
    animation-delay: 0.4s;
}

@keyframes pulseScale-b-uya3th8h3w {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.4);
        opacity: 0.6;
    }
}
/* _content/Timpi_Search_Blazor/Pages/Social/Overlay.razor.rz.scp.css */
.tt-overlay-root[b-bcn7vbl3s1] {
    height: 100vh;
    display: flex;
    flex-direction: column;
    background: #0e1220;
    color: #f5f7fb;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.tt-header[b-bcn7vbl3s1] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 16px 20px 8px;
    background: linear-gradient(120deg, #111726 0%, #0e1220 70%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.tt-title-block[b-bcn7vbl3s1] {
    max-width: calc(100% - 48px);
}

.tt-badge[b-bcn7vbl3s1] {
    display: inline-block;
    background: rgba(75, 107, 251, 0.18);
    border: 1px solid rgba(75, 107, 251, 0.3);
    color: #fff;
    padding: 2px 9px;
    border-radius: 999px;
    font-size: 11px;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.tt-title[b-bcn7vbl3s1] {
    font-size: 18px;
    margin: 0;
    line-height: 1.3;
}

.tt-subtitle[b-bcn7vbl3s1] {
    font-size: 11px;
    color: rgba(245, 247, 251, 0.4);
    margin-top: 2px;
    word-break: break-all;
}

.tt-actions .tt-close[b-bcn7vbl3s1] {
    background: rgba(245, 247, 251, 0.05);
    border: 1px solid rgba(245, 247, 251, 0.08);
    width: 28px;
    height: 28px;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
}

.tt-body[b-bcn7vbl3s1] {
    flex: 1;
    overflow-y: auto;
    padding: 12px 16px 8px;
}

.tt-loading[b-bcn7vbl3s1],
.tt-empty[b-bcn7vbl3s1] {
    text-align: center;
    margin-top: 60px;
    color: rgba(245, 247, 251, 0.6);
}

    .tt-empty h2[b-bcn7vbl3s1] {
        margin-bottom: 4px;
    }

.tt-comment-list[b-bcn7vbl3s1] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}

.tt-comment[b-bcn7vbl3s1] {
    background: rgba(15, 19, 31, 0.75);
    border: 1px solid rgba(245, 247, 251, 0.02);
    border-radius: 14px;
    padding: 12px 14px 9px;
}

.tt-comment-header[b-bcn7vbl3s1] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
    font-size: 12px;
}

.tt-user[b-bcn7vbl3s1] {
    font-weight: 600;
    color: #fff;
}

.tt-time[b-bcn7vbl3s1] {
    color: rgba(245, 247, 251, 0.3);
    font-size: 11px;
}

.tt-comment-body[b-bcn7vbl3s1] {
    font-size: 13px;
    line-height: 1.4;
    color: rgba(245, 247, 251, 0.9);
    white-space: pre-wrap;
}

.tt-footer[b-bcn7vbl3s1] {
    border-top: 1px solid rgba(245, 247, 251, 0.03);
    padding: 10px 14px 12px;
    background: rgba(14, 18, 32, 0.8);
    backdrop-filter: blur(4px);
}

.tt-composer[b-bcn7vbl3s1] {
    display: flex;
    gap: 8px;
    align-items: flex-start;
}

    .tt-composer textarea[b-bcn7vbl3s1] {
        flex: 1;
        background: rgba(6, 8, 13, 0.4);
        border: 1px solid rgba(245, 247, 251, 0.03);
        border-radius: 10px;
        padding: 8px 10px;
        color: #fff;
        outline: none;
        resize: vertical;
    }

        .tt-composer textarea:focus[b-bcn7vbl3s1] {
            border-color: rgba(75, 107, 251, 0.8);
        }

.tt-btn-primary[b-bcn7vbl3s1] {
    background: #4b6bfb;
    border: none;
    color: #fff;
    border-radius: 10px;
    padding: 7px 14px 8px;
    font-weight: 500;
    cursor: pointer;
}

    .tt-btn-primary:disabled[b-bcn7vbl3s1] {
        opacity: 0.6;
        cursor: not-allowed;
    }
/* _content/Timpi_Search_Blazor/Shared/MainLayout.razor.rz.scp.css */
.page[b-s0whm6m6jo] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-s0whm6m6jo] {
    flex: 1;
}

.sidebar[b-s0whm6m6jo] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-s0whm6m6jo] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-s0whm6m6jo]  a, .top-row .btn-link[b-s0whm6m6jo] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-s0whm6m6jo] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-s0whm6m6jo] {
        display: none;
    }

    .top-row.auth[b-s0whm6m6jo] {
        justify-content: space-between;
    }

    .top-row a[b-s0whm6m6jo], .top-row .btn-link[b-s0whm6m6jo] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-s0whm6m6jo] {
        flex-direction: row;
    }

    .sidebar[b-s0whm6m6jo] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-s0whm6m6jo] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-s0whm6m6jo], article[b-s0whm6m6jo] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Timpi_Search_Blazor/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-xmcn09lmis] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-xmcn09lmis] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-xmcn09lmis] {
    font-size: 1.1rem;
}

.oi[b-xmcn09lmis] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-xmcn09lmis] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-xmcn09lmis] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-xmcn09lmis] {
        padding-bottom: 1rem;
    }

    .nav-item[b-xmcn09lmis]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-xmcn09lmis]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-xmcn09lmis]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-xmcn09lmis] {
        display: none;
    }

    .collapse[b-xmcn09lmis] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-xmcn09lmis] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
