@import '_content/BlazOrbit.Docs.Components/BlazOrbit.Docs.Components.mcso23hpx8.bundle.scp.css';
@import '_content/BlazOrbit.Localization.Shared/BlazOrbit.Localization.Shared.9t9s9hich9.bundle.scp.css';
@import '_content/BlazOrbit/BlazOrbit.uktcn4nc0u.bundle.scp.css';

/* /Layout/HomeLayout.razor.rz.scp.css */
.home-layout[b-w9v9qtp2mw] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: var(--palette-background);
    color: var(--palette-surface-contrast);
}

.home-layout__header[b-w9v9qtp2mw] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    height: 68px;
    padding: 0 clamp(1rem, 4vw, 3rem);
    background: color-mix(in oklab, var(--palette-surface) 92%, transparent);
    backdrop-filter: saturate(180%) blur(12px);
    -webkit-backdrop-filter: saturate(180%) blur(12px);
    border-bottom: 1px solid var(--palette-border);
    position: sticky;
    top: 0;
    z-index: 100;
    box-sizing: border-box;
}

.home-layout__main[b-w9v9qtp2mw] {
    flex: 1;
    min-width: 0;
    box-sizing: border-box;
}
/* /Shared/InstallAppHint.razor.rz.scp.css */
.install-hint[b-7hn1np2c9l] {
    position: fixed;
    top: 84px;
    right: 20px;
    z-index: 1200;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    max-width: 340px;
    padding: 16px 18px;
    border-radius: 14px;
    background: var(--palette-surface);
    color: var(--palette-surface-contrast);
    border: 1px solid color-mix(in oklab, var(--palette-primary) 28%, transparent);
    box-shadow:
        0 1px 2px rgba(0, 0, 0, 0.18),
        0 16px 40px -12px color-mix(in oklab, var(--palette-primary) 35%, transparent);
    animation: install-hint-in-b-7hn1np2c9l 420ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.install-hint__arrow[b-7hn1np2c9l] {
    flex: 0 0 auto;
    width: 52px;
    height: 52px;
    color: var(--palette-primary);
    transform: translateY(-4px) rotate(-10deg);
    animation: install-hint-wiggle-b-7hn1np2c9l 2.4s ease-in-out 0.6s infinite;
}

.install-hint__body[b-7hn1np2c9l] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.install-hint__title[b-7hn1np2c9l] {
    font-weight: 700;
    font-size: 15px;
    line-height: 1.25;
    letter-spacing: -0.01em;
}

.install-hint__desc[b-7hn1np2c9l] {
    margin: 0;
    font-size: 13px;
    line-height: 1.45;
    color: color-mix(in oklab, var(--palette-surface-contrast) 78%, transparent);
}

.install-hint__actions[b-7hn1np2c9l] {
    display: flex;
    gap: 8px;
    margin-top: 6px;
}

.install-hint__btn[b-7hn1np2c9l] {
    appearance: none;
    border: 1px solid transparent;
    border-radius: 8px;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.16s ease, color 0.16s ease, border-color 0.16s ease;
}

.install-hint__btn--primary[b-7hn1np2c9l] {
    background: var(--palette-primary);
    color: var(--palette-primary-contrast);
}

.install-hint__btn--primary:hover[b-7hn1np2c9l] {
    background: color-mix(in oklab, var(--palette-primary) 85%, black 15%);
}

.install-hint__btn--ghost[b-7hn1np2c9l] {
    background: transparent;
    color: color-mix(in oklab, var(--palette-surface-contrast) 72%, transparent);
    border-color: color-mix(in oklab, var(--palette-surface-contrast) 18%, transparent);
}

.install-hint__btn--ghost:hover[b-7hn1np2c9l] {
    color: var(--palette-surface-contrast);
    border-color: color-mix(in oklab, var(--palette-surface-contrast) 32%, transparent);
}

@keyframes install-hint-in-b-7hn1np2c9l {
    from { opacity: 0; transform: translateY(-8px) scale(0.96); }
    to   { opacity: 1; transform: translateY(0)    scale(1); }
}

@keyframes install-hint-wiggle-b-7hn1np2c9l {
    0%, 100% { transform: translateY(-4px) rotate(-10deg); }
    50%      { transform: translateY(-10px) rotate(-4deg); }
}

@media (max-width: 640px) {
    .install-hint[b-7hn1np2c9l] {
        top: auto;
        right: 12px;
        bottom: 12px;
        left: 12px;
        max-width: none;
    }

    .install-hint__arrow[b-7hn1np2c9l] {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .install-hint[b-7hn1np2c9l],
    .install-hint__arrow[b-7hn1np2c9l] {
        animation: none;
    }
}
