body {
	font-family: Roboto, sans-serif;
	margin: 0;
	padding: 0;
	background-image: url("./bg.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 85%;
	background-color: #1a1a1a;
	background-attachment: fixed;
	color: #d9d9d9;
}

.content {
    background-color: rgba(40, 184, 176, 0.15);
    color: rgb(217, 216, 239);
    padding: 15px 50px;
    text-align: center;
    flex-shrink: 0;
	font-size: 2em;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
	max-width: 1024px;
	margin: 0 auto;
}

.button {
	border-width: 75px;
	--radius: 2px;
    margin: 30px auto 0;
    padding: 8px 28px 8px 27px;
	color: #000000 !important;
    background-color: #00b900 !important;
	border-radius: var(--top-left-radius, var(--border-top-left-radius, var(--radius, var(--border-radius, 0)))) var(--top-right-radius, var(--border-top-right-radius, var(--radius, var(--border-radius, 0)))) var(--bottom-right-radius, var(--border-bottom-right-radius, var(--radius, var(--border-radius, 0)))) var(--bottom-left-radius, var(--border-bottom-left-radius, var(--radius, var(--border-radius, 0)))) !important;
	flex-shrink: 0;
}

.button:hover {
	border-width: 75px;
	--radius: 2px;
    margin: 30px auto 0;
    padding: 8px 28px 8px 27px;
	color: #000000 !important;
    background-color: #478ac9 !important;
	border-radius: var(--top-left-radius, var(--border-top-left-radius, var(--radius, var(--border-radius, 0)))) var(--top-right-radius, var(--border-top-right-radius, var(--radius, var(--border-radius, 0)))) var(--bottom-right-radius, var(--border-bottom-right-radius, var(--radius, var(--border-radius, 0)))) var(--bottom-left-radius, var(--border-bottom-left-radius, var(--radius, var(--border-radius, 0)))) !important;
	flex-shrink: 0;
}

#footer {
    background-color: rgba(40, 184, 176, 0.15);
    color: rgb(0, 208, 0);
    text-align: center;
    padding: 10px;
	width: -webkit-fill-available;
    bottom: 0;
}

.name {
	width:470px;
}

a:link {
	color: #4eb8e0;
}

a:link:hover {
	color: #6fc8f0;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 85%;
}
h2.a.link {
	color: rgb(0, 208, 0);
}
h2.a.visited {
	color: rgb(0, 208, 0);
}
h2.a:hover {
	color: rgb(42, 112, 42);
}
h2.a:active {
	color: rgb(235, 235, 235);
}
h2 {
	color: #ff0000;
	text-shadow: 2px 2px 2px rgba(255, 217, 92, 0.7);
    background-color: rgba(40, 184, 176, 0.15);
	padding: 15px 50px;
    text-align: center;
    flex-shrink: 0;
	font-size: 2em;
	max-width: 1024px;
	margin: 0 auto;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
	background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 100%);
	padding: 2rem 1rem;
	min-height: 100vh;
}
.container {
	max-width: 900px;
	margin: 0 auto;
}
.header {
	text-align: center;
	color: white;
	margin-bottom: 3rem;
}
.header h1 {
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.header p {
	font-size: 1.1rem;
	opacity: 0.95;
}
.events-list {
	display: grid;
	gap: 1.5rem;
}
.event-card {
	background: #1f2937;
	border-radius: 12px;
	padding: 1.5rem;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	border-left: 5px solid #667eea;
}
.event-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}
.event-card.honor {
	border-left-color: #f59e0b;
}
.event-card.exp {
	border-left-color: #10b981;
}
.event-card.mixed {
	border-left-color: #8b5cf6;
}
.event-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1rem;
	flex-wrap: wrap;
	gap: 1rem;
}
.event-dates {
	font-size: 1.3rem;
	font-weight: 700;
	color: #e5e7eb;
}
.event-dates.same {
	color: #60a5fa;
}
.event-dates.range {
	color: #a78bfa;
}
.boosts {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
}
.boost-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.6rem 1rem;
	border-radius: 20px;
	font-weight: 600;
	font-size: 0.95rem;
	white-space: nowrap;
}
.boost-honor {
	background: #78350f;
	color: #fde047;
	border: 2px solid #f59e0b;
}
.boost-exp {
	background: #064e3b;
	color: #6ee7b7;
	border: 2px solid #10b981;
}
.boost-icon {
	font-weight: 800;
	font-size: 1.1rem;
}
.stats {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 1rem;
	margin-top: 3rem;
	padding-top: 2rem;
	border-top: 2px solid #374151;
}
.stat {
	text-align: center;
	padding: 1rem;
	background: #111827;
	border-radius: 8px;
}
.stat-value {
	font-size: 2rem;
	font-weight: 700;
	color: #60a5fa;
	margin-bottom: 0.5rem;
}
.stat-label {
	font-size: 0.9rem;
	color: #9ca3af;
	font-weight: 500;
}
@media (max-width: 600px) {
.header h1 {
		font-size: 1.8rem;
	}
.event-header {
		flex-direction: column;
		align-items: flex-start;
	}
.boosts {
		width: 100%;
	}
.stats {
		grid-template-columns: 1fr;
	}
}