/* Existing Styles */
#refresh-config { bottom: 5px; left: 5px; position: fixed; z-index: 1000; }

/* ---- reset ---- */
.github { z-index: 10000; bottom: 10px; right: 10px; position: fixed; border-radius: 10px; background: #fff; padding: 0 12px 6px 12px; border: 1px solid #000; }
.github a:hover,
.github a:link,
.github a:visited,
.github a:active { color: #000; text-decoration: none; }
.github img { height: 30px; }
.github #gh-project { font-size: 20px; padding-left: 5px; font-weight: bold; vertical-align: bottom; }

/* Hero Section */
.hero { position: relative; text-align: center; padding: 50px 20px; z-index: 500; color: #000; }
.hero h1 { font-size: 48px; margin-bottom: 20px; font-weight: bold; }
.hero p { font-size: 18px; max-width: 600px; margin: 0 auto; }

/* Slider Styles */
.slider { position: relative; width: 100%; max-width: 800px; height: 100px; /* Reduced height since no images */ margin: 0 auto; overflow: hidden; z-index: 500; }
.slide { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; transition: opacity 1s ease-in-out; display: flex; align-items: center; justify-content: center; }
.slide.active { opacity: 1; }
.slide h2 { font-size: 32px; color: #000; margin: 0; text-align: center; }

/* Particle Canvas */
#tsparticles { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; }