/* ==========================================================================
   BURN.CAMP - MAIN STYLESHEET
   ==========================================================================

   TABLE OF CONTENTS
   1. Base Styles
   2. Layout (mainbar, navbar, header)
   3. Survey Components
   4. Form Elements
   5. Buttons
   6. Utilities
   7. Responsive Media Queries
   8. Dashboard (Desert Night Fire Theme)

   ========================================================================== */

/* ==========================================================================
   1. BASE STYLES
   ========================================================================== */

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

    body.dark {
        background-color: #121212;
        color: white;
    }

body.dark .text-muted {
    color: #a0a0a0 !important;
}

a, .btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.centered {
     /* needs a fixed width */
    margin: 0 auto;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: red;
    font-weight: bold;
}

/* ==========================================================================
   2. LAYOUT (mainbar, navbar, header, footer)
   ========================================================================== */

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

.mainbar {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.navbar {
    width: 199px;
    min-width: 199px;
    color: #333;
    overflow-y: auto;
    overflow-x: hidden;
}

body.dark .navbar {
    color: white;
}

    .navbar .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

.header, .footer {
    justify-content: space-between;
    display: flex;
    flex-shrink: 0;
}

    .header > div, .footer > div {
        gap: .5rem;
        margin: .5rem;
        display: inline-flex;
        align-items: center;
    }

.header {
    background-color: #f7f7f7;
    justify-content: space-between;
    height: 3.5rem;
    display: flex;
    align-items: center;
    padding: 0 1rem;
}

body.dark .header {
    background-color: #04173d;
}

.header .navbar-brand {
    font-size: 1.1rem;
    color: inherit;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.header .navbar-brand:hover {
    color: var(--dash-accent-primary);
    text-decoration: none;
}

    .header a, .top-row .btn-link {
        white-space: nowrap;
        text-decoration: none;
    }

        .header a:hover, .top-row .btn-link:hover {
            text-decoration: underline;
        }

        .header a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .top-row.auth a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

.main {
    flex: 1;
    overflow-y: auto;
    overflow-x: auto;
    padding-top: .5rem;
    padding-left: .5rem;
    padding-right: .5rem;
    justify-content: center;
}

/* ==========================================================================
   3. SURVEY COMPONENTS
   ========================================================================== */

/* Base survey container */
.survey-container {
    width: fit-content;
    font-size: 14px;
    color: black;
    padding: .5rem;
    background-color: #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
}

    .survey-container .e-list-item {
        height: auto !important; /* Ensure the list item height adjusts dynamically */
        padding: 0px; /*padding: 12px 20px;*/ /* Add padding for better spacing */
    }

    .survey-container .response-buttons {
        display: flex;
        justify-content: center; /* Center the buttons horizontally */
        gap: 100px; /* Optional: adjust spacing between buttons */
        padding: 10px;
    }

body.dark .survey-container {
    background-color: #111;
    color: #ddd;
}

/* Section wrapper inside survey container */
.section-container {
    padding: .5rem;
    border: 2px solid #ccc;
    border-radius: 8px;
    background-color: #bbb;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
}

body.dark .section-container {
    background-color: #222;
}

.section-container .e-list-item {
    height: auto !important; /* Ensure the list item height adjusts dynamically */
    padding: 0px; /*padding: 12px 20px;*/ /* Add padding for better spacing */
}

.auto-height .e-list-item {
    height: auto !important; /* Ensure the list item height adjusts dynamically */
}

/* Collapsible section header */
.section-title {
    font-weight: bold;
    font-size: xx-large;
    padding: 10px;
    text-align:center;
}

/* Question container inside sections */
.question-container {
    padding: 15px;
    border: 2px solid #ccc;
    border-radius: 8px;
    background-color: #f9f9f9;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

body.dark .question-container {
    background-color: #333;
}

/* Conditional question styling */
.conditional-question {
    margin: 0.5rem 0rem;
    padding: .5rem;
    border: 2px dashed #999;
    min-width: 400px;
    border-radius: 8px;
    background-color: #f0f0f0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
}

body.dark .conditional-question {
    background-color: #333;
}

    /* Optional: Add spacing to the question title and subtitle */
    .question-container h4,
    .conditional-question h4 {
        margin-top: 0;
    }

    /* Optional: Add spacing to content inside each question */
    .question-container .content,
    .conditional-question .content {
        margin-top: 10px;
    }

/* ==========================================================================
   4. FORM ELEMENTS & SYNCFUSION OVERRIDES
   ========================================================================== */

.email-disclaimer {
    font-size: 0.8rem; /* 80% of the root font size (typically 16px) */
    font-style: italic;
}

.close-button {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.flex-row {
    display: flex;
    gap: 8px;
    align-items: center;
    margin: 10px 0;
}

.flex-grow {
    flex-grow: 1;
}

.e-radio+label::before {
    border-color: #333;
}

body.dark .e-radio+label::before {
    border-color: white;
}

/* Apply flexbox to the list items in .remove-list to center the text and button */
.remove-list ul {
    padding: 0;
    margin: 0;
}

.remove-list li {
    display: flex;
    align-items: center; /* Vertically center the content */
}

.remove-list .e-btn.e-icon-btn, .specific-div .e-css.e-btn.e-icon-btn {
    padding: 1px 6px; /* You can adjust to rem, em, or px */
    margin: 5px 5px;
}

.long-text-response textarea.e-control.e-textbox.e-lib.e-input {
    min-height: 100px; /* Minimum height */
}

.e-panel-content {
    width: 100% !important; /* Syncfusion override */
    max-width: 100%;
    overflow: hidden;
    white-space: normal !important; /* Syncfusion override */
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding: 10px;
}

/* ==========================================================================
   5. BUTTONS
   ========================================================================== */

.response-buttons {
    display: flex;
    justify-content: center; /* Center the buttons horizontally */
    gap: 100px; /* Optional: adjust spacing between buttons */
    padding: 10px;
}

.btn {
    border-radius: 5px;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-success {
    background-color: #28a745;
    color: white;
}

.btn-danger {
    background-color: #dc3545;
    color: white;
}

.btn-secondary {
    background-color: #6c757d;
    color: white;
}

.btn-info {
    background-color: blue;
    color: white;
}

/* ==========================================================================
   6. UTILITIES & HELPERS
   ========================================================================== */

.tri-state-container {
    display: flex;
    gap: 10px;
}

.scrollable {
    overflow: auto;
}

/* Utility: max-width for large screens (e.g., blank layout) */
.max-w-lg {
    max-width: 992px;
}

/* icons on the nav bar */
.nav i {
    font-size: 1.25rem;
    vertical-align: middle;
    margin-right: 0.75rem;
    width: 1.25rem;
}

/* nav link styling */
.nav-link {
    color: #333;
    background: none;
    border: none;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .nav-link:hover {
        background-color: rgba(0, 0, 0, 0.1);
        color: #000;
    }

    .nav-link.active {
        background-color: rgba(0, 0, 0, 0.2);
        color: #000;
    }

body.dark .nav-link {
    color: #d7d7d7;
}

    body.dark .nav-link:hover {
        background-color: rgba(255, 255, 255, 0.1);
        color: white;
    }

    body.dark .nav-link.active {
        background-color: rgba(255, 255, 255, 0.37);
        color: white;
    }

.info-tooltip .e-tooltip {
    display: inline-block !important;
}

.light-email-preview * {
    background: white !important;
    color: black !important;
    border-color: #ccc !important;
}

/* ==========================================================================
   7. RESPONSIVE MEDIA QUERIES
   ========================================================================== */

/* Max 40vh for Content 1 below XXL */
@media (max-width: 1399px) {
    .limited-height {
        max-height: 40vh;
    }
}

/* Allow full width for smaller screens */
@media (max-width: 767px) {
    .mainbar {
        width: 100%;
    }

    .main {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }

    .top-row a, .top-row .btn-link {
        margin-left: 0;
    }

    .survey-container {
        width: 100%;
        padding: 0.25rem;
    }

    .section-container {
        padding: 0.25rem;
    }

    .conditional-question {
        margin: 0.25rem 0rem;
        padding: 0.25rem;
        min-width: unset;
        width: 100%;
        box-sizing: border-box;
    }

    .question-container {
        padding: 0.5rem;
    }

    .section-title {
        font-size: x-large;
        padding: 5px;
    }

    .response-buttons {
        gap: 10px; /* Reduce from 100px to 10px for mobile */
        flex-wrap: wrap; /* Allow wrapping if needed */
    }
}

/* ==========================================================================
   8. DASHBOARD - Desert Night Fire Theme
   ========================================================================== */

:root {
    --dash-bg-deep: #0a0a0f;
    --dash-bg-card: #12121a;
    --dash-bg-card-hover: #1a1a25;
    --dash-accent-primary: #ff6b35;    /* fire orange */
    --dash-accent-secondary: #f7c59f;  /* warm sand */
    --dash-accent-tertiary: #8b5cf6;   /* mystic purple */
    --dash-text-primary: #fafafa;
    --dash-text-secondary: #a0a0a0;
    --dash-text-muted: #666;
    --dash-border: rgba(255, 255, 255, 0.08);
    --dash-border-hover: rgba(255, 255, 255, 0.15);
    --dash-glow-orange: 0 0 20px rgba(255, 107, 53, 0.3);
    --dash-glow-purple: 0 0 20px rgba(139, 92, 246, 0.3);
    --dash-card-radius: 12px;
    --dash-transition: 0.2s ease;
}

/* Dashboard Layout */
.dashboard {
    min-height: 100%;
}

.dashboard-header {
    margin-bottom: 2rem;
}

.dashboard-greeting {
    font-size: 1.75rem;
    font-weight: 600;
    color: var(--dash-text-primary);
    margin: 0 0 0.5rem 0;
}

.dashboard-subtitle {
    font-size: 1rem;
    color: var(--dash-text-secondary);
    margin: 0;
}

.dashboard-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 1.5rem;
}

/* Dashboard Cards */
.dash-card {
    background: var(--dash-bg-card);
    border: 1px solid var(--dash-border);
    border-radius: var(--dash-card-radius);
    overflow: hidden;
    transition: transform var(--dash-transition),
                border-color var(--dash-transition),
                box-shadow var(--dash-transition);
}

.dash-card:hover {
    transform: translateY(-2px);
    border-color: var(--dash-border-hover);
}

.dash-card--orange {
    border-top: 3px solid var(--dash-accent-primary);
}

.dash-card--orange:hover {
    box-shadow: var(--dash-glow-orange);
}

.dash-card--purple {
    border-top: 3px solid var(--dash-accent-tertiary);
}

.dash-card--purple:hover {
    box-shadow: var(--dash-glow-purple);
}

.dash-card--sand {
    border-top: 3px solid var(--dash-accent-secondary);
}

.dash-card--sand:hover {
    box-shadow: 0 0 20px rgba(247, 197, 159, 0.2);
}

.dash-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid var(--dash-border);
}

.dash-card__title-group {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.dash-card__icon {
    font-size: 1.25rem;
    color: var(--dash-accent-primary);
}

.dash-card--purple .dash-card__icon {
    color: var(--dash-accent-tertiary);
}

.dash-card--sand .dash-card__icon {
    color: var(--dash-accent-secondary);
}

.dash-card__title {
    font-size: 1rem;
    font-weight: 600;
    color: var(--dash-text-primary);
    margin: 0;
}

.dash-card__actions {
    display: flex;
    gap: 0.5rem;
}

.dash-card__body {
    padding: 1.25rem;
}

.dash-card__footer {
    padding: 1rem 1.25rem;
    border-top: 1px solid var(--dash-border);
    background: rgba(0, 0, 0, 0.2);
}

/* Dashboard Badges */
.dash-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

.dash-badge--incomplete {
    background: rgba(107, 114, 128, 0.2);
    color: #9ca3af;
}

.dash-badge--submitted {
    background: rgba(59, 130, 246, 0.2);
    color: #60a5fa;
}

.dash-badge--review {
    background: rgba(245, 158, 11, 0.2);
    color: #fbbf24;
}

.dash-badge--accepted {
    background: rgba(34, 197, 94, 0.2);
    color: #4ade80;
}

.dash-badge--rejected {
    background: rgba(239, 68, 68, 0.2);
    color: #f87171;
}

/* Dashboard Lists */
.dash-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dash-list__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--dash-border);
}

.dash-list__item:last-child {
    border-bottom: none;
}

.dash-list__link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--dash-text-primary);
    text-decoration: none;
    transition: color var(--dash-transition);
}

.dash-list__link:hover {
    color: var(--dash-accent-primary);
}

.dash-list__link i {
    font-size: 0.875rem;
    color: var(--dash-text-muted);
}

/* Dashboard Stats */
.dash-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 1rem;
}

.dash-stat {
    text-align: center;
    padding: 0.75rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
}

.dash-stat__value {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--dash-accent-primary);
}

.dash-stat__label {
    font-size: 0.75rem;
    color: var(--dash-text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Dashboard Reviewer Card */
.dash-review-instance {
    padding: 1rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
    margin-bottom: 0.75rem;
}

.dash-review-instance:last-child {
    margin-bottom: 0;
}

.dash-review-header {
    margin-bottom: 0.75rem;
}

.dash-review-title {
    color: var(--dash-text-primary);
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.dash-review-title:hover {
    color: var(--dash-accent-primary);
}

.dash-review-title i {
    color: var(--dash-accent-tertiary);
}

.dash-review-stats {
    display: flex;
    gap: 0.5rem;
}

.dash-review-stat {
    flex: 1;
    text-align: center;
    padding: 0.5rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 6px;
}

.dash-review-stat--highlight {
    background: rgba(255, 107, 53, 0.15);
}

.dash-review-stat--highlight .dash-review-stat__value {
    color: var(--dash-accent-primary);
}

.dash-review-stat__value {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--dash-text-primary);
    display: block;
}

.dash-review-stat__label {
    font-size: 0.7rem;
    color: var(--dash-text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Dashboard Empty States */
.dash-empty {
    text-align: center;
    padding: 2rem 1rem;
}

.dash-empty__icon {
    font-size: 3rem;
    color: var(--dash-text-muted);
    margin-bottom: 1rem;
}

.dash-empty__title {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--dash-text-primary);
    margin: 0 0 0.5rem 0;
}

.dash-empty__text {
    color: var(--dash-text-secondary);
    margin: 0 0 1rem 0;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.dash-tips {
    background: rgba(255, 107, 53, 0.05);
    border: 1px solid rgba(255, 107, 53, 0.2);
    border-radius: var(--dash-card-radius);
    padding: 1.5rem;
    margin-top: 2rem;
}

.dash-tips__title {
    font-size: 1rem;
    font-weight: 600;
    color: var(--dash-accent-primary);
    margin: 0 0 1rem 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.dash-tips__list {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--dash-text-secondary);
}

.dash-tips__list li {
    margin-bottom: 0.5rem;
}

.dash-tips__list li:last-child {
    margin-bottom: 0;
}

/* Dashboard Buttons */
.dash-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all var(--dash-transition);
    border: none;
    text-decoration: none;
}

.dash-btn--primary {
    background: var(--dash-accent-primary);
    color: white;
}

.dash-btn--primary:hover {
    background: #e55a28;
    color: white;
}

.dash-btn--secondary {
    background: transparent;
    border: 1px solid var(--dash-border);
    color: var(--dash-text-primary);
}

.dash-btn--secondary:hover {
    border-color: var(--dash-accent-primary);
    color: var(--dash-accent-primary);
}

.dash-btn--small {
    padding: 0.375rem 0.75rem;
    font-size: 0.8125rem;
}

.dash-btn--icon {
    padding: 0.5rem;
}

/* Dashboard Wizards */
.dash-wizard {
    padding: 1.5rem;
}

.dash-wizard__steps {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 2rem;
}

.dash-wizard__step {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--dash-border);
    transition: all var(--dash-transition);
}

.dash-wizard__step--active {
    background: var(--dash-accent-primary);
    box-shadow: 0 0 8px rgba(255, 107, 53, 0.5);
}

.dash-wizard__step--completed {
    background: var(--dash-accent-secondary);
}

.dash-wizard__content {
    min-height: 200px;
}

.dash-wizard__title {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--dash-text-primary);
    margin: 0 0 1rem 0;
    text-align: center;
}

.dash-wizard__actions {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid var(--dash-border);
}

.dash-option {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid var(--dash-border);
    border-radius: 8px;
    margin-bottom: 0.75rem;
    cursor: pointer;
    transition: all var(--dash-transition);
}

.dash-option:hover {
    border-color: var(--dash-accent-primary);
    background: rgba(255, 107, 53, 0.05);
}

.dash-option--selected {
    border-color: var(--dash-accent-primary);
    background: rgba(255, 107, 53, 0.1);
}

.dash-option__icon {
    font-size: 1.5rem;
    color: var(--dash-accent-primary);
}

.dash-option__text {
    flex: 1;
}

.dash-option__title {
    font-weight: 600;
    color: var(--dash-text-primary);
    margin: 0 0 0.25rem 0;
}

.dash-option__desc {
    font-size: 0.875rem;
    color: var(--dash-text-secondary);
    margin: 0;
}

/* Syncfusion dialog overrides for dashboard */
.dash-dialog .e-dlg-header-content {
    background: var(--dash-bg-card);
    border-bottom: 1px solid var(--dash-border);
}

.dash-dialog .e-dlg-content {
    background: var(--dash-bg-deep);
}

.dash-dialog .e-footer-content {
    background: var(--dash-bg-card);
    border-top: 1px solid var(--dash-border);
}

/* Dashboard Responsive */
@media (max-width: 767px) {
    .dashboard-greeting {
        font-size: 1.5rem;
    }

    .dashboard-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .dash-stats {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.5rem;
    }

    .dash-stat__value {
        font-size: 1.25rem;
    }

    .dash-wizard__actions {
        flex-direction: column-reverse;
        gap: 0.75rem;
    }

    .dash-wizard__actions .dash-btn {
        width: 100%;
        justify-content: center;
    }
}

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

@media (min-width: 1200px) {
    .dashboard-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.dash-card--full {
    grid-column: 1 / -1;
}

@media (min-width: 768px) {
    .dash-card--half {
        grid-column: span 1;
    }
}