/* ---------------------------
   Modern Header
---------------------------- */
.home-header {
    padding: 10px 0 20px 0;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

.home-header h1 {
    margin: 0;
    font-size: 28px;
    font-weight: 600;
    color: #222;
}

.home-header .subtitle {
    margin-top: 6px;
    font-size: 14px;
    color: #666;
}


/* ---------------------------
   Modern Buttons
---------------------------- */
#content-main .object-tools li a.button,
.regen-btn {
    background: #2563eb; /* modern blue */
    border: none;
    color: white !important;
    padding: 6px 14px;
    border-radius: 6px;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.1s ease;
}

#content-main .object-tools li a.button:hover,
.regen-btn:hover {
    background: #1e40af;
    transform: translateY(-1px);
}


/* ---------------------------
   Modern Form Styling
---------------------------- */
#content-main .module {
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    background: #fafafa;
    box-shadow: 0 1px 2px rgba(0,0,0,0.04);
}

#content-main .form-row label {
    font-weight: 600;
    color: #333;
}

#content-main .form-row {
    margin-bottom: 14px;
}


/* ---------------------------
   Modern Spacing
---------------------------- */
#content-main .object-tools {
    gap: 10px !important;
}

/* ---------------------------
   Modern Hero Section
---------------------------- */
.hero-section {
    background: linear-gradient(135deg, #eef2ff, #f8fafc);
    border-radius: 12px;
    margin-bottom: 40px;
}

.hero-title {
    font-size: 2.4rem;
    font-weight: 700;
    color: #1e293b;
}

.hero-subtitle {
    font-size: 1.1rem;
    color: #475569;
}


/* ---------------------------
   Modern Buttons
---------------------------- */
.modern-btn {
    padding: 12px 20px;
    font-size: 1.1rem;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.modern-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.25);
}

.modern-btn-outline {
    padding: 12px 20px;
    font-size: 1.1rem;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.modern-btn-outline:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}


/* ---------------------------
   Feature Cards
---------------------------- */
.feature-card {
    background: white;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.feature-card h4 {
    font-weight: 600;
    color: #1e293b;
}

.feature-card p {
    color: #475569;
}

/* ---------------------------
   NAVBAR
---------------------------- */
.modern-navbar {
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
}

.modern-navbar .nav-link {
    font-weight: 500;
    color: #334155;
}

.modern-navbar .nav-link:hover {
    color: #1d4ed8;
}

/* ---------------------------
   HERO / DASHBOARD HEADER
---------------------------- */
.dashboard-hero {
    background: linear-gradient(135deg, #eef2ff, #f8fafc);
    border-radius: 12px;
    margin-bottom: 40px;
}

.dashboard-title {
    font-size: 2.4rem;
    font-weight: 700;
    color: #1e293b;
}

.dashboard-subtitle {
    font-size: 1.1rem;
    color: #475569;
}

.dashboard-btn {
    border-radius: 8px;
    padding: 12px 20px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.dashboard-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* ---------------------------
   DASHBOARD CARDS
---------------------------- */
.dashboard-card {
    background: white;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.dashboard-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

/* ---------------------------
   FOOTER
---------------------------- */
.modern-footer {
    background: #f8fafc;
    border-top: 1px solid #e5e7eb;
}
