/* /Components/Layout/MainLayout.razor.rz.scp.css */
.kraken-shell[b-ijhbrwma20] {
    display: flex;
    height: 100vh;
}

.kraken-sidebar[b-ijhbrwma20] {
    position: sticky;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 40;
    width: 240px;
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, #0d0d0d 0%, #1d1125 100%);
    color: #f4f7fb;
    transform: translateX(-100%);
    transition: transform 180ms ease;
}

.kraken-sidebar.is-open[b-ijhbrwma20] {
    transform: translateX(0);
}

.kraken-sidebar-brand[b-ijhbrwma20] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 64px;
    border-bottom: 1px solid rgba(169, 203, 217, 0.14);
}

.kraken-sidebar-logo[b-ijhbrwma20] {
    width: 100%;
    max-height: 20px;
    height: auto;
    object-fit: contain;
    display: block;
}

.kraken-nav-menu[b-ijhbrwma20] {
    flex: 1;
    padding: 12px;
}

.kraken-sidebar-spacer[b-ijhbrwma20] {
    flex: 1;
}

.kraken-sidebar-footer[b-ijhbrwma20] {
    flex-shrink: 0;
    padding: 14px 20px;
    border-top: 1px solid rgba(169, 203, 217, 0.1);
    color: rgba(169, 203, 217, 0.5);
    font-size: 0.72rem;
    text-align: center;
}

.kraken-sidebar-overlay[b-ijhbrwma20] {
    position: fixed;
    inset: 0;
    z-index: 35;
    border: 0;
    background: rgba(13, 13, 13, 0.42);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease;
}

.kraken-sidebar-overlay.is-visible[b-ijhbrwma20] {
    opacity: 1;
    pointer-events: auto;
}

.kraken-content[b-ijhbrwma20] {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%;
    min-width: 0;
}

.kraken-header[b-ijhbrwma20] {
    position: sticky;
    top: 0;
    z-index: 30;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 40px rgba(17, 24, 39, 0.09);
    backdrop-filter: blur(14px);
}

.kraken-header-content[b-ijhbrwma20] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    min-height: 64px;
    max-height: 64px;
    padding: 0 24px;
}

.kraken-header-spacer[b-ijhbrwma20] {
    flex: 1;
}

.kraken-menu-button[b-ijhbrwma20],
.kraken-header-button[b-ijhbrwma20] {
    background: #ffffff;
}

.kraken-avatar[b-ijhbrwma20] {
    background: linear-gradient(135deg, #253759 0%, #8c1c25 100%);
    color: #f8fbfd;
    font-weight: 700;
}

.kraken-user-summary[b-ijhbrwma20] {
    display: grid;
    gap: 1px;
}

.kraken-main[b-ijhbrwma20] {
    padding: 28px 24px 32px;
    flex: 1;
    max-height: 100%;
    overflow-y: auto;
}

[b-ijhbrwma20] .kraken-nav-menu .mud-nav-link {
    margin-bottom: 8px;
    border-radius: 0px !important;
    color: rgba(244, 247, 251, 0.82);
    font-weight: 600;
}

[b-ijhbrwma20] .kraken-nav-menu .mud-nav-link:hover,
[b-ijhbrwma20] .kraken-nav-menu .mud-nav-link.active {
    background: rgba(169, 203, 217, 0.14) !important;
    color: #ffffff !important;
    border-radius: 0 !important;
}

[b-ijhbrwma20] .kraken-nav-menu .mud-nav-link .mud-nav-link-icon {
    color: #a9cbd9;
}

@media (min-width: 961px) {
    .kraken-sidebar[b-ijhbrwma20] {
        position: sticky;
        transform: none;
    }

    .kraken-sidebar-overlay[b-ijhbrwma20],
    .kraken-menu-button[b-ijhbrwma20] {
        display: none !important;
    }

    .kraken-content[b-ijhbrwma20] {
        width: calc(100% - 240px);
    }
}

@media (max-width: 960px) {
    .kraken-sidebar[b-ijhbrwma20] {
        position: fixed;
    }
}

@media (max-width: 640px) {
    .kraken-sidebar[b-ijhbrwma20] {
        width: min(88vw, 240px);
        padding: 12px;
    }
}
/* /Components/Pages/Account.razor.rz.scp.css */
.account-page[b-ppocl25zxw] {
	display: grid;
	gap: 1.5rem;
}

.account-card[b-ppocl25zxw] {
	padding: 1.5rem;
}

.account-summary[b-ppocl25zxw] {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding-bottom: 1.25rem;
	margin-bottom: 1.25rem;
	border-bottom: 1px solid rgba(10, 37, 64, 0.08);
}

.account-summary :global(.mud-avatar)[b-ppocl25zxw] {
	font-weight: 700;
}

.account-form-grid[b-ppocl25zxw] {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 1rem;
}

.account-actions[b-ppocl25zxw] {
	display: flex;
	width: 100%;
	justify-content: flex-end;
	margin-top: 1.5rem;
}

.account-actions-item[b-ppocl25zxw] {
	width: 25%;
}

@media (max-width: 720px) {
	.account-card[b-ppocl25zxw] {
		padding: 1rem;
	}

	.account-summary[b-ppocl25zxw] {
		align-items: flex-start;
	}

	.account-form-grid[b-ppocl25zxw] {
		grid-template-columns: 1fr;
	}

	.account-actions[b-ppocl25zxw] {
		justify-content: stretch;
	}

	.account-actions :global(.mud-button-root)[b-ppocl25zxw] {
		width: 100%;
	}
}
/* /Components/Pages/Assistent.razor.rz.scp.css */
.assistant-page[b-5n1pb9q266] {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 1.5rem;
}

.assistant-layout[b-5n1pb9q266] {
    flex: 1;
    min-height: 0;
}

.assistant-chat-card[b-5n1pb9q266] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 10px;
    padding: 1.25rem;
    border: 1px solid rgba(37, 55, 89, 0.12);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 247, 251, 0.96) 100%);
}

.assistant-chat-header[b-5n1pb9q266] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.assistant-field[b-5n1pb9q266] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.assistant-field-full[b-5n1pb9q266] {
    grid-column: 1 / -1;
}

.assistant-field-label[b-5n1pb9q266] {
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(37, 55, 89, 0.72);
}

.assistant-quick-actions[b-5n1pb9q266] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
}

.assistant-empty-state[b-5n1pb9q266] {
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.75rem;
    text-align: center;
    color: rgba(37, 55, 89, 0.75);
}

.assistant-chat-card[b-5n1pb9q266] {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 1rem;
    min-height: calc(100dvh - 14rem);
    max-height: calc(100dvh - 14rem);
}

.assistant-chat-header[b-5n1pb9q266] {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.assistant-chat-stream[b-5n1pb9q266] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 0.5rem 0.25rem;
    overflow-y: auto;
}

.assistant-message[b-5n1pb9q266] {
    max-width: 82%;
    min-width: 10%;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    border-radius: 18px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

.assistant-message-user[b-5n1pb9q266] {
    align-self: flex-end;
    background: linear-gradient(135deg, rgba(37, 55, 89, 0.98) 0%, rgba(53, 82, 132, 0.96) 100%);
    color: #f6f8fb;
}

.assistant-message-bot[b-5n1pb9q266] {
    align-self: flex-start;
    background: rgba(255, 255, 255, 0.96);
    color: rgba(23, 33, 52, 0.96);
    border: 1px solid rgba(37, 55, 89, 0.1);
}

.assistant-message-meta[b-5n1pb9q266] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
    font-size: 0.8rem;
    opacity: 0.82;
}

.assistant-message-content[b-5n1pb9q266] {
    white-space: pre-wrap;
    line-height: 1.55;
}

.assistant-message-pending[b-5n1pb9q266] {
    min-width: 140px;
}

.assistant-typing[b-5n1pb9q266] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.assistant-typing span[b-5n1pb9q266] {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 999px;
    background: rgba(37, 55, 89, 0.5);
    animation: assistant-pulse-b-5n1pb9q266 1.2s infinite ease-in-out;
}

.assistant-typing span:nth-child(2)[b-5n1pb9q266] {
    animation-delay: 0.15s;
}

.assistant-typing span:nth-child(3)[b-5n1pb9q266] {
    animation-delay: 0.3s;
}

.assistant-composer[b-5n1pb9q266] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding-top: 0.5rem;
    border-top: 1px solid rgba(37, 55, 89, 0.08);
}

.assistant-composer-actions[b-5n1pb9q266] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
}

@keyframes assistant-pulse-b-5n1pb9q266 {

    0%,
    80%,
    100% {
        transform: scale(0.75);
        opacity: 0.45;
    }

    40% {
        transform: scale(1);
        opacity: 1;
    }
}

@media (max-width: 1100px) {
    .assistant-layout[b-5n1pb9q266] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {

    .assistant-chat-header[b-5n1pb9q266],
    .assistant-composer-actions[b-5n1pb9q266] {
        flex-direction: column;
        align-items: stretch;
    }

    .assistant-message[b-5n1pb9q266] {
        max-width: 100%;
    }

    .assistant-quick-actions[b-5n1pb9q266] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Dashboards.razor.rz.scp.css */
.dashboards-page[b-vhdnecq99o] {
    gap: 1.5rem;
}

.dashboard-filter-panel[b-vhdnecq99o],
.dashboard-chart-card[b-vhdnecq99o],
.dashboard-empty-state[b-vhdnecq99o] {
    padding: 1rem;
}

.dashboard-filter-panel[b-vhdnecq99o] {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 1rem;
}

.dashboard-chart-card[b-vhdnecq99o] {
    display: grid;
    gap: 1rem;
}

.dashboard-filter-heading[b-vhdnecq99o],
.dashboard-results-header[b-vhdnecq99o] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.dashboard-field[b-vhdnecq99o] {
    display: flex;
    flex: 1 1 180px;
    flex-direction: column;
    gap: 0.45rem;
}

.dashboard-field-farm[b-vhdnecq99o] {
    flex: 2;
}

.dashboard-field-quick-actions[b-vhdnecq99o] {
    flex: 1;
}

.dashboard-field-range[b-vhdnecq99o] {
    flex: 2;
}

.dashboard-field-label[b-vhdnecq99o] {
    font-size: 0.70rem;
    font-weight: 700;
    color: rgba(10, 37, 64, 0.72);
    text-transform: uppercase;
}

.dashboard-field-input[b-vhdnecq99o] {
    width: 100%;
    min-height: 42px;
    padding: 0.75rem 0.9rem;
    border: 1px solid rgba(10, 37, 64, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.98);
    color: rgba(10, 37, 64, 0.92);
    font: inherit;
}

.dashboard-field-actions[b-vhdnecq99o] {
    flex: 0 1 auto;
    min-width: auto;
    margin-top: 23px;
    height: auto;
}

.dashboard-action-buttons[b-vhdnecq99o] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.6rem;
}

.dashboard-action-button[b-vhdnecq99o] {
    flex-shrink: 0;
}

.dashboard-field-input:focus[b-vhdnecq99o] {
    outline: 2px solid rgba(37, 55, 89, 0.18);
    border-color: rgba(37, 55, 89, 0.36);
}

.dashboard-quick-actions[b-vhdnecq99o] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    align-items: center;
    margin-bottom: 5px;
    margin-top: 5px;
}

.dashboard-results-section[b-vhdnecq99o] {
    display: grid;
    gap: 1rem;
}

.dashboard-results-scroll[b-vhdnecq99o] {
    max-height: min(72vh, 980px);
    overflow-y: auto;
    padding-right: 0.35rem;
}

.dashboard-results-scroll[b-vhdnecq99o]::-webkit-scrollbar {
    width: 8px;
}

.dashboard-results-scroll[b-vhdnecq99o]::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(37, 55, 89, 0.22);
}

.dashboard-chart-grid[b-vhdnecq99o] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.dashboard-chart-copy[b-vhdnecq99o] {
    display: grid;
    gap: 0.35rem;
}

.dashboard-chart-copy :deep(.mud-typography-body2)[b-vhdnecq99o],
.dashboard-results-header :deep(.mud-typography-body2)[b-vhdnecq99o],
.dashboard-filter-heading :deep(.mud-typography-body2)[b-vhdnecq99o] {
    color: rgba(10, 37, 64, 0.68);
}

.dashboard-empty-state[b-vhdnecq99o] {
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

@media (max-width: 1100px) {
    .dashboard-filter-panel[b-vhdnecq99o] {
        flex-direction: column;
        gap: 0.75rem;
    }

    .dashboard-field[b-vhdnecq99o] {
        width: 100%;
        flex: 1 1 auto;
    }

    .dashboard-field-actions[b-vhdnecq99o] {
        width: 100%;
        min-width: 100%;
        margin-top: 0;
    }
}

@media (max-width: 720px) {
    .dashboard-results-header[b-vhdnecq99o] {
        flex-direction: column;
    }
}
/* /Components/Pages/Devices.razor.rz.scp.css */
.devices-loading[b-v4hggm9zte] {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    color: rgba(10, 37, 64, 0.72);
}

.device-list[b-v4hggm9zte] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.device-card[b-v4hggm9zte] {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
}

.device-tag[b-v4hggm9zte] {
    flex: 1;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
    word-break: break-all;
    font-weight: 700;
}

.device-card-add[b-v4hggm9zte] {
    height: 72px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-style: dashed;
    border-width: 2px;
    border-radius: 10px;
    cursor: pointer;
    color: inherit;
    background: rgba(255, 255, 255, 0.72);
    transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.device-card-add:hover:not(:disabled)[b-v4hggm9zte] {
    border-color: rgba(25, 118, 210, 0.55);
    transform: translateY(-1px);
    box-shadow: 0 14px 26px rgba(10, 37, 64, 0.08);
}

.device-card-add:disabled[b-v4hggm9zte] {
    cursor: wait;
    opacity: 0.72;
}

.device-card-add-text[b-v4hggm9zte] {
    max-width: 24rem;
    font-weight: 600;
    color: rgba(10, 37, 64, 0.72);
}
/* /Components/Pages/Farms.razor.rz.scp.css */
.farms-loading[b-g2cil3vziq] {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    color: rgba(10, 37, 64, 0.72);
}

.farm-grid[b-g2cil3vziq] {
    display: grid;
    grid-template-columns: repeat(2, minmax(280px, 1fr));
    gap: 1rem;
    align-items: stretch;
}

.farm-card[b-g2cil3vziq] {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem;
    border-radius: 10px;
}

.farm-card-add[b-g2cil3vziq] {
    justify-content: center;
    border-style: dashed;
    border-width: 2px;
    border-radius: 10px;
    cursor: pointer;
    color: inherit;
    background: rgba(255, 255, 255, 0.72);
    transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.farm-card-add-text[b-g2cil3vziq] {
    max-width: 24rem;
    font-weight: 600;
    color: rgba(10, 37, 64, 0.72);
}

.farm-card-add:hover[b-g2cil3vziq] {
    border-color: rgba(25, 118, 210, 0.55);
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(10, 37, 64, 0.08);
}

.farm-card-action[b-g2cil3vziq] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    min-height: 240px;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
    text-align: center;
}

.farm-card-action:disabled[b-g2cil3vziq] {
    cursor: wait;
    opacity: 0.7;
}

.farm-card-header[b-g2cil3vziq] {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: flex-start;
}

.farm-card-header :deep(.mud-typography-body2)[b-g2cil3vziq] {
    color: rgba(10, 37, 64, 0.68);
}

.farm-card-metadata[b-g2cil3vziq] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.farm-card-device[b-g2cil3vziq] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
    padding: 5px 15px;
    border-radius: 5px;
    background: rgba(10, 37, 64, 0.05);
}

.farm-card-actions[b-g2cil3vziq] {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 1rem;
}

.farm-card-label[b-g2cil3vziq] {
    display: inline-block;
    font-size: 0.60rem;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(10, 37, 64, 0.6);
}

.farm-modal-backdrop[b-g2cil3vziq] {
    position: fixed;
    inset: 0;
    z-index: 1300;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: rgba(10, 18, 31, 0.54);
    backdrop-filter: blur(4px);
}

.farm-modal-shell[b-g2cil3vziq] {
    width: min(720px, 100%);
}

.farm-modal-content[b-g2cil3vziq] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding: 1.5rem;
    border-radius: 22px;
}

.farm-modal-header[b-g2cil3vziq] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
}

.farm-form-grid[b-g2cil3vziq] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.farm-field[b-g2cil3vziq] {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.farm-field-full[b-g2cil3vziq] {
    grid-column: 1 / -1;
}

.farm-field-label[b-g2cil3vziq] {
    font-size: 0.70rem;
    font-weight: 700;
    color: rgba(10, 37, 64, 0.72);
    text-transform: uppercase;
}

.farm-field-input[b-g2cil3vziq] {
    width: 100%;
    min-height: 48px;
    padding: 0.8rem 0.9rem;
    border: 1px solid rgba(10, 37, 64, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.98);
    color: rgba(10, 37, 64, 0.92);
    font: inherit;
}

.farm-field-input:focus[b-g2cil3vziq] {
    outline: 2px solid rgba(25, 118, 210, 0.18);
    border-color: rgba(25, 118, 210, 0.4);
}

.farm-field-textarea[b-g2cil3vziq] {
    min-height: 132px;
    resize: vertical;
}

.farm-field-toggle[b-g2cil3vziq] {
    justify-content: flex-end;
}

.farm-field-toggle input[b-g2cil3vziq] {
    width: 20px;
    height: 20px;
}

.farm-modal-actions[b-g2cil3vziq] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
}

@media (max-width: 720px) {

    .farm-card-metadata[b-g2cil3vziq],
    .farm-form-grid[b-g2cil3vziq] {
        grid-template-columns: 1fr;
    }

    .farm-association-summary[b-g2cil3vziq],
    .farm-modal-header[b-g2cil3vziq] {
        flex-direction: column;
    }

    .farm-card-action[b-g2cil3vziq] {
        min-height: 200px;
    }

    .farm-modal-backdrop[b-g2cil3vziq] {
        padding: 1rem;
        align-items: flex-end;
    }

    .farm-modal-shell[b-g2cil3vziq] {
        width: 100%;
    }

    .farm-modal-content[b-g2cil3vziq] {
        padding: 1.25rem;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-grid[b-x0fu1l30ix] {
    min-height: 450px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.home-card[b-x0fu1l30ix] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.4rem;
    border-radius: 10px;
    color: inherit;
    text-align: left;
    cursor: pointer;
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
    animation: home-card-enter-b-x0fu1l30ix 0.55s ease both;
    animation-delay: var(--home-card-delay);
}

.home-card:hover[b-x0fu1l30ix] {
    transform: translateY(-4px);
    box-shadow: 0 28px 48px rgba(17, 24, 39, 0.12);
}

.home-card:focus-visible[b-x0fu1l30ix] {
    outline: 3px solid rgba(37, 55, 89, 0.18);
    outline-offset: 2px;
}

.home-card-hero[b-x0fu1l30ix] {
    grid-column: span 7;
    grid-row: span 2;
    min-height: 100%;
}

.home-card-tall[b-x0fu1l30ix] {
    grid-column: span 5;
    grid-row: span 2;
}

.home-card-wide[b-x0fu1l30ix] {
    grid-column: span 8;
}

.home-card-compact[b-x0fu1l30ix] {
    grid-column: span 4;
}

.home-card-topbar[b-x0fu1l30ix] {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.home-card-footer[b-x0fu1l30ix] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.home-card-body[b-x0fu1l30ix] {
    flex: 1;
}

.home-card-body :deep(.mud-typography-body1)[b-x0fu1l30ix] {
    color: rgba(13, 13, 13, 0.74);
    line-height: 1.65;
}

.home-card-footer[b-x0fu1l30ix] {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--kraken-primary);
}

@keyframes home-card-enter-b-x0fu1l30ix {
    from {
        opacity: 0;
        transform: translateY(18px) scale(0.98);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (max-width: 1080px) {
    .home-grid[b-x0fu1l30ix] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-card-hero[b-x0fu1l30ix],
    .home-card-tall[b-x0fu1l30ix],
    .home-card-wide[b-x0fu1l30ix],
    .home-card-compact[b-x0fu1l30ix] {
        grid-column: span 1;
        grid-row: span 1;
    }
}

@media (max-width: 640px) {
    .home-grid[b-x0fu1l30ix] {
        grid-template-columns: 1fr;
    }

    .home-card[b-x0fu1l30ix] {
        min-height: 210px;
        padding: 1.15rem;
        border-radius: 20px;
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */
.login-page[b-l2ripxjz76] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 24px;
    background: linear-gradient(180deg, #f7f8fa 0%, #eef1f4 100%);
}

.login-card[b-l2ripxjz76] {
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch;
    width: min(100%, 900px);
    padding: 15px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

.login-brand-panel[b-l2ripxjz76] {
    flex: 0 0 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 320px;
    padding: 12px;
}

.login-logo[b-l2ripxjz76] {
    width: 100%;
    max-width: 260px;
    height: auto;
    object-fit: contain;
    display: block;
}

.login-divider[b-l2ripxjz76] {
    flex-shrink: 0;
    width: 1px;
    background: #e3e6ea;
    align-self: stretch;
    margin: 15px;
}

.login-form-panel[b-l2ripxjz76] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.4rem;
}

.login-footer[b-l2ripxjz76] {
    position: fixed;
    bottom: 16px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0.875rem;
    color: #9aa3ae;
    pointer-events: none;
}

.login-form[b-l2ripxjz76] {
    display: grid;
    gap: 1rem;
}

[b-l2ripxjz76] .mud-input-helper-text {
    display: none !important;
}

@media (max-width: 1120px) {
    .login-card[b-l2ripxjz76] {
        width: min(100%, 760px);
    }

    .login-brand-panel[b-l2ripxjz76] {
        flex: 0 0 300px;
    }
}

@media (max-width: 640px) {
    .login-page[b-l2ripxjz76] {
        padding: 24px;
    }

    .login-card[b-l2ripxjz76] {
        flex-direction: column !important;
        gap: 14px;
    }

    .login-divider[b-l2ripxjz76] {
        width: 100%;
        height: 1px;
        align-self: auto;
    }

    .login-brand-panel[b-l2ripxjz76] {
        flex: none;
        min-height: unset;
        padding: 0;
    }

    .login-logo-placeholder[b-l2ripxjz76] {
        max-width: none;
        height: 140px;
    }

    .login-divider[b-l2ripxjz76] {
        width: 100%;
        height: 1px;
    }

    .login-form-panel[b-l2ripxjz76] {
        padding: 4px 0 0;
    }
}
