/* /Components/Layout/AuthorizeMainLayout.razor.rz.scp.css */


.app[b-p7uhtma6y6] {
	display: flex;
	min-height: 100vh;
	background: #F9FBFF;
}

main[b-p7uhtma6y6] {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.sidebar[b-p7uhtma6y6] {
	position: relative;
	width: 275px;
	background: var(--primary-500);
	color: white;
	min-height: 100vh;
	padding: 24px 18px;
	display: flex;
	flex-direction: column;
}

/* Toggle Shape */

.sidebar-toggle[b-p7uhtma6y6] {
	position: absolute;
	top: 75px;
	right: -20px;
	width: 64px;
	height: 64px;
	background: var(--primary-500);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 18px;
	z-index: 20;
}

.sidebar.collapsed[b-p7uhtma6y6] {
	width: 84px;
	padding: 24px 14px;
	align-items: center;
}

.sidebar.collapsed .logo[b-p7uhtma6y6] {
	font-size: 0;
}

.footer-logo[b-p7uhtma6y6] {
	height: 26px;
	width: auto;
	display: block;
	margin-bottom: 40px;
	margin-top: 40px;
}
.user-name[b-p7uhtma6y6] {
	color: #141740;
}

.sidebar.collapsed .footer-logo[b-p7uhtma6y6] {
	height: 36px;
	margin-inline: auto;
	display: block;
	padding: 6px;
	border-radius: 6px;
	box-sizing: border-box;
}

	.sidebar.collapsed .nav-link[b-p7uhtma6y6] {
		width: 52px;
		height: 52px;
		padding: 0;
		display: grid;
		place-items: center;
		margin-inline: auto;
	}

		.sidebar.collapsed .nav-link span[b-p7uhtma6y6] {
			display: none;
		}

		.sidebar.collapsed .nav-link i[b-p7uhtma6y6] {
			margin: 0 !important;
			font-size: 20px;
		}

	.sidebar.collapsed .sidebar-toggle[b-p7uhtma6y6] {
		right: -24px;
	}

		.sidebar.collapsed .sidebar-toggle i[b-p7uhtma6y6] {
			transform: rotate(180deg);
		}


.topbar[b-p7uhtma6y6] {
    background: white;
    height: 77px;
    padding-inline: 24px;
}

.user-avatar[b-p7uhtma6y6] {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #eef0ff;
	display: grid;
	place-items: center;
	color: var(--primary-500);
	font-weight: 500;
	text-decoration: none !important;
}

.user-link[b-p7uhtma6y6] {
	text-decoration: none !important;
	color: inherit;
	cursor: pointer;
}

.coin-pill[b-p7uhtma6y6] {
    border: 2px solid #111;
    border-radius: 20px;
    padding: 4px 12px;
    font-weight: 600;
}


.sidebar[b-p7uhtma6y6] {
	transition: 0.3s ease;
}

	.sidebar .nav-link[b-p7uhtma6y6] {
		transition: 0.3s ease;
	}
/* Mobile */

@media (max-width: 991px) {

	.sidebar-toggle[b-p7uhtma6y6] {
		display: none;
	}
}

.logo[b-p7uhtma6y6] {
	font-size: 26px;
	font-weight: 800;
	margin-bottom: 50px;
}

.sidebar .nav-link[b-p7uhtma6y6] {
	color: #fff;
	border-radius: 12px;
	padding: 14px 18px;
	font-size: 15px;
	margin-bottom: 12px;
	font-weight: 500;
}

.sidebar .nav-link.active[b-p7uhtma6y6],
.sidebar .nav-link:hover[b-p7uhtma6y6] {
	background: white;
	color: var(--primary-500);
}

main[b-p7uhtma6y6],
.content[b-p7uhtma6y6] {
	padding-top: 0 !important;
}
.sidebar .footer-logo[b-p7uhtma6y6] {
	width: 120px;
	transition: width .15s ease;
}

.sidebar.collapsed .footer-logo[b-p7uhtma6y6] {
	width: 40px;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
:root[b-ftwgx7uq9d] {
    --mauve-100: #E9E9F6;
    --mauve-200: #BEBFE5;
    --mauve-300: #9497D4;
    --mauve-400: #6B6FC1;
    --mauve-500: #444AA4;
    --mauve-600: #292D69;
    --mauve-700: #101233;
    --lavender-100: #F0F0FA;
    --lavender-200: #CFD0EF;
    --lavender-300: #A4A7E1;
    --lavender-400: #797ED2;
    --lavender-500: #4F57BE;
    --lavender-600: #313788;
    --lavender-700: #181C4D;
    --neutral-100: #F1F1F1;
    --neutral-200: #CACACD;
    --neutral-300: #A3A3A8;
    --neutral-400: #7D7D85;
    --neutral-500: #5A5A63;
    --neutral-600: #393940;
    --neutral-700: #181B1F;
    --bluepurple-100: #EFF0F9;
    --bluepurple-200: #C8CEEB;
    --bluepurple-300: #9AA5DB;
    --bluepurple-400: #6B7ECA;
    --bluepurple-500: #475BA0;
    --bluepurple-600: #2D3B68;
    --bluepurple-700: #151D3A;
    --mutedblue-100: #EAECF5;
    --mutedblue-200: #BCC3E1;
    --mutedblue-300: #8E9CCD;
    --mutedblue-400: #627684;
    --mutedblue-500: #455482;
    --mutedblue-600: #293453;
    --mutedblue-700: #111628;
    --neutral2-100: #F0F0F1;
    --neutral2-200: #C7C8CB;
    --neutral2-300: #A7A1A7;
    --neutral2-400: #7A7C83;
    --neutral2-500: #57505E;
    --neutral2-600: #37383B;
    --neutral2-700: #191A1C;
    --primary-100: var(--bluepurple-100);
    --primary-200: var(--bluepurple-200);
    --primary-300: var(--bluepurple-300);
    --primary-400: var(--bluepurple-400);
    --primary-500: var(--bluepurple-500);
    --primary-600: var(--bluepurple-600);
    --primary-700: var(--bluepurple-700);
}

@font-face {
    font-family: 'bauhaus_93regular';
    src: url('/fonts/bauhaus93.woff2') format('woff2'),
         url('/fonts/bauhaus93.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.powered-by[b-ftwgx7uq9d] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    color: var(--muted-100);
}
@font-face {
    font-family: 'BauhausCustom';
    src: url('./fonts/Bauhaus93.ttf') format('truetype');
}
    .powered-by a[b-ftwgx7uq9d] {
        font-family: 'BauhausCustom', sans-serif !important;
        font-weight: 500;
        letter-spacing: 0;
        font-size: 14.4px;
        margin-bottom: 4px;
        color:white;
        text-decoration:none;
    }

    .powered-by[b-ftwgx7uq9d] {
        width: 100%;
        text-align: center;
        padding-top: 18px;
        margin: 0 auto;
        color: var(--muted-100);
    }

    .footer .powered-by[b-ftwgx7uq9d] {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .page[b-ftwgx7uq9d] {
        position: relative;
        display: flex;
        flex-direction: column;
        min-height: 100vh;
        width: 100%;
        overflow-x: hidden;
        box-sizing: border-box;
    }

    main[b-ftwgx7uq9d] {
        flex: 1;
        min-width: 0;
    }
    /* Sidebar */
    .sidebar[b-ftwgx7uq9d] {
        background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
        width: 100%;
    }
    /* Top row */
    .top-row[b-ftwgx7uq9d] {
        background-color: var(--neutral-100);
        border-bottom: 1px solid var(--neutral-200);
        justify-content: flex-end;
        height: 3.5rem;
        display: flex;
        align-items: center;
        width: 100%;
        box-sizing: border-box;
        padding-left: 1rem;
        padding-right: 1rem;
        gap: 1rem;
        overflow: hidden;
    }

        .top-row[b-ftwgx7uq9d]  a,
        .top-row[b-ftwgx7uq9d]  .btn-link {
            white-space: nowrap;
            margin-left: 1.5rem;
            text-decoration: none;
            min-width: 0;
        }

            .top-row[b-ftwgx7uq9d]  a:hover,
            .top-row[b-ftwgx7uq9d]  .btn-link:hover {
                text-decoration: underline;
            }

            .top-row[b-ftwgx7uq9d]  a:first-child {
                overflow: hidden;
                text-overflow: ellipsis;
            }
    /* Footer */
    .footer[b-ftwgx7uq9d] {
        position: relative;
        background: var(--color-primary);
        color: var(--color-white);
        padding: 60px 24px;
        overflow: hidden;
        border: none;
        border-radius: 0;
        width: 100%;
        box-sizing: border-box;
    }

        .footer[b-ftwgx7uq9d]::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 80px;
            height: 40px;
            background: var(--color-white);
            clip-path: polygon(0 0, 100% 0, 0 100%);
            z-index: 0;
        }

        .footer[b-ftwgx7uq9d]::after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            width: 80px;
            height: 40px;
            background: var(--color-white);
            clip-path: polygon(100% 0, 0 0, 100% 100%);
            z-index: 0;
        }

        .footer.home-footer[b-ftwgx7uq9d]::before,
        .footer.home-footer[b-ftwgx7uq9d]::after {
            background: var(--color-white-gray);
        }

    .footer-inner[b-ftwgx7uq9d] {
        position: relative;
        z-index: 1;
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        gap: 80px;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
        box-sizing: border-box;
        padding: 0 12px;
        flex-wrap: wrap;
    }

    .footer-col[b-ftwgx7uq9d] {
        flex: 1 1 280px;
        min-width: 220px;
        max-width: 100%;
        box-sizing: border-box;
    }

        .footer-col.quick[b-ftwgx7uq9d] {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .footer-col.contact[b-ftwgx7uq9d] {
            display: flex;
            flex-direction: column;
            align-items: flex-end;
        }

    .logo[b-ftwgx7uq9d] {
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 15px;
        word-break: break-word;
    }

    .footer p[b-ftwgx7uq9d] {
        font-size: 13px;
        line-height: 1.6;
        color: var(--muted-100);
        margin: 0;
        word-break: break-word;
    }

    .footer ul[b-ftwgx7uq9d] {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .footer li[b-ftwgx7uq9d] {
        margin: 8px 0;
        font-size: 14px;
        cursor: pointer;
        word-break: break-word;
    }

    .email[b-ftwgx7uq9d] {
        margin-top: 0;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        gap: 8px;
        flex-wrap: wrap;
        max-width: 100%;
    }

    .socials[b-ftwgx7uq9d] {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }

        .socials span[b-ftwgx7uq9d] {
            width: 35px;
            height: 35px;
            background: var(--color-white);
            color: var(--primary-500);
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            font-weight: bold;
            cursor: pointer;
            flex-shrink: 0;
        }
    /* Button */
    .angled-btn[b-ftwgx7uq9d] {
        position: relative;
        background: #333F97;
        color: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 10px 16px;
        padding-right: 36px;
        border: none;
        font-size: 20px;
        cursor: pointer;
        overflow: hidden;
        border-radius: 0;
        width: 172px;
        height: 55px;
        max-width: 100%;
        box-sizing: border-box;
        text-decoration: none;
    }

        .angled-btn[b-ftwgx7uq9d]::after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            width: 40px;
            height: 50%;
            background: white;
            clip-path: polygon(0 0, 100% 0, 100% 100%);
            border-radius: 0;
            border: none;
        }
    /* Blazor error */
    #blazor-error-ui[b-ftwgx7uq9d] {
        color-scheme: light only;
        background: lightyellow;
        bottom: 0;
        box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
        box-sizing: border-box;
        display: none;
        left: 0;
        padding: 0.6rem 1.25rem 0.7rem 1.25rem;
        position: fixed;
        width: 100%;
        z-index: 1000;
    }

        #blazor-error-ui .dismiss[b-ftwgx7uq9d] {
            cursor: pointer;
            position: absolute;
            right: 0.75rem;
            top: 0.5rem;
        }
    /* Mobile first adjustments */
    @media (max-width: 900px) {
        .footer[b-ftwgx7uq9d] {
            padding: 32px 18px;
        }

        .footer-inner[b-ftwgx7uq9d] {
            flex-direction: column;
            gap: 24px;
            padding: 0;
        }

        .footer-col[b-ftwgx7uq9d] {
            width: 100%;
            min-width: auto;
            flex: 1 1 100%;
        }

            .footer-col.contact[b-ftwgx7uq9d] {
                align-items: flex-start;
            }

            .footer-col.quick[b-ftwgx7uq9d] {
                align-items: flex-start;
                text-align: left;
            }

        .email[b-ftwgx7uq9d],
        .socials[b-ftwgx7uq9d] {
            justify-content: flex-start;
        }
    }

    @media (max-width: 640.98px) {
        .top-row[b-ftwgx7uq9d] {
            justify-content: space-between;
            padding-left: 0.75rem;
            padding-right: 0.75rem;
            gap: 0.5rem;
        }

            .top-row[b-ftwgx7uq9d]  a,
            .top-row[b-ftwgx7uq9d]  .btn-link {
                margin-left: 0;
                font-size: 0.95rem;
            }

        .footer[b-ftwgx7uq9d] {
            padding: 28px 16px;
        }

            .footer[b-ftwgx7uq9d]::before,
            .footer[b-ftwgx7uq9d]::after {
                width: 60px;
                height: 30px;
            }

        .logo[b-ftwgx7uq9d] {
            font-size: 17px;
        }

        .footer p[b-ftwgx7uq9d] {
            font-size: 12.5px;
        }

        .footer li[b-ftwgx7uq9d] {
            font-size: 13.5px;
        }

        .socials span[b-ftwgx7uq9d] {
            width: 34px;
            height: 34px;
        }

        .angled-btn[b-ftwgx7uq9d] {
            width: 160px;
            height: 52px;
            font-size: 18px;
        }
    }

    @media (max-width: 480px) {
        .page[b-ftwgx7uq9d] {
            width: 100%;
        }

        .top-row[b-ftwgx7uq9d] {
            height: auto;
            min-height: 3.5rem;
            flex-wrap: wrap;
            padding-top: 0.75rem;
            padding-bottom: 0.75rem;
        }

        .footer[b-ftwgx7uq9d] {
            padding: 24px 14px;
        }

            .footer[b-ftwgx7uq9d]::before,
            .footer[b-ftwgx7uq9d]::after {
                width: 48px;
                height: 24px;
            }

        .footer-inner[b-ftwgx7uq9d] {
            gap: 20px;
        }

        .logo[b-ftwgx7uq9d] {
            font-size: 16px;
        }

        .footer p[b-ftwgx7uq9d] {
            font-size: 12px;
            line-height: 1.5;
        }

        .footer li[b-ftwgx7uq9d] {
            font-size: 13px;
            margin: 6px 0;
        }

        .email[b-ftwgx7uq9d] {
            gap: 6px;
        }

        .socials[b-ftwgx7uq9d] {
            gap: 8px;
        }

            .socials span[b-ftwgx7uq9d] {
                width: 32px;
                height: 32px;
                font-size: 13px;
            }

        .angled-btn[b-ftwgx7uq9d] {
            width: 100px;
            max-width: 100px;
            height: 40px;
            font-size: 15px;
            padding: 6px 8px;
        }
    }

    @media (min-width: 641px) {
        .page[b-ftwgx7uq9d] {
            flex-direction: row;
        }

        .sidebar[b-ftwgx7uq9d] {
            width: 250px;
            min-width: 250px;
            height: 100vh;
            position: sticky;
            top: 0;
            flex-shrink: 0;
        }

        .top-row[b-ftwgx7uq9d] {
            position: sticky;
            top: 0;
            z-index: 1;
        }

            .top-row.auth[b-ftwgx7uq9d]  a:first-child {
                flex: 1;
                text-align: right;
                width: 0;
            }

        .top-row[b-ftwgx7uq9d],
        article[b-ftwgx7uq9d] {
            padding-left: 2rem !important;
            padding-right: 1.5rem !important;
        }

        .no-horizontal-padding[b-ftwgx7uq9d] {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }
    }


    @media (min-width: 901px) and (max-width: 1200px) {
        .footer-inner[b-ftwgx7uq9d] {
            gap: 40px;
        }

        .footer-col[b-ftwgx7uq9d] {
            flex: 1 1 240px;
        }
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-lf9f6wnmtk] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-lf9f6wnmtk] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-lf9f6wnmtk] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-lf9f6wnmtk] {
    font-size: 1.1rem;
}

.bi[b-lf9f6wnmtk] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-lf9f6wnmtk] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-lf9f6wnmtk] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-lf9f6wnmtk] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-lf9f6wnmtk] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-lf9f6wnmtk] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-lf9f6wnmtk] {
        padding-bottom: 1rem;
    }

    .nav-item[b-lf9f6wnmtk]  .nav-link {
        color: var(--muted-200);
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-lf9f6wnmtk]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: var(--color-white);
}

.nav-item[b-lf9f6wnmtk]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: var(--color-white);
}

.nav-scrollable[b-lf9f6wnmtk] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-lf9f6wnmtk] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-lf9f6wnmtk] {
        display: none;
    }

    .nav-scrollable[b-lf9f6wnmtk] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-2osqno18hb],
.components-reconnect-repeated-attempt-visible[b-2osqno18hb],
.components-reconnect-failed-visible[b-2osqno18hb],
.components-pause-visible[b-2osqno18hb],
.components-resume-failed-visible[b-2osqno18hb],
.components-rejoining-animation[b-2osqno18hb] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-2osqno18hb],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-2osqno18hb],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-2osqno18hb],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-2osqno18hb],
#components-reconnect-modal.components-reconnect-retrying[b-2osqno18hb],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-2osqno18hb],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-2osqno18hb],
#components-reconnect-modal.components-reconnect-failed[b-2osqno18hb],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-2osqno18hb] {
    display: block;
}


 #components-reconnect-modal[b-2osqno18hb] {
    background-color: var(--color-white);
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-2osqno18hb 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-2osqno18hb 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-2osqno18hb 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-2osqno18hb]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-2osqno18hb 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-2osqno18hb {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-2osqno18hb {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-2osqno18hb {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-2osqno18hb] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-2osqno18hb] {
    margin: 0;
    text-align: center;
}

    #components-reconnect-modal button[b-2osqno18hb] {
    border: 0;
    background-color: var(--primary-400);
    color: var(--color-white);
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-2osqno18hb] {
        background-color: var(--primary-600);
    }

    #components-reconnect-modal button:active[b-2osqno18hb] {
        background-color: var(--primary-400);
    }

.components-rejoining-animation[b-2osqno18hb] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-2osqno18hb] {
        position: absolute;
        border: 3px solid var(--primary-200);
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-2osqno18hb 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-2osqno18hb] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-2osqno18hb {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Auth.razor.rz.scp.css */
*[b-sputf6c0mo] {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body[b-sputf6c0mo] {
    color: var(--color-body);
    min-height: 100vh;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.signup-shell[b-sputf6c0mo] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: #fff;
    width: 100%;
}

.auth-shell[b-sputf6c0mo] {
    width: 100%;
    max-width: 1120px;
    background: var(--muted-100);
    border: 1px solid var(--muted-200);
    border-radius: 22px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.auth-card[b-sputf6c0mo] {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    min-height: 680px;
}

.visual-panel[b-sputf6c0mo] {
    position: relative;
    border-radius: 18px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    overflow: hidden;
    min-height: 640px;
    background: linear-gradient(rgba(63, 74, 168, 0.72), rgba(63, 74, 168, 0.72)), url("/resources/Authorization/leftSide.jpg") center/cover no-repeat;
    padding: 42px 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: var(--color-white);
}

.visual-top[b-sputf6c0mo] {
    max-width: 413px;
}

.brand[b-sputf6c0mo] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}

.logo-img[b-sputf6c0mo] {
    height: 36px;
    width: auto;
    display: block;
    object-fit: contain;
}

.visual-title[b-sputf6c0mo] {
    font-size: 36px;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 12px;
}

.visual-text[b-sputf6c0mo] {
    font-size: 18px;
    line-height: 1.8;
}

.visual-badge[b-sputf6c0mo] {
    display: flex;
    align-items: center;
    gap: 14px;
    width: fit-content;
    color: #fff;
}

.badge-icon[b-sputf6c0mo] {
    min-width: 68px;
    height: 60px;
    padding: 0 10px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    backdrop-filter: blur(3px);
    background: rgba(255, 255, 255, 0.08);
    flex-shrink: 0;
}

.stars img[b-sputf6c0mo] {
    width: 36px;
    height: 36px;
    object-fit: contain;
    display: block;
}

.badge-text[b-sputf6c0mo] {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

.form-panel[b-sputf6c0mo] {
    background:#FFFFFF;
    border-radius: 18px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 24px 18px 18px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.tabs[b-sputf6c0mo] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: end;
    margin-bottom: 16px;
    border-bottom: 1px solid var(--muted-200);
}

.tab[b-sputf6c0mo] {
    text-align: center;
    padding: 10px 10px 14px;
    font-size: 20px;
    color: var(--muted-500);
    font-weight: 600;
    position: relative;
    cursor: pointer;
    background: transparent;
    border: none;
    font-family: inherit;
}

.tab.active[b-sputf6c0mo] {
    color: var(--primary-500);
}

.tab.active[b-sputf6c0mo]::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 3px;
    background: var(--primary-500);
    border-radius: 999px;
}

.tab-content[b-sputf6c0mo] {
    display: none;
}

.tab-content.active[b-sputf6c0mo] {
    display: block;
}

.form-head[b-sputf6c0mo] {
    margin-bottom: 16px;
}

.form-title[b-sputf6c0mo] {
    font-size: 28px;
    line-height: 1.4;
    font-weight: 600;
    color: var(--color-heading-darker);
    margin-bottom: 4px;
}

.form-subtitle[b-sputf6c0mo] {
    font-size: 18px;
    color: var(--muted-500);
    line-height: 1.6;
}

.form-grid[b-sputf6c0mo] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.sign-in-grid[b-sputf6c0mo] {
    grid-template-columns: 1fr 1fr;
}

.field[b-sputf6c0mo] {
    position: relative;
}

.field.full[b-sputf6c0mo] {
    grid-column: 1 / -1;
}

.field input[b-sputf6c0mo],
.field select[b-sputf6c0mo] {
    width: 100%;
    height: 65px;
    border: 1px solid var(--muted-200);
    border-radius: 8px;
    background: var(--color-white);
    outline: none;
    padding: 0 14px 0 48px;
    font-size: 18px;
    color: var(--muted-300, #969696);
    font-family: inherit;
}

.field input[b-sputf6c0mo]::placeholder,
.field select[b-sputf6c0mo],
.field select:invalid[b-sputf6c0mo] {
    color: var(--muted-300);
}

.field input:focus[b-sputf6c0mo],
.field select:focus[b-sputf6c0mo] {
    border-color: var(--primary-200);
    box-shadow: 0 0 0 3px rgba(63, 74, 168, 0.08);
}

.field-icon[b-sputf6c0mo],
.field-action[b-sputf6c0mo] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #9b9b9b;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
}

.field-icon[b-sputf6c0mo] {
    left: 14px;
    pointer-events: none;
}

.field-action[b-sputf6c0mo] {
    right: 14px;
    left: auto;
    pointer-events: auto;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
}

.field-icon svg[b-sputf6c0mo],
.field-action svg[b-sputf6c0mo] {
    width: 22px;
    height: 22px;
}

.field.with-action input[b-sputf6c0mo] {
    padding-right: 48px;
}

.submit-btn[b-sputf6c0mo] {
    margin-top: 16px;
    width: 100%;
    height: 65px;
    border: none;
    border-radius: 8px;
    background: var(--primary-500);
    color: var(--color-white);
    font-size: 18px;
    font-weight: 500;
    font-family: inherit;
    cursor: pointer;
    transition: 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.submit-btn:hover[b-sputf6c0mo] {
    background: var(--primary-600);
}

.divider[b-sputf6c0mo] {
    margin: 18px 0 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--muted-300);
    font-size: 12px;
    justify-content: center;
}

.divider[b-sputf6c0mo]::before,
.divider[b-sputf6c0mo]::after {
    content: "";
    flex: 1;
    max-width: 120px;
    height: 1px;
    background: var(--muted-200);
}

.social-stack[b-sputf6c0mo] {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.social-btn[b-sputf6c0mo] {
    padding-left: 18px;
    height: 65px;
    border: 1px solid #dedede;
    border-radius: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    cursor: pointer;
    transition: 0.2s ease;
    font-family: inherit;
    width: 100%;
    box-sizing: border-box;
}

.social-btn:hover[b-sputf6c0mo] {
    background: #fcfcfc;
    border-color: #cfcfcf;
}

.icon-svg[b-sputf6c0mo] {
    width: 22px;
    height: 22px;
    stroke: currentColor;
    stroke-width: 1.8;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.icon-fill[b-sputf6c0mo],
.icon-fill *[b-sputf6c0mo] {
    fill: var(--muted-300) !important;
    stroke: none !important;
}

.form-panel .field-icon .icon-svg[b-sputf6c0mo],
.form-panel .field-icon .icon-svg *[b-sputf6c0mo],
.form-panel .field-action .icon-svg[b-sputf6c0mo],
.form-panel .field-action .icon-svg *[b-sputf6c0mo] {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

.form-links[b-sputf6c0mo] {
    display: flex;
    justify-content: flex-end;
    margin: 14px 0 18px;
}

.form-links a[b-sputf6c0mo] {
    color: var(--primary-500);
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
}

.form-links a:hover[b-sputf6c0mo] {
    text-decoration: underline;
}

.google-img[b-sputf6c0mo] {
    width: 28px;
    height: 28px;
    object-fit: contain;
    display: inline-block;
}

.role-img[b-sputf6c0mo] {
    width: 22px;
    height: 22px;
    object-fit: contain;
    display: inline-block;
}

.ms-logo[b-sputf6c0mo] {
    width: 28px;
    height: 28px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
}

.ms-logo span:nth-child(1)[b-sputf6c0mo] {
    background: #f25022;
}

.ms-logo span:nth-child(2)[b-sputf6c0mo] {
    background: #7fba00;
}

.ms-logo span:nth-child(3)[b-sputf6c0mo] {
    background: #00a4ef;
}

.ms-logo span:nth-child(4)[b-sputf6c0mo] {
    background: #ffb900;
}

@media (max-width: 1024px) {
    .auth-card[b-sputf6c0mo] {
        grid-template-columns: 1fr;
    }

    .visual-panel[b-sputf6c0mo] {
        min-height: 480px;
        border-top-right-radius: 18px;
        border-bottom-right-radius: 18px;
    }

    .form-panel[b-sputf6c0mo] {
        padding: 22px 16px 16px;
        border-top-left-radius: 18px;
        border-bottom-left-radius: 18px;
    }
}

@media (max-width: 768px) {
    body[b-sputf6c0mo] {
        padding: 14px;
    }

    .auth-shell[b-sputf6c0mo] {
        border-radius: 18px;
    }

    .visual-panel[b-sputf6c0mo] {
        min-height: 380px;
        padding: 26px 22px;
    }

    .visual-title[b-sputf6c0mo] {
        font-size: 24px;
    }

    .visual-text[b-sputf6c0mo] {
        font-size: 14px;
    }

    .badge-text[b-sputf6c0mo] {
        font-size: 16px;
    }

    .form-grid[b-sputf6c0mo],
    .sign-in-grid[b-sputf6c0mo] {
        grid-template-columns: 1fr;
    }

    .field[b-sputf6c0mo],
    .field.full[b-sputf6c0mo] {
        grid-column: auto;
    }
}

@media (max-width: 480px) {
    .tabs[b-sputf6c0mo] {
        margin-bottom: 14px;
    }

    .tab[b-sputf6c0mo] {
        font-size: 15px;
        padding-bottom: 12px;
    }

    .field input[b-sputf6c0mo],
    .field select[b-sputf6c0mo],
    .submit-btn[b-sputf6c0mo],
    .social-btn[b-sputf6c0mo] {
        height: 50px;
        font-size: 14px;
    }

    .field input[b-sputf6c0mo],
    .field select[b-sputf6c0mo] {
        padding-left: 42px;
    }

    .field-icon svg[b-sputf6c0mo],
    .field-action svg[b-sputf6c0mo] {
        width: 20px;
        height: 20px;
    }

    .visual-title[b-sputf6c0mo] {
        font-size: 22px;
    }

    .badge-text[b-sputf6c0mo] {
        font-size: 14px;
    }

    .logo-img[b-sputf6c0mo] {
        height: 34px;
    }

    .stars img[b-sputf6c0mo] {
        width: 16px;
        height: 16px;
    }

    .badge-icon[b-sputf6c0mo] {
        min-width: 58px;
        height: 50px;
    }

    .form-title[b-sputf6c0mo] {
        font-size: 22px;
    }

    .form-subtitle[b-sputf6c0mo] {
        font-size: 14px;
    }
}
/* /Components/Pages/ContactUs.razor.rz.scp.css */
.contact-wrapper[b-f81rtgssxn] {
    display: flex;
    justify-content: center;
    padding: 0rem 1rem 0;
    padding-bottom: 4rem;
}

h1[b-f81rtgssxn] {
    font-family: 'Lama Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    font-weight: 500;
    font-size: clamp(32px, 5vw, 48px);
    line-height: 1.1;
    letter-spacing: 0;
    color: var(--color-black);
    margin: 0;
}

.subtitle[b-f81rtgssxn] {
    font-size: clamp(14px, 2vw, 16px);
    line-height: 1.1;
    letter-spacing: 0;
    margin-top: 18px;
    margin-bottom: 36px;
}

.Contact-header[b-f81rtgssxn] {
    text-align: center;
    width: 100%;
    margin: 0 auto 24px;
    font-family: 'Lama Sans', Arial, sans-serif;
}

.contact-card[b-f81rtgssxn] {
    width: 100%;
    max-width: 1000px;
    display: flex;
    background: var(--color-white);
    border-radius: 20px;
    box-shadow: 0 12px 30px rgba(16, 24, 40, 0.08);
    overflow: hidden;
}

    .contact-card .left[b-f81rtgssxn] {
        width: 42%;
        background: var(--color-primary);
        color: var(--color-white);
        padding: 48px 40px;
        position: relative;
        min-height: 420px;
    }

        .contact-card .left h2[b-f81rtgssxn] {
            position: absolute;
            top: 51px;
            left: 46px;
            margin: 0;
            box-sizing: border-box;
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
            font-weight: 700;
            font-size: clamp(22px, 2.5vw, 26px);
            line-height: 24px;
            letter-spacing: 0.02em;
            color: var(--color-white);
            max-width: calc(100% - 92px);
        }

        .contact-card .left p[b-f81rtgssxn] {
            position: absolute;
            top: 98px;
            left: 43px;
            margin: 0;
            box-sizing: border-box;
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
            font-weight: 500;
            font-size: clamp(14px, 1.8vw, 15px);
            line-height: 26px;
            letter-spacing: 0;
            color: var(--color-white);
            max-width: calc(100% - 86px);
        }
.Contact-header h1[b-f81rtgssxn],
.Contact-header .subtitle[b-f81rtgssxn] {
    opacity: 0;
    transform: translateX(50px);
    animation: slideFromRight-b-f81rtgssxn 0.8s ease forwards;
}

.Contact-header .subtitle[b-f81rtgssxn] {
    animation-delay: 0.3s;
}

@keyframes slideFromRight-b-f81rtgssxn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.icon-box[b-f81rtgssxn] {
    position: absolute;
    left: 50%;
    bottom: 125px;
    transform: translateX(-50%) rotate(22deg);
    width: 135px;
    height: 135px;
    background: #465AAC;
    border-radius: 17px;
    border: 2px solid #5C6DB3;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8.6px rgba(0,0,0,0.25);
    gap: 10px;
}

    .icon-box img[b-f81rtgssxn] {
        width: 80px;
        max-width: 100%;
        opacity: 0.95;
       transform: translateX(1%) rotate(-371deg);
        display: block;
    }

.contact-card .right[b-f81rtgssxn] {
    width: 58%;
    padding: 36px;
}

.info-card[b-f81rtgssxn] {
    display: flex;
    gap: 18px;
    align-items: center;
    padding: 18px;
    border-radius: 12px;
    background: var(--color-white);
    border: 1px solid rgba(16, 24, 40, 0.04);
    box-shadow: 0 6px 18px rgba(16, 24, 40, 0.03);
    margin-bottom: 18px;
}

.icon-circle[b-f81rtgssxn] {
    width: 56px;
    height: 56px;
    min-width: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(71, 91, 160, 0.08);
}

    .icon-circle img[b-f81rtgssxn] {
        width: 22px;
    }

.info-right[b-f81rtgssxn] {
    min-width: 0;
    flex: 1;
}

    .info-right small[b-f81rtgssxn] {
        display: block;
        box-sizing: border-box;
        font-family: 'Lama Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
        font-weight: 600;
        font-size: 15px;
        line-height: 15px;
        letter-spacing: 0;
        text-transform: uppercase;
        color: var(--brand-indigo);
        width: auto;
        height: auto;
    }

    .info-right h4[b-f81rtgssxn] {
        margin: 6px 0;
        box-sizing: border-box;
        font-family: 'Lama Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
        font-weight: 500;
        font-size: clamp(20px, 2.4vw, 23px);
        line-height: 1.4;
        letter-spacing: 0;
        color: var(--color-black);
        width: auto;
        height: auto;
        overflow: visible;
        word-break: break-word;
    }

    .info-right p[b-f81rtgssxn] {
        margin: 0;
        box-sizing: border-box;
        font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
        font-weight: 400;
        font-size: clamp(14px, 1.8vw, 16px);
        line-height: 1.4;
        letter-spacing: 0;
        color: #7E8490;
        width: auto;
        height: auto;
        overflow: visible;
        word-break: break-word;
    }

.star-group[b-f81rtgssxn] {
    position: absolute;
    width: 50px;
    height: 50px;
    pointer-events: none;
}

.star[b-f81rtgssxn] {
    position: absolute;
    font-size: 18px;
    opacity: 0.5;
    pointer-events: none;
    animation: twinkle-b-f81rtgssxn 4s infinite alternate ease-in-out;
}

    .star.small[b-f81rtgssxn] {
        font-size: 16px;
        opacity: 0.4;
    }

    .star.medium[b-f81rtgssxn] {
        font-size: 18px;
        opacity: 0.6;
    }

    .star.big[b-f81rtgssxn] {
        font-size: 46px;
        opacity: 0.7;
    }

@keyframes twinkle-b-f81rtgssxn {
    from {
        opacity: 0.3;
        transform: scale(0.7);
    }

    to {
        opacity: 0.7;
        transform: scale(0.9);
    }
}

/* Large tablets */
@media (max-width: 980px) {
    .contact-wrapper[b-f81rtgssxn] {
        padding: 0rem 1rem 0;
        padding-bottom: 2rem;
    }

    .contact-card[b-f81rtgssxn] {
        flex-direction: column;
    }

        .contact-card .left[b-f81rtgssxn],
        .contact-card .right[b-f81rtgssxn] {
            width: 100%;
        }

        .contact-card .left[b-f81rtgssxn] {
            min-height: 300px;
            padding: 40px 28px;
        }

            .contact-card .left h2[b-f81rtgssxn] {
                top: 40px;
                left: 28px;
                max-width: calc(100% - 56px);
            }

            .contact-card .left p[b-f81rtgssxn] {
                top: 84px;
                left: 28px;
                max-width: calc(100% - 56px);
                line-height: 24px;
            }

        .contact-card .right[b-f81rtgssxn] {
            padding: 28px;
        }

    .icon-box[b-f81rtgssxn] {
        width: 100px;
        height: 100px;
        bottom: 35px;
        left: auto;
        right: 35px;
        transform: rotate(27deg);
    }

        .icon-box img[b-f81rtgssxn] {
            width: 72px;
        }
}

/* Tablets and mobiles */
@media (max-width: 768px) {
    .contact-wrapper[b-f81rtgssxn] {
        padding: 0rem 1rem 0;
        padding-bottom: 2rem;
    }

    .contact-card[b-f81rtgssxn] {
        border-radius: 18px;
    }

        .contact-card .left[b-f81rtgssxn] {
            min-height: 280px;
            padding: 32px 22px;
        }

            .contact-card .left h2[b-f81rtgssxn] {
                position: static;
                max-width: 100%;
                margin-bottom: 14px;
                line-height: 1.2;
            }

            .contact-card .left p[b-f81rtgssxn] {
                position: static;
                max-width: 100%;
                line-height: 1.7;
            }

        .contact-card .right[b-f81rtgssxn] {
            padding: 22px;
        }

    .info-card[b-f81rtgssxn] {
        padding: 16px;
        gap: 14px;
    }

    .icon-box[b-f81rtgssxn] {
        width: 88px;
        height: 88px;
        right: 22px;
        bottom: 22px;
    }

        .icon-box img[b-f81rtgssxn] {
            width: 60px;
        }

    .star.big[b-f81rtgssxn] {
        font-size: 34px;
    }
}

/* Small mobiles */
@media (max-width: 480px) {
    .contact-wrapper[b-f81rtgssxn] {
        padding: 0rem 0.75rem 0;
        padding-bottom: 2rem;
    }

    .contact-card[b-f81rtgssxn] {
        border-radius: 16px;
    }

        .contact-card .left[b-f81rtgssxn] {
            min-height: auto;
            padding: 24px 18px 100px;
        }

        .contact-card .right[b-f81rtgssxn] {
            padding: 18px;
        }

    .info-card[b-f81rtgssxn] {
        align-items: flex-start;
        padding: 14px;
        gap: 12px;
    }

    .icon-circle[b-f81rtgssxn] {
        width: 48px;
        height: 48px;
        min-width: 48px;
    }

        .icon-circle img[b-f81rtgssxn] {
            width: 20px;
        }

    .info-right small[b-f81rtgssxn] {
        font-size: 12px;
        line-height: 1.2;
    }

    .info-right h4[b-f81rtgssxn] {
        margin: 4px 0;
    }

    .icon-box[b-f81rtgssxn] {
        width: 76px;
        height: 76px;
        right: 18px;
        bottom: 18px;
    }

        .icon-box img[b-f81rtgssxn] {
            width: 48px;
        }

    .star.big[b-f81rtgssxn] {
        font-size: 26px;
    }
}
/* /Components/Pages/CreateProject.razor.rz.scp.css */
:root[b-ou8i2ecc79] {
    --primary: var(--primary-500);
    --dark: var(--color-0F0E23);
    --muted: var(--muted-500);
    --card: #FFFFFF;
    --border: var(--muted-200);
    --page-bg: var(--hero-bg);
}

.row[b-ou8i2ecc79] {
    gap: 0rem !important;
}
.page[b-ou8i2ecc79] {
    padding: 58px 48px;
    margin: 0;
    min-height: 100vh;
    background: linear-gradient(to bottom, #F3F4F6, #F9FAFB);
    font-family: Inter, system-ui, sans-serif;
    color: var(--dark);
}

.page-title[b-ou8i2ecc79] {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--dark);
}

.page-subtitle[b-ou8i2ecc79] {
    font-size: 18px;
    line-height: 1.6;
    color: var(--muted);
    max-width: 409px;
    font-weight: 500;
    margin-bottom: 34px;
}

.project-box[b-ou8i2ecc79] {
    background: #FFFFFF;
    border-radius: 22px;
    padding: 22px 34px;
    margin-bottom: 28px;
}

.form-label[b-ou8i2ecc79] {
    font-size: 16px;
    font-weight: 400;
    color: #334155;
    margin-bottom: 14px;
}

.input-icon[b-ou8i2ecc79] {
    position: relative;
}

    .input-icon i[b-ou8i2ecc79] {
        position: absolute;
        left: 18px;
        top: 50%;
        transform: translateY(-50%);
        color: #8A94A6;
        font-size: 18px;
    }

.form-control[b-ou8i2ecc79] {
    height: 50px;
    border-radius: 4px;
    border: 1px solid #D1D5DB;
    padding-left: 48px;
    font-size: 17px;
    font-weight: 400;
    color: #9CA3AF;
}

    .form-control[b-ou8i2ecc79]::placeholder {
        color: #9CA3AF;
    }

.helper-text[b-ou8i2ecc79] {
    font-size: 15px;
    color: #64748B;
    font-weight: 400;
    margin-top: 12px;
    margin-bottom: 0;
}

.process-card[b-ou8i2ecc79] {
    position: relative;
    background: #FFFFFF;
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 36px 30px 28px;
    min-height: 159px;
    box-shadow: 0 4px 14px rgba(15, 14, 35, 0.04);
    transition: 0.25s ease;
    cursor: pointer;
    height: 100%;
}

    .process-card:hover[b-ou8i2ecc79] {
        transform: translateY(-3px);
        border-color: var(--primary);
        box-shadow: 0 10px 22px rgba(15, 14, 35, 0.08);
    }

.process-number[b-ou8i2ecc79] {
    position: absolute;
    top: 28px;
    left: 30px;
    font-size: 25px;
    font-weight: 800;
    color: var(--dark);
    line-height: 1;
    z-index: 2;
}

    .process-number[b-ou8i2ecc79]::before {
        content: "";
        position: absolute;
        left: -1px;
        bottom: 2px;
        width: 50px;
        height: 20px;
        background: var(--primary);
        z-index: -1;
    }

.process-icon[b-ou8i2ecc79] {
    position: absolute;
    top: 22px;
    right: 26px;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #EEF0F7;
    color: var(--primary);
    display: grid;
    place-items: center;
    font-size: 23px;
}

.process-title[b-ou8i2ecc79] {
    margin-top: 24px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    color: #0F0E23;
    margin-bottom: 8px;
}

.process-desc[b-ou8i2ecc79] {
    font-size: 12px;
    font-weight: 400;
    color: #575757;
    margin: 0;
    max-width: 283px;
}

@media (max-width: 991px) {
    .page[b-ou8i2ecc79] {
        padding: 40px 24px;
    }

    .page-title[b-ou8i2ecc79] {
        font-size: 34px;
    }

    .page-subtitle[b-ou8i2ecc79] {
        font-size: 16px;
    }

    .project-box[b-ou8i2ecc79] {
        padding: 22px;
    }
}

@media (max-width: 575px) {
    .page[b-ou8i2ecc79] {
        padding: 28px 16px;
    }

    .page-title[b-ou8i2ecc79] {
        font-size: 28px;
    }

    .page-subtitle[b-ou8i2ecc79] {
        font-size: 15px;
    }

    .project-box[b-ou8i2ecc79] {
        border-radius: 14px;
        padding: 18px;
    }

    .form-control[b-ou8i2ecc79] {
        height: 48px;
        font-size: 14px;
    }

    .helper-text[b-ou8i2ecc79] {
        font-size: 13px;
    }

    .process-card[b-ou8i2ecc79] {
        padding: 32px 20px 24px;
    }

    .process-number[b-ou8i2ecc79] {
        left: 22px;
    }

    .process-icon[b-ou8i2ecc79] {
        right: 20px;
    }

    .process-title[b-ou8i2ecc79] {
        font-size: 16px;
    }
}

.num-box[b-ou8i2ecc79] {
    position: relative;
    width: 44px;
    height: 29px;
    overflow: visible;
    display: inline-block;
}

    .num-box[b-ou8i2ecc79]::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 70%;
        background: #4950B4;
        clip-path: polygon(0 100%, 0 0, 60% 0, 100% 100%);
    }

.num[b-ou8i2ecc79] {
    position: relative;
    display: inline-block;
    top: -3px;
    left: 23px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    color: #000000;
    z-index: 2;
}

.popup-overlay[b-ou8i2ecc79] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    z-index: 999;
}

/*body.popup-open .page-title {
    font-size: 28px;
    margin-bottom: 8px;
    transition: 0.3s ease;
}

body.popup-open .page-subtitle {
    font-size: 14px;
    margin-bottom: 16px;
    transition: 0.3s ease;
}*/

.popup-overlay.active[b-ou8i2ecc79] {
    display: flex;
}

.popup-box[b-ou8i2ecc79] {
    width: 100%;
    max-width: 592px;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 60px 70px 32px;
    text-align: center;
}

.popup-title[b-ou8i2ecc79] {
    font-size: 30px;
    font-weight: 500;
    color: #000000;
    line-height: 1.2;
    margin-bottom: 24px;
}

.popup-desc[b-ou8i2ecc79] {
    font-size: 20px;
    font-weight: 400;
    color: #111111;
    margin-bottom: 60px;
}

.popup-actions[b-ou8i2ecc79] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
}

.popup-btn[b-ou8i2ecc79] {
    height: 46px;
    border-radius: 4px;
    border: 0;
    font-size: 14px;
    font-weight: 500;
}

.cancel-popup[b-ou8i2ecc79] {
    background: #939FD0;
    color: #141740;
}

.continue-popup[b-ou8i2ecc79] {
    background: #333F97;
    color: #FFFFFF;
}

@media (max-width: 575px) {
    .popup-box[b-ou8i2ecc79] {
        padding: 36px 24px 24px;
    }

    .popup-title[b-ou8i2ecc79] {
        font-size: 22px;
    }

    .popup-desc[b-ou8i2ecc79] {
        font-size: 15px;
        margin-bottom: 34px;
    }

    .popup-actions[b-ou8i2ecc79] {
        gap: 12px;
    }
}
/* /Components/Pages/Dashboard.razor.rz.scp.css */
.app[b-3kzdp5dn1t] {
    min-height: 100vh;
    display: flex;
    background: var(--bs-body-bg);
    font-family: var(--bs-body-font-family);
    color: var(--color-heading-darker);
}
.row[b-3kzdp5dn1t]{
    gap:0 !important;
}

.sidebar[b-3kzdp5dn1t] {
    position: relative;
    width: 275px;
    background: var(--primary-500);
    color: white;
    min-height: 100vh;
    padding: 18px;
}

/* Toggle Shape */

.sidebar-toggle[b-3kzdp5dn1t] {
    position: absolute;
    top: 50px;
    right: -26px;
    width: 64px;
    height: 64px;
    background: var(--primary-500);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    z-index: 20;
}

.sidebar.collapsed[b-3kzdp5dn1t] {
    width: 84px;
    padding: 24px 14px;
    align-items: center;
}

    .sidebar.collapsed .logo[b-3kzdp5dn1t] {
        font-size: 0;
        width: 44px;
        height: 44px;
        margin-inline: auto;
        background: white;
        clip-path: polygon( 0 0, 100% 0, 100% 25%, 35% 25%, 100% 75%, 100% 100%, 0 100%, 0 75%, 65% 75%, 0 25% );
    }

    .sidebar.collapsed .nav-link[b-3kzdp5dn1t] {
        width: 52px;
        height: 52px;
        padding: 0;
        display: grid;
        place-items: center;
        margin-inline: auto;
    }

        .sidebar.collapsed .nav-link span[b-3kzdp5dn1t] {
            display: none;
        }

        .sidebar.collapsed .nav-link i[b-3kzdp5dn1t] {
            margin: 0 !important;
            font-size: 20px;
        }

    .sidebar.collapsed .sidebar-toggle[b-3kzdp5dn1t] {
        right: -24px;
    }

        .sidebar.collapsed .sidebar-toggle i[b-3kzdp5dn1t] {
            transform: rotate(180deg);
        }

.sidebar[b-3kzdp5dn1t] {
    transition: 0.3s ease;
}

    .sidebar .nav-link[b-3kzdp5dn1t] {
        transition: 0.3s ease;
    }
/* Mobile */

@media (max-width: 991px) {

    .sidebar-toggle[b-3kzdp5dn1t] {
        display: none;
    }
}

.logo[b-3kzdp5dn1t] {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 50px;
}

.sidebar .nav-link[b-3kzdp5dn1t] {
    color: #fff;
    border-radius: 8px;
    padding: 12px 14px;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 500;
}

    .sidebar .nav-link.active[b-3kzdp5dn1t],
    .sidebar .nav-link:hover[b-3kzdp5dn1t] {
        background: white;
        color: var(--primary-500);
    }

.content[b-3kzdp5dn1t] {
    flex: 1;
}

.topbar[b-3kzdp5dn1t] {
    background: white;
    height: 77px;
    padding-inline: 24px;
}

.user-avatar[b-3kzdp5dn1t] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #eef0ff;
    display: grid;
    place-items: center;
    color: var(--primary-500);
    font-weight: 600;
}

.coin-pill[b-3kzdp5dn1t] {
    border: 2px solid #111;
    border-radius: 20px;
    padding: 4px 12px;
    font-weight: 600;
}

.page-wrap[b-3kzdp5dn1t] {
    padding: 40px;
}

.heading[b-3kzdp5dn1t] {
    font-size: 36px;
    font-weight: 700;
}

.subtitle[b-3kzdp5dn1t] {
    color: #575757;
    font-size: 18px;
    font-weight: 500;
}

.stat-card[b-3kzdp5dn1t] {
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 18px rgba(0,0,0,.08);
    height: 100%;
}

.stat-icon[b-3kzdp5dn1t] {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    font-size: 22px;
}

.icon-blue[b-3kzdp5dn1t] {
    background: #eef0ff;
    color: var(--primary-500);
}

.icon-green[b-3kzdp5dn1t] {
    background: #ddffe8;
    color: #27c76f;
}

.icon-orange[b-3kzdp5dn1t] {
    background: #fff1df;
    color: #ff9f43;
}

/* Tabs */

.tabs-wrapper[b-3kzdp5dn1t] {
    margin-top: 30px;
}

.project-tabs[b-3kzdp5dn1t] {
    display: inline-flex;
    width: fit-content;
    background: #eef0f7;
    border-radius: 6px 6px 0 0;
    position: relative;
    z-index: 5;
    margin-bottom: 0px;
}

.nav-tabs[b-3kzdp5dn1t] {
    border-bottom: none;
}

    .nav-tabs .nav-link[b-3kzdp5dn1t] {
        border: none;
        background: transparent;
        color: #111;
        padding: 14px 32px;
        border-radius: 0;
        font-weight: 500;
    }

        .nav-tabs .nav-link.active[b-3kzdp5dn1t] {
            background: var(--primary-100);
            border: 1px solid var(--primary-400);
            border-bottom: 1px solid var(--primary-100) !important;
            color: var(--primary-500);
            border-radius: 6px 6px 0 0;
            position: relative;
            z-index: 10;
        }

.tabs-content[b-3kzdp5dn1t] {
    border: 1px solid var(--primary-400);
    background: var(--primary-100);
    padding: 24px;
    position: relative;
    z-index: 1;
    padding-left: 68px;
    padding-right: 68px;
}

/* Cards */

.project-card[b-3kzdp5dn1t] {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
}

    .project-card img[b-3kzdp5dn1t] {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

.project-title[b-3kzdp5dn1t] {
    color: #333F97;
    font-size: 16px;
    font-weight: 600;
}

.small-text[b-3kzdp5dn1t] {
    font-size: 12px;
    color: #333F97;
    font-weight: 400;
}

.badge-soft[b-3kzdp5dn1t] {
    background: #eef0ff;
    color: #5260b8;
    font-size: 10px;
    border-radius: 20px;
    padding: 5px 12px;
    font-weight: 400;
}

.progress[b-3kzdp5dn1t] {
    height: 6px;
    background: #ececec;
}

.progress-bar[b-3kzdp5dn1t] {
    background: #0F0E23;
}

/* Responsive */

@media (max-width: 991px) {
    .app[b-3kzdp5dn1t] {
        flex-direction: column;
    }

    .sidebar[b-3kzdp5dn1t] {
        width: 100%;
        min-height: auto;
    }

        .sidebar .nav[b-3kzdp5dn1t] {
            flex-direction: row !important;
            flex-wrap: wrap;
            gap: 10px;
        }

    .page-wrap[b-3kzdp5dn1t] {
        padding: 24px;
    }

    .heading[b-3kzdp5dn1t] {
        font-size: 28px;
    }

    .subtitle[b-3kzdp5dn1t] {
        font-size: 15px;
    }
}

@media (max-width: 575px) {

    .page-wrap[b-3kzdp5dn1t] {
        padding: 16px;
    }

    .topbar[b-3kzdp5dn1t] {
        flex-wrap: wrap;
        justify-content: center !important;
        height: auto;
        padding-block: 14px;
    }

    .heading[b-3kzdp5dn1t] {
        font-size: 24px;
    }

    .project-tabs[b-3kzdp5dn1t] {
        overflow-x: auto;
        max-width: 100%;
    }

    .nav-tabs .nav-link[b-3kzdp5dn1t] {
        padding: 12px 18px;
        white-space: nowrap;
    }

    .project-card img[b-3kzdp5dn1t] {
        height: 160px;
    }

    .tabs-content[b-3kzdp5dn1t] {
        padding: 16px;
    }
}

small[b-3kzdp5dn1t] {
    color: #575757;
    font-size: 14px;
    font-weight: 500;
}

.text-white[b-3kzdp5dn1t] {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 500;
}

h5[b-3kzdp5dn1t] {
    color: #0F0E23;
    font-size: 17px;
    font-weight: 600;
}

.card-divider[b-3kzdp5dn1t] {
    margin: 20px 0 16px;
    border: 0;
    border-top: 1px solid #EEEEEE;
    opacity: 1;
}

/* Actions */

.card-actions[b-3kzdp5dn1t] {
    display: grid;
    grid-template-columns: 1fr 1fr 46px;
    gap: 10px;
    align-items: center;
    width: 100%;
}

/* Continue + View 3D */

.continue-btn[b-3kzdp5dn1t],
.action-btn[b-3kzdp5dn1t] {
    width: 100%;
    min-height: 44px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 14px;
    transition: 0.3s ease;
}

/* Continue */

.continue-btn[b-3kzdp5dn1t] {
    background: #333F97;
    color: #fff;
    border: 1px solid #333F97;
}

    .continue-btn:hover[b-3kzdp5dn1t] {
        background: #2b347e;
        color: #fff;
    }

/* View 3D */

.action-btn[b-3kzdp5dn1t] {
    border: 1px solid #E5E7EB;
    background: #fff;
    color: #111827;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

    .action-btn:hover[b-3kzdp5dn1t] {
        background: #F9FAFB;
    }

/* Download */

.icon-btn[b-3kzdp5dn1t] {
    width: 46px;
    min-height: 44px;
    border: 1px solid #E5E7EB;
    background: #fff;
    border-radius: 8px;
    display: grid;
    place-items: center;
    color: #111827;
    padding: 0;
    transition: 0.3s ease;
}

    .icon-btn:hover[b-3kzdp5dn1t] {
        background: #F9FAFB;
    }

/* Tablet */

@media (max-width: 768px) {

    .card-actions[b-3kzdp5dn1t] {
        grid-template-columns: 1fr 1fr;
    }

    .icon-btn[b-3kzdp5dn1t] {
        grid-column: span 2;
        width: 100%;
    }
}

/* Mobile */

@media (max-width: 480px) {

    .card-actions[b-3kzdp5dn1t] {
        grid-template-columns: 1fr;
    }

    .continue-btn[b-3kzdp5dn1t],
    .action-btn[b-3kzdp5dn1t],
    .icon-btn[b-3kzdp5dn1t] {
        width: 100%;
    }

    .icon-btn[b-3kzdp5dn1t] {
        grid-column: auto;
    }

    .continue-btn[b-3kzdp5dn1t],
    .action-btn[b-3kzdp5dn1t] {
        font-size: 13px;
        min-height: 42px;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-body[b-lojj3v75y3] {
    width: 100%;
    color: var(--color-body);
    box-sizing: border-box;
    padding-top: 0;
    overflow-x: hidden;
}

.cards-header[b-lojj3v75y3] {
    text-align: center;
    max-width: 900px;
    width: 100%;
    margin: 0 auto 34px;
    padding: 0 16px;
    box-sizing: border-box;
}

.cards-header h2[b-lojj3v75y3],
.cards-header .lead[b-lojj3v75y3] {
    opacity: 0;
    transform: translateX(50px);
    animation: slideFromRight-b-lojj3v75y3 0.8s ease forwards;
}

.cards-header .lead[b-lojj3v75y3] {
    animation-delay: 0.3s;
}

@keyframes slideFromRight-b-lojj3v75y3 {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

    .cards-header h2[b-lojj3v75y3] {
        font-size: 36px;
        margin: -4px auto 0;
        color: var(--color-0F0E23);
        font-weight: 700;
        font-style: normal;
        line-height: 110%;
        letter-spacing: 0;
        text-align: center;
        max-width: 900px;
        width: 100%;
        box-sizing: border-box;
    }

        .cards-header h2 > span[b-lojj3v75y3] {
            display: block;
            margin-top: 4px;
        }

    .cards-header .line .accent[b-lojj3v75y3] {
        color: var(--color-primary);
    }

    .cards-header h2 span span[b-lojj3v75y3] {
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
        color: var(--color-primary);
        text-align: center;
        display: inline;
    }

    .cards-header .lead[b-lojj3v75y3] {
        max-width: 773px;
        width: 100%;
        min-height: 58px;
        margin: 24px auto 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 16px;
        box-sizing: border-box;
        color: var(--color-black);
        font-weight: 400;
        font-size: 24px;
        line-height: 1.2;
        text-align: center;
    }

.home-body .steps[b-lojj3v75y3] {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 12px;
    justify-content: center;
    margin: 0 auto 48px;
    align-items: stretch;
    padding-right: 16px;
    padding-left: 16px;
    box-sizing: border-box;
}

.workflow[b-lojj3v75y3] {
    width: 100%;
    background: var(--color-white-gray);
    padding: 90px 16px 60px;
    box-sizing: border-box;
}

.hero[b-lojj3v75y3] {
    position: relative;
}

    .hero .star-image[b-lojj3v75y3] {
        position: absolute;
        width: 96px;
        height: auto;
        transform: translate(-50%, -50%);
        pointer-events: none;
    }

.workflow .workflow-inner[b-lojj3v75y3] {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    box-sizing: border-box;
}

.workflow h2[b-lojj3v75y3] {
    text-align: center;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.6;
    max-width: 552px;
    width: 100%;
    min-height: 51px;
    margin: 0 auto 60px;
    box-sizing: border-box;
}

    .workflow h2 span[b-lojj3v75y3] {
        color: var(--color-primary);
    }

.step[b-lojj3v75y3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 76px;
    gap: 150px;
}

    .step.reverse[b-lojj3v75y3] {
        flex-direction: row-reverse;
    }

.text[b-lojj3v75y3] {
    flex: 1 1 0;
    min-width: 0;
    font-size: 18px;
    font-weight: 500;
}

    .text h3[b-lojj3v75y3] {
        font-weight: 700;
        font-size: 36px;
        line-height: 1.1;
        margin: 0 0 24px;
        max-width: 581px;
        width: 100%;
        min-height: 40px;
        box-sizing: border-box;
    }

    .text p[b-lojj3v75y3] {
        color: var(--color-muted);
        line-height: 1.6;
        margin-bottom: 24px;
    }

.workflow .step .text p[b-lojj3v75y3],
.workflow .text p[b-lojj3v75y3] {
    max-width: 553px;
    width: 100%;
    margin-top: 16px;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0;
    color: #000000;
    overflow: hidden;
}

button[b-lojj3v75y3] {
    background: var(--color-primary);
    color: var(--color-white);
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 85% 100%, 0 100%);
}

.home-body button[b-lojj3v75y3] {
    border-radius: 0 !important;
}

    .home-body button:hover[b-lojj3v75y3],
    .home-body button:focus[b-lojj3v75y3] {
        background: var(--color-primary);
        outline: none;
        box-shadow: none;
    }
.key-capabilities-title[b-lojj3v75y3]{
    font-weight: 700;
    line-height: 1.1;
    max-width: 581px;
    width: 100%;
}

.image-box[b-lojj3v75y3] {
    flex: 1 1 0;
    min-width: 0;
    padding: 20px;
    clip-path: polygon(20px 0%, calc(100% - 20px) 0%, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0% calc(100% - 20px), 0% 20px);
    display: flex;
    justify-content: center;
    align-items: center;
}

    .image-box img[b-lojj3v75y3] {
        max-width: 100%;
        height: auto;
    }

.workflow .image-box img[b-lojj3v75y3] {
    width: 100%;
    max-width: 540px;
    height: auto;
    object-fit: contain;
    display: block;
}

.divider-svg[b-lojj3v75y3] {
    display: block;
    width: 88%;
    height: 40px;
    margin-top: 10px;
}

.btn[b-lojj3v75y3] {
    display: inline-block;
    background: var(--primary-500);
    color: var(--color-white);
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    padding: 16px;
    line-height: 27px;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
    min-height: 56px;
    width: 214px;
    max-width: 100%;
    clip-path: polygon(0% 0%, 85% 0%, 100% 45%, 100% 100%, 0% 100%);
}

.home-body .btn[b-lojj3v75y3] {
    border-radius: 0 !important;
}

    .home-body .btn:hover[b-lojj3v75y3],
    .home-body .btn:focus[b-lojj3v75y3] {
        background: var(--primary-500);
        outline: none;
        box-shadow: none;
    }

.hero[b-lojj3v75y3] {
    text-align: center;
    padding: 80px 20px;
    background: var(--hero-bg);
    border-top: 1px solid #9C9FDB;
}

.home-body .hero[b-lojj3v75y3] {
    position: relative;
    overflow: hidden;
}

    .home-body .hero .star[b-lojj3v75y3] {
        position: absolute;
        pointer-events: none;
        z-index: 2;
    }

.hero h1[b-lojj3v75y3] {
    font-weight: 700;
    font-size: 48px;
    line-height: 1.1;
    margin-bottom: 18px;
    text-align: center;
}

    .hero h1 span[b-lojj3v75y3] {
        display: inline;
    }

    .hero h1 .accent[b-lojj3v75y3] {
        color: var(--color-primary);
    }

    .hero h1 .to[b-lojj3v75y3] {
        color: var(--color-black);
    }

.hero-logo[b-lojj3v75y3] {
    font-weight: 700;
    letter-spacing: 2px;
    margin: 10px 0;
    color: var(--brand-indigo);
}

.hero p[b-lojj3v75y3] {
    max-width: 859px;
    width: 100%;
    min-height: 58px;
    margin: 18px auto 25px;
    box-sizing: border-box;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0;
    color: var(--color-black);
    text-align: center;
    display: block;
    overflow: hidden;
}

.hero-btn[b-lojj3v75y3] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-500);
    color: var(--color-white);
    width: 225px;
    max-width: 100%;
    min-height: 50px;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    clip-path: polygon(0 0, 90% 0, 100% 25%, 100% 100%, 10% 100%, 0 75%);
    box-sizing: border-box;
    transform: translateY(16px);
    position: relative;
    z-index: 10;
}

.home-body .hero-btn[b-lojj3v75y3] {
    border-radius: 0 !important;
}

    .home-body .hero-btn:hover[b-lojj3v75y3],
    .home-body .hero-btn:focus[b-lojj3v75y3] {
        background: #3f51b5;
        outline: none;
        box-shadow: none;
    }

.logo[b-lojj3v75y3] {
    margin: auto;
    width: 186px;
    max-width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
}

.video-box[b-lojj3v75y3] {
    max-width: 1100px;
    width: 100%;
    min-height: 536px;
    background: var(--muted-200);
    margin: auto;
    position: relative;
    clip-path: polygon(0 0, 93% 0, 100% 20%, 100% 100%, 9% 100%, 0 83%);
}

.play-btn[b-lojj3v75y3] {
    width: 55px;
    height: 55px;
    background: #999;
    border-radius: 50% !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.divider-wrapper[b-lojj3v75y3] {
    display: flex;
}

    .divider-wrapper svg[b-lojj3v75y3] {
        width: 50%;
        height: 18px;
        display: block;
    }

.play-btn[b-lojj3v75y3]::before {
    content: "";
    border-left: 14px solid white;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    margin-left: 4px;
}

.star-group[b-lojj3v75y3] {
    position: absolute;
    width: 50px;
    height: 50px;
    pointer-events: none;
}

.star[b-lojj3v75y3] {
    position: absolute;
    font-size: 18px;
    opacity: 0.5;
    pointer-events: none;
    animation: twinkle-b-lojj3v75y3 4s infinite alternate ease-in-out;
}

    .star.small[b-lojj3v75y3] {
        font-size: 16px;
        opacity: 0.4;
    }

    .star.medium[b-lojj3v75y3] {
        font-size: 18px;
        opacity: 0.6;
    }

    .star.big[b-lojj3v75y3] {
        font-size: 46px;
        opacity: 0.7;
    }

@keyframes twinkle-b-lojj3v75y3 {
    from {
        opacity: 0.3;
        transform: scale(0.7);
    }

    to {
        opacity: 0.7;
        transform: scale(0.9);
    }
}

.second[b-lojj3v75y3] {
    transform: translateY(-9px);
}
.wrap[b-lojj3v75y3] {
    display: flex;
    width: 100%;
    align-items: stretch;
    overflow: visible;
    isolation: isolate;
    padding: 8px 0;
    gap: 10px;
}

.card[b-lojj3v75y3] {
    flex: 1 1 0;
    min-width: 0;
    background: #EEF0F7;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: flex 0.8s cubic-bezier(0.22, 1, 0.36, 1), margin 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    transform-origin: left center;
    height: 596px;
    position: relative;
    z-index: 1;
}

    .card + .card[b-lojj3v75y3] {
        margin-left: 0;
    }

    .card:nth-child(1)[b-lojj3v75y3] {
        z-index: 6;
    }

    .card:nth-child(2)[b-lojj3v75y3] {
        z-index: 5;
    }

    .card:nth-child(3)[b-lojj3v75y3] {
        z-index: 4;
    }

    .card:nth-child(4)[b-lojj3v75y3] {
        z-index: 3;
    }

    .card:nth-child(5)[b-lojj3v75y3] {
        z-index: 2;
    }

    .card:nth-child(6)[b-lojj3v75y3] {
        z-index: 1;
    }

.card-image[b-lojj3v75y3] {
    position: relative;
    width: 100%;
    flex: 0 0 407px;
    overflow: hidden;
    transition: flex-basis 0.45s ease;
}

    .card-image[b-lojj3v75y3]::before {
        content: "";
        position: absolute;
        inset: 0;
        background: #333F97;
        clip-path: polygon(100% 0, 100% 74%, 88% 86%, 18% 86%, 0 99%, 0 0);
        z-index: 0;
    }

    .card-image[b-lojj3v75y3]::after {
        content: "";
        position: absolute;
        inset: 2px;
        background: #fff;
        clip-path: polygon(100% 0, 100% 74%, 88% 86%, 17% 86%, 0 98%, 0 0);
        z-index: 1;
    }

    .card-image .main-image[b-lojj3v75y3] {
        position: absolute;
        left: 2px;
        bottom: 95px;
        width: calc(100% - 4px);
        height: 200px;
        padding-bottom: 10px;
        object-fit: contain;
        object-position: center;
        display: block;
        z-index: 2;
        transition: transform 420ms cubic-bezier(.2,.9,.2,1), height 420ms cubic-bezier(.2,.9,.2,1), bottom 420ms cubic-bezier(.2,.9,.2,1);
    }

.overlay[b-lojj3v75y3] {
    position: absolute;
    inset: 0;
    z-index: 3;
    padding: 12px 12px 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    pointer-events: none;
}

.top[b-lojj3v75y3] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.num-box[b-lojj3v75y3] {
    position: relative;
    width: 44px;
    height: 28px;
    display: flex;
    align-items: flex-end;
    flex-shrink: 0;
}

    .num-box[b-lojj3v75y3]::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 75%;
        background: #4950B4;
        clip-path: polygon(0 100%, 0 0, 65% 0, 100% 100%);
        opacity: 0.85;
    }

.num[b-lojj3v75y3] {
    position: relative;
    z-index: 1;
    font-size: 24px;
    font-weight: 500;
    color: #141740;
    padding-left: 6px;
    line-height: 1;
    left: 18px;
    bottom: 3px;
}

.logo-wrap[b-lojj3v75y3] {
    position: relative;
    width: 32px;
    height: 38px;
    flex-shrink: 0;
}

    .logo-wrap img[b-lojj3v75y3] {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
        transition: opacity 0.35s ease, transform 0.45s ease;
    }

.logo-default[b-lojj3v75y3] {
    opacity: 1;
    transform: scale(0.7);
}

.logo-hover[b-lojj3v75y3] {
    opacity: 0;
    transform: scale(1);
}

.title-top[b-lojj3v75y3] {
    margin: 18px 0 0;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    color: #111;
    max-width: 200px;
    text-align: left;
    transition: opacity 0.25s ease, transform 0.45s ease;
    opacity: 1;
    transform: translateY(0);
}

.bottom[b-lojj3v75y3] {
    padding: 14px 12px 12px;
    background: #EEF0F7;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    min-height: 0;
    text-align: left;
}

.title-bottom[b-lojj3v75y3] {
    margin: 0 0 6px;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    color: #111;
    text-align: left;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transform: translateY(-8px);
    transition: opacity 0.35s ease, transform 0.45s ease, max-height 0.45s ease;
}

.bottom p[b-lojj3v75y3] {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    color: #000000;
    font-weight: 400;
}

    .bottom p .more[b-lojj3v75y3] {
        display: none;
    }

.btn[b-lojj3v75y3] {
    background: #333F97;
    color: white;
    border: none;
    padding: 10px 16px;
    width: 270px;
    cursor: pointer;
    font-size: 18px;
    clip-path: polygon(0 0, 82% 0, 100% 32%, 100% 100%, 0 100%);
    margin-top: auto;
    align-self: center;
    height: 50px;
    transition: all 0.45s ease;
}

.card-image .main-image[b-lojj3v75y3],
.title-top[b-lojj3v75y3],
.title-bottom[b-lojj3v75y3],
.btn[b-lojj3v75y3],
.logo-wrap img[b-lojj3v75y3] {
    transition-delay: 0s;
}


@media (min-width: 1024px) and (hover: hover) and (pointer: fine) {
    .card + .card[b-lojj3v75y3] {
        margin-left: 10px;
    }

    .wrap:hover .card[b-lojj3v75y3] {
        margin-left: -8.5%;
    }

        .wrap:hover .card:first-child[b-lojj3v75y3] {
            margin-left: 0;
        }

    .wrap .card:hover[b-lojj3v75y3] {
        flex: 0 0 38vw;
        z-index: 20;
        margin: 8px !important;
        margin-top: 0 !important;
        transition-delay: 0.1s;
    }

        .wrap .card:hover + .card[b-lojj3v75y3] {
            margin-left: 0;
        }

    .card:hover .card-image .main-image[b-lojj3v75y3] {
        height: 300px;
        bottom: 60px;
        transform: scale(0.9);
    }

    .card:hover .logo-default[b-lojj3v75y3] {
        opacity: 0;
        transform: scale(0.85);
    }

    .card:hover .logo-hover[b-lojj3v75y3] {
        opacity: 1;
        transform: scale(8);
        padding-right: 14px;
        padding-top: 2px;
    }

    .card:hover .title-top[b-lojj3v75y3] {
        opacity: 0;
        transform: translateY(16px);
    }

    .card:hover .title-bottom[b-lojj3v75y3] {
        opacity: 1;
        max-height: 70px;
        transform: translateY(0);
    }

    .card:hover .bottom p .more[b-lojj3v75y3] {
        display: inline;
    }

    .card:hover .btn[b-lojj3v75y3] {
        align-self: flex-end;
    }

    .home-body .home-cards-wrap .card:hover .card-image[b-lojj3v75y3]::after,
    .wrap .card:hover .card-image[b-lojj3v75y3]::after,
    .card:hover .card-image[b-lojj3v75y3]::after {
        clip-path: polygon(100% 0, 100% 74%, 88% 86%, 17.5% 86%, 0 98.5%, 0 0);
    }

    .home-body .home-cards-wrap .card:hover .bottom[b-lojj3v75y3],
    .wrap .card:hover .bottom[b-lojj3v75y3],
    .card:hover .bottom[b-lojj3v75y3] {
        display: grid;
        grid-template-columns: 1fr auto;
        grid-template-rows: auto 1fr;
        gap: 12px 16px;
        align-items: start;
    }

    .home-body .home-cards-wrap .card:hover .title-bottom[b-lojj3v75y3],
    .wrap .card:hover .title-bottom[b-lojj3v75y3],
    .card:hover .title-bottom[b-lojj3v75y3] {
        grid-column: 1 / -1;
    }

    .home-body .home-cards-wrap .card:hover .bottom p[b-lojj3v75y3],
    .wrap .card:hover .bottom p[b-lojj3v75y3],
    .card:hover .bottom p[b-lojj3v75y3] {
        grid-column: 1 / 2;
        text-align: left;
        margin: 0;
    }

    .home-body .home-cards-wrap .card:hover .btn[b-lojj3v75y3],
    .wrap .card:hover .btn[b-lojj3v75y3],
    .card:hover .btn[b-lojj3v75y3] {
        grid-column: 2 / 3;
        grid-row: 2 / 3;
        justify-self: end;
        margin: 0;
    }

    .card:hover .card-image .main-image[b-lojj3v75y3],
    .card:hover .title-top[b-lojj3v75y3],
    .card:hover .btn[b-lojj3v75y3],
    .card:hover .logo-default[b-lojj3v75y3],
    .card:hover .logo-hover[b-lojj3v75y3] {
        transition-delay: 0.1s;
    }
}
@media (min-width: 1024px) and (max-width: 1100px) {
    .card-image[b-lojj3v75y3] {
        flex: 0 0 335px;
    }

        .card-image .main-image[b-lojj3v75y3] {
            bottom: 45px;
        }
}

@media (hover: hover) and (pointer: fine) {
    .wrap .card:hover .title-top[b-lojj3v75y3],
    .wrap .card:hover .title-bottom[b-lojj3v75y3],
    .wrap .card:hover .bottom p[b-lojj3v75y3],
    .wrap .card:hover .bottom p .more[b-lojj3v75y3] {
        transition-delay: 0s !important;
        animation-delay: 0s !important;
    }
}


@media (max-width: 1023px) {
    .wrap[b-lojj3v75y3] {
        flex-wrap: wrap;
        gap: 16px;
    }

    .card[b-lojj3v75y3] {
        flex: 1 1 calc(50% - 8px);
        height: auto;
        min-height: 520px;
        margin: 0 !important;
    }

    .card-image[b-lojj3v75y3] {
        flex: 0 0 320px;
    }

        .card-image .main-image[b-lojj3v75y3] {
            height: 190px;
            bottom: 70px;
            transform: none;
        }

    .title-top[b-lojj3v75y3] {
        opacity: 1;
        transform: none;
        max-width: 100%;
    }

    .title-bottom[b-lojj3v75y3] {
        opacity: 1;
        max-height: none;
        overflow: visible;
        transform: none;
        margin-top: 0;
    }

    .bottom p .more[b-lojj3v75y3] {
        display: inline;
    }

    .bottom[b-lojj3v75y3] {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .btn[b-lojj3v75y3] {
        width: 100%;
        max-width: 270px;
        align-self: flex-start;
        margin-top: 20px;
    }

    .logo-default[b-lojj3v75y3] {
        opacity: 1;
        transform: scale(0.7);
    }

    .logo-hover[b-lojj3v75y3] {
        opacity: 0;
        transform: scale(1);
    }
}

@media (max-width: 1200px) {
    .step[b-lojj3v75y3] {
        gap: 60px;
    }
}

@media (max-width: 920px) {
    .hero p[b-lojj3v75y3] {
        width: calc(100% - 40px);
        min-height: auto;
        font-size: 18px;
        line-height: 1.4;
        overflow: visible;
    }

    .cards-header .lead[b-lojj3v75y3] {
        width: calc(100% - 40px);
        font-size: 18px;
        min-height: auto;
        margin-top: 12px;
        padding: 10px 16px;
    }
}

@media (max-width: 900px) {
    .step[b-lojj3v75y3] {
        flex-direction: column;
        gap: 32px;
    }

        .step .image-box[b-lojj3v75y3] {
            order: -1;
            width: 100%;
        }

        .step.reverse[b-lojj3v75y3] {
            flex-direction: column;
        }

    .text[b-lojj3v75y3] {
        text-align: center;
    }

        .text h3[b-lojj3v75y3],
        .workflow .step .text p[b-lojj3v75y3],
        .workflow .text p[b-lojj3v75y3] {
            max-width: 100%;
            margin-left: auto;
            margin-right: auto;
        }

    .home-body .home-cards-wrap .card:hover .bottom[b-lojj3v75y3],
    .wrap .card:hover .bottom[b-lojj3v75y3],
    .card:hover .bottom[b-lojj3v75y3] {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .home-body .home-cards-wrap .card:hover .btn[b-lojj3v75y3],
    .wrap .card:hover .btn[b-lojj3v75y3],
    .card:hover .btn[b-lojj3v75y3] {
        color: white;
        align-self: flex-start; 
    }
}

@media (max-width: 800px) {
    .cards-header .lead[b-lojj3v75y3] {
        width: calc(100% - 40px);
        font-size: 18px;
        min-height: auto;
        margin-top: 12px;
        padding: 10px 16px;
    }
}

@media (max-width: 768px) {
    .hero .star-image[b-lojj3v75y3] {
        width: 56px;
    }

    .cards-header h2[b-lojj3v75y3] {
        font-size: 28px;
        line-height: 1.2;
        margin-top: 18px;
        width: 100%;
    }

        .cards-header h2 span span[b-lojj3v75y3] {
            font-size: inherit;
        }

    .workflow h2[b-lojj3v75y3] {
        font-size: 28px;
        line-height: 1.3;
        min-height: auto;
        margin-bottom: 40px;
    }

    .workflow .step .text p[b-lojj3v75y3],
    .workflow .text p[b-lojj3v75y3] {
        width: calc(100% - 20px);
        min-height: auto;
        margin-top: 12px;
        font-size: 16px;
        line-height: 1.4;
        overflow: visible;
    }

    .workflow .image-box img[b-lojj3v75y3] {
        width: calc(100% - 20px);
        height: auto;
    }

    .hero h1[b-lojj3v75y3] {
        font-size: 36px;
    }

    .video-box[b-lojj3v75y3] {
        min-height: 320px;
    }

    .wrap[b-lojj3v75y3] {
        flex-direction: column;
        gap: 16px;
        overflow: visible;
    }

    .card[b-lojj3v75y3] {
        flex: 0 0 auto;
        width: 100%;
        min-height: 0;
        height: auto;
    }

    .card-image[b-lojj3v75y3] {
        flex: 0 0 200px;
        min-height: 200px;
    }

        .card-image .main-image[b-lojj3v75y3] {
            height: 130px;
            bottom: 42px;
        }

    .title-top[b-lojj3v75y3],
    .title-bottom[b-lojj3v75y3] {
        font-size: 18px;
        max-width: 100%;
    }

    .title-bottom[b-lojj3v75y3] {
        opacity: 1;
        max-height: none;
        overflow: visible;
        transform: none;
    }

    .bottom p .more[b-lojj3v75y3] {
        display: inline;
    }

    .bottom p[b-lojj3v75y3] {
        font-size: 14px;
    }

    .btn[b-lojj3v75y3] {
        width: 100%;
        max-width: 100%;
        font-size: 16px;
    }
}

@media (max-width: 600px) {
    .hero h1[b-lojj3v75y3] {
        font-size: 30px;
    }

    .hero p[b-lojj3v75y3],
    .cards-header .lead[b-lojj3v75y3] {
        font-size: 16px;
    }

    .text h3[b-lojj3v75y3] {
        font-size: 28px;
        min-height: auto;
    }

    .btn[b-lojj3v75y3] {
        width: 100%;
        max-width: 214px;
        font-size: 16px;
    }

    .hero-btn[b-lojj3v75y3] {
        width: 200px;
        font-size: 18px;
    }

    .card-image[b-lojj3v75y3] {
        flex: 0 0 170px;
        min-height: 170px;
    }

        .card-image .main-image[b-lojj3v75y3] {
            height: 108px;
            bottom: 36px;
        }
}

@media (max-width: 480px) {
    .hero[b-lojj3v75y3] {
        padding: 60px 12px;
    }

        .hero h1[b-lojj3v75y3] {
            font-size: 26px;
        }

    .workflow[b-lojj3v75y3] {
        padding: 60px 12px 40px;
    }

    .cards-header[b-lojj3v75y3] {
        padding: 0 12px;
    }

    .home-body .steps[b-lojj3v75y3] {
        padding-right: 12px;
        padding-left: 12px;
    }

    .text h3[b-lojj3v75y3] {
        font-size: 24px;
    }

    .workflow h2[b-lojj3v75y3] {
        font-size: 24px;
    }

    .play-btn[b-lojj3v75y3] {
        width: 48px;
        height: 48px;
    }

        .play-btn[b-lojj3v75y3]::before {
            border-left: 12px solid white;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
        }

    .star.big[b-lojj3v75y3] {
        font-size: 30px;
    }

    .card-image[b-lojj3v75y3] {
        flex: 0 0 150px;
        min-height: 150px;
    }

        .card-image .main-image[b-lojj3v75y3] {
            height: 95px;
            bottom: 30px;
        }

    .wrap[b-lojj3v75y3] {
        gap: 12px;
    }

@keyframes card-open-b-lojj3v75y3 {
    from {
        transform: translateY(6px) scaleX(1);
        box-shadow: 0 6px 18px rgba(17,23,48,0.06);
    }
    to {
        transform: translateY(-6px) scaleX(1.03);
        box-shadow: 0 24px 48px rgba(17,23,48,0.14);
    }
}

@keyframes image-pop-b-lojj3v75y3 {
    from {
        transform: translateY(0) scale(1);
        opacity: 0.95;
    }
    to {
        transform: translateY(-12px) scale(1.06);
        opacity: 1;
    }
}

@keyframes overlay-in-b-lojj3v75y3 {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
    .wrap .card:hover[b-lojj3v75y3] {
        animation: card-open-b-lojj3v75y3 420ms cubic-bezier(.2,.9,.2,1) forwards;
    }

    .wrap .card:hover .card-image .main-image[b-lojj3v75y3] {
        animation: image-pop-b-lojj3v75y3 420ms cubic-bezier(.2,.9,.2,1) forwards;
    }

    .wrap .card:hover .overlay[b-lojj3v75y3],
    .wrap .card:hover .title-top[b-lojj3v75y3] {
        animation: overlay-in-b-lojj3v75y3 420ms ease-out forwards;
    }

    .wrap .card:hover .logo-hover[b-lojj3v75y3] {
        transition: transform 420ms ease-out, opacity 420ms ease-out;
    }
}
}
/* /Components/Pages/Pricing.razor.rz.scp.css */
h1[b-xf1lv492hf] {
    font-family: 'Lama Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    font-weight: 500;
    font-size: clamp(32px, 5vw, 48px);
    line-height: 1.1;
    letter-spacing: 0;
    color: var(--color-black);
    margin: 0;
}
.pricing-header h1[b-xf1lv492hf],
.pricing-header .subtitle[b-xf1lv492hf] {
    opacity: 0;
    transform: translateX(50px);
    animation: slideFromRight-b-xf1lv492hf 0.8s ease forwards;
}

.pricing-header .subtitle[b-xf1lv492hf] {
    animation-delay: 0.3s;
}

@keyframes slideFromRight-b-xf1lv492hf {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.subtitle[b-xf1lv492hf] {
    font-size: clamp(22px, 4vw, 28px);
    line-height: 1.1;
    letter-spacing: 0;
    color: var(--color-black);
    margin-top: 20px;
    margin-bottom: 30px;
}

.pricing-header[b-xf1lv492hf] {
    text-align: center;
    width: 100%;
    margin: 0 auto 24px;
    font-family: 'Lama Sans', Arial, sans-serif;
    padding: 0 1rem;
    box-sizing: border-box;
}

.toggle[b-xf1lv492hf] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 50px;
    flex-wrap: wrap;
    padding: 0 1rem;
}

.switch[b-xf1lv492hf] {
    width: 64px;
    height: 26px;
    background: #333F97;
    position: relative;
    clip-path: polygon(0 0, 80% 0, 100% 15%, 100% 100%, 20% 100%, 0 85%);
    flex-shrink: 0;
}

    .switch[b-xf1lv492hf]::before {
        content: "";
        width: 20px;
        height: 20px;
        background: var(--primary-100);
        border-radius: 50%;
        position: absolute;
        top: 3px;
        left: 5px;
        transition: transform 0.3s ease;
    }

    .switch.active[b-xf1lv492hf]::before {
        transform: translateX(24px);
    }

.plans[b-xf1lv492hf] {
    display: flex;
    justify-content: center;
    gap: 32px;
    padding: 0 1rem 80px;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.card[b-xf1lv492hf] {
    width: 100%;
    max-width: 342px;
    min-height: 575px;
    background: var(--primary-100);
    padding: 30px;
    text-align: left;
    position: relative;
    border: none;
    border-radius: 0;
    clip-path: polygon(0 0, 90% 0, 100% 15%, 100% 100%, 10% 100%, 0 85%);
    box-sizing: border-box;
}

    .card h3[b-xf1lv492hf] {
        margin: 0;
        font-size: clamp(16px, 2vw, 18px);
        line-height: 1.3;
    }

.price[b-xf1lv492hf] {
    font-size: clamp(34px, 5vw, 48px);
    line-height: 1.1;
    word-break: break-word;
}

.small[b-xf1lv492hf] {
    font-size: clamp(13px, 1.8vw, 14px);
    color: var(--color-muted);
}

hr[b-xf1lv492hf] {
    border: none;
    border-top: 1px solid var(--muted-300);
    margin: 20px 0;
}

.features p[b-xf1lv492hf] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 10px 0;
    font-size: 15px;
    line-height: 1.6;
}

.features span[b-xf1lv492hf] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    width: 20px;
    height: 20px;
    background: #419116;
    color: var(--color-white);
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
    flex-shrink: 0;
    margin-top: 2px;
}

.disabled[b-xf1lv492hf] {
    color: #999;
    text-decoration: line-through;
}

    .disabled span[b-xf1lv492hf] {
        background: #bbb;
        color: #fff;
    }

.btn[b-xf1lv492hf] {
    display: block;
    margin-top: 30px;
    text-align: center;
    background: var(--color-primary);
    width: 80%;
    max-width: 260px;
    margin: 30px auto 0;
    color: var(--color-white);
    padding: 14px;
    text-decoration: none;
    font-size: 15px;
    border-radius: 0;
    border: none;
    outline: none;
    cursor: pointer;
    transition: none;
    clip-path: polygon( 0 0, 90% 0, 100% 50%, 100% 100%, 0 100% );
    box-sizing: border-box;
}

    .btn:hover[b-xf1lv492hf],
    .btn:focus[b-xf1lv492hf] {
        background: var(--brand-indigo);
        text-decoration: none;
        outline: none;
        color: var(--color-white);
    }

.text[b-xf1lv492hf] {
    color: var(--color-0F0E23);
    font-size: clamp(16px, 2vw, 18px);
    font-weight: 600;
}

/* Large tablets */
@media (max-width: 1024px) {
    .plans[b-xf1lv492hf] {
        gap: 24px;
        padding-bottom: 60px;
    }

    .card[b-xf1lv492hf] {
        max-width: 320px;
        min-height: 540px;
        padding: 26px;
    }

    .toggle[b-xf1lv492hf] {
        margin-bottom: 40px;
    }
}

/* Tablets */
@media (max-width: 768px) {
    .pricing-header[b-xf1lv492hf] {
        padding: 0 0.75rem;
    }

    .subtitle[b-xf1lv492hf] {
        margin-top: 16px;
        margin-bottom: 24px;
    }

    .toggle[b-xf1lv492hf] {
        gap: 12px;
        margin-bottom: 32px;
    }

    .plans[b-xf1lv492hf] {
        gap: 20px;
        padding: 0 0.75rem 50px;
    }

    .card[b-xf1lv492hf] {
        max-width: 100%;
        min-height: auto;
        padding: 24px 20px;
    }

    .features p[b-xf1lv492hf] {
        font-size: 14px;
        line-height: 1.5;
    }

    .btn[b-xf1lv492hf] {
        width: 100%;
        max-width: 100%;
    }
}

/* Mobile */
@media (max-width: 480px) {
    h1[b-xf1lv492hf] {
        line-height: 1.15;
    }

    .subtitle[b-xf1lv492hf] {
        line-height: 1.2;
        margin-top: 14px;
        margin-bottom: 20px;
    }

    .toggle[b-xf1lv492hf] {
        gap: 10px;
        margin-bottom: 24px;
    }

    .switch[b-xf1lv492hf] {
        width: 50px;
        height: 24px;
    }

        .switch[b-xf1lv492hf]::before {
            width: 18px;
            height: 18px;
            top: 3px;
            left: 5px;
        }

    .plans[b-xf1lv492hf] {
        padding: 0 0.5rem 40px;
    }

    .card[b-xf1lv492hf] {
        padding: 20px 16px;
    }

        .card h3[b-xf1lv492hf] {
            font-size: 16px;
        }

    .price[b-xf1lv492hf] {
        font-size: 32px;
    }

    .small[b-xf1lv492hf] {
        font-size: 13px;
    }

    .features p[b-xf1lv492hf] {
        gap: 8px;
        font-size: 13.5px;
    }

    .features span[b-xf1lv492hf] {
        width: 18px;
        height: 18px;
        min-width: 18px;
        font-size: 11px;
    }

    .btn[b-xf1lv492hf] {
        font-size: 14px;
        padding: 13px;
    }
}
/* /Components/Pages/Profile.razor.rz.scp.css */


.page[b-0pyi4tere0] {
    padding: 28px 42px;
    min-height: 100vh;
    background: linear-gradient(to bottom, #F3F4F6, #F9FAFB);
    color: var(--color-0F0E23);
}

.row[b-0pyi4tere0] {
    gap: 0 !important;
}
.title[b-0pyi4tere0] {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 4px;
}

.subtitle[b-0pyi4tere0] {
    font-size: 18px;
    color: #575757;
    font-weight: 500;
    margin-bottom: 34px;
}

.profile-card[b-0pyi4tere0],
.details-card[b-0pyi4tere0],
.form-card[b-0pyi4tere0] {
    background: var(--color-white);
    border: 1px solid var(--muted-200);
    border-radius: 14px;
}

.profile-card[b-0pyi4tere0] {
    padding: 36px 20px 20px;
    text-align: center;
}

.avatar[b-0pyi4tere0] {
    width: 145px;
    height: 145px;
    background: var(--color-primary);
    color: var(--color-white);
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 33px;
    font-weight: 700;
    margin: 0 auto 22px;
    box-shadow: 0 8px 18px rgba(51, 63, 151, .28);
}

.profile-name[b-0pyi4tere0] {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #1E293B;
}

.profile-email[b-0pyi4tere0] {
    font-size: 15px;
    font-weight: 400;
    color: #64748B;
}

.details-card[b-0pyi4tere0] {
    padding: 22px 20px;
}

.details-head[b-0pyi4tere0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

.details-title[b-0pyi4tere0] {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .5px;
}

.edit-icon[b-0pyi4tere0] {
    color: #8A98B8;
}

.detail-item[b-0pyi4tere0] {
    display: flex;
    gap: 12px;
    margin-bottom: 18px;
}

    .detail-item:last-child[b-0pyi4tere0] {
        margin-bottom: 0;
    }

.detail-icon[b-0pyi4tere0] {
    width: 45px;
    height: 45px;
    border-radius: 9px;
    background: var(--muted-100);
    color: var(--muted-500);
    display: grid;
    place-items: center;
    flex-shrink: 0;
}

.detail-label[b-0pyi4tere0] {
    font-size: 13px;
    font-weight: 400;
    color: var(--muted-500);
    margin-bottom: 2px;
}

.detail-value[b-0pyi4tere0] {
    font-size: 14px;
    font-weight: 500;
    color: #0F172A;
}

.tabs[b-0pyi4tere0] {
    display: flex;
    gap: 46px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E5E7EB;
}

.tab[b-0pyi4tere0] {
    border: 0;
    background: transparent;
    padding: 0 0 18px;
    font-size: 15px;
    color: #616189;
    font-weight: 500;
    cursor: pointer;
}

    .tab.active[b-0pyi4tere0] {
        color: var(--primary-500);
        border-bottom: 2px solid var(--primary-500);
    }

.form-card[b-0pyi4tere0] {
    padding: 42px 46px 38px;
    min-height: 529px;
    border: none;
}

.tab-content-box[b-0pyi4tere0] {
    display: none;
}

    .tab-content-box.active[b-0pyi4tere0] {
        display: block;
    }

.form-title[b-0pyi4tere0] {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.form-subtitle[b-0pyi4tere0] {
    font-size: 14px;
    font-weight: 500;
    color: var(--muted-500);
    margin-bottom: 52px;
}

.form-label[b-0pyi4tere0] {
    font-size: 15px;
    font-weight: 500;
    color: var(--color-black);
    margin-bottom: 8px;
}

.form-control[b-0pyi4tere0] {
    height: 52px;
    border-radius: 9px;
    border: 1px solid var(--muted-200);
    font-size: 14px;
    font-weight: 500;
    padding-inline: 16px;
    color: var(--muted-500);
}

.input-icon[b-0pyi4tere0] {
    position: relative;
    color: var(--muted-500);
}

    .input-icon i[b-0pyi4tere0] {
        position: absolute;
        left: 16px;
        top: 50%;
        transform: translateY(-50%);
        color: var(--muted-500);
        font-size: 16px;
    }

    .input-icon .form-control[b-0pyi4tere0] {
        padding-left: 42px;
    }

.form-divider[b-0pyi4tere0] {
    border: 0;
    border-top: 1px solid var(--muted-200);
    opacity: 1;
    margin: 34px 0 34px;
}

.actions[b-0pyi4tere0] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.btn-cancel[b-0pyi4tere0] {
    border: 1px solid #D1D5DB;
    background: white;
    color: #111827;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 28px;
    border-radius: 4px;
}

.btn-save[b-0pyi4tere0] {
    background: var(--color-primary);
    color: var(--color-white);
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 4px;
    border: 1px solid var(--color-primary);
}

    .btn-save:hover[b-0pyi4tere0] {
        background: var(--primary-600);
        color: var(--color-white);
    }

@media (max-width: 991px) {
    .page[b-0pyi4tere0] {
        padding: 24px;
    }

    .form-card[b-0pyi4tere0] {
        padding: 32px 24px;
    }
}

@media (max-width: 575px) {
    .page[b-0pyi4tere0] {
        padding: 18px 14px;
    }

    .title[b-0pyi4tere0] {
        font-size: 24px;
    }

    .tabs[b-0pyi4tere0] {
        gap: 28px;
        overflow-x: auto;
    }

    .form-card[b-0pyi4tere0] {
        padding: 26px 18px;
    }

    .form-subtitle[b-0pyi4tere0] {
        margin-bottom: 28px;
    }

    .actions[b-0pyi4tere0] {
        flex-direction: column-reverse;
    }

    .btn-cancel[b-0pyi4tere0],
    .btn-save[b-0pyi4tere0] {
        width: 100%;
    }
}
/* /Components/Pages/Question.razor.rz.scp.css */
:root[b-7pcwgvtnxk] {
    --primary: #333F97;
    --dark: #0F0E23;
    --muted: #C1C7E3;
    --bg: #F3F5FC;
    --border: #E3E7F1;
}

body[b-7pcwgvtnxk] {
    margin: 0;
    background: var(--bg);
    font-family: Inter, sans-serif;
    color: var(--dark);
}

.page[b-7pcwgvtnxk] {
    padding: 40px 64px;
    min-height: 100vh;
}

.title[b-7pcwgvtnxk] {
    font-size: 36px;
    color: #0F0E23;
    font-weight: 700;
    margin-bottom: 10px;
}

.subtitle[b-7pcwgvtnxk] {
    font-size: 18px;
    font-weight: 500;
    color: #5B6474;
    margin-bottom: 28px;
}

/* Steps */

.steps[b-7pcwgvtnxk] {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.step-item[b-7pcwgvtnxk] {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #ABB7C2;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}

    .step-item.active[b-7pcwgvtnxk] {
        color: var(--primary);
    }

.step-circle[b-7pcwgvtnxk] {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #CDD3E6;
    background: #E9EDF8;
    display: grid;
    place-items: center;
}

.step-item.active .step-circle[b-7pcwgvtnxk] {
    border: 5px solid var(--primary);
    background: white;
}

.step-arrow[b-7pcwgvtnxk] {
    font-size: 18px;
    color: var(--primary);
}

/* Mini Progress */

.mini-progress[b-7pcwgvtnxk] {
    display: flex;
    align-items: center;
    gap: 28px;
    margin: 0 0 34px 24px;
}

.mini-label[b-7pcwgvtnxk] {
    font-size: 15px;
    font-weight: 700;
    margin-right: 8px;
}

.mini-dot[b-7pcwgvtnxk] {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #C1C7E3;
}

    .mini-dot.done[b-7pcwgvtnxk] {
        background: var(--primary);
        color: white;
        display: grid;
        place-items: center;
        box-shadow: 0 2px 5px rgba(51, 63, 151, .25);
    }

    .mini-dot.active[b-7pcwgvtnxk] {
        background: white;
        border: 2px solid var(--primary);
        display: grid;
        place-items: center;
    }

        .mini-dot.active[b-7pcwgvtnxk]::after {
            content: "";
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background: var(--primary);
        }

/* Progress Card */

.progress-card[b-7pcwgvtnxk] {
    background: white;
    border-radius: 14px;
    padding: 22px 20px 18px;
    margin-bottom: 24px;
    height: 85px;
}

.progress-title[b-7pcwgvtnxk] {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--primary);
    margin-bottom: 14px;
}

.progress[b-7pcwgvtnxk] {
    height: 10px;
    background: #F1F5F9;
    border-radius: 30px;
    overflow: hidden;
}

.progress-bar[b-7pcwgvtnxk] {
    width: 10%;
    background: var(--primary);
}

/* Question Card */

.question-card[b-7pcwgvtnxk] {
    background: white;
    border-radius: 18px;
    padding: 42px 34px 30px;
    box-shadow: 0 4px 18px rgba(15, 14, 35, 0.06);
}

.question-title[b-7pcwgvtnxk] {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 28px;
    max-width: 436px;
}

.question-subtitle[b-7pcwgvtnxk] {
    font-size: 14px;
    color: #64748B;
    line-height: 1.8;
    font-weight: 700;
    margin-bottom: 28px;
    max-width: 333px;
}

.answers[b-7pcwgvtnxk] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 18px;
    margin-bottom: 34px;
}

.answer-box[b-7pcwgvtnxk] {
    border: 1px solid #E2E8F0;
    border-radius: 11px;
    height: 56px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 16px;
    cursor: pointer;
    transition: .25s ease;
    background: white;
}

    .answer-box:hover[b-7pcwgvtnxk] {
        border-color: var(--primary);
    }

.answer-letter[b-7pcwgvtnxk] {
    width: 26px;
    height: 26px;
    border-radius: 8px;
    background: #F1F5F9;
    color: #64748B;
    display: grid;
    place-items: center;
    font-size: 12px;
    font-weight: 600;
    flex-shrink: 0;
}

.answer-text[b-7pcwgvtnxk] {
    font-size: 14px;
    font-weight: 700;
    color: #334155;
}

/* Button */

.prev-btn[b-7pcwgvtnxk] {
    background: var(--primary);
    border: none;
    color: white;
    width: 178px;
    height: 43px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
}

    .prev-btn:hover[b-7pcwgvtnxk] {
        background: #2a347f;
    }

/* Responsive */

@media (max-width: 992px) {

    .page[b-7pcwgvtnxk] {
        padding: 30px 22px;
    }

    .title[b-7pcwgvtnxk] {
        font-size: 42px;
    }

    .question-title[b-7pcwgvtnxk] {
        font-size: 40px;
    }
}

@media (max-width: 768px) {

    .answers[b-7pcwgvtnxk] {
        grid-template-columns: 1fr;
    }

    .question-title[b-7pcwgvtnxk] {
        font-size: 32px;
    }

    .subtitle[b-7pcwgvtnxk] {
        font-size: 15px;
    }
}

@media (max-width: 480px) {

    .page[b-7pcwgvtnxk] {
        padding: 22px 14px;
    }

    .title[b-7pcwgvtnxk] {
        font-size: 32px;
    }

    .question-card[b-7pcwgvtnxk] {
        padding: 28px 18px 24px;
    }

    .question-title[b-7pcwgvtnxk] {
        font-size: 26px;
    }

    .question-subtitle[b-7pcwgvtnxk] {
        font-size: 14px;
    }

    .answer-box[b-7pcwgvtnxk] {
        height: 58px;
    }

    .answer-text[b-7pcwgvtnxk] {
        font-size: 14px;
    }

    .prev-btn[b-7pcwgvtnxk] {
        width: 100%;
    }
}
/* /Components/Pages/UploadPlan.razor.rz.scp.css */


.page[b-88n9um5d5k] {
    padding: 48px 44px;
    margin: 0;
    min-height: 100vh;
    background: var(--hero-bg);
    font-family: Inter, system-ui, sans-serif;
    color: var(--color-0F0E23);
}

.page-title[b-88n9um5d5k] {
    font-size: 36px;
    color: var(--color-0F0E23);
    font-weight: 700;
    margin-bottom: 10px;
}

.page-subtitle[b-88n9um5d5k] {
    font-size: 18px;
    font-weight: 500;
    color: var(--muted-500);
    margin-bottom: 28px;
}

.steps[b-88n9um5d5k] {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.step-item[b-88n9um5d5k] {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--muted-200, #ABB7C2);
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}

    .step-item.active[b-88n9um5d5k] {
        color: var(--primary-500);
    }

.step-circle[b-88n9um5d5k] {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid var(--muted-200);
    background: var(--primary-100);
    display: grid;
    place-items: center;
}

.step-item.active .step-circle[b-88n9um5d5k] {
    border: 5px solid var(--primary-500);
    background: white;
}

.step-arrow[b-88n9um5d5k] {
    font-size: 18px;
    color: var(--primary-500);
}

.mini-progress[b-88n9um5d5k] {
    display: flex;
    align-items: center;
    gap: 28px;
    margin: 0 0 34px 24px;
}

.step-count[b-88n9um5d5k] {
    font-size: 14px;
    font-weight: 500;
    margin-right: 48px;
}

.mini-dot[b-88n9um5d5k] {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    background: var(--primary-200);
}

.mini-dot.done[b-88n9um5d5k] {
        background: var(--primary-500);
        color: var(--color-white);
        display: grid;
        place-items: center;
        box-shadow: 0 2px 5px rgba(51, 63, 151, .25);
    }

.upload-box[b-88n9um5d5k] {
    width: 100%;
    min-height: 488px;
    background: var(--color-white);
    border: 4px dashed var(--muted-200);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 18px;
}

.upload-icon[b-88n9um5d5k] {
    font-size: 42px;
    color: var(--primary-500);
    margin-bottom: 18px;
}

.upload-title[b-88n9um5d5k] {
    font-size: 28px;
    font-weight: 700;
    color: var(--color-secondary);
    margin-bottom: 28px;
}

.or-line[b-88n9um5d5k] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    color: var(--muted-200);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 46px;
}

    .or-line[b-88n9um5d5k]::before,
    .or-line[b-88n9um5d5k]::after {
        content: "";
        width: 220px;
        height: 1.5px;
        background: var(--muted-200);
    }

.upload-btn[b-88n9um5d5k] {
    background: var(--primary-500);
    color: var(--color-white);
    border: none !important;
    min-width: 179px;
    height: 48px;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin:auto;
}

    .upload-btn[b-88n9um5d5k]::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 30px;
        height: 50%;
        background: var(--color-white);
        clip-path: polygon(0 0, 100% 0, 100% 100%);
        border-radius: 0;
        border: none !important;
     
    }

.previous-btn[b-88n9um5d5k] {
    background: var(--primary-500);
    color: var(--color-white);
    border: none;
    width: 158px;
    height: 38px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

    .previous-btn:hover[b-88n9um5d5k],
    .upload-btn:hover[b-88n9um5d5k] {
        background: var(--primary-600);
        color: var(--color-white);
    }

@media (max-width: 768px) {
    .page[b-88n9um5d5k] {
        padding: 32px 20px;
    }

    .page-title[b-88n9um5d5k] {
        font-size: 28px;
    }

    .page-subtitle[b-88n9um5d5k] {
        font-size: 15px;
    }

    .steps[b-88n9um5d5k] {
        gap: 14px;
    }

    .step-item[b-88n9um5d5k] {
        font-size: 12px;
    }

    .upload-box[b-88n9um5d5k] {
        min-height: 320px;
    }

    .or-line[b-88n9um5d5k]::before,
    .or-line[b-88n9um5d5k]::after {
        width: 90px;
    }
}

@media (max-width: 480px) {
    .page[b-88n9um5d5k] {
        padding: 24px 14px;
    }

    .steps[b-88n9um5d5k] {
        flex-direction: column;
        align-items: flex-start;
    }

    .step-arrow[b-88n9um5d5k] {
        display: none;
    }

    .mini-progress[b-88n9um5d5k] {
        gap: 14px;
    }

    .upload-title[b-88n9um5d5k] {
        font-size: 22px;
    }

    .or-line[b-88n9um5d5k]::before,
    .or-line[b-88n9um5d5k]::after {
        width: 60px;
    }

    .previous-btn[b-88n9um5d5k] {
        width: 100%;
    }
}

.upload-popup-overlay[b-88n9um5d5k] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.35);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    z-index: 999;
}

    .upload-popup-overlay.active[b-88n9um5d5k] {
        display: flex;
    }

.upload-popup-box[b-88n9um5d5k] {
    width: 100%;
    max-width: 592px;
    background: var(--color-white);
    border-radius: 12px;
    padding: 58px 60px 32px;
    text-align: center;
}

.upload-popup-title[b-88n9um5d5k] {
    font-size: 30px;
    font-weight: 500;
    color: var(--color-0F0E23);
    margin-bottom: 16px;
}

.upload-popup-subtitle[b-88n9um5d5k] {
    font-size: 20px;
    font-weight: 400;
    color: var(--color-0F0E23);
    margin-bottom: 18px;
}

.file-preview[b-88n9um5d5k] {
    min-height: 68px;
    border: 1px solid var(--muted-100);
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    margin-bottom: 32px;
    text-align: left;
}

.file-info[b-88n9um5d5k] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

    .file-info strong[b-88n9um5d5k] {
        font-size: 14px;
        font-weight: 600;
        color: var(--color-0F0E23);
    }

    .file-info span[b-88n9um5d5k] {
        font-size: 12px;
        color: var(--muted-500);
    }

.remove-file[b-88n9um5d5k] {
    border: 0;
    background: transparent;
    color: var(--muted-300);
    height: 20px;
    width: 20px;
}

.upload-popup-actions[b-88n9um5d5k] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
}

.upload-popup-btn[b-88n9um5d5k] {
    height: 46px;
    border: 0;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
}

.cancel-upload[b-88n9um5d5k] {
    background: var(--primary-300);
    color: var(--color-secondary);
}

.continue-upload[b-88n9um5d5k] {
    background: var(--primary-500);
    color: var(--color-white);
}

@media (max-width: 575px) {
    .upload-popup-box[b-88n9um5d5k] {
        padding: 36px 20px 24px;
    }

    .upload-popup-title[b-88n9um5d5k] {
        font-size: 22px;
    }

    .upload-popup-subtitle[b-88n9um5d5k] {
        font-size: 15px;
    }

    .upload-popup-actions[b-88n9um5d5k] {
        gap: 12px;
    }
}
