.dmware-dashboard-page {
    width: min(1180px, calc(100% - 40px));
    margin: 24px auto 70px;
}

.dmware-dashboard-page .dmware-dashboard-hero {
    margin-bottom: 20px !important;
}

.dmware-dashboard-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 24px;
}

.dmware-dashboard-summary a {
    position: relative;
    overflow: hidden;
    min-height: 92px;
    padding: 19px 22px;
    border: 1px solid var(--dmware-border);
    border-radius: 17px;
    background: var(--dmware-card);
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: 0 14px 38px rgba(0, 0, 0, .12);
}

.dmware-dashboard-summary a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background: #788196;
}

.dmware-dashboard-summary a.is-active::after { background: #6ed3a7; }
.dmware-dashboard-summary a.is-attention::after { background: #f0b96b; }
.dmware-dashboard-summary span { display: block; color: var(--dmware-muted); font-size: 13px; font-weight: 650; }
.dmware-dashboard-summary strong { display: block; margin-top: 3px; color: #fff; font-size: 30px; line-height: 1.1; }

.dmware-dashboard-section {
    margin-top: 24px;
    padding: 26px;
    border: 1px solid var(--dmware-border);
    border-radius: 20px;
    background: var(--dmware-card);
    box-shadow: 0 18px 52px rgba(0, 0, 0, .14);
}

.dmware-dashboard-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.dmware-dashboard-section-heading .dmware-service-eyebrow { margin-bottom: 6px; }
.dmware-dashboard-section-heading h2 { display: block !important; margin: 0 !important; color: #fff; font-size: 24px; line-height: 1.2; }
.dmware-dashboard-section-heading > a { color: #f29bc3; font-size: 13px; font-weight: 750; text-decoration: none; }

.dmware-dashboard-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.dmware-dashboard-action {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 13px;
    min-height: 94px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 15px;
    background: var(--dmware-card-soft);
    color: #fff !important;
    text-decoration: none !important;
    transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.dmware-dashboard-action:hover { transform: translateY(-2px); border-color: rgba(216, 71, 137, .4); background: #242a39; }
.dmware-dashboard-action-icon { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 12px; background: rgba(216, 71, 137, .13); color: #f7b0d0; font-size: 13px; font-weight: 800; }
.dmware-dashboard-action-copy strong, .dmware-dashboard-action-copy small { display: block; }
.dmware-dashboard-action-copy strong { margin-bottom: 4px; color: #fff; font-size: 15px; }
.dmware-dashboard-action-copy small { color: var(--dmware-muted); font-size: 11px; line-height: 1.45; }

.dmware-dashboard-resource-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.dmware-dashboard-resource-grid > a {
    display: flex;
    min-height: 155px;
    flex-direction: column;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 15px;
    background: var(--dmware-card-soft);
    color: #fff !important;
    text-decoration: none !important;
}

.dmware-dashboard-resource-grid span { color: #b9e5fa; font-size: 10px; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.dmware-dashboard-resource-grid strong { margin: 12px 0 18px; color: #fff; font-size: 16px; line-height: 1.4; }
.dmware-dashboard-resource-grid small { margin-top: auto; color: #f29bc3; font-size: 12px; font-weight: 700; }

.dmware-dashboard-studio {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    overflow: hidden;
    margin-top: 24px;
    padding: 28px 30px;
    border: 1px solid rgba(242, 155, 195, .32);
    border-radius: 20px;
    background:
        radial-gradient(circle at 92% 15%, rgba(216, 71, 137, .2), transparent 34%),
        linear-gradient(135deg, #202432 0%, #181c27 100%);
    box-shadow: 0 18px 52px rgba(0, 0, 0, .16);
}

.dmware-dashboard-studio::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: linear-gradient(180deg, #f29bc3, #d84789);
}

.dmware-dashboard-studio-copy { position: relative; max-width: 760px; }
.dmware-dashboard-studio-badge {
    display: inline-flex;
    margin-bottom: 9px;
    padding: 5px 9px;
    border: 1px solid rgba(242, 155, 195, .34);
    border-radius: 999px;
    background: rgba(216, 71, 137, .12);
    color: #f7b0d0;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.dmware-dashboard-studio h2 {
    margin: 0 0 8px !important;
    color: #fff;
    font-size: clamp(21px, 2.4vw, 28px);
    line-height: 1.2;
}

.dmware-dashboard-studio p {
    margin: 0;
    color: var(--dmware-muted);
    font-size: 13px;
    line-height: 1.65;
}

.dmware-dashboard-studio-button {
    position: relative;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 154px;
    padding: 13px 18px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 12px;
    background: #d84789;
    color: #fff !important;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none !important;
    transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.dmware-dashboard-studio-button:hover {
    transform: translateY(-2px);
    background: #e15595;
    box-shadow: 0 12px 26px rgba(216, 71, 137, .28);
}

.dmware-dashboard-studio-button:focus-visible {
    outline: 3px solid rgba(247, 176, 208, .48);
    outline-offset: 3px;
}

.dmware-dashboard-utilities {
    display: flex;
    justify-content: flex-end;
    gap: 18px;
    margin-top: 18px;
    padding: 0 4px;
}

.dmware-dashboard-utilities a { color: var(--dmware-muted); font-size: 12px; font-weight: 700; text-decoration: none; }
.dmware-dashboard-utilities a:hover { color: #fff; }

@media (max-width: 900px) {
    .dmware-dashboard-actions, .dmware-dashboard-resource-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
    .dmware-dashboard-page { width: min(100% - 24px, 1180px); margin: 18px auto 44px; }
    .dmware-dashboard-page .dmware-dashboard-hero { padding: 24px !important; }
    .dmware-dashboard-summary { gap: 8px; }
    .dmware-dashboard-summary a { min-height: 78px; padding: 15px 13px; }
    .dmware-dashboard-summary span { font-size: 11px; }
    .dmware-dashboard-summary strong { font-size: 24px; }
    .dmware-dashboard-section { padding: 20px; }
    .dmware-dashboard-studio { align-items: flex-start; flex-direction: column; padding: 24px; }
    .dmware-dashboard-studio-button { width: 100%; }
}

@media (max-width: 560px) {
    .dmware-dashboard-actions, .dmware-dashboard-resource-grid { grid-template-columns: 1fr; }
    .dmware-dashboard-section-heading { align-items: flex-start; flex-direction: column; }
}
