body {
	background: #f7f3ff;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	color: #241331;
}
.navbar {
	background: linear-gradient(135deg, #17002e, #2d005d 55%, #120021);
	box-shadow: 0 12px 30px rgba(23, 0, 46, .18);
}
.navbar .navbar-brand,
.navbar .nav-link { color: #ffffff; }
.navbar .nav-link:hover,
.navbar .navbar-brand:hover { color: #ffcf35; }
main { color: #241331; }
.bg-dark { background: linear-gradient(135deg, #17002e, #24004a)!important; color: #fff; }
.btn-primary {
	background: linear-gradient(135deg, #ff3bd4, #8d35ff);
	border: 0;
	border-radius: 12px;
	font-weight: 900;
	font-size: 15px;
	padding: 10px 22px;
	color: #fff;
	box-shadow: 0 10px 24px rgba(255, 59, 212, .24);
}
.btn-secondary {
	background: linear-gradient(135deg, #ffcf35, #ff8f00);
	border: 0;
	border-radius: 12px;
	font-weight: 900;
	font-size: 15px;
	padding: 10px 22px;
	color: #17002e;
	box-shadow: 0 10px 24px rgba(255, 207, 53, .25);
}
.btn-primary:hover, .btn-secondary:hover { filter: brightness(1.05); transform: translateY(-1px); }
h1 { font-size: 34px; text-align: center; margin: 20px 0; font-weight: 900; color: #17002e; }
h2 { font-size: 29px; text-align: center; margin: 18px 0; font-weight: 850; color: #24004a; }
h3 { font-size: 23px; margin-top: 18px; color: #35105a; }
p, li { font-size: 17px; line-height: 1.72; }
a { color: #8d35ff; }
.bt { display: flex; justify-content: center; padding: 15px; gap: 10px; }
.container img { display: block; margin: 0 auto; max-width: 100%; }
.logofooter { display: flex; align-content: center; align-items: center; gap: 15px; padding-bottom: 25px; }
.logoft { max-height: 52px; margin: 0!important; }
.logofooter svg { max-height: 50px; max-width: 58px; fill: white; }
.footer-note { color: #f2dcff; }
footer .text-center { color: #fff; }
footer a { color: #ffcf35; text-decoration: none; }
footer a:hover { color: #fff; }
.navbar .navbar-nav { gap: 10px; }
.navbar .nav-link.nav-btn {
	color: #fff !important;
	font-weight: 900;
	letter-spacing: .4px;
	text-transform: uppercase;
	padding: 10px 14px;
	border-radius: 12px;
	background: linear-gradient(135deg, rgb(255, 59, 212), rgb(53, 247, 255));
	border: 1px solid rgba(255,255,255,.22);
	box-shadow: 0 10px 24px rgba(141, 53, 255, .18), 0 10px 24px rgba(53,247,255,.12);
	transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}
.navbar .nav-link.nav-btn:hover { transform: translateY(-1px); filter: brightness(1.07); }
.navbar .nav-link.nav-btn.active,
.navbar .nav-link.nav-btn[aria-current="page"] { background: linear-gradient(135deg, rgb(255,207,53), rgb(255,59,212)); }
.block {
	padding: 24px 24px;
	margin: 18px 0;
	background: #fff;
	border: 1px solid rgba(36,0,74,.08);
	border-radius: 18px;
	box-shadow: 0 10px 28px rgba(23,0,46,.07);
}
.block.hero { background: radial-gradient(circle at top left, rgba(255,207,53,.25), #fff 36%, #fff); }
.img-box { max-width: 820px; margin: 22px auto; border-radius: 18px; overflow: hidden; box-shadow: 0 14px 36px rgba(23,0,46,.16); border: 1px solid rgba(141,53,255,.18); background: #fff; }
.img-box img, main img { width: 100%; height: auto; display: block; border-radius: 16px; }
.btn-center { width: 100%; text-align: center; margin: 22px 0; }
.btn-register {
	display: inline-block;
	min-width: 190px;
	height: 48px;
	line-height: 48px;
	padding: 0 30px;
	box-sizing: border-box;
	background: linear-gradient(135deg, #ffcf35, #ff3bd4);
	color: #17002e;
	text-decoration: none;
	font-family: inherit;
	font-weight: 950;
	font-size: 14px;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	text-align: center;
	border: 0;
	border-radius: 14px;
	box-shadow: 0 10px 22px rgba(255, 59, 212, 0.28);
	cursor: pointer;
	transition: transform .12s ease, box-shadow .12s ease, filter .12s ease;
}
.btn-register:hover { filter: brightness(1.05); transform: translateY(-1px); color: #17002e; box-shadow: 0 14px 26px rgba(255, 207, 53, 0.34); }
.toc-toggle, .toc-back-top {
	border: 0;
	border-radius: 999px;
	font-weight: 900;
	box-shadow: 0 10px 25px rgba(23,0,46,.18);
}
.toc-toggle { display:block; margin: 18px auto; padding: 11px 18px; background:#17002e; color:#fff; }
.toc { max-width: 840px; margin: 18px auto; padding: 18px; border-radius: 18px; background: #f7f3ff; border: 1px solid rgba(141,53,255,.16); }
.toc.is-collapsed { display: none; }
.toc ul { columns: 2; list-style: none; padding-left: 0; margin: 0; }
.toc li { margin: 8px 0; font-size: 15px; }
.toc a { text-decoration: none; font-weight: 800; color: #2d005d; }
.toc-back-top { position: fixed; right: 18px; bottom: 18px; width: 46px; height: 46px; background: #ffcf35; color: #17002e; opacity: 0; visibility: hidden; z-index: 20; }
.toc-back-top.is-visible { opacity: 1; visibility: visible; }
.table-glow { width: 100%; border-collapse: collapse; background: rgba(255,255,255,.86); color: #17002e; border: 1px solid #ffcf35; border-radius: 12px; overflow: hidden; table-layout: fixed; animation: tableBreathPurple 3.8s ease-in-out infinite; }
@keyframes tableBreathPurple {
	0% { box-shadow: 0 0 10px rgba(255,207,53,.35), 0 0 22px rgba(141,53,255,.18), 0 0 0 rgba(255,59,212,0); }
	50% { box-shadow: 0 0 18px rgba(255,207,53,.75), 0 0 45px rgba(141,53,255,.42), 0 0 70px rgba(255,59,212,.28); }
	100% { box-shadow: 0 0 10px rgba(255,207,53,.35), 0 0 22px rgba(141,53,255,.18), 0 0 0 rgba(255,59,212,0); }
}
.table-glow th { background: linear-gradient(135deg, rgba(255,207,53,.35), rgba(255,59,212,.14)); padding: 12px 15px; font-weight: 900; color: #17002e; border-bottom: 1px solid rgba(141,53,255,.25); }
.table-glow td { padding: 10px 15px; border-bottom: 1px solid rgba(141,53,255,.18); color: #17002e; word-wrap: break-word; word-break: break-word; }
.table-glow tr:last-child td { border-bottom: none; }
.table-glow tr:hover td { background: rgba(255,207,53,.12); transition: .25s ease; }
.faq-section { margin: 40px 0; padding: 30px 0; }
.faq-title { text-align: center; margin-bottom: 35px; color: #17002e; font-size: 32px; font-weight: 900; }
.faq-container { max-width: 850px; margin: 0 auto; }
.faq-item { margin-bottom: 15px; border: 1px solid rgba(141,53,255,.16); border-radius: 12px; overflow: hidden; background: #fff; box-shadow: 0 6px 16px rgba(23,0,46,.08); transition: all .3s ease; }
.faq-question { width:100%; border:0; background: #17002e; color: #fff; padding: 20px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; transition: background-color .3s ease; text-align:left; font-weight: 900; }
.faq-question:hover { background: #2d005d; }
.faq-icon { font-size: 24px; font-weight: 900; color: #ffcf35; transition: transform .3s ease; min-width: 20px; text-align: center; }
.faq-item.active .faq-icon { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .3s ease; background: #f7f3ff; }
.faq-item.active .faq-answer { max-height: 260px; }
.faq-answer div { padding: 20px; }
.faq-answer p { margin: 0; color: #241331; line-height: 1.65; font-size: 16px; }
.notice { padding: 14px 16px; border-left: 5px solid #ffcf35; background: #fff8db; border-radius: 12px; font-weight: 700; }
@media (max-width: 991.98px) { .navbar .navbar-nav { gap: 8px; padding-top: 10px; } .navbar .nav-link.nav-btn { display: inline-flex; justify-content: center; width: 100%; } }
@media (max-width: 768px) { h1 {font-size: 28px;} h2 {font-size: 24px;} .block { padding: 18px; } .toc ul { columns: 1; } .table-glow { font-size: 14px; } .table-glow th, .table-glow td { padding: 8px 10px; } .logofooter { flex-wrap: wrap; justify-content:center; text-align:center;} }
@media (max-width: 480px) { .table-glow { font-size: 12px; } .table-glow th, .table-glow td { padding: 6px 8px; } .legal-plus { display:none; } }
