:root {
    --easyidp-navy: #0b1648;
    --easyidp-blue: #2c5f8e;
    --easyidp-cyan: #61c7d3;
    --easyidp-teal: #22b39d;
    --easyidp-lime: #9af557;
    --easyidp-white: #f6fbff;
    --easyidp-danger: #ff9f9f;
}

body.easyidp-shell {
    min-height: 100vh;
    margin: 0;
    color: var(--easyidp-white);
    font-family: "Trebuchet MS", "Segoe UI", sans-serif;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
}

body.easyidp-widget-body-dragging {
    user-select: none;
    cursor: grabbing;
}

body.easyidp-shell::before,
body.easyidp-shell::after {
    content: "";
    position: fixed;
    pointer-events: none;
    border-radius: 50% 50% 0 0;
}

body.easyidp-shell-login {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 24px;
    min-height: 100dvh;
    background-color: var(--easyidp-blue);
    background-image:
        radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.05), transparent 32%),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 1024' preserveAspectRatio='none'%3E%3Crect width='1440' height='1024' fill='%232c5f8e'/%3E%3Cpath d='M0 232C203 201 423 151 638 99C933 28 1190 -13 1440 0V682C1166 786 883 826 627 782C365 738 161 652 0 564V232Z' fill='%230b1648'/%3E%3Cpath d='M0 652C213 720 417 770 642 812C931 865 1178 929 1440 918V1024H0V652Z' fill='%2322b39d'/%3E%3Cpath d='M0 822C256 855 518 901 776 952C1006 998 1221 1024 1440 1015V1024H0V822Z' fill='%239af557'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

body.easyidp-shell-login::before,
body.easyidp-shell-login::after {
    content: none;
}

body.easyidp-shell-admin {
    background-color: var(--easyidp-blue);
    background-image:
        radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.05), transparent 32%),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 1024' preserveAspectRatio='none'%3E%3Crect width='1440' height='1024' fill='%232c5f8e'/%3E%3Cpath d='M0 232C203 201 423 151 638 99C933 28 1190 -13 1440 0V682C1166 786 883 826 627 782C365 738 161 652 0 564V232Z' fill='%230b1648'/%3E%3Cpath d='M0 652C213 720 417 770 642 812C931 865 1178 929 1440 918V1024H0V652Z' fill='%2322b39d'/%3E%3Cpath d='M0 822C256 855 518 901 776 952C1006 998 1221 1024 1440 1015V1024H0V822Z' fill='%239af557'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

body.easyidp-shell-admin::before,
body.easyidp-shell-admin::after {
    content: none;
}

body.easyidp-shell-admin::before {
    content: none;
}

body.easyidp-shell-admin::after {
    content: none;
}

.easyidp-login-card,
.easyidp-panel {
    position: relative;
    z-index: 1;
    background: rgba(7, 19, 61, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 24px 80px rgba(4, 10, 31, 0.38);
}

.easyidp-login-card {
    width: min(460px, 100%);
    backdrop-filter: blur(12px);
    border-radius: 26px;
    padding: 36px;
    margin: auto 0;
}

.easyidp-panel {
    width: min(720px, 100%);
    border-radius: 24px;
    padding: 40px;
}

.easyidp-brand-mark,
.easyidp-brand-icon {
    display: block;
    filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.24));
}

.easyidp-brand-mark {
    width: min(260px, 58vw);
    margin: 0 auto;
}

.easyidp-brand-row {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 18px;
}

.easyidp-brand-icon {
    width: 120px;
    max-width: 28vw;
}

.easyidp-eyebrow {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.72rem;
    color: var(--easyidp-cyan);
}

.easyidp-title {
    margin: 12px 0 10px;
    font-size: clamp(2rem, 5vw, 3rem);
    line-height: 1;
    color: var(--easyidp-lime);
}

.easyidp-title-admin {
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.05;
    margin: 12px 0 16px;
}

.easyidp-copy,
.easyidp-meta {
    color: rgba(246, 251, 255, 0.8);
}

.easyidp-copy {
    margin-bottom: 28px;
}

.easyidp-shell label {
    color: rgba(246, 251, 255, 0.9);
    font-weight: 600;
}

.easyidp-shell .form-control {
    height: 50px;
    border-radius: 14px;
    border: 1px solid rgba(97, 199, 211, 0.24);
    background: rgba(246, 251, 255, 0.96);
    color: var(--easyidp-navy);
}

.easyidp-shell .form-control:focus {
    border-color: var(--easyidp-cyan);
    box-shadow: 0 0 0 0.2rem rgba(97, 199, 211, 0.2);
}

.easyidp-shell .input-group-text,
.easyidp-primary-btn {
    border-radius: 14px;
}

.easyidp-shell .input-group-text {
    border-color: rgba(97, 199, 211, 0.24);
    background: rgba(97, 199, 211, 0.15);
    color: var(--easyidp-white);
}

.easyidp-primary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    height: 52px;
    padding: 2px 24px 0;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    background: linear-gradient(135deg, var(--easyidp-teal) 0%, var(--easyidp-lime) 100%);
    border: none;
    color: var(--easyidp-navy);
    box-shadow: 0 14px 32px rgba(34, 179, 157, 0.3);
}

.easyidp-primary-btn:hover,
.easyidp-primary-btn:focus {
    color: var(--easyidp-navy);
    background: linear-gradient(135deg, #1d9c89 0%, #88e84b 100%);
}

.easyidp-error {
    color: var(--easyidp-danger);
}

.easyidp-shell-main {
    min-height: 100vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 28px 24px 40px;
}

.easyidp-dashboard {
    position: relative;
    z-index: 1;
    width: min(1280px, 100%);
    display: grid;
    gap: 28px;
    padding: 132px 0 32px;
}

.easyidp-dashboard-topbar,
.easyidp-dashboard-grid,
.easyidp-hero-panel,
.easyidp-menu-panel {
    position: relative;
    z-index: 1;
}

.easyidp-dashboard-grid {
    display: grid;
}

.easyidp-dashboard-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 20;
    padding: 14px 22px;
    margin-bottom: 0;
    border-radius: 0;
    background: rgba(7, 19, 61, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(16px);
    box-shadow: 0 18px 40px rgba(4, 10, 31, 0.22);
    transition: padding 180ms ease, gap 180ms ease, border-radius 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.easyidp-brand-row-dashboard {
    margin-bottom: 0;
}

.easyidp-topbar-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.easyidp-operator-card {
    min-width: 240px;
    display: grid;
    gap: 2px;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(7, 19, 61, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.easyidp-operator-card strong {
    font-size: 1rem;
}

.easyidp-topbar-logout-btn i {
    display: none;
}

body.easyidp-topbar-collapsed .easyidp-dashboard-topbar {
    gap: 12px;
    padding: 8px 14px;
    border-radius: 0;
    background: rgba(7, 19, 61, 0.94);
    box-shadow: 0 12px 28px rgba(4, 10, 31, 0.28);
}

body.easyidp-topbar-collapsed .easyidp-brand-row-dashboard {
    gap: 10px;
}

body.easyidp-topbar-collapsed .easyidp-brand-row-dashboard .easyidp-brand-icon {
    width: 58px;
    max-width: 58px;
}

body.easyidp-topbar-collapsed .easyidp-brand-row-dashboard .easyidp-eyebrow,
body.easyidp-topbar-collapsed .easyidp-operator-card {
    display: none;
}

body.easyidp-topbar-collapsed .easyidp-brand-row-dashboard .easyidp-title-admin {
    margin: 0;
    font-size: clamp(1.05rem, 2vw, 1.4rem);
    line-height: 1.02;
}

body.easyidp-topbar-collapsed .easyidp-topbar-actions {
    gap: 8px;
}

body.easyidp-topbar-collapsed .easyidp-primary-btn {
    min-width: 0;
    height: 40px;
    padding: 0 14px;
    font-size: 0.84rem;
    box-shadow: 0 10px 20px rgba(34, 179, 157, 0.24);
}

@media (max-width: 1024px) {
    .easyidp-shell-main {
        padding: 22px 18px 30px;
    }

    .easyidp-dashboard {
        gap: 22px;
        padding-top: 118px;
    }

    .easyidp-dashboard-topbar {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto auto;
        align-items: center;
        gap: 14px;
        padding: 12px 16px;
        border-radius: 0;
    }

    .easyidp-brand-row-dashboard {
        gap: 12px;
        align-items: center;
        width: 100%;
    }

    .easyidp-brand-row-dashboard .easyidp-brand-icon {
        width: 84px;
        max-width: 84px;
    }

    .easyidp-brand-row-dashboard .easyidp-eyebrow {
        font-size: 0.66rem;
        letter-spacing: 0.14em;
    }

    .easyidp-brand-row-dashboard .easyidp-title-admin {
        margin: 6px 0 0;
        font-size: clamp(1.4rem, 2.8vw, 2rem);
        line-height: 1.05;
    }

    .easyidp-topbar-actions {
        display: contents;
    }

    .easyidp-operator-card {
        min-width: 0;
        max-width: 240px;
        align-content: center;
        justify-self: center;
        padding: 10px 12px;
        border-radius: 14px;
    }

    .easyidp-operator-label,
    .easyidp-operator-meta {
        display: none;
    }

    .easyidp-primary-btn {
        min-width: 0;
        height: 44px;
        padding: 0 16px;
        font-size: 0.92rem;
    }

    .easyidp-topbar-logout-btn {
        width: 44px;
        padding: 0;
        justify-self: end;
    }

    .easyidp-topbar-logout-label {
        display: none;
    }

    .easyidp-topbar-logout-btn i {
        display: inline-flex;
        font-size: 1rem;
    }

    .easyidp-hero-panel,
    .easyidp-tool-grid,
    .easyidp-dashboard-grid-main,
    .easyidp-dashboard-grid-bottom {
        grid-template-columns: 1fr;
    }

    .easyidp-widget-board {
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
        gap: 18px;
    }

    .easyidp-widget-card-analytics {
        aspect-ratio: auto;
        min-height: 320px;
    }
}

.easyidp-operator-label,
.easyidp-operator-meta,
.easyidp-stat-label,
.easyidp-kpi-label,
.easyidp-kpi-meta,
.easyidp-chart-label,
.easyidp-insight-title,
.easyidp-ticket-meta,
.easyidp-table span {
    color: rgba(246, 251, 255, 0.74);
}

.easyidp-hero-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(240px, 0.7fr);
    gap: 24px;
    align-items: stretch;
    margin-top: 4px;
}

.easyidp-hero-title {
    margin: 10px 0 14px;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.02;
    color: var(--easyidp-white);
}

.easyidp-hero-aside {
    display: flex;
}

.easyidp-kpi-stack {
    width: 100%;
    display: grid;
    align-content: space-between;
    gap: 12px;
    padding: 22px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(97, 199, 211, 0.18), rgba(34, 179, 157, 0.12));
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.easyidp-kpi-value {
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    line-height: 1;
    color: var(--easyidp-lime);
}

.easyidp-dashboard-grid-summary {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 36px;
    margin: 8px 0 12px;
}

.easyidp-dashboard-grid-main {
    grid-template-columns: minmax(0, 1.65fr) minmax(320px, 0.9fr);
    gap: 28px;
}

.easyidp-dashboard-grid-bottom {
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.8fr);
    gap: 40px;
    margin-top: 8px;
}

.easyidp-dashboard-stack {
    display: grid;
    gap: 28px;
}

.easyidp-menu-panel {
    padding: 24px 28px;
}

.easyidp-section-head-menu {
    margin-bottom: 18px;
}

.easyidp-menu-accordion {
    display: grid;
    gap: 16px;
}

.easyidp-menu-card {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    overflow: hidden;
    background: rgba(246, 251, 255, 0.04);
}

.easyidp-menu-card-header {
    padding: 0;
    border-bottom: none;
    background: transparent;
}

.easyidp-menu-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    color: var(--easyidp-white);
    font-weight: 700;
    text-align: left;
    text-decoration: none;
}

.easyidp-menu-toggle:hover,
.easyidp-menu-toggle:focus {
    color: var(--easyidp-white);
    text-decoration: none;
}

.easyidp-menu-toggle::after {
    content: '+';
    font-size: 1.4rem;
    line-height: 1;
    color: var(--easyidp-lime);
}

.easyidp-menu-toggle:not(.collapsed)::after {
    content: '-';
}

.easyidp-menu-card-body {
    display: grid;
    gap: 10px;
    padding: 0 20px 20px;
}

.easyidp-menu-link {
    display: block;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(97, 199, 211, 0.08);
    color: rgba(246, 251, 255, 0.9);
    text-decoration: none;
}

.easyidp-menu-link:hover,
.easyidp-menu-link:focus {
    background: rgba(97, 199, 211, 0.16);
    color: var(--easyidp-white);
    text-decoration: none;
}

.easyidp-stat-card,
.easyidp-analytics-panel,
.easyidp-action-panel,
.easyidp-ticket-panel,
.easyidp-users-panel,
.easyidp-roadmap-panel,
.easyidp-menu-panel,
.easyidp-hero-panel {
    width: 100%;
}

.easyidp-stat-card {
    display: grid;
    gap: 10px;
    min-height: 180px;
    padding: 30px;
    margin: 0;
}

.easyidp-stat-value {
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1;
    color: var(--easyidp-lime);
}

.easyidp-stat-delta {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(97, 199, 211, 0.14);
    color: var(--easyidp-cyan);
    font-size: 0.88rem;
}

.easyidp-section-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
}

.easyidp-analytics-panel,
.easyidp-action-panel,
.easyidp-ticket-panel,
.easyidp-users-panel,
.easyidp-roadmap-panel,
.easyidp-hero-panel {
    padding: 32px;
}

.easyidp-section-title {
    margin: 10px 0 0;
    font-size: 1.45rem;
    line-height: 1.15;
    color: var(--easyidp-white);
}

.easyidp-section-pill,
.easyidp-status-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(154, 245, 87, 0.14);
    color: var(--easyidp-lime);
    font-size: 0.82rem;
    font-weight: 700;
}

.easyidp-section-pill-group {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.easyidp-section-head-actions {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.easyidp-chart {
    position: relative;
    min-height: 320px;
    padding: 20px 18px 12px;
    border-radius: 20px;
    background: rgba(246, 251, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.easyidp-chart canvas {
    width: 100% !important;
    height: 100% !important;
}

.easyidp-insights-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 22px;
}

.easyidp-insight-card,
.easyidp-action-card,
.easyidp-ticket-row,
.easyidp-empty-state {
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(246, 251, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.easyidp-action-card-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.easyidp-action-card-link:hover,
.easyidp-action-card-link:focus {
    color: inherit;
    text-decoration: none;
    transform: translateY(-2px);
    border-color: rgba(154, 245, 87, 0.22);
}

.easyidp-tool-page {
    gap: 24px;
}

.easyidp-tool-grid {
    grid-template-columns: minmax(0, 1.5fr) minmax(300px, 0.8fr);
    gap: 32px;
}

.easyidp-subscription-tool-grid {
    align-items: start;
}

.easyidp-tool-main-panel {
    padding: 32px;
}

.easyidp-overview-stack {
    gap: 28px;
}

.easyidp-overview-row {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.8fr);
    gap: 28px;
    align-items: stretch;
}

.easyidp-overview-row-bottom {
    grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.7fr);
}

.easyidp-overview-chart-panel,
.easyidp-overview-info-panel {
    width: 100%;
}

.easyidp-overview-info-panel {
    padding: 32px;
}

.easyidp-overview-info-panel {
    display: grid;
    gap: 18px;
    align-content: start;
    background:
        radial-gradient(circle at top left, rgba(97, 199, 211, 0.18), transparent 46%),
        linear-gradient(180deg, rgba(10, 25, 69, 0.96), rgba(7, 18, 52, 0.92));
}

.easyidp-overview-info-lead {
    margin: -4px 0 0;
    color: rgba(246, 251, 255, 0.78);
    line-height: 1.6;
}

.easyidp-overview-metric-list {
    display: grid;
    gap: 14px;
}

.easyidp-overview-metric-card {
    display: grid;
    gap: 6px;
    padding: 18px 20px;
    border-radius: 20px;
    background: rgba(246, 251, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.easyidp-overview-metric-value {
    font-size: clamp(1.8rem, 2vw, 2.4rem);
    font-weight: 700;
    line-height: 1;
    color: var(--easyidp-white);
}

.easyidp-overview-metric-label {
    display: block;
    color: rgba(154, 245, 87, 0.96);
    letter-spacing: 0.02em;
}

.easyidp-overview-metric-note {
    margin: 0;
    color: rgba(246, 251, 255, 0.74);
    line-height: 1.55;
}

.easyidp-overview-info-footer {
    display: grid;
    gap: 8px;
    padding-top: 4px;
}

.easyidp-overview-info-footer p {
    margin: 0;
    color: rgba(246, 251, 255, 0.72);
    line-height: 1.55;
}

.easyidp-overview-info-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(154, 245, 87, 0.12);
    border: 1px solid rgba(154, 245, 87, 0.18);
    color: rgba(154, 245, 87, 0.96);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.easyidp-usage-info-panel {
    display: grid;
    gap: 18px;
    align-content: start;
    padding: 32px;
    background:
        radial-gradient(circle at top right, rgba(154, 245, 87, 0.14), transparent 48%),
        linear-gradient(180deg, rgba(10, 25, 69, 0.96), rgba(7, 18, 52, 0.92));
}

.easyidp-usage-info-lead {
    margin: -4px 0 0;
    color: rgba(246, 251, 255, 0.78);
    line-height: 1.6;
}

.easyidp-usage-entry-list {
    display: grid;
    gap: 14px;
}

.easyidp-usage-entry-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
    border-radius: 20px;
    background: rgba(246, 251, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.easyidp-usage-entry-copy {
    min-width: 0;
}

.easyidp-usage-entry-copy strong {
    display: block;
    color: var(--easyidp-white);
}

.easyidp-usage-entry-copy p {
    margin: 8px 0 0;
    color: rgba(246, 251, 255, 0.72);
    line-height: 1.5;
}

.easyidp-usage-entry-total {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 64px;
    padding: 10px 12px;
    border-radius: 999px;
    background: rgba(97, 199, 211, 0.16);
    border: 1px solid rgba(97, 199, 211, 0.22);
    color: rgba(97, 199, 211, 1);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.easyidp-usage-info-footer {
    display: grid;
    gap: 8px;
    padding-top: 4px;
}

.easyidp-usage-info-footer p {
    margin: 0;
    color: rgba(246, 251, 255, 0.72);
    line-height: 1.55;
}

.easyidp-usage-info-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(97, 199, 211, 0.12);
    border: 1px solid rgba(97, 199, 211, 0.18);
    color: rgba(97, 199, 211, 1);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.easyidp-auth-info-panel {
    display: grid;
    gap: 18px;
    align-content: start;
    padding: 32px;
    background:
        radial-gradient(circle at top left, rgba(97, 199, 211, 0.18), transparent 46%),
        linear-gradient(180deg, rgba(10, 25, 69, 0.96), rgba(7, 18, 52, 0.92));
}

.easyidp-auth-info-lead {
    margin: -4px 0 0;
    color: rgba(246, 251, 255, 0.78);
    line-height: 1.6;
}

.easyidp-auth-metric-list {
    display: grid;
    gap: 14px;
}

.easyidp-auth-metric-card {
    display: grid;
    gap: 6px;
    padding: 18px 20px;
    border-radius: 20px;
    background: rgba(246, 251, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.easyidp-auth-metric-value {
    font-size: clamp(1.8rem, 2vw, 2.4rem);
    font-weight: 700;
    line-height: 1;
    color: var(--easyidp-white);
}

.easyidp-auth-metric-label {
    display: block;
    color: rgba(97, 199, 211, 1);
    letter-spacing: 0.02em;
}

.easyidp-auth-metric-note {
    margin: 0;
    color: rgba(246, 251, 255, 0.74);
    line-height: 1.55;
}

.easyidp-auth-info-footer {
    display: grid;
    gap: 8px;
    padding-top: 4px;
}

.easyidp-auth-info-footer p {
    margin: 0;
    color: rgba(246, 251, 255, 0.72);
    line-height: 1.55;
}

.easyidp-auth-info-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(97, 199, 211, 0.12);
    border: 1px solid rgba(97, 199, 211, 0.18);
    color: rgba(97, 199, 211, 1);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.easyidp-subscription-info-panel {
    display: grid;
    gap: 18px;
    align-content: start;
    align-self: start;
    padding: 32px;
    background:
        radial-gradient(circle at top right, rgba(154, 245, 87, 0.14), transparent 48%),
        linear-gradient(180deg, rgba(10, 25, 69, 0.96), rgba(7, 18, 52, 0.92));
}

.easyidp-subscription-sidebar {
    align-self: start;
}

.easyidp-subscription-info-lead {
    margin: -4px 0 0;
    color: rgba(246, 251, 255, 0.78);
    line-height: 1.6;
}

.easyidp-subscription-metric-list {
    display: grid;
    gap: 14px;
}

.easyidp-subscription-metric-card {
    display: grid;
    gap: 6px;
    padding: 18px 20px;
    border-radius: 20px;
    background: rgba(246, 251, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.easyidp-subscription-metric-label {
    display: block;
    color: rgba(154, 245, 87, 0.96);
    letter-spacing: 0.02em;
}

.easyidp-subscription-metric-note {
    margin: 0;
    color: rgba(246, 251, 255, 0.74);
    line-height: 1.55;
}

.easyidp-subscription-info-footer {
    display: grid;
    gap: 8px;
    padding-top: 4px;
}

.easyidp-subscription-info-footer p {
    margin: 0;
    color: rgba(246, 251, 255, 0.72);
    line-height: 1.55;
}

.easyidp-subscription-info-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(154, 245, 87, 0.12);
    border: 1px solid rgba(154, 245, 87, 0.18);
    color: rgba(154, 245, 87, 0.96);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.easyidp-progress-info-panel {
    display: grid;
    gap: 18px;
    align-content: start;
    padding: 32px;
    background:
        radial-gradient(circle at top left, rgba(97, 199, 211, 0.16), transparent 46%),
        linear-gradient(180deg, rgba(10, 25, 69, 0.96), rgba(7, 18, 52, 0.92));
}

.easyidp-progress-info-lead {
    margin: -4px 0 0;
    color: rgba(246, 251, 255, 0.78);
    line-height: 1.6;
}

.easyidp-progress-metric-list {
    display: grid;
    gap: 14px;
}

.easyidp-progress-metric-card {
    display: grid;
    gap: 6px;
    padding: 18px 20px;
    border-radius: 20px;
    background: rgba(246, 251, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.easyidp-progress-metric-value {
    font-size: clamp(1.8rem, 2vw, 2.4rem);
    font-weight: 700;
    line-height: 1;
    color: var(--easyidp-white);
}

.easyidp-progress-metric-label {
    display: block;
    color: rgba(97, 199, 211, 1);
    letter-spacing: 0.02em;
}

.easyidp-progress-metric-note {
    margin: 0;
    color: rgba(246, 251, 255, 0.74);
    line-height: 1.55;
}

.easyidp-progress-info-footer {
    display: grid;
    gap: 8px;
    padding-top: 4px;
}

.easyidp-progress-info-footer p {
    margin: 0;
    color: rgba(246, 251, 255, 0.72);
    line-height: 1.55;
}

.easyidp-progress-info-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(97, 199, 211, 0.12);
    border: 1px solid rgba(97, 199, 211, 0.18);
    color: rgba(97, 199, 211, 1);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.easyidp-duplicate-info-panel {
    display: grid;
    gap: 18px;
    align-content: start;
    padding: 32px;
    background:
        radial-gradient(circle at top right, rgba(255, 159, 159, 0.12), transparent 48%),
        linear-gradient(180deg, rgba(10, 25, 69, 0.96), rgba(7, 18, 52, 0.92));
}

.easyidp-duplicate-info-lead {
    margin: -4px 0 0;
    color: rgba(246, 251, 255, 0.78);
    line-height: 1.6;
}

.easyidp-duplicate-metric-list {
    display: grid;
    gap: 14px;
}

.easyidp-duplicate-metric-card {
    display: grid;
    gap: 6px;
    padding: 18px 20px;
    border-radius: 20px;
    background: rgba(246, 251, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.easyidp-duplicate-metric-label {
    display: block;
    color: rgba(255, 159, 159, 0.96);
    letter-spacing: 0.02em;
}

.easyidp-duplicate-metric-note {
    margin: 0;
    color: rgba(246, 251, 255, 0.74);
    line-height: 1.55;
}

.easyidp-duplicate-info-footer {
    display: grid;
    gap: 8px;
    padding-top: 4px;
}

.easyidp-duplicate-info-footer p {
    margin: 0;
    color: rgba(246, 251, 255, 0.72);
    line-height: 1.55;
}

.easyidp-duplicate-info-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 159, 159, 0.12);
    border: 1px solid rgba(255, 159, 159, 0.18);
    color: rgba(255, 159, 159, 0.96);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.easyidp-duplicate-result-card,
.easyidp-duplicate-log-panel {
    width: 100%;
}

.easyidp-duplicate-scope-note {
    display: grid;
    gap: 8px;
    padding: 18px 20px;
    border-radius: 18px;
    background: rgba(246, 251, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 18px;
}

.easyidp-duplicate-scope-note p,
.easyidp-duplicate-scope-note strong {
    margin: 0;
}

.easyidp-duplicate-scope-note strong {
    color: var(--easyidp-white);
}

.easyidp-duplicate-scope-note p {
    color: rgba(246, 251, 255, 0.76);
    line-height: 1.55;
}

.easyidp-duplicate-result-card {
    margin-top: 20px;
    padding: 24px 28px;
    background:
        radial-gradient(circle at top left, rgba(97, 199, 211, 0.18), transparent 42%),
        rgba(7, 19, 61, 0.84);
}

.easyidp-duplicate-result-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 18px;
}

.easyidp-duplicate-result-grid strong {
    display: block;
    color: var(--easyidp-white);
    margin-top: 6px;
    word-break: break-word;
}

.easyidp-duplicate-result-stats,
.easyidp-duplicate-history-counts {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.easyidp-duplicate-result-stats span,
.easyidp-duplicate-history-counts span,
.easyidp-duplicate-history-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(97, 199, 211, 0.12);
    border: 1px solid rgba(97, 199, 211, 0.18);
    color: rgba(97, 199, 211, 1);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.03em;
}

.easyidp-duplicate-result-label {
    color: rgba(246, 251, 255, 0.7);
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.easyidp-duplicate-history-list {
    display: grid;
    gap: 14px;
}

.easyidp-duplicate-history-card {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
    border-radius: 20px;
    background: rgba(246, 251, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.easyidp-duplicate-history-main strong {
    display: block;
    color: var(--easyidp-white);
}

.easyidp-duplicate-history-main p,
.easyidp-duplicate-history-meta span {
    color: rgba(246, 251, 255, 0.74);
}

.easyidp-duplicate-history-main p {
    margin: 8px 0 0;
}

.easyidp-duplicate-history-meta {
    display: grid;
    gap: 8px;
    text-align: right;
    white-space: nowrap;
}

.easyidp-secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(246, 251, 255, 0.08);
    color: var(--easyidp-white);
}

.easyidp-secondary-btn:hover,
.easyidp-secondary-btn:focus {
    color: var(--easyidp-white);
    background: rgba(246, 251, 255, 0.12);
}

.easyidp-duplicate-delete-btn {
    justify-self: end;
}

.easyidp-widget-toolbar {
    position: relative;
    overflow: visible;
    padding: 28px 32px;
    z-index: 10;
}

.easyidp-widget-toolbar-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.easyidp-widget-toolbar-toggle,
.easyidp-widget-handle-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 38px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(246, 251, 255, 0.06);
    color: var(--easyidp-white);
    font-size: 0.82rem;
    font-weight: 700;
}

.easyidp-widget-toolbar-toggle:hover,
.easyidp-widget-toolbar-toggle:focus,
.easyidp-widget-handle-button:hover,
.easyidp-widget-handle-button:focus {
    color: var(--easyidp-white);
    background: rgba(246, 251, 255, 0.12);
    border-color: rgba(154, 245, 87, 0.22);
    outline: none;
}

.easyidp-widget-toolbar-grid {
    display: grid;
    gap: 18px;
    position: absolute;
    top: calc(100% - 6px);
    left: 0;
    right: 0;
    padding: 22px 24px 24px;
    border-radius: 22px;
    background: rgba(7, 19, 61, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 28px 60px rgba(4, 10, 31, 0.34);
    backdrop-filter: blur(18px);
    opacity: 1;
    transform: translateY(0) scale(1);
    transform-origin: top center;
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
    visibility: visible;
    pointer-events: auto;
    z-index: 11;
}

.easyidp-widget-toolbar-grid-collapsed {
    opacity: 0;
    transform: translateY(-10px) scale(0.98);
    visibility: hidden;
    pointer-events: none;
}

.easyidp-widget-button-label {
    white-space: nowrap;
}

.easyidp-widget-toggle-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
}

.easyidp-widget-toggle-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(246, 251, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(246, 251, 255, 0.9);
    margin: 0;
}

.easyidp-widget-toggle-item input {
    accent-color: var(--easyidp-lime);
}

.easyidp-widget-board {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
}

.easyidp-widget-board-sorting .easyidp-widget-card:not(.easyidp-widget-card-dragging) {
    transition: transform 140ms ease, border-color 140ms ease, box-shadow 140ms ease;
}

.easyidp-widget-card {
    min-height: 220px;
    padding: 0;
    cursor: grab;
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
}

.easyidp-widget-card-analytics {
    aspect-ratio: 1 / 1;
    min-height: 340px;
    overflow: hidden;
}

.easyidp-widget-card-placeholder {
    min-height: 220px;
    border-radius: 24px;
    border: 1px dashed rgba(97, 199, 211, 0.4);
    background: rgba(246, 251, 255, 0.04);
}

.easyidp-widget-card::before {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    top: -10px;
    height: 4px;
    border-radius: 999px;
    background: transparent;
    transition: background 140ms ease, opacity 140ms ease;
    opacity: 0;
}

.easyidp-widget-card::after {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: -10px;
    height: 4px;
    border-radius: 999px;
    background: transparent;
    transition: background 140ms ease, opacity 140ms ease;
    opacity: 0;
}

.easyidp-widget-card:hover,
.easyidp-widget-card:focus-within {
    transform: translateY(-2px);
    border-color: rgba(154, 245, 87, 0.28);
    background: rgba(154, 245, 87, 0.05);
    box-shadow: 0 18px 36px rgba(4, 10, 31, 0.28);
}

.easyidp-widget-drop-before::before,
.easyidp-widget-drop-after::after {
    background: linear-gradient(90deg, rgba(97, 199, 211, 0.95), rgba(154, 245, 87, 0.95));
    opacity: 1;
}

.easyidp-widget-card-dragging {
    position: fixed;
    z-index: 50;
    margin: 0;
    pointer-events: none;
    opacity: 0.72;
    cursor: grabbing;
    transform: rotate(1deg) scale(1.01);
    box-shadow: 0 28px 70px rgba(4, 10, 31, 0.42);
}

.easyidp-widget-card-link {
    display: grid;
    gap: 14px;
    min-height: 220px;
    padding: 24px;
    color: inherit;
    text-decoration: none;
}

.easyidp-widget-card-analytics .easyidp-widget-card-link {
    min-height: 100%;
    height: 100%;
    align-content: start;
    gap: 10px;
    padding: 18px;
    grid-template-rows: auto auto auto auto auto 1fr;
}

.easyidp-widget-card-link:hover,
.easyidp-widget-card-link:focus {
    color: inherit;
    text-decoration: none;
}

.easyidp-widget-card:hover .easyidp-widget-mini-line,
.easyidp-widget-card:focus-within .easyidp-widget-mini-line {
    stroke-width: 3.8;
    filter: drop-shadow(0 0 4px rgba(246, 251, 255, 0.12));
}

.easyidp-widget-card:hover .easyidp-widget-mini-bar,
.easyidp-widget-card:focus-within .easyidp-widget-mini-bar {
    opacity: 1;
    transform: translateY(-1px);
}

.easyidp-widget-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.easyidp-widget-card-head-actions {
    padding: 24px 24px 0;
}

.easyidp-widget-card-analytics .easyidp-widget-card-head-actions {
    padding: 18px 18px 2px;
}

.easyidp-widget-card-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.easyidp-widget-handle-button {
    min-width: 42px;
    min-height: 42px;
    padding: 0;
    border-radius: 14px;
    cursor: grab;
    touch-action: none;
}

.easyidp-widget-card-dragging .easyidp-widget-handle-button {
    cursor: grabbing;
}

.easyidp-widget-card-title {
    margin-top: 8px;
    font-size: 1.25rem;
}

.easyidp-widget-card-analytics .easyidp-widget-card-title {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-top: 6px;
    padding: 8px 12px;
    border-radius: 12px;
    background: rgba(154, 245, 87, 0.12);
    box-shadow: inset 0 0 0 1px rgba(154, 245, 87, 0.18);
    color: var(--easyidp-lime);
    font-size: 1.08rem;
    line-height: 1.08;
}

.easyidp-widget-handle {
    color: rgba(246, 251, 255, 0.42);
    font-weight: 700;
    letter-spacing: 0.18em;
    user-select: none;
}

.easyidp-widget-value {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    line-height: 1;
    color: var(--easyidp-lime);
}

.easyidp-widget-test-list {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
    color: rgba(246, 251, 255, 0.88);
}

.easyidp-widget-test-empty {
    color: rgba(246, 251, 255, 0.76);
}

.easyidp-widget-card-debug-preview {
    background:
        radial-gradient(circle at top right, rgba(154, 245, 87, 0.14), transparent 34%),
        linear-gradient(180deg, rgba(10, 22, 72, 0.94), rgba(7, 19, 61, 0.92));
}

.easyidp-widget-card-spotlight {
    --easyidp-widget-accent: var(--easyidp-cyan);
    --easyidp-widget-accent-soft: rgba(97, 199, 211, 0.14);
    --easyidp-widget-accent-strong: rgba(97, 199, 211, 0.22);
    background:
        radial-gradient(circle at top right, var(--easyidp-widget-accent-soft), transparent 34%),
        linear-gradient(180deg, rgba(10, 22, 72, 0.94), rgba(7, 19, 61, 0.92));
}

.easyidp-widget-card-connection-preview {
    --easyidp-widget-accent: var(--easyidp-cyan);
    --easyidp-widget-accent-soft: rgba(97, 199, 211, 0.16);
    --easyidp-widget-accent-strong: rgba(97, 199, 211, 0.24);
}

.easyidp-widget-card-subscription-preview {
    --easyidp-widget-accent: var(--easyidp-teal);
    --easyidp-widget-accent-soft: rgba(34, 179, 157, 0.16);
    --easyidp-widget-accent-strong: rgba(34, 179, 157, 0.24);
}

.easyidp-widget-card-support-preview {
    --easyidp-widget-accent: #ffb56b;
    --easyidp-widget-accent-soft: rgba(255, 181, 107, 0.16);
    --easyidp-widget-accent-strong: rgba(255, 181, 107, 0.24);
}

.easyidp-widget-card-users-preview {
    --easyidp-widget-accent: var(--easyidp-lime);
    --easyidp-widget-accent-soft: rgba(154, 245, 87, 0.16);
    --easyidp-widget-accent-strong: rgba(154, 245, 87, 0.24);
}

.easyidp-widget-card-modules-preview {
    --easyidp-widget-accent: #8ab8ff;
    --easyidp-widget-accent-soft: rgba(138, 184, 255, 0.16);
    --easyidp-widget-accent-strong: rgba(138, 184, 255, 0.24);
}

.easyidp-widget-card-spotlight .easyidp-widget-card-link {
    gap: 16px;
}

.easyidp-widget-card-spotlight .easyidp-widget-card-title {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-top: 10px;
    padding: 10px 14px;
    border-radius: 14px;
    background: rgba(154, 245, 87, 0.12);
    box-shadow: inset 0 0 0 1px rgba(154, 245, 87, 0.18);
    color: var(--easyidp-lime);
    line-height: 1;
}

.easyidp-widget-card-spotlight .easyidp-widget-value {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 10px 14px;
    border-radius: 14px;
    background: var(--easyidp-widget-accent-soft);
    box-shadow: inset 0 0 0 1px var(--easyidp-widget-accent-strong);
}

.easyidp-widget-card-debug-preview .easyidp-widget-card-link {
    gap: 16px;
}

.easyidp-widget-card-debug-preview .easyidp-widget-value {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 10px 14px;
    border-radius: 14px;
    background: rgba(154, 245, 87, 0.12);
    box-shadow: inset 0 0 0 1px rgba(154, 245, 87, 0.16);
}

.easyidp-widget-test-panel {
    display: grid;
    gap: 10px;
    padding: 14px;
    border-radius: 18px;
    background: rgba(246, 251, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.easyidp-widget-test-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.easyidp-widget-test-label {
    font-size: 0.76rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--easyidp-cyan);
}

.easyidp-widget-test-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(154, 245, 87, 0.14);
    color: var(--easyidp-lime);
    font-size: 0.78rem;
    font-weight: 700;
}

.easyidp-widget-test-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(246, 251, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.easyidp-widget-card-debug-preview:hover .easyidp-widget-test-item,
.easyidp-widget-card-debug-preview:focus-within .easyidp-widget-test-item {
    border-color: rgba(154, 245, 87, 0.16);
    background: rgba(154, 245, 87, 0.05);
}

.easyidp-widget-test-item-email {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgba(246, 251, 255, 0.92);
}

.easyidp-widget-test-item-id {
    flex: 0 0 auto;
    color: rgba(97, 199, 211, 0.9);
    font-size: 0.78rem;
    font-weight: 700;
}

.easyidp-widget-spotlight-panel {
    display: grid;
    gap: 10px;
    padding: 14px;
    border-radius: 18px;
    background: rgba(246, 251, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.easyidp-widget-spotlight-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.easyidp-widget-spotlight-label {
    font-size: 0.76rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--easyidp-widget-accent, var(--easyidp-cyan));
}

.easyidp-widget-spotlight-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    padding: 6px 10px;
    border-radius: 999px;
    background: var(--easyidp-widget-accent-soft);
    color: var(--easyidp-widget-accent, var(--easyidp-cyan));
    font-size: 0.78rem;
    font-weight: 700;
}

.easyidp-widget-spotlight-list {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.easyidp-widget-spotlight-item {
    position: relative;
    padding-left: 18px;
    color: rgba(246, 251, 255, 0.88);
    line-height: 1.35;
}

.easyidp-widget-spotlight-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.45rem;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--easyidp-widget-accent, var(--easyidp-cyan));
    box-shadow: 0 0 0 4px var(--easyidp-widget-accent-soft);
}

.easyidp-widget-card-analytics .easyidp-widget-value {
    font-size: clamp(1.6rem, 2.2vw, 2.15rem);
}

.easyidp-widget-chart-shell {
    padding: 10px 12px;
    border-radius: 16px;
    background: rgba(246, 251, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.easyidp-widget-card-analytics .easyidp-widget-chart-shell {
    padding: 8px 10px;
}

.easyidp-widget-card-analytics .easyidp-widget-mini-chart {
    height: 58px;
}

.easyidp-widget-mini-chart {
    display: block;
    width: 100%;
    height: 72px;
}

.easyidp-widget-mini-grid {
    stroke: rgba(246, 251, 255, 0.12);
    stroke-width: 1;
}

.easyidp-widget-mini-line {
    fill: none;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: stroke-width 160ms ease, filter 160ms ease, transform 160ms ease;
}

.easyidp-widget-mini-bar {
    opacity: 0.9;
    transform-origin: center bottom;
    transition: opacity 160ms ease, transform 160ms ease;
}

.easyidp-widget-mini-line-primary {
    stroke: var(--easyidp-cyan);
}

.easyidp-widget-mini-line-secondary {
    stroke: rgba(246, 251, 255, 0.72);
}

.easyidp-widget-mini-line-lime {
    stroke: var(--easyidp-lime);
}

.easyidp-widget-mini-line-danger {
    stroke: #ff9f9f;
}

.easyidp-widget-mini-bar-primary {
    fill: var(--easyidp-cyan);
}

.easyidp-widget-mini-bar-secondary {
    fill: rgba(246, 251, 255, 0.7);
}

.easyidp-widget-mini-bar-lime {
    fill: var(--easyidp-lime);
}

.easyidp-widget-mini-bar-danger {
    fill: #ff9f9f;
}

.easyidp-widget-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    margin-top: -2px;
}

.easyidp-widget-card-analytics .easyidp-widget-legend {
    gap: 8px 10px;
}

.easyidp-widget-card-analytics .easyidp-widget-legend-item {
    gap: 6px;
    font-size: 0.72rem;
}

.easyidp-widget-card-analytics .easyidp-stat-delta {
    padding: 5px 9px;
    font-size: 0.78rem;
}

.easyidp-widget-card-analytics .easyidp-meta {
    font-size: 0.88rem;
    line-height: 1.3;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.easyidp-widget-legend-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(246, 251, 255, 0.78);
    font-size: 0.78rem;
}

.easyidp-widget-legend-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    display: inline-block;
    flex: 0 0 auto;
}

.easyidp-widget-legend-dot.easyidp-widget-mini-line-primary,
.easyidp-widget-legend-dot.easyidp-widget-mini-line-secondary,
.easyidp-widget-legend-dot.easyidp-widget-mini-line-lime,
.easyidp-widget-legend-dot.easyidp-widget-mini-line-danger {
    border-radius: 3px;
}

.easyidp-widget-legend-dot.easyidp-widget-mini-line-primary {
    background: var(--easyidp-cyan);
}

.easyidp-widget-legend-dot.easyidp-widget-mini-line-secondary {
    background: rgba(246, 251, 255, 0.72);
}

.easyidp-widget-legend-dot.easyidp-widget-mini-line-lime {
    background: var(--easyidp-lime);
}

.easyidp-widget-legend-dot.easyidp-widget-mini-line-danger {
    background: #ff9f9f;
}

.easyidp-widget-legend-dot.easyidp-widget-mini-bar-primary {
    background: var(--easyidp-cyan);
}

.easyidp-widget-legend-dot.easyidp-widget-mini-bar-secondary {
    background: rgba(246, 251, 255, 0.7);
}

.easyidp-widget-legend-dot.easyidp-widget-mini-bar-lime {
    background: var(--easyidp-lime);
}

.easyidp-widget-legend-dot.easyidp-widget-mini-bar-danger {
    background: #ff9f9f;
}

.easyidp-tool-form {
    display: grid;
    gap: 16px;
}

.easyidp-check-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.easyidp-check-card {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 58px;
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(246, 251, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(246, 251, 255, 0.92);
}

.easyidp-insight-card p,
.easyidp-action-card p,
.easyidp-ticket-row p,
.easyidp-empty-state p {
    margin: 8px 0 0;
    color: rgba(246, 251, 255, 0.8);
}

.easyidp-empty-state strong {
    display: block;
    color: var(--easyidp-white);
}

.easyidp-action-list,
.easyidp-ticket-list,
.easyidp-roadmap-list {
    display: grid;
    gap: 18px;
}

.easyidp-ticket-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.easyidp-ticket-meta {
    display: grid;
    gap: 8px;
    justify-items: end;
    text-align: right;
    white-space: nowrap;
}

.easyidp-table {
    color: var(--easyidp-white);
}

.easyidp-table thead th {
    border-top: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--easyidp-cyan);
    font-size: 0.84rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.easyidp-table td {
    border-color: rgba(255, 255, 255, 0.08);
    vertical-align: middle;
}

.easyidp-user-row {
    transition: background-color 220ms ease, transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.easyidp-user-row:hover {
    background: rgba(154, 245, 87, 0.08);
    box-shadow: inset 0 0 0 1px rgba(154, 245, 87, 0.18);
}

.easyidp-table.table-hover tbody tr.easyidp-user-row:hover {
    color: rgba(246, 251, 255, 0.92) !important;
}

.easyidp-table.table-hover tbody tr.easyidp-user-row:hover td {
    border-color: rgba(154, 245, 87, 0.16);
    color: rgba(246, 251, 255, 0.92) !important;
}

.easyidp-table.table-hover tbody tr.easyidp-user-row:hover strong {
    color: var(--easyidp-lime) !important;
}

.easyidp-table.table-hover tbody tr.easyidp-user-row:hover span,
.easyidp-table.table-hover tbody tr.easyidp-user-row:hover a,
.easyidp-table.table-hover tbody tr.easyidp-user-row:hover td:not(:first-child) {
    color: var(--easyidp-lime) !important;
}

.easyidp-user-link-btn {
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background-color 220ms ease, color 220ms ease;
}

.easyidp-user-link-btn:hover,
.easyidp-user-link-btn:focus {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(4, 10, 31, 0.28);
    border-color: rgba(154, 245, 87, 0.34);
    background: rgba(154, 245, 87, 0.16);
    color: var(--easyidp-white);
}

.easyidp-user-detail-card {
    transition: transform 220ms ease, border-color 220ms ease, background-color 220ms ease, box-shadow 220ms ease;
}

.easyidp-user-detail-card:hover {
    transform: translateY(-2px);
    background: rgba(154, 245, 87, 0.08);
    border-color: rgba(154, 245, 87, 0.24);
    box-shadow: 0 16px 30px rgba(4, 10, 31, 0.24);
}

.easyidp-secret-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
}

.easyidp-secret-mask {
    letter-spacing: 0.14em;
    color: rgba(246, 251, 255, 0.92);
}

.easyidp-copy-secret-btn {
    gap: 8px;
    min-height: 38px;
    padding: 0 14px;
    white-space: nowrap;
}

.easyidp-table strong,
.easyidp-action-card strong,
.easyidp-ticket-row strong {
    display: block;
    color: var(--easyidp-white);
}

.easyidp-roadmap-list {
    margin: 0;
    padding-left: 18px;
    color: rgba(246, 251, 255, 0.85);
}

.easyidp-roadmap-list li + li {
    margin-top: 12px;
}

@media (max-width: 767px) {
    body.easyidp-shell-login,
    .easyidp-shell-main {
        padding: 18px;
    }

    .easyidp-login-card,
    .easyidp-panel {
        padding: 28px;
    }

    .easyidp-brand-mark {
        width: min(220px, 62vw);
    }

    .easyidp-brand-icon {
        width: 96px;
    }

    .easyidp-shell-main {
        padding: 18px 18px 28px;
    }

    .easyidp-ticket-row,
    .easyidp-section-head,
    .easyidp-hero-panel {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: center;
    }

    .easyidp-dashboard-topbar {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto auto;
        align-items: center;
        justify-content: stretch;
    }

    .easyidp-topbar-actions,
    .easyidp-ticket-row,
    .easyidp-section-head,
    .easyidp-hero-panel {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: center;
    }

    .easyidp-widget-toolbar-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .easyidp-dashboard-topbar {
        gap: 12px;
        border-radius: 0;
    }

    .easyidp-brand-row-dashboard {
        align-items: center;
        width: 100%;
    }

    .easyidp-brand-row-dashboard .easyidp-brand-icon {
        width: 68px;
        max-width: 68px;
    }

    .easyidp-brand-row-dashboard .easyidp-title-admin {
        font-size: 1.25rem;
    }

    .easyidp-operator-card {
        max-width: 132px;
        justify-self: center;
        padding: 12px 14px;
    }

    .easyidp-operator-card strong {
        font-size: 0.92rem;
    }

    .easyidp-topbar-logout-btn {
        width: 42px;
        height: 42px;
        justify-self: end;
    }

    .easyidp-widget-toolbar {
        padding: 22px 20px;
    }

    .easyidp-widget-toolbar-grid {
        left: -1px;
        right: -1px;
        top: calc(100% - 2px);
        padding: 18px;
        border-radius: 18px;
    }

    .easyidp-widget-toggle-list {
        grid-template-columns: 1fr;
    }

    .easyidp-widget-card,
    .easyidp-widget-card-analytics {
        min-height: 0;
    }

    .easyidp-widget-card-link,
    .easyidp-widget-card-analytics .easyidp-widget-card-link {
        min-height: 0;
        height: auto;
        padding: 18px;
    }

    .easyidp-widget-card-head-actions,
    .easyidp-widget-card-analytics .easyidp-widget-card-head-actions {
        padding: 18px 18px 0;
    }

    .easyidp-widget-chart-shell,
    .easyidp-widget-card-analytics .easyidp-widget-chart-shell {
        padding: 8px;
    }

    .easyidp-widget-mini-chart,
    .easyidp-widget-card-analytics .easyidp-widget-mini-chart {
        height: 52px;
    }

    .easyidp-dashboard-topbar {
        padding: 12px 16px;
    }

    .easyidp-dashboard {
        padding-top: 122px;
    }

    .easyidp-dashboard-grid-summary,
    .easyidp-dashboard-grid-main,
    .easyidp-dashboard-grid-bottom,
    .easyidp-overview-row,
    .easyidp-overview-row-bottom,
    .easyidp-widget-board,
    .easyidp-tool-grid,
    .easyidp-insights-grid,
    .easyidp-chart {
        grid-template-columns: 1fr;
    }

    .easyidp-duplicate-result-grid {
        grid-template-columns: 1fr;
    }

    .easyidp-duplicate-history-card {
        flex-direction: column;
    }

    .easyidp-duplicate-history-meta {
        text-align: left;
        white-space: normal;
    }

    .easyidp-chart {
        min-height: auto;
    }

    .easyidp-chart-bars {
        min-height: 120px;
    }

    .easyidp-ticket-meta {
        justify-items: start;
        text-align: left;
        white-space: normal;
    }

    .easyidp-stat-card,
    .easyidp-analytics-panel,
    .easyidp-action-panel,
    .easyidp-ticket-panel,
    .easyidp-users-panel,
    .easyidp-roadmap-panel,
    .easyidp-menu-panel,
    .easyidp-tool-main-panel,
    .easyidp-hero-panel {
        padding: 24px;
    }

    .easyidp-check-grid {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 768px) and (min-height: 820px) {
    body.easyidp-shell-login {
        align-items: center;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .easyidp-dashboard-grid-summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .easyidp-dashboard-grid-main,
    .easyidp-dashboard-grid-bottom,
    .easyidp-hero-panel {
        grid-template-columns: 1fr;
    }
}
