@import '_content/Volo.Abp.PermissionManagement.Blazor/Volo.Abp.PermissionManagement.Blazor.p33ll9g8os.bundle.scp.css';

/* /Pages/Index.razor.rz.scp.css */
.cockpit-home[b-4tys55gtfl] {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding-bottom: 2rem;
}

/* -----------------------------
   Hero
------------------------------ */

.cockpit-hero[b-4tys55gtfl] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 280px;
    padding: 3rem;
    margin-bottom: 2rem;
    overflow: hidden;
    border-radius: 22px;
    color: #ffffff;
    background: radial-gradient( circle at 90% 20%, rgba(255, 255, 255, 0.18), transparent 32% ), linear-gradient( 135deg, #172554 0%, #3730a3 55%, #5b21b6 100% );
    box-shadow: 0 18px 45px rgba(30, 41, 59, 0.18);
}

.cockpit-hero-content[b-4tys55gtfl] {
    position: relative;
    z-index: 2;
    max-width: 760px;
}

.cockpit-eyebrow[b-4tys55gtfl] {
    margin-bottom: 0.75rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    opacity: 0.78;
}

.cockpit-hero h1[b-4tys55gtfl] {
    margin-bottom: 0.85rem;
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 750;
    line-height: 1.08;
}

.cockpit-hero p[b-4tys55gtfl] {
    max-width: 680px;
    margin-bottom: 1.5rem;
    font-size: 1.08rem;
    line-height: 1.65;
    opacity: 0.9;
}

.cockpit-hero-actions[b-4tys55gtfl] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.cockpit-hero-mark[b-4tys55gtfl] {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    margin-right: 2rem;
    font-size: 8rem;
    opacity: 0.14;
    transform: rotate(-8deg);
}

/* -----------------------------
   Sections
------------------------------ */

.cockpit-section[b-4tys55gtfl] {
    margin-bottom: 2rem;
}

.cockpit-section-heading[b-4tys55gtfl] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 1rem;
}

    .cockpit-section-heading h2[b-4tys55gtfl] {
        margin-bottom: 0.2rem;
        color: #1f2937;
        font-size: 1.35rem;
        font-weight: 700;
    }

    .cockpit-section-heading p[b-4tys55gtfl] {
        margin-bottom: 0;
        color: #6b7280;
    }

/* -----------------------------
   Workspace Cards
------------------------------ */

.cockpit-workspace-grid[b-4tys55gtfl] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.cockpit-workspace-card[b-4tys55gtfl] {
    display: flex;
    flex-direction: column;
    min-height: 390px;
    padding: 1.5rem;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 5px 18px rgba(15, 23, 42, 0.06);
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

    .cockpit-workspace-card:not(.cockpit-workspace-card-muted):hover[b-4tys55gtfl] {
        transform: translateY(-3px);
        border-color: #c7d2fe;
        box-shadow: 0 14px 34px rgba(15, 23, 42, 0.1);
    }

.cockpit-workspace-card-muted[b-4tys55gtfl] {
    background: #f8fafc;
}

.cockpit-card-top-row[b-4tys55gtfl] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.cockpit-card-icon[b-4tys55gtfl] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin-bottom: 1.25rem;
    border-radius: 15px;
    color: #4338ca;
    background: #eef2ff;
    font-size: 1.35rem;
}

.cockpit-card-content[b-4tys55gtfl] {
    flex: 1;
}

    .cockpit-card-content h3[b-4tys55gtfl] {
        margin-bottom: 0.75rem;
        color: #1f2937;
        font-size: 1.2rem;
        font-weight: 700;
    }

    .cockpit-card-content p[b-4tys55gtfl] {
        margin-bottom: 1rem;
        color: #6b7280;
        line-height: 1.55;
    }

    .cockpit-card-content ul[b-4tys55gtfl] {
        margin: 0;
        padding-left: 1.15rem;
        color: #4b5563;
    }

    .cockpit-card-content li[b-4tys55gtfl] {
        margin-bottom: 0.45rem;
    }

.cockpit-card-actions[b-4tys55gtfl] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.85rem;
    margin-top: 1.4rem;
}

.cockpit-secondary-link[b-4tys55gtfl] {
    color: #4f46e5;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
}

    .cockpit-secondary-link:hover[b-4tys55gtfl] {
        color: #3730a3;
        text-decoration: underline;
    }

.cockpit-status-badge[b-4tys55gtfl] {
    display: inline-flex;
    align-items: center;
    padding: 0.36rem 0.7rem;
    border-radius: 999px;
    color: #92400e;
    background: #fef3c7;
    font-size: 0.75rem;
    font-weight: 700;
}

/* -----------------------------
   Quick Actions
------------------------------ */

.cockpit-quick-grid[b-4tys55gtfl] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.cockpit-quick-action[b-4tys55gtfl] {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 1rem;
    padding: 1.15rem;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    color: inherit;
    background: #ffffff;
    text-decoration: none;
    transition: transform 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
}

    .cockpit-quick-action:hover[b-4tys55gtfl] {
        transform: translateY(-2px);
        border-color: #c7d2fe;
        color: inherit;
        box-shadow: 0 9px 24px rgba(15, 23, 42, 0.08);
    }

.cockpit-quick-icon[b-4tys55gtfl] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    color: #4338ca;
    background: #eef2ff;
}

.cockpit-quick-action strong[b-4tys55gtfl],
.cockpit-quick-action small[b-4tys55gtfl] {
    display: block;
}

.cockpit-quick-action strong[b-4tys55gtfl] {
    margin-bottom: 0.15rem;
    color: #1f2937;
}

.cockpit-quick-action small[b-4tys55gtfl] {
    color: #6b7280;
}

.cockpit-quick-arrow[b-4tys55gtfl] {
    color: #9ca3af;
}

/* -----------------------------
   Footer Note
------------------------------ */

.cockpit-footer-note[b-4tys55gtfl] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.2rem;
    border: 1px solid #dbeafe;
    border-radius: 14px;
    color: #1e3a8a;
    background: #eff6ff;
    font-size: 0.9rem;
}

    .cockpit-footer-note a[b-4tys55gtfl] {
        flex-shrink: 0;
        color: #1d4ed8;
        font-weight: 600;
    }

/* -----------------------------
   Dark Theme
------------------------------ */

.lpx-theme-dark .cockpit-section-heading h2[b-4tys55gtfl],
.lpx-theme-dark .cockpit-card-content h3[b-4tys55gtfl],
.lpx-theme-dark .cockpit-quick-action strong[b-4tys55gtfl] {
    color: #f3f4f6;
}

.lpx-theme-dark .cockpit-section-heading p[b-4tys55gtfl],
.lpx-theme-dark .cockpit-card-content p[b-4tys55gtfl],
.lpx-theme-dark .cockpit-card-content ul[b-4tys55gtfl],
.lpx-theme-dark .cockpit-quick-action small[b-4tys55gtfl] {
    color: #cbd5e1;
}

.lpx-theme-dark .cockpit-workspace-card[b-4tys55gtfl],
.lpx-theme-dark .cockpit-quick-action[b-4tys55gtfl] {
    border-color: #334155;
    background: #1e293b;
}

.lpx-theme-dark .cockpit-workspace-card-muted[b-4tys55gtfl] {
    background: #172033;
}

.lpx-theme-dark .cockpit-footer-note[b-4tys55gtfl] {
    border-color: #1e40af;
    color: #bfdbfe;
    background: #172554;
}

/* -----------------------------
   Responsive
------------------------------ */

@media (max-width: 1100px) {
    .cockpit-workspace-grid[b-4tys55gtfl] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cockpit-workspace-card:last-child[b-4tys55gtfl] {
        grid-column: span 2;
        min-height: 320px;
    }
}

@media (max-width: 768px) {
    .cockpit-hero[b-4tys55gtfl] {
        min-height: auto;
        padding: 2rem;
    }

    .cockpit-hero-mark[b-4tys55gtfl] {
        display: none;
    }

    .cockpit-workspace-grid[b-4tys55gtfl],
    .cockpit-quick-grid[b-4tys55gtfl] {
        grid-template-columns: 1fr;
    }

    .cockpit-workspace-card:last-child[b-4tys55gtfl] {
        grid-column: auto;
    }

    .cockpit-footer-note[b-4tys55gtfl] {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 520px) {
    .cockpit-hero[b-4tys55gtfl] {
        padding: 1.5rem;
        border-radius: 16px;
    }

    .cockpit-hero-actions[b-4tys55gtfl] {
        flex-direction: column;
        align-items: stretch;
    }

        .cockpit-hero-actions .btn[b-4tys55gtfl] {
            width: 100%;
        }

    .cockpit-workspace-card[b-4tys55gtfl] {
        min-height: auto;
        padding: 1.2rem;
    }

    .cockpit-quick-action[b-4tys55gtfl] {
        grid-template-columns: auto 1fr;
    }

    .cockpit-quick-arrow[b-4tys55gtfl] {
        display: none;
    }
}
