/* =============================================
   MINIMALIST HOMEPAGE THEME
   ============================================= */

/* Light theme */
html:not(.dark) body {
    background-color: #fafafa !important;
}

html:not(.dark) .service-card,
html:not(.dark) .bookmark-card,
html:not(.dark) .widget {
    background-color: #ffffff !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: none !important;
}

html:not(.dark) .service-card *,
html:not(.dark) .bookmark-card *,
html:not(.dark) .widget * {
    color: #525252 !important;
}

html:not(.dark) .service-card strong,
html:not(.dark) .service-card h3,
html:not(.dark) .bookmark-card strong,
html:not(.dark) .bookmark-card h3,
html:not(.dark) .widget strong,
html:not(.dark) .widget h3 {
    color: #171717 !important;
}

html:not(.dark) h1,
html:not(.dark) h2,
html:not(.dark) h3,
html:not(.dark) h4,
html:not(.dark) .group-title {
    color: #171717 !important;
}

html:not(.dark) input,
html:not(.dark) .search-input {
    background-color: #ffffff !important;
    border: 1px solid #e5e5e5 !important;
    color: #171717 !important;
}

/* Dark theme */
html.dark body {
    background-color: #0a0a0a !important;
}

html.dark .service-card,
html.dark .bookmark-card,
html.dark .widget {
    background-color: #141414 !important;
    border: 1px solid #262626 !important;
    box-shadow: none !important;
}

html.dark .service-card *,
html.dark .bookmark-card *,
html.dark .widget * {
    color: #a3a3a3 !important;
}

html.dark .service-card strong,
html.dark .service-card h3,
html.dark .bookmark-card strong,
html.dark .bookmark-card h3,
html.dark .widget strong,
html.dark .widget h3 {
    color: #fafafa !important;
}

html.dark h1,
html.dark h2,
html.dark h3,
html.dark h4,
html.dark .group-title {
    color: #fafafa !important;
}

html.dark input,
html.dark .search-input {
    background-color: #141414 !important;
    border: 1px solid #262626 !important;
    color: #fafafa !important;
}
