/* --- NEON GREEN THEME --- */
body {
	margin: 0;
	padding: 0;
	background: #0d0f21;
	font-family: 'Segoe UI', 'Roboto', Arial, sans-serif;
	font-size: 14px;
	color: #c8f5c0;             /* светло-зелёный текст */
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #ffffff;
}
h1 { font-size: 2.4em; }
h2 { font-size: 2em; }
h3 { font-size: 1.6em; }

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

/* Ссылки */
a {
	text-decoration: none;
	color: #39ff14;             /* неоновый зелёный */
}

/* Шапка и меню */
#kohazo { width: 980px; margin: 0 auto; padding: 0; }
#purac { height: 120px; display: flex; align-items: center; }

#keru h1 { font-size: 3.5em; font-weight: bold; text-transform: uppercase; }
#keru h1 a {
	color: #fff;
	text-shadow: 0 0 5px #fff, 0 0 10px #39ff14, 0 0 20px #39ff14;
}
#keru p { margin-top: -5px; color: #39ff14; }

#jib {
	width: 100%;
	height: 60px;
	background: #1a1c3c;
	border-radius: 5px;
}
#jib ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-around;
}
#jib a {
	display: block;
	padding: 0 20px;
	line-height: 60px;
	font-weight: bold;
	color: #c8f5c0;             /* пункт меню */
	transition: all 0.3s ease;
}
#jib a:hover,
#jib .qakuk a {
	color: #0d0f21;
	background: #39ff14;
	box-shadow: 0 0 10px #39ff14;
	border-radius: 5px;
}

/* Основная и боковая колонки */
#fizem {
	width: 100%;
	background: #1a1c3c;
	margin-top: 20px;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 5px;
}
#coga { float: left; width: 630px; }
#mehany { float: right; width: 280px; }

/* Посты */
.peri {
	padding: 20px;
	margin-bottom: 20px;
	background: #0d0f21;
	border: 1px solid #39ff14;
	border-radius: 5px;
	box-shadow: 0 0 15px rgba(57,255,20,0.2);
}
.peri .bylar {
	color: #c8f5c0;
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(57,255,20,0.27);
	padding-bottom: 10px;
}
.peri .gevi {
	color: #39ff14;
	font-weight: bold;
}

/* Кнопки */
.button-panel {
	margin-top: 20px;
	display: flex;
	gap: 15px;
}
.saho,
.saho-secondary {
	padding: 15px 25px;
	border-radius: 5px;
	font-weight: bold;
	text-transform: uppercase;
	transition: all 0.3s ease;
	cursor: pointer;
}
.saho {
	background: #39ff14;
	color: #0d0f21;
	border: 2px solid #39ff14;
}
.saho:hover {
	background: #0d0f21;
	color: #39ff14;
	box-shadow: 0 0 15px #39ff14;
}
.saho-secondary {
	background: transparent;
	color: #00cc66;
	border: 2px solid #00cc66;
}
.saho-secondary:hover {
	background: #00cc66;
	color: #0d0f21;
	box-shadow: 0 0 15px #00cc66;
}
.button-inline {
	font-weight: bold;
	text-decoration: underline;
}

/* Сайдбар */
#mehany ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#mehany li {
	padding: 20px;
	margin-bottom: 20px;
	background: #0d0f21;
	border: 1px solid #39ff14;
	border-radius: 5px;
}
#mehany h2 {
	color: #39ff14;
	margin-bottom: 10px;
	font-size: 1.8em;
}

/* Поиск */
#puryro {
	width: 200px;
	padding: 10px;
	background: #1a1c3c;
	border: 1px solid #39ff14;
	color: #fff;
	border-radius: 5px 0 0 5px;
}
#vyxysu {
	padding: 10px;
	background: #39ff14;
	border: 1px solid #39ff14;
	color: #0d0f21;
	font-weight: bold;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
}

/* Подвал */
#gaw {
	padding: 30px 0;
	text-align: center;
	color: #c8f5c0;
}
#gaw a {
	color: #39ff14;
}
