body {
	background: #fff;
	color: #333;
	text-align: center;
	line-height: 1.4;
	margin: 0;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 13px;
	overflow-y: scroll;
}

a:link {
	color: #0072BC;
	text-decoration: none;
}

a:visited {
	color: #0072BC;
	text-decoration: none;
}

a:hover,
a:active {
	color: #0072BC;
	text-decoration: underline;
}

#container {
	color: #333;
	text-align: left;
	line-height: 1.4;
	margin: 0;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 13px;
	min-width: 990px;
}

.wrapper {
	width: 85%;
	min-width: 970px;
	max-width: 1500px;
	margin: auto auto;
}

#logo {
    background: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #263c30;
    text-align: left !important;
    padding-left: 40% !important;
}

#content {
	background: #fff;
	width: auto !important;
	padding: 20px 10px;
	overflow: hidden;
}

#header ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

#header ul.menu li {
	margin: 0 7px;
	display: inline;
}

#header ul.menu li a {
	padding-left: 20px;
	background-image: url(../../../images/headerlinks_sprite.png);
	background-repeat: no-repeat;
	display: inline-block;
	line-height: 16px;
}

#logo ul.top_links {
	font-weight: bold;
	text-align: right;
	margin: -10px 5px 0 0;
}

#logo ul.top_links a.search {
	background-position: 0 0;
}

#logo ul.top_links a.memberlist {
	background-position: 0 -20px;
}

#logo ul.top_links a.calendar {
	background-position: 0 -40px;
}

#logo ul.top_links a.help {
	background-position: 0 -60px;
}
#
#logo ul.top_links a.portal {
	background-position: 0 -180px;
}

#panel .upper a.logout {
	font-weight: bold;
	background: url(../../../images/headerlinks_sprite.png) right -80px no-repeat;
	padding-right: 20px;
	margin-left: 10px;
}

#panel .upper a.login,
#panel .upper a.lost_password {
	background: url(../../../images/headerlinks_sprite.png) 0 -100px no-repeat;
	padding-left: 20px;
	margin-left: 10px;
	font-weight: bold;
}

#panel .upper a.register {
	background: url(../../../images/headerlinks_sprite.png) right -80px no-repeat;
	padding-right: 20px;
	margin-left: 10px;
	font-weight: bold;
}

#panel .lower ul.panel_links {
	float: left;
}

#panel .lower ul.panel_links a.usercp {
	background-position: 0 -120px;
}

#panel .lower ul.panel_links a.modcp {
	background-position: 0 -140px;
}

#panel .lower ul.panel_links a.admincp {
	background-position: 0 -160px;
}

#panel .lower ul.user_links {
	float: right;
}

#panel .lower ul.user_links li a {
	padding: 0;
	background-image: none;
}

#panel .upper {
	background: #0f0f0f url(../../../images/tcat.png) repeat-x;
	color: #fff;
	border-top: 1px solid #444;
	border-bottom: 1px solid #000;
	padding: 7px;
	clear: both;
}

#panel .upper a:link,
#panel .upper a:visited,
#panel .upper a:hover,
#panel .upper a:active {
	color: #fff;
}

#panel .lower {
	background: #efefef;
	color: #999;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	padding: 5px;
}

#panel .lower a:link,
#panel .lower a:visited,
#panel .lower a:hover,
#panel .lower a:active {
	color: #666;
}

#search {
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	vertical-align: middle;
}

#search input.button,
#search input.textbox {
	border-color: #000;
}

#search input.button {
	background: #0066a2 url(../../../images/thead.png) top left repeat-x;
	color: #fff;
}

#search input {
	margin: -3px 0;
}

#quick_login .remember_me input {
	vertical-align: middle;
	margin: -3px 0 0 5px;
}

#footer {
	clear: both;
}

#footer ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer ul.menu li {
	margin: 0 5px;
	display: inline;
}

#footer .upper {
	background: #efefef;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	padding: 6px;
	font-size: 12px;
	overflow: hidden;
}

#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {
	color: #777;
}

#footer .upper .language {
	float: right;
	margin: -1px;
	margin-left: 15px;
}

#footer .upper .language select {
	border-color: #ccc;
}

#footer .upper .theme {
	float: right;
	margin: -1px;
	margin-left: 15px;
}

#footer .upper .theme select {
	border-color: #ccc;
}

#footer .upper ul.bottom_links {
	float: left;
	margin: 4px 0 0 0;
}

#footer .lower {
	color: #666;
	padding: 6px 6px 12px 6px;
	overflow: hidden;
	font-size: 11px;
}

#footer .lower a:link,
#footer .lower a:visited {
	color: #444;
	font-weight: bold;
}

#footer .lower a:hover,
#footer .lower a:active {
	color: #333;
	text-decoration: underline;
	font-weight: bold;
}

#footer .lower #current_time {
	float: right;
	color: #888;
}

#debug {
	float: right;
	text-align: right;
	margin-top: 20px;
	font-size: 11px;
}

.scaleimages img {
	max-width: 100%;
}

.forum_status {
	height: 30px;
	width: 30px;
	background: url(../../../images/forum_icon_sprite.png) no-repeat 0 0;
	display: inline-block;
}

.forum_on {
	background-position: 0 0;
}

.forum_off {
	background-position: 0 -30px;
}

.forum_offclose {
	background-position: 0 -60px;
}

.forum_offlink {
	background-position: 0 -90px;
}

.subforumicon {
	height: 10px;
	width: 10px;
	display: inline-block;
	margin: 0 5px;
	background: url(../../../images/mini_status_sprite.png) no-repeat 0 0;
}

.subforum_minion {
	background-position: 0 0;
}

.subforum_minioff {
	background-position: 0 -10px;
}

.subforum_minioffclose {
	background-position: 0 -20px;
}

.subforum_miniofflink {
	background-position: 0 -30px;
}

table {
	color: #333;
	font-size: 13px;
}

.tborder {
	background: #fff;
	width: 100%;
	margin: auto auto;
	border: 1px solid #ccc;
	padding: 1px;
}

.tfixed {
	table-layout: fixed;
	word-wrap: break-word;
}

.thead {
	background: #0066a2 url(../../../images/thead.png) top left repeat-x;
	color: #ffffff;
	border-bottom: 1px solid #263c30;
	padding: 8px;
}

.thead a:link {
	color: #ffffff;
	text-decoration: none;
}

.thead a:visited {
	color: #ffffff;
	text-decoration: none;
}

.thead a:hover,
.thead a:active {
	color: #ffffff;
	text-decoration: underline;
}

.tcat {
	background: #0f0f0f url(../../../images/tcat.png) repeat-x;
	color: #fff;
	border-top: 1px solid #444;
	border-bottom: 1px solid #000;
	padding: 6px;
	font-size: 12px;
}

.tcat a:link {
	color: #fff;
}

.tcat a:visited {
	color: #fff;
}

.tcat a:hover,
.tcat a:active {
	color: #fff;
}

.trow1 {
	background: #f5f5f5;
	border: 1px solid;
	border-color: #fff #ddd #ddd #fff;
}

.trow2 {
	background: #efefef;
	border: 1px solid;
	border-color: #fff #ddd #ddd #fff;
}

.trow_shaded {
	background: #ffdde0;
	border: 1px solid;
	border-color: #fff #ffb8be #ffb8be #fff;
}

.no_bottom_border {
	border-bottom: 0;
}

.post.unapproved_post {
	background: #ffdde0;
}

.thread_start_datetime {
	color: #999;
}

.post.unapproved_post .post_author {
	border-bottom-color: #ffb8be;
}

.post.classic.unapproved_post .post_author {
	border-color: #ffb8be;
}

.post.unapproved_post .post_controls {
	border-top-color: #ffb8be;
}

.trow_deleted,
.post.deleted_post {
	background: #E8DEFF;
}

.trow_selected,
tr.trow_selected td {
	background: #FFFBD9;
	color: #333;
	border-right-color: #F7E86A;
	border-bottom-color: #F7E86A;
}

.trow_selected a:link,
.trow_selected a:visited,
.trow_selected a:hover,
.trow_selected a:active {
	color: #333;
}

.trow_sep {
	background: #ddd;
	color: #333;
	border-bottom: 1px solid #c5c5c5;
	padding: 6px;
	font-size: 12px;
	font-weight: bold;
}

.tfoot {
	border-top: 1px solid #fff;
	padding: 6px;
	background: #ddd;
	color: #666;
}

.tfoot a:link {
	color: #444;
	text-decoration: none;
}

.tfoot a:visited {
	color: #444;
	text-decoration: none;
}

.tfoot a:hover,
.tfoot a:active {
	color: #444;
	text-decoration: underline;
}

.thead input.textbox,
.thead select {
	border: 1px solid #263c30;
}

.bottommenu {
	background: #efefef;
	color: #333;
	border: 1px solid #4874a3;
	padding: 10px;
}

.navigation {
	color: #333;
	font-size: 12px;
}

.navigation a:link {
	text-decoration: none;
}

.navigation a:visited {
	text-decoration: none;
}

.navigation a:hover,
.navigation a:active {
	text-decoration: underline;
}

.navigation .active {
	color: #333;
	font-size: small;
	font-weight: bold;
}

.smalltext {
	font-size: 11px;
}

.largetext {
	font-size: 16px;
	font-weight: bold;
}

fieldset {
	padding: 12px;
	border: 1px solid #ddd;
	margin: 0;
}

fieldset.trow1,
fieldset.trow2 {
	border-color: #bbb;
}

fieldset.align_right {
	text-align: right;
}

input.textbox {
	background: #ffffff;
	color: #333;
	border: 1px solid #ccc;
	padding: 3px;
	outline: 0;
	font-size: 13px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}

input.textbox.portal_search {
    width: 68%;
}

textarea {
	background: #ffffff;
	color: #333;
	border: 1px solid #ccc;
	padding: 2px;
	line-height: 1.4;
	outline: 0;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

select {
	background: #ffffff;
	padding: 3px;
	border: 1px solid #ccc;
	outline: 0;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

button,
input.button {
	padding: 3px 8px;
	cursor: pointer;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 13px;
	background: #eee url(../../../images/buttons_bg.png) repeat-x;
	border: 1px solid #bbb;
	color: #333;
	outline: 0;
}

button:hover,
input.button:hover {
	border-color: #aaa;
}

form {
	margin: 0;
	padding: 0;
}

input.error, textarea.error, select.error {
	border: 1px solid #f30;
	color: #f30;
}

input.valid, textarea.valid, select.valid {
	border: 1px solid #0c0;
}

label.error {
	color: #f30;
	margin: 5px;
	padding: 0px;
	display: block;
	font-weight: bold;
	font-size: 11px;
}

form #message {
	width: 500px;
}

.editor {
	background: #f1f1f1;
	border: 1px solid #ccc;
}

.editor_control_bar {
	background: #fff;
	border: 1px solid #ccc;
}

.post .editor_control_bar {
	background: #f5f5f5;
}

.popup_menu {
	background: #fff;
	border: 1px solid #ccc;
}

.popup_menu .popup_item {
	background: #efefef;
	color: #333;
}

.popup_menu .popup_item:hover {
	background: #0072BC;
	color: #fff;
}

.trow_reputation_positive {
	background: #ccffcc;
}

.trow_reputation_negative {
	background: #ffcccc;
}

.reputation_positive {
	color: green;
}

.reputation_neutral {
	color: #444;
}

.reputation_negative {
	color: red;
}

.repbox {
	font-size:16px;
	font-weight: bold;
	padding:5px 7px 5px 7px;
}

._neutral {
	background-color:#FAFAFA;
	color: #999999;
	border:1px solid #CCCCCC;
}

._minus {
	background-color: #FDD2D1;
	color: #CB0200;
	border:1px solid #980201;
}

._plus {
	background-color:#E8FCDC;
	color: #008800;
	border:1px solid #008800;
}

img {
	border: none;
}

img.attachment {
	border: 1px solid #E9E5D7;
	padding: 2px;
}

hr {
	background-color: #000000;
	color: #000000;
	height: 1px;
	border: 0px;
}

.clear {
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.hidden {
	display: none;
	float: none;
	width: 1%;
}

.hiddenrow {
	display: none;
}

.selectall {
	background: #FFFBD9;
	border-bottom: 1px solid #F7E86A;
	color: #333;
	text-align: center;
}

.expcolimage {
	float: right;
	width: auto;
	vertical-align: middle;
	margin-top: 3px;
}

.tcat_menu > .expcolimage {
	margin-top: 0;
}

blockquote {
	border: 1px solid #ccc;
	margin: 0;
	background: #fff;
	padding: 10px;
}

blockquote cite {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	font-style: normal;
	display: block;
	padding-bottom: 3px;
	margin: 0 0 10px 0;
}

blockquote cite > span {
	float: right;
	font-weight: normal;
	font-size: 12px;
	color: #666;
}

blockquote cite span.highlight {
	float: none;
	font-weight: bold;
	padding-bottom: 0;
}

.codeblock {
	background: #fff;
	border: 1px solid #ccc;
	padding: 10px;
}

.codeblock .title {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	padding-bottom: 3px;
	margin: 0 0 10px 0;
}

.codeblock code {
	overflow: auto;
	height: auto;
	max-height: 200px;
	display: block;
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 13px;
	white-space: pre;
	tab-size: 4;
}

.smilie {
	vertical-align: middle;
}

.smilie_pointer {
	cursor: pointer;
}

.separator {
	margin: 5px;
	padding: 0;
	height: 0px;
	font-size: 1px;
	list-style-type: none;
}

.popup_menu .popup_item_container {
	margin: 1px;
	text-align: left;
}

.popup_menu .popup_item {
	display: block;
	padding: 4px;
	white-space: nowrap;
	text-decoration: none;
}

.popup_menu a.popup_item:hover {
	text-decoration: none;
}

.subject_new {
	font-weight: bold;
}

.highlight {
	background: #FFFFCC;
	padding-top: 3px;
	padding-bottom: 3px;
}

.pm_alert {
	background: #FFF6BF;
	border: 1px solid #FFD324;
	text-align: center;
	padding: 5px 20px;
	margin-bottom: 15px;
	font-size: 11px;
}

.red_alert {
	background: #FBE3E4;
	border: 1px solid #A5161A;
	color: #A5161A;
	text-align: center;
	padding: 5px 20px;
	margin-bottom: 15px;
	font-size: 11px;
	word-wrap: break-word;
}

.red_alert a:link,
.red_alert a:visited,
.red_alert a:hover,
.red_alert a:active {
	color: #A5161A;
}

.high_warning {
	color: #CC0000;
}

.moderate_warning {
	color: #F3611B;
}

.low_warning {
	color: #AE5700;
}

.imminent_banned {
	color: #880000;
}

.high_banned {
	color: #FF0000;
}

.moderate_banned {
	color: #FF6600;
}

.low_banned {
	color: #008000;
}

.online {
	color: #15A018;
}

.offline {
	color: #C7C7C7;
}

div.error {
	padding: 5px 10px;
	border: 2px solid #FFD324;
	background: #FFF6BF;
	font-size: 12px;
}

div.error p {
	margin: 0;
	color: #333;
	font-weight: normal;
}

div.error p em {
	font-style: normal;
	font-weight: bold;
	padding-left: 24px;
	display: block;
	color: #C00;
	background: url(../../../images/error.png) no-repeat 0;
}

div.error ul {
	margin-left: 24px;
}

.pagination {
	font-size: 11px;
	padding-top: 10px;
	margin-bottom: 5px;
}

.tfoot .pagination,
.tcat .pagination {
	padding-top: 0;
}

.pagination .pages {
	font-weight: bold;
}

.pagination .pagination_current,
.pagination a {
	padding: 3px 6px;
	margin-bottom: 3px;
}

.pagination a {
	background: #f5f5f5;
	border: 1px solid #ccc;
}

.pagination .pagination_current {
	background: none;
	color: #333;
	border: none;
	font-weight: bold;
}

.pagination a:hover {
	background: #0072BC;
	color: #fff;
	border-color: #263c30;
	text-decoration: none;
}

.pagination .go_page img {
	margin-bottom: -4px;
}

.drop_go_page {
	background: #f5f5f5;
	padding: 4px;
}

.pagination_breadcrumb {
	background-color: #efefef;
	border: 1px solid #fff;
	outline: 1px solid #ccc;
	padding: 5px;
	margin-top: 5px;
	font-weight: normal;
}

.pagination_breadcrumb_link {
	vertical-align: middle;
	cursor: pointer;
}

.thread_legend,
.thread_legend dd {
	margin: 0;
	padding: 0;
}

.thread_legend dd {
	padding-bottom: 4px;
	margin-right: 15px;
}

.thread_legend img {
	margin-right: 4px;
	vertical-align: bottom;
}

.forum_legend,
.forum_legend dt,
.forum_legend dd {
	margin: 0;
	padding: 0;
}

.forum_legend dd {
	float: left;
	margin-right: 10px;
	margin-top: 7px;
}

.forum_legend dt {
	margin-right: 10px;
	float: left;
}

.success_message {
	color: #00b200;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.error_message {
	color: #C00;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

#posts_container {
	padding: 0;
}

.ignored_post {
	border-top: 3px solid #333;
	padding: 15px;
}

.ignored_post .show_ignored_post {
	margin-top: -15px;
}

.ignored_post .show_ignored_post a.button span {
	background-position: 0 -400px;
}

.deleted_post_hidden {
	border-top: 2px solid #ccc;
	padding: 15px;
}

.deleted_post_collapsed {
	border-top: 3px solid #333;
	padding: 15px;
}

.deleted_post_collapsed .show_deleted_post {
	margin-top: -15px;
}

.deleted_post_collapsed .show_deleted_post a.button span {
	background-position: 0 -400px;
}

.post {
	overflow: hidden;
}

.post.classic {
	padding-top: 15px;
}

.post .post_author {
	border-bottom: 1px solid #ccc;
	border-top: 2px solid #ccc;
	background: #f5f5f5;
	padding: 5px;
	overflow: hidden;
}

.post.classic .post_author {
	border: 1px solid #ddd;
	float: left;
	width: 15%;
	margin: 0 1% 15px 0;
	border-left: 0;
	padding: 5px 1%;
}

.post .post_author .buddy_status {
	vertical-align: middle;
	margin-top: -4px;
}

.post .post_author div.author_avatar {
	float: left;
	margin-right: 3px;
}

.post.classic .post_author div.author_avatar {
	float: none;
	text-align: center;
	margin-bottom: 8px;
}

.post .post_author div.author_avatar img {
	padding: 5px;
	border: 1px solid #ddd;
	background: #fff;
}

.post .post_author div.author_information {
	float: left;
	padding: 6px 8px;
}

.post.classic .post_author div.author_information {
	float: none;
	padding: 0;
	text-align: center;
}

.post .post_author div.author_statistics {
	float: right;
	font-size: 11px;
	padding: 3px 10px 3px 5px;
	color: #666;
	line-height: 1.3;
}

.post.classic .post_author div.author_statistics {
	border-top: 1px dotted #ccc;
	margin: 6px 0 0 0;
	padding: 6px 6px 3px 6px;
	float: none;
}

.post .post_head {
	font-size: 11px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #ddd;
	margin-bottom: 4px;
}

.post .post_head span.post_date {
	color: #666;
}

.post .post_head span.edited_post {
	font-size: 10px;
	color: #999;
}

.post .post_head span.edited_post a {
	color: #666;
}

.post_body {
	font-size: 14px;
	padding: 12px 0;
}

.post.classic .post_content {
	float: left;
	width: 79%;
	padding: 0 1% 5px 1%;
}

.post_content {
	padding: 9px 10px 5px 10px;
}

.post_content .signature {
	margin-top: 5px;
	border-top: 1px dotted #ddd;
	padding: 10px 0 4px 0;
}

.post .post_meta {
	margin: 4px 0;
	font-size: 11px;
	color: #999;
}

.post .post_meta a:link,
.post .post_meta a:visited {
	color: #777;
}

.post .post_meta a:hover,
.post .post_meta a:active {
	color: #777;
}

.post_controls {
	clear: both;
	background: #f5f5f5;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	overflow: hidden;
}

.postbit_buttons > a:link,
.postbit_buttons > a:hover,
.postbit_buttons > a:visited,
.postbit_buttons > a:active {
	display: inline-block;
	padding: 2px 5px;
	margin: 2px;
	font-size: 11px;
	background: #eee url(../../../images/buttons_bg.png) repeat-x;
	border: 1px solid #ccc;
	color: #555;
}

.postbit_buttons > a:hover {
	border-color: #bbb;
}

.postbit_buttons a span {
	padding-left: 20px;
	display: inline-block;
	height: 16px;
	background-image: url(../../../images/buttons_sprite.png);
	background-repeat: no-repeat;
}

.postbit_buttons a.postbit_find span {
	background-position: 0 0;
}

.postbit_buttons a.postbit_reputation_add span {
	background-position: 0 -20px;
}

.postbit_buttons a.postbit_email span {
	background-position: 0 -40px;
}

.postbit_buttons a.postbit_website span {
	background-position: 0 -60px;
}

.postbit_buttons a.postbit_pm span {
	background-position: 0 -80px;
}

.postbit_buttons a.postbit_quote span {
	background-position: 0 -100px;
}

.postbit_buttons a.postbit_multiquote span {
	background-position: 0 -120px;
}

.postbit_buttons a.postbit_multiquote_on span {
	background-position: 0 -140px;
}

.postbit_buttons a.postbit_edit span {
	background-position: 0 -160px;
}

.postbit_buttons a.postbit_qdelete span {
	background-position: 0 -180px;
}

.postbit_buttons a.postbit_qrestore span {
	background-position: 0 -200px;
}

.postbit_buttons a.postbit_report span {
	background-position: 0 -220px;
}

.postbit_buttons a.postbit_warn span {
	background-position: 0 -240px;
}

.postbit_buttons a.postbit_purgespammer span {
	background-position: 0 -540px;
}

.postbit_buttons a.postbit_reply_pm span {
	background-position: 0 -260px;
}

.postbit_buttons a.postbit_reply_all span {
	background-position: 0 -280px;
}

.postbit_buttons a.postbit_forward_pm span {
	background-position: 0 -300px;
}

.postbit_buttons a.postbit_delete_pm span {
	background-position: 0 -320px;
}

.post:not(.deleted_post) .postbit_qrestore,
.post:not(.deleted_post) .status_type,
.post.deleted_post .postbit_mirage {
    display: none;
}

a.button:link,
a.button:hover,
a.button:visited,
a.button:active {
	background: #0f0f0f url(../../../images/tcat.png) repeat-x;
	color: #fff;
	display: inline-block;
	padding: 4px 8px;
	margin: 2px 2px 6px 2px;
	border: 1px solid #000;
	font-size: 14px;
}

a.button.small_button {
	font-size: 13px;
	margin: 0;
	padding: 3px 6px;
}

a.button span {
	padding-left: 20px;
	display: inline-block;
	background-image: url(../../../images/buttons_sprite.png);
	background-repeat: no-repeat;
}

a.button.new_thread_button span {
	background-position: 0 -340px;
}

a.button.new_reply_button span {
	background-position: 0 -360px;
}

a.button.closed_button span {
	background-position: 0 -380px;
}

a.button.rate_user_button span {
	background-position: 0 -400px;
}

a.button.add_buddy_button span {
	background-position: 0 -440px;
}

a.button.remove_buddy_button span {
	background-position: 0 -480px;
}

a.button.add_ignore_button span {
	background-position: 0 -460px;
}

a.button.remove_ignore_button span {
	background-position: 0 -500px;
}

a.button.report_user_button span {
	background-position: 0 -520px;
}

.quick_jump {
	background: url(../../../images/jump.png) no-repeat 0;
	width: 13px;
	height: 13px;
	padding-left: 13px; /* amount of padding needed for image to fully show */
	margin-top: -3px;
	border: none;
}

.pollbar {
	background: url(../../../images/pollbar.png) top left repeat-x;
	border: 1px solid #3f3f3f;
	height: 10px;
}

.pollbar .percent {
	display: none;
}

.poll_votedfor {
	background: #efefef;
	border: 1px solid;
	border-color: #fff #ddd #ddd #fff;
}

.posticons_label {
	white-space: nowrap;
}

/** jGrowl Start **/

/** Special IE6 Style Positioning **/
.ie6 {
	position: absolute;
}

.ie6.top-right {
	right: auto;
	bottom: auto;
	left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.top-left {
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.bottom-right {
	left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.bottom-left {
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.ie6.center {
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	width: 100%;
}

/** jGrowl Styling **/
.jGrowl {
	z-index: 9999;
	color: #ffffff;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: fixed;
}
.jGrowl.top-left {
	left: 0px;
	top: 0px;
}
.jGrowl.top-right {
	right: 0px;
	top: 0px;
}
.jGrowl.bottom-left {
	left: 0px;
	bottom: 0px;
}
.jGrowl.bottom-right {
	right: 0px;
	bottom: 0px;
}
.jGrowl.center {
	top: 0px;
	width: 50%;
	left: 25%;
}

/** Cross Browser Styling **/

.jGrowl.center .jGrowl-notification,
.jGrowl.center .jGrowl-closer {
	margin-left: auto;
	margin-right: auto;
}
.jGrowl-notification {
	background-color: transparent;
	opacity: 0.9;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
	transform: scale(1);
	width: 250px;
	padding: 10px;
	margin: 10px;
	text-align: left;
	display: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	word-break: break-all;
}
.jGrowl .jGrowl-notification {
	min-height: 40px;
}
.jGrowl-notification .ui-state-highlight,
.jGrowl-notification .ui-widget-content .ui-state-highlight,
.jGrowl-notification .ui-widget-header .ui-state-highlight {
	border: 1px solid #000;
	background: #000;
	color: #fff;
}
.jGrowl-notification .jGrowl-header {
	font-weight: bold;
	font-size: .85em;
}
.jGrowl-notification .jGrowl-close {
	background-color: transparent;
	color: inherit;
	border: none;
	z-index: 99;
	float: right;
	font-weight: bold;
	font-size: 1em;
	cursor: pointer;
}
.jGrowl-closer {
	background-color: #000000;
	opacity: 0.9;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));
	transform: scale(1);
	width: 250px;
	padding: 10px;
	margin: 10px;
	text-align: left;
	display: none;
	border-radius: 5px;
	word-break: break-all;
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: pointer;
	font-size: .9em;
	font-weight: bold;
	text-align: center;
}
.jGrowl-closer .ui-state-highlight,
.jGrowl-closer .ui-widget-content .ui-state-highlight,
.jGrowl-closer .ui-widget-header .ui-state-highlight {
	border: 1px solid #000;
	background: #000;
	color: #fff;
}

.jGrowl .jGrowl-notification.jgrowl_success {
    background: lightgreen;
    border: 1px solid lightgreen;
    color: #333;
}

.jGrowl .jGrowl-notification.jgrowl_error {
    background: red;
    border: 1px solid red;
    color: #333;
}

.jGrowl .jGrowl-notification.jgrowl_process, .jGrowl .jGrowl-closer {
    background: yellow;
    border: 1px solid yellow;
	color: #333;
}

/** Hide jGrowl when printing **/
@media print {
	.jGrowl {
		display: none;
	}
}

/** jGrowl End **/

/** Modal Start **/

.blocker {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 9999;
	padding: 20px;
	box-sizing: border-box;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.75);
	text-align: center;
}

.blocker:before{
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.05em;
}

.blocker.behind {
	background-color: transparent;
}

.modal {
	width: 400px;
	text-align: left;
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-o-box-shadow: 0 0 10px #000;
	-ms-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
}

.modal a.close-modal {
	position: absolute;
	top: -12.5px;
	right: -12.5px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: url(../../../images/close.png) no-repeat 0 0;
	z-index: 2;
}

.modal-spinner {
	display: none;
	width: 64px;
	height: 64px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-right: -32px;
	margin-top: -32px;
	background: url(../../../images/spinner_big.gif) no-repeat center center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}

/** Modal End **/

/** Impromptu Start **/

/*! jQuery-Impromptu - v6.2.3 - 2016-04-23
* http://trentrichardson.com/Impromptu
* Copyright (c) 2016 Trent Richardson; Licensed MIT */

.jqifade{
	position: absolute;
	background-color: #777777;
}
iframe.jqifade{
	display:block;
	z-index:-1;
}
div.jqi{
	width: 400px;
	max-width:90%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	position: absolute;
	background-color: #ffffff;
	font-size: 11px;
	text-align: left;
	border: solid 1px #eeeeee;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 7px;
}
div.jqi .jqicontainer{
}
div.jqi .jqiclose{
	position: absolute;
	top: 4px; right: -2px;
	width: 18px;
	cursor: default;
	color: #bbbbbb;
	font-weight: bold;
}
div.jqi .jqistate{
	background-color: #fff;
}
div.jqi .jqititle{
	padding: 5px 10px;
	font-size: 16px;
	line-height: 20px;
	border-bottom: solid 1px #eeeeee;
}
div.jqi .jqimessage{
	padding: 10px;
	line-height: 20px;
	color: #444444;
	overflow: auto;
}
div.jqi .jqibuttonshide{
	display: none;
}
div.jqi .jqibuttons{
	text-align: right;
	margin: 0 -7px -7px -7px;
	border-top: solid 1px #e4e4e4;
	background-color: #f4f4f4;
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
}
div.jqi .jqibuttons button{
	margin: 0;
	padding: 15px 20px;
	background-color: transparent;
	font-weight: normal;
	border: none;
	border-left: solid 1px #e4e4e4;
	color: #777;
	font-weight: bold;
	font-size: 12px;
}
div.jqi .jqibuttons button.jqidefaultbutton{
	color: #489afe;
}
div.jqi .jqibuttons button:hover,
div.jqi .jqibuttons button:focus{
	color: #287ade;
	outline: none;
}
div.jqi .jqibuttons button[disabled]{
	color: #aaa;
}
.jqiwarning .jqi .jqibuttons{
	background-color: #b95656;
}

/* sub states */
div.jqi .jqiparentstate::after{
	background-color: #777;
	opacity: 0.6;
	filter: alpha(opacity=60);
	content: '';
	position: absolute;
	top:0;left:0;bottom:0;right:0;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
div.jqi .jqisubstate{
	position: absolute;
	top:0;
	left: 20%;
	width: 60%;
	padding: 7px;
	border: solid 1px #eeeeee;
	border-top: none;
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
}
div.jqi .jqisubstate .jqibuttons button{
	padding: 10px 18px;
}

/* arrows for tooltips/tours */
.jqi .jqiarrow{ position: absolute; height: 0; width:0; line-height: 0; font-size: 0; border: solid 10px transparent;}

.jqi .jqiarrowtl{ left: 10px; top: -20px; border-bottom-color: #ffffff; }
.jqi .jqiarrowtc{ left: 50%; top: -20px; border-bottom-color: #ffffff; margin-left: -10px; }
.jqi .jqiarrowtr{ right: 10px; top: -20px; border-bottom-color: #ffffff; }

.jqi .jqiarrowbl{ left: 10px; bottom: -20px; border-top-color: #ffffff; }
.jqi .jqiarrowbc{ left: 50%; bottom: -20px; border-top-color: #ffffff; margin-left: -10px; }
.jqi .jqiarrowbr{ right: 10px; bottom: -20px; border-top-color: #ffffff; }

.jqi .jqiarrowlt{ left: -20px; top: 10px; border-right-color: #ffffff; }
.jqi .jqiarrowlm{ left: -20px; top: 50%; border-right-color: #ffffff; margin-top: -10px; }
.jqi .jqiarrowlb{ left: -20px; bottom: 10px; border-right-color: #ffffff; }

.jqi .jqiarrowrt{ right: -20px; top: 10px; border-left-color: #ffffff; }
.jqi .jqiarrowrm{ right: -20px; top: 50%; border-left-color: #ffffff; margin-top: -10px; }
.jqi .jqiarrowrb{ right: -20px; bottom: 10px; border-left-color: #ffffff; }
und: url(https://postimg.co) repeat-x center center !important;
}

/* ==========================================================================
   BLOKADA NADPISYWANIA STYLÓW PRZEZ MYBB - UKŁAD 2-KOLUMNOWY
   ========================================================================== */

.mybb-forum-ranks-container {
    width: 100% !important;
    padding: 10px 0 !important;
    box-sizing: border-box !important;
}

/* Wymuszenie ustawienia dwóch boksów obok siebie */
.ranks-flex-row {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    gap: 20px !important;
    width: 100% !important;
    margin-bottom: 20px !important;
    box-sizing: border-box !important;
}

/* Każdy pojedynczy korpus (kategoria) zajmuje dokładnie połowę szerokości */
.mybb-forum-ranks-container .rank-category-box {
    flex: 1 !important;
    width: calc(50% - 10px) !important;
    background: #0d111b !important;
    border: 1px solid #141926 !important;
    border-radius: 6px !important;
    padding: 24px 20px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    box-sizing: border-box !important;
}

/* Tytuły kategorii */
.mybb-forum-ranks-container .category-title {
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    margin-top: 0 !important;
    margin-bottom: 22px !important;
    text-align: center !important;
    text-transform: uppercase !important;
}

/* Kontener na belki w środku */
.mybb-forum-ranks-container .category-content {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}

/* Belka rangi jako bezpośredni link */
.mybb-forum-ranks-container .rank-strip {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 46px !important;
    padding: 12px 24px !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    text-align: center !important;
    border: 1px solid transparent !important;
    transition: transform 0.2s, filter 0.2s !important;
    cursor: pointer !important;
    box-sizing: border-box !important;
}

.mybb-forum-ranks-container .rank-strip:hover {
    transform: translateY(-1px) !important;
    filter: brightness(1.25) !important;
}

/* ==========================================================================
   KOLORYSTYKA GRADIENTÓW (ZGODNA ZE ZDJĘCIEM)
   ========================================================================== */

/* Head Admin */
.strip-headadmin {
    color: #df2a2a !important;
    background: linear-gradient(90deg, rgba(166,25,25,0.4) 0%, rgba(13,17,27,0.1) 25%, rgba(13,17,27,0.1) 75%, rgba(166,25,25,0.4) 100%) !important;
    border-color: rgba(166, 25, 25, 0.45) !important;
}

/* Administrator */
.strip-admin {
    color: #ef3d3d !important;
    background: linear-gradient(90deg, rgba(166,25,25,0.3) 0%, rgba(13,17,27,0.1) 25%, rgba(13,17,27,0.1) 75%, rgba(166,25,25,0.3) 100%) !important;
    border-color: rgba(166, 25, 25, 0.35) !important;
}

/* Moderator */
.strip-mod {
    color: #1e88e5 !important;
    background: linear-gradient(90deg, rgba(21,101,192,0.3) 0%, rgba(13,17,27,0.1) 25%, rgba(13,17,27,0.1) 75%, rgba(21,101,192,0.3) 100%) !important;
    border-color: rgba(21, 101, 192, 0.35) !important;
}

/* Legenda */
.strip-legenda {
    color: #ffb300 !important;
    background: linear-gradient(90deg, rgba(255,143,0,0.2) 0%, rgba(13,17,27,0.1) 25%, rgba(13,17,27,0.1) 75%, rgba(255,143,0,0.2) 100%) !important;
    border-color: rgba(255, 143, 0, 0.3) !important;
}

/* Budowniczy */
.strip-builder {
    color: #00bfa5 !important;
    background: linear-gradient(90deg, rgba(0,105,92,0.3) 0%, rgba(13,17,27,0.1) 25%, rgba(13,17,27,0.1) 75%, rgba(0,105,92,0.3) 100%) !important;
    border-color: rgba(0, 105, 92, 0.35) !important;
}

/* YouTuber */
.strip-yt {
    color: #ff0000 !important;
    background: linear-gradient(90deg, rgba(211,47,47,0.25) 0%, rgba(13,17,27,0.1) 25%, rgba(13,17,27,0.1) 75%, rgba(211,47,47,0.25) 100%) !important;
    border-color: rgba(211, 47, 47, 0.3) !important;
}

/* MVP */
.strip-mvp {
    color: #00e5ff !important;
    background: linear-gradient(90deg, rgba(0,151,167,0.25) 0%, rgba(13,17,27,0.1) 25%, rgba(13,17,27,0.1) 75%, rgba(0,151,167,0.25) 100%) !important;
    border-color: rgba(0, 151, 167, 0.3) !important;
}

/* VIP */
.strip-vip {
    color: #b388ff !important;
    background: linear-gradient(90deg, rgba(103,58,183,0.2) 0%, rgba(13,17,27,0.1) 25%, rgba(13,17,27,0.1) 75%, rgba(103,58,183,0.2) 100%) !important;
    border-color: rgba(103, 58, 183, 0.25) !important;
}

/* Gracz */
.strip-player {
    color: #a0aec0 !important;
    background: linear-gradient(90deg, rgba(74,85,104,0.15) 0%, rgba(13,17,27,0.1) 25%, rgba(13,17,27,0.1) 75%, rgba(74,85,104,0.15) 100%) !important;
    border-color: rgba(74, 85, 104, 0.25) !important;
}

/* Zbanowany */
.strip-banned {
    color: #4e5564 !important;
    background: linear-gradient(90deg, rgba(45,55,72,0.12) 0%, rgba(13,17,27,0.1) 50%, rgba(45,55,72,0.12) 100%) !important;
    border-color: rgba(45, 55, 72, 0.2) !important;
}

/* Zbanowany na zawsze */
.strip-banned-hard {
    color: #7c3a3a !important;
    text-decoration: line-through !important;
    background: linear-gradient(90deg, rgba(92,32,32,0.15) 0%, rgba(13,17,27,0.1) 50%, rgba(92,32,32,0.15) 100%) !important;
    border-color: rgba(92, 32, 32, 0.2) !important;
}

/* RWD - Dostosowanie do ekranów telefonów */
@media (max-width: 768px) {
    .ranks-flex-row {
        flex-direction: column !important;
        gap: 15px !important;
        margin-bottom: 0 !important;
    }
    .mybb-forum-ranks-container .rank-category-box {
        width: 100% !important;
    }
}
/* --- WIDGET KONTAKTOWY HGMC --- */
.hgmc-sidebar-box {
    background-color: #0b0e14; /* Ciemne tło z obrazka */
    background-image: radial-gradient(circle at top left, rgba(255, 255, 255, 0.03) 0%, transparent 40%); /* Delikatny odblask w lewym górnym rogu */
    border-radius: 8px;
    font-family: 'Segoe UI', Tahoma, sans-serif;
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    overflow: hidden;
}

.hgmc-sidebar-box .box-header {
    padding: 18px 20px 15px 20px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.hgmc-sidebar-box .box-icon {
    background-color: #ffffff;
    color: #0b0e14;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: bold;
}

.hgmc-sidebar-box .box-content {
    padding: 0 20px 20px 20px;
}

.hgmc-sidebar-box .inner-plate {
    background-color: #12151e; /* Kolor wewnętrznego prostokąta z obrazka */
    border-radius: 6px;
    padding: 16px;
}

.hgmc-sidebar-box .contact-row {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 14px;
}

.hgmc-sidebar-box .contact-row:last-child {
    margin-bottom: 0;
}

.hgmc-sidebar-box .contact-divider {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.05);
    margin: 10px 0;
}

.hgmc-sidebar-box .role-badge {
    font-size: 11px;
    font-weight: bold;
    padding: 3px 6px;
    border-radius: 3px;
    text-transform: uppercase;
    margin-right: 8px;
}

.hgmc-sidebar-box .head-admin {
    background-color: rgba(255, 51, 51, 0.15);
    color: #ff3333;
    border: 1px solid rgba(255, 51, 51, 0.3);
}

.hgmc-sidebar-box .admin-name {
    color: #ffffff;
    font-weight: bold;
}

.hgmc-sidebar-box .contact-label {
    color: #6c788c; /* Przygaszony kolor tekstu z oryginału */
    min-width: 65px;
    font-weight: 600;
}

.hgmc-sidebar-box .contact-value {
    color: #a0aec0;
}

.hgmc-sidebar-box .contact-link {
    color: #00e5ff;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.hgmc-sidebar-box .contact-link:hover {
    color: #ffffff;
}

.hgmc-sidebar-box .dc-join {
    color: #5865F2; /* Kolor Discorda */
    font-size: 12px;
    text-decoration: none;
    margin-left: 5px;
    transition: opacity 0.2s;
}

.hgmc-sidebar-box .dc-join:hover {
    opacity: 0.8;
}

/* Prefiksy HGMC */
.hgmc-prefix-konkurs {
    background-color: #1a160d;
    color: #eab308;
    border: 1px solid #855d14;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    vertical-align: middle;
}

.hgmc-prefix-event {
    background-color: #0f172a;
    color: #3b82f6;
    border: 1px solid #1e3a8a;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    vertical-align: middle;
}

/* Prefiksy bledow HGMC */
.hgmc-prefix-serwer {
    background-color: #2a0a0a;
    color: #f87171;
    border: 1px solid #991b1b;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    vertical-align: middle;
}

.hgmc-prefix-discord {
    background-color: #11131a;
    color: #8b94fa;
    border: 1px solid #3b429f;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    vertical-align: middle;
}

.hgmc-prefix-forum {
    background-color: #041d24;
    color: #2dd4bf;
    border: 1px solid #115e59;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    vertical-align: middle;
}

/* ========================================= */
/* RAMKI MODERACYJNE HGMC */
/* ========================================= */

.hgmc-modbox {
    border-radius: 6px;
    padding: 16px 20px;
    margin: 15px 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    word-break: normal;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.hgmc-modbox-header {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* 1. Temat zamknięty */
.mod-closed {
    background-color: #18181b;
    border: 1px solid #3f3f46;
    color: #d4d4d8;
}
.mod-closed .hgmc-modbox-header { color: #a1a1aa; }

/* 2. Przeniesiono do archiwum */
.mod-archive {
    background-color: #0f172a;
    border: 1px solid #1e293b;
    color: #cbd5e1;
}
.mod-archive .hgmc-modbox-header { color: #38bdf8; }

/* 3. Niezgodny z regulaminem (Odrzucony) */
.mod-rejected {
    background-color: #2a0a0a;
    border: 1px solid #991b1b;
    color: #fecaca;
}
.mod-rejected .hgmc-modbox-header { color: #ef4444; }

/* 4. Ostrzeżenie (Post nic nie wnoszący) */
.mod-warning {
    background-color: #291a0a;
    border: 1px solid #b45309;
    color: #e2e8f0;
}
.mod-warning .hgmc-modbox-header { color: #f59e0b; }

/* ========================================= */
/* SIDEBAR WYDARZEŃ HGMC */
/* ========================================= */
.sidebar-events-box {
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-bottom: 20px;
    overflow: hidden;
}

.sidebar-events-header {
    background-color: #4b3e8a; /* Fiolet z Twojego obrazka */
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    padding: 12px 15px;
}

.sidebar-events-content {
    padding: 15px;
}

/* Pojedyncze wydarzenie */
.sidebar-event-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f3f4f6;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.sidebar-event-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

/* Kalendarz z lewej */
.event-date-box {
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    text-align: center;
    padding: 4px 6px;
    min-width: 40px;
    margin-right: 12px;
}

.event-month {
    display: block;
    color: #dc2626; /* Czerwony kolor miesiąca */
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

.event-day {
    display: block;
    color: #1f2937;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.1;
}

/* Informacje o evencie */
.event-info {
    flex-grow: 1;
}

.event-title {
    color: #4b3e8a;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin-bottom: 2px;
}

.event-title:hover {
    text-decoration: underline;
}

.event-time {
    color: #1f2937;
    font-size: 12px;
    font-weight: bold;
}

/* Kółko z prawej (ilość osób/odpowiedzi) */
.event-badge {
    background-color: #f3f4f6;
    color: #6b7280;
    font-size: 11px;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    font-weight: bold;
}

/* =========================================================
   HGMC.PL - PANEL TRYBÓW
   ========================================================= */

.hgmc-modes {
    width: 100%;
    box-sizing: border-box;
    margin: 25px 0;
    padding: 26px;
    overflow: hidden;
    background:
        radial-gradient(circle at top center, rgba(138, 72, 255, 0.18), transparent 42%),
        rgba(7, 10, 17, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 18px;
    box-shadow:
        0 15px 45px rgba(0, 0, 0, 0.38),
        inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

/* =========================================================
   NAGŁÓWEK
   ========================================================= */

.hgmc-modes-header {
    margin-bottom: 24px;
    text-align: center;
}

.hgmc-modes-title {
    margin: 0;
    color: #ffffff;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    text-shadow:
        0 3px 15px rgba(0, 0, 0, 0.65),
        0 0 18px rgba(142, 77, 255, 0.15);
}

.hgmc-modes-title span {
    color: #a66cff;
}

.hgmc-modes-description {
    margin: 8px 0 0;
    color: #aeb7c6;
    font-size: 14px;
    line-height: 1.5;
}

/* =========================================================
   SIATKA
   ========================================================= */

.hgmc-modes-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(200px, 265px));
    justify-content: center;
    gap: 20px;
}

/* =========================================================
   KAFELEK
   ========================================================= */

.hgmc-mode-card {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    box-sizing: border-box;
    overflow: hidden;
    isolation: isolate;
    background-color: #101521;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 17px;
    box-shadow:
        0 12px 28px rgba(0, 0, 0, 0.42),
        inset 0 0 0 1px rgba(255, 255, 255, 0.02);
    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.hgmc-mode-card:hover {
    z-index: 5;
    transform: translateY(-7px) scale(1.015);
    border-color: rgba(166, 108, 255, 0.72);
    box-shadow:
        0 20px 42px rgba(0, 0, 0, 0.55),
        0 0 28px rgba(133, 68, 255, 0.18);
}

.hgmc-mode-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(
            to top,
            rgba(3, 6, 12, 0.98) 0%,
            rgba(3, 6, 12, 0.74) 30%,
            rgba(3, 6, 12, 0.22) 64%,
            rgba(3, 6, 12, 0.12) 100%
        );
    transition: background 0.3s ease;
}

.hgmc-mode-card:hover::before {
    background:
        linear-gradient(
            to top,
            rgba(3, 6, 12, 0.98) 0%,
            rgba(3, 6, 12, 0.93) 52%,
            rgba(3, 6, 12, 0.82) 100%
        );
}

/* =========================================================
   ZAWARTOŚĆ
   ========================================================= */

.hgmc-mode-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-sizing: border-box;
    padding: 18px;
}

/* =========================================================
   STATUS
   ========================================================= */

.hgmc-mode-status {
    position: absolute;
    top: 14px;
    left: 14px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 11px;
    color: #ffffff;
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.55px;
    text-transform: uppercase;
    background: rgba(5, 8, 14, 0.80);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
}

.hgmc-mode-status::before {
    content: "";
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    background: #42ef75;
    border-radius: 50%;
    box-shadow: 0 0 11px rgba(66, 239, 117, 0.85);
}

/* =========================================================
   TEKST
   ========================================================= */

.hgmc-mode-name {
    margin: 0;
    color: #ffffff;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    text-shadow:
        0 3px 14px rgba(0, 0, 0, 0.85),
        0 0 13px rgba(0, 0, 0, 0.45);
    transition: transform 0.3s ease;
}

.hgmc-mode-caption {
    margin-top: 7px;
    color: #d9e0eb;
    font-size: 13px;
    line-height: 1.4;
    transition:
        opacity 0.25s ease,
        transform 0.25s ease;
}

/* =========================================================
   SZCZEGÓŁY PO HOVER
   ========================================================= */

.hgmc-mode-details {
    max-height: 0;
    margin-top: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(11px);
    transition:
        max-height 0.38s ease,
        opacity 0.28s ease,
        transform 0.3s ease,
        margin-top 0.3s ease;
}

.hgmc-mode-card:hover .hgmc-mode-name {
    transform: translateY(-2px);
}

.hgmc-mode-card:hover .hgmc-mode-caption {
    opacity: 0;
    transform: translateY(-7px);
}

.hgmc-mode-card:hover .hgmc-mode-details {
    max-height: 210px;
    margin-top: 9px;
    opacity: 1;
    transform: translateY(0);
}

/* =========================================================
   LISTA
   ========================================================= */

.hgmc-mode-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hgmc-mode-list li {
    position: relative;
    margin: 0 0 6px;
    padding-left: 15px;
    color: #eef2f8;
    font-size: 11px;
    line-height: 1.32;
}

.hgmc-mode-list li::before {
    content: "–";
    position: absolute;
    left: 0;
    color: #ae79ff;
    font-weight: 900;
}

/* =========================================================
   PRZYCISK
   ========================================================= */

.hgmc-mode-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin-top: 7px;
    padding: 9px 13px;
    color: #ffffff !important;
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.45px;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    background: linear-gradient(135deg, #a66cff, #6731d8);
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 9px;
    box-shadow: 0 7px 18px rgba(88, 37, 184, 0.38);
    transition:
        filter 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.hgmc-mode-button:hover {
    color: #ffffff !important;
    text-decoration: none !important;
    filter: brightness(1.13);
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(88, 37, 184, 0.48);
}

/* =========================================================
   GRAFIKI TRYBÓW - PODMIEŃ LINKI
   ========================================================= */

.hgmc-survivalgames {
    background-image: url(https://i.imgur.com/MobkA6I.jpeg);
}

.hgmc-buildbattle {
    background-image: url(https://i.imgur.com/kBmT78S.jpeg);
}

.hgmc-skywars {
    background-image: url(https://i.imgur.com/GIr0qvQ.jpeg);
}

.hgmc-hideandseek {
    background-image: url(https://i.imgur.com/oZVgAZf.png);
}

.hgmc-bedwars {
    background-image: url(https://i.imgur.com/3XXOQBj.jpeg);
}

.hgmc-blockparty {
    background-image: url(https://i.imgur.com/7OFmf8c.jpeg);
}

/* =========================================================
   TRYB W BUDOWIE
   ========================================================= */

.hgmc-mode-card.hgmc-construction {
    filter: saturate(0.72);
}

.hgmc-construction .hgmc-mode-status {
    color: #171409;
    background: #ffcc24;
    border-color: rgba(255, 255, 255, 0.36);
}

.hgmc-construction .hgmc-mode-status::before {
    background: #151515;
    box-shadow: none;
}

/* =========================================================
   TAŚMY OSTRZEGAWCZE
   ========================================================= */

.hgmc-warning-tape {
    position: absolute;
    left: -18%;
    z-index: 4;
    width: 136%;
    box-sizing: border-box;
    padding: 7px 0;
    color: #161616;
    font-size: 10px;
    font-weight: 1000;
    line-height: 1;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    background:
        repeating-linear-gradient(
            45deg,
            #ffcb21 0,
            #ffcb21 15px,
            #151515 15px,
            #151515 30px
        );
    border-top: 1px solid rgba(255, 255, 255, 0.26);
    border-bottom: 1px solid rgba(0, 0, 0, 0.60);
    box-shadow: 0 5px 13px rgba(0, 0, 0, 0.48);
    pointer-events: none;
}

.hgmc-warning-tape span {
    display: inline-block;
    padding: 4px 11px;
    color: #171717;
    background: #ffcb21;
}

.hgmc-warning-tape-top {
    top: 49px;
    transform: rotate(-9deg);
}

.hgmc-warning-tape-bottom {
    bottom: 47px;
    transform: rotate(9deg);
}

/* =========================================================
   NIEAKTYWNY PRZYCISK
   ========================================================= */

.hgmc-mode-button-disabled {
    color: #171717 !important;
    background: #ffcc24;
    box-shadow: 0 7px 18px rgba(255, 196, 0, 0.22);
    cursor: not-allowed;
    pointer-events: none;
}

/* =========================================================
   TABLETY
   ========================================================= */

@media screen and (max-width: 930px) {
    .hgmc-modes-grid {
        grid-template-columns: repeat(2, minmax(200px, 275px));
    }
}

/* =========================================================
   TELEFONY
   ========================================================= */

@media screen and (max-width: 620px) {
    .hgmc-modes {
        padding: 19px 13px;
    }

    .hgmc-modes-title {
        font-size: 22px;
    }

    .hgmc-modes-description {
        font-size: 13px;
    }

    .hgmc-modes-grid {
        grid-template-columns: minmax(210px, 310px);
        gap: 16px;
    }

    .hgmc-mode-name {
        font-size: 23px;
    }
}

/* =========================================================
   URZĄDZENIA BEZ HOVER
   ========================================================= */

@media (hover: none) {
    .hgmc-mode-card::before {
        background:
            linear-gradient(
                to top,
                rgba(3, 6, 12, 0.98) 0%,
                rgba(3, 6, 12, 0.90) 55%,
                rgba(3, 6, 12, 0.72) 100%
            );
    }

    .hgmc-mode-caption {
        display: none;
    }

    .hgmc-mode-details {
        max-height: 210px;
        margin-top: 9px;
        opacity: 1;
        transform: none;
    }
}

/* =========================================================
   HGMC.PL — REGULAMIN — POPRAWKA DLA MYBB
   Wklej NA SAMYM KOŃCU global.css aktywnego motywu.
   ========================================================= */

.post_body .hgmc-rules,
.post_body .hgmc-rules * {
    box-sizing: border-box !important;
}

.post_body .hgmc-rules {
    --hgmc-orange: #FF7721;
    --hgmc-orange-light: #FFB067;
    --hgmc-bg: #080B10;
    --hgmc-panel: #0E141D;
    --hgmc-panel-2: #121B27;
    --hgmc-border: #263244;
    --hgmc-text: #E8EEF6;
    --hgmc-muted: #91A0B5;

    display: block !important;
    width: 100% !important;
    max-width: 1100px !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 24px auto !important;
    padding: 0 !important;
    overflow: hidden !important;
    color: var(--hgmc-text) !important;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
    text-align: left !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    background:
        radial-gradient(circle at 8% 0%, rgba(255,119,33,.09), transparent 28%),
        linear-gradient(180deg, #0B1017 0%, #080B10 100%) !important;
    border: 1px solid var(--hgmc-border) !important;
    border-radius: 18px !important;
    box-shadow: 0 24px 70px rgba(0,0,0,.42) !important;
}

.post_body .hgmc-rules a {
    color: inherit !important;
    text-decoration: none !important;
}

/* NAGŁÓWEK */

.post_body .hgmc-rules-hero {
    position: relative !important;
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 46px 36px 36px !important;
    overflow: hidden !important;
    text-align: center !important;
    background:
        linear-gradient(135deg, rgba(255,119,33,.14), transparent 42%),
        linear-gradient(180deg, #131B27 0%, #0D131C 100%) !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(255,119,33,.22) !important;
    border-radius: 0 !important;
}

.post_body .hgmc-rules-eyebrow {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 0 14px !important;
    padding: 7px 13px !important;
    color: var(--hgmc-orange-light) !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    background: rgba(255,119,33,.08) !important;
    border: 1px solid rgba(255,119,33,.32) !important;
    border-radius: 999px !important;
}

.post_body .hgmc-rules-title {
    display: block !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #FFFFFF !important;
    font-size: clamp(34px, 6vw, 56px) !important;
    font-weight: 900 !important;
    line-height: 1.08 !important;
    letter-spacing: -2px !important;
    text-align: center !important;
}

.post_body .hgmc-rules-title span {
    color: var(--hgmc-orange) !important;
}

.post_body .hgmc-rules-lead {
    display: block !important;
    max-width: 780px !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 18px auto 0 !important;
    padding: 0 !important;
    color: #B7C2D1 !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
    text-align: center !important;
}

.post_body .hgmc-rules-meta {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 24px 0 0 !important;
    padding: 0 !important;
}

.post_body .hgmc-rules-meta-item {
    display: inline-flex !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 8px 12px !important;
    color: #D7E0EA !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    background: rgba(7,10,15,.56) !important;
    border: 1px solid #2B394C !important;
    border-radius: 8px !important;
}

/* NAWIGACJA */

.post_body .hgmc-rules-nav {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 7px !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 14px 18px !important;
    background: #090D13 !important;
    border: 0 !important;
    border-bottom: 1px solid var(--hgmc-border) !important;
}

.post_body .hgmc-rules-nav a {
    display: inline-flex !important;
    align-items: center !important;
    width: auto !important;
    height: auto !important;
    min-height: 34px !important;
    margin: 0 !important;
    padding: 7px 11px !important;
    color: #AAB7C8 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    background: transparent !important;
    border: 1px solid transparent !important;
    border-radius: 8px !important;
}

.post_body .hgmc-rules-nav a:hover {
    color: #FFFFFF !important;
    background: rgba(255,119,33,.1) !important;
    border-color: rgba(255,119,33,.35) !important;
}

/* SEKCJE — usuwa olbrzymie odstępy z obecnego motywu */

.post_body .hgmc-rules-section {
    position: relative !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 18px !important;
    padding: 24px !important;
    overflow: visible !important;
    text-align: left !important;
    background:
        linear-gradient(145deg, rgba(255,255,255,.018), transparent 38%),
        var(--hgmc-panel) !important;
    border: 1px solid var(--hgmc-border) !important;
    border-radius: 14px !important;
    box-shadow: 0 12px 30px rgba(0,0,0,.16) !important;
}

.post_body .hgmc-rules-section-head {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 14px !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 0 20px !important;
    padding: 0 0 16px !important;
    text-align: left !important;
    border: 0 !important;
    border-bottom: 1px solid #243043 !important;
}

.post_body .hgmc-rules-section-head > div:last-child {
    display: block !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
}

.post_body .hgmc-rules-section-number {
    flex: 0 0 50px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    min-height: 50px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--hgmc-orange-light) !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    text-align: center !important;
    background: linear-gradient(145deg, rgba(255,119,33,.2), rgba(255,119,33,.06)) !important;
    border: 1px solid rgba(255,119,33,.45) !important;
    border-radius: 12px !important;
    box-shadow: 0 0 16px rgba(255,119,33,.1) !important;
}

.post_body .hgmc-rules-section-title {
    display: block !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #FFFFFF !important;
    font-size: 25px !important;
    font-weight: 850 !important;
    line-height: 1.2 !important;
    letter-spacing: -.4px !important;
    text-align: left !important;
    text-transform: none !important;
}

.post_body .hgmc-rules-section-description {
    display: block !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 5px 0 0 !important;
    padding: 0 !important;
    color: var(--hgmc-muted) !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    text-align: left !important;
}

/* KARTY OZNACZEŃ KAR */

.post_body .hgmc-punishments-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    grid-auto-rows: auto !important;
    align-items: stretch !important;
    justify-items: stretch !important;
    justify-content: stretch !important;
    gap: 12px !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.post_body .hgmc-punishment-card {
    display: block !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 17px !important;
    text-align: left !important;
    background:
        linear-gradient(145deg, rgba(255,119,33,.035), transparent 45%),
        var(--hgmc-panel-2) !important;
    border: 1px solid #29364A !important;
    border-radius: 11px !important;
}

.post_body .hgmc-punishment-symbol {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 38px !important;
    max-width: max-content !important;
    height: 30px !important;
    min-height: 30px !important;
    margin: 0 0 12px !important;
    padding: 0 9px !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    text-align: center !important;
    border-radius: 7px !important;
}

.post_body .hgmc-punishment-title {
    display: block !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #FFFFFF !important;
    font-size: 15px !important;
    font-weight: 850 !important;
    line-height: 1.35 !important;
    text-align: left !important;
}

.post_body .hgmc-punishment-description {
    display: block !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 7px 0 0 !important;
    padding: 0 !important;
    color: #A9B5C5 !important;
    font-size: 12px !important;
    line-height: 1.55 !important;
    text-align: left !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
}

/* LISTA ZASAD */

.post_body .hgmc-rule-list {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 9px !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.post_body .hgmc-rule {
    display: grid !important;
    grid-template-columns: 62px minmax(0, 1fr) minmax(170px, 230px) !important;
    grid-template-rows: auto !important;
    align-items: center !important;
    justify-items: stretch !important;
    gap: 14px !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 14px !important;
    overflow: visible !important;
    text-align: left !important;
    background: #101722 !important;
    border: 1px solid #263347 !important;
    border-radius: 10px !important;
}

.post_body .hgmc-rule > * {
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.post_body .hgmc-rule-number {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 62px !important;
    min-width: 62px !important;
    height: 38px !important;
    min-height: 38px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--hgmc-orange-light) !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    text-align: center !important;
    background: rgba(255,119,33,.08) !important;
    border: 1px solid rgba(255,119,33,.3) !important;
    border-radius: 8px !important;
}

.post_body .hgmc-rule-text {
    display: block !important;
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #CED7E2 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.58 !important;
    text-align: left !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
}

.post_body .hgmc-rule-penalty {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    align-content: center !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: right !important;
}

.post_body .hgmc-penalty {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 27px !important;
    margin: 0 !important;
    padding: 6px 9px !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    line-height: 1.15 !important;
    text-align: center !important;
    white-space: normal !important;
    border: 1px solid !important;
    border-radius: 7px !important;
}

/* KOLORY KAR */

.post_body .hgmc-badge-warn {
    color: #FDE68A !important;
    background: rgba(245,158,11,.12) !important;
    border-color: rgba(245,158,11,.4) !important;
}

.post_body .hgmc-badge-kick {
    color: #93C5FD !important;
    background: rgba(59,130,246,.12) !important;
    border-color: rgba(59,130,246,.42) !important;
}

.post_body .hgmc-badge-mute {
    color: #D8B4FE !important;
    background: rgba(168,85,247,.12) !important;
    border-color: rgba(168,85,247,.42) !important;
}

.post_body .hgmc-badge-tb {
    color: #FDBA74 !important;
    background: rgba(249,115,22,.12) !important;
    border-color: rgba(249,115,22,.44) !important;
}

.post_body .hgmc-badge-ban {
    color: #FCA5A5 !important;
    background: rgba(239,68,68,.12) !important;
    border-color: rgba(239,68,68,.44) !important;
}

.post_body .hgmc-badge-ip {
    color: #FDA4AF !important;
    background: rgba(225,29,72,.12) !important;
    border-color: rgba(225,29,72,.44) !important;
}

.post_body .hgmc-badge-reset {
    color: #99F6E4 !important;
    background: rgba(20,184,166,.12) !important;
    border-color: rgba(20,184,166,.42) !important;
}

/* TABELA */

.post_body .hgmc-table-wrap {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 12px 0 0 !important;
    overflow-x: auto !important;
    border: 1px solid #2A374A !important;
    border-radius: 11px !important;
}

.post_body .hgmc-rules-table {
    width: 100% !important;
    min-width: 720px !important;
    height: auto !important;
    border-collapse: collapse !important;
    color: #CBD5E1 !important;
    background: #0F1620 !important;
}

.post_body .hgmc-rules-table th,
.post_body .hgmc-rules-table td {
    height: auto !important;
    min-height: 0 !important;
    padding: 13px 14px !important;
    text-align: left !important;
    vertical-align: top !important;
    border: 0 !important;
    border-bottom: 1px solid #263347 !important;
}

.post_body .hgmc-rules-table th {
    color: #FFFFFF !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    line-height: 1.3 !important;
    background: #151E2A !important;
}

.post_body .hgmc-rules-table td {
    color: #CBD5E1 !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
}

/* KOMUNIKAT I STOPKA */

.post_body .hgmc-rules-notice {
    display: block !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 18px 0 0 !important;
    padding: 15px 16px !important;
    color: #D5DEE9 !important;
    font-size: 12px !important;
    line-height: 1.6 !important;
    text-align: left !important;
    background: linear-gradient(90deg, rgba(255,119,33,.09), transparent), #101721 !important;
    border: 1px solid rgba(255,119,33,.32) !important;
    border-left: 4px solid var(--hgmc-orange) !important;
    border-radius: 9px !important;
}

.post_body .hgmc-rules-footer {
    display: block !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 18px !important;
    padding: 30px 24px !important;
    text-align: center !important;
    background:
        radial-gradient(circle at 50% -50%, rgba(255,119,33,.24), transparent 55%),
        linear-gradient(145deg, #141C27, #0D131B) !important;
    border: 1px solid rgba(255,119,33,.34) !important;
    border-radius: 14px !important;
}

.post_body .hgmc-rules-footer-title {
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #FFFFFF !important;
    font-size: 24px !important;
    font-weight: 900 !important;
    line-height: 1.3 !important;
    text-align: center !important;
}

.post_body .hgmc-rules-footer-text {
    display: block !important;
    max-width: 690px !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 10px auto 0 !important;
    padding: 0 !important;
    color: #9EACBE !important;
    font-size: 13px !important;
    line-height: 1.65 !important;
    text-align: center !important;
}

/* TABLETY */

@media (max-width: 850px) {
    .post_body .hgmc-punishments-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .post_body .hgmc-rule {
        grid-template-columns: 58px minmax(0, 1fr) !important;
    }

    .post_body .hgmc-rule-penalty {
        grid-column: 1 / -1 !important;
        justify-content: flex-start !important;
        padding-left: 72px !important;
        text-align: left !important;
    }
}

/* TELEFONY */

@media (max-width: 560px) {
    .post_body .hgmc-rules {
        margin: 10px auto !important;
        border-radius: 12px !important;
    }

    .post_body .hgmc-rules-hero {
        padding: 34px 16px 28px !important;
    }

    .post_body .hgmc-rules-title {
        font-size: 34px !important;
        letter-spacing: -1px !important;
    }

    .post_body .hgmc-rules-nav {
        justify-content: flex-start !important;
        padding: 11px !important;
    }

    .post_body .hgmc-rules-section {
        margin: 11px !important;
        padding: 17px 13px !important;
    }

    .post_body .hgmc-rules-section-head {
        align-items: flex-start !important;
    }

    .post_body .hgmc-rules-section-number {
        flex-basis: 42px !important;
        width: 42px !important;
        min-width: 42px !important;
        height: 42px !important;
        min-height: 42px !important;
    }

    .post_body .hgmc-rules-section-title {
        font-size: 20px !important;
    }

    .post_body .hgmc-punishments-grid {
        grid-template-columns: 1fr !important;
    }

    .post_body .hgmc-rule {
        grid-template-columns: 1fr !important;
        gap: 9px !important;
        padding: 12px !important;
    }

    .post_body .hgmc-rule-number {
        width: max-content !important;
        min-width: 50px !important;
        height: 30px !important;
        min-height: 30px !important;
        padding: 0 8px !important;
    }

    .post_body .hgmc-rule-penalty {
        grid-column: auto !important;
        justify-content: flex-start !important;
        padding-left: 0 !important;
    }

    .post_body .hgmc-rules-footer {
        margin: 11px !important;
        padding: 25px 16px !important;
    }
}

/* =========================================================
   OSTATECZNA NAPRAWA KART SYSTEMU KAR HGMC.PL
   ========================================================= */

.hgmc-rules .hgmc-punishments-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    grid-auto-flow: row !important;
    grid-auto-rows: auto !important;

    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;
    gap: 14px !important;

    align-items: stretch !important;
    justify-items: stretch !important;
    justify-content: stretch !important;

    float: none !important;
    clear: both !important;
}

.hgmc-rules .hgmc-punishment-card,
.hgmc-rules .hgmc-punishment-card:first-child,
.hgmc-rules .hgmc-punishment-card:last-child,
.hgmc-rules .hgmc-punishment-card:nth-child(n) {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;

    grid-column: auto !important;
    grid-row: auto !important;
    place-self: stretch !important;

    position: relative !important;
    inset: auto !important;

    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;

    height: auto !important;
    min-height: 180px !important;
    max-height: none !important;

    margin: 0 !important;
    padding: 17px !important;

    float: none !important;
    clear: none !important;

    color: #eef2f8 !important;
    text-align: left !important;

    background: rgba(255, 255, 255, 0.035) !important;
    border: 1px solid rgba(255, 255, 255, 0.075) !important;
    border-radius: 13px !important;

    box-shadow: none !important;

    transform: none !important;
    order: initial !important;

    overflow: hidden !important;
}

.hgmc-rules .hgmc-punishment-card:hover {
    transform: translateY(-3px) !important;
    background: rgba(255, 255, 255, 0.055) !important;
    border-color: rgba(166, 108, 255, 0.32) !important;
}

.hgmc-rules .hgmc-punishment-symbol {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    position: static !important;

    width: auto !important;
    min-width: 45px !important;
    max-width: none !important;

    height: 30px !important;
    min-height: 30px !important;

    margin: 0 0 13px !important;
    padding: 0 10px !important;

    float: none !important;
    flex: 0 0 auto !important;

    font-size: 11px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    white-space: nowrap !important;

    border-radius: 8px !important;
}

.hgmc-rules .hgmc-punishment-title {
    display: block !important;

    width: 100% !important;
    max-width: none !important;

    margin: 0 0 8px !important;
    padding: 0 !important;

    position: static !important;
    float: none !important;

    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    line-height: 1.35 !important;
    text-align: left !important;

    white-space: normal !important;
}

.hgmc-rules .hgmc-punishment-description {
    display: block !important;

    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;

    position: static !important;
    float: none !important;

    color: #aab3c3 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
    text-align: left !important;

    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    hyphens: none !important;
}

/* Tablet */

@media screen and (max-width: 1100px) {
    .hgmc-rules .hgmc-punishments-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

/* Telefon */

@media screen and (max-width: 600px) {
    .hgmc-rules .hgmc-punishments-grid {
        grid-template-columns: 1fr !important;
    }

    .hgmc-rules .hgmc-punishment-card {
        min-height: 0 !important;
    }
}
/* =====================================================
   HGMC.PL — PASEK STATUSU SERWERA
   ===================================================== */

.hgmc-serverbar {
    position: relative;
    z-index: 20;
    width: 100%;
    overflow: hidden;
    background:
        linear-gradient(
            90deg,
            rgba(7, 10, 17, 0.98),
            rgba(15, 18, 29, 0.98),
            rgba(7, 10, 17, 0.98)
        );
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(0, 217, 255, 0.16);
    box-shadow:
        0 12px 35px rgba(0, 0, 0, 0.38),
        inset 0 -1px 0 rgba(255, 20, 120, 0.08);
}

.hgmc-serverbar::before {
    content: "";
    position: absolute;
    top: 0;
    left: -30%;
    width: 40%;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        #ff1478,
        #00d9ff,
        transparent
    );
    animation: hgmcStatusLine 7s linear infinite;
}

.hgmc-serverbar__inner {
    width: min(1280px, calc(100% - 40px));
    min-height: 78px;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.hgmc-serverbar__status,
.hgmc-serverbar__item {
    position: relative;
    min-width: 190px;
    padding: 15px 28px;
    display: flex;
    align-items: center;
    gap: 13px;
}

.hgmc-serverbar__status::after,
.hgmc-serverbar__item::after {
    content: "";
    position: absolute;
    top: 18px;
    right: 0;
    width: 1px;
    height: calc(100% - 36px);
    background: linear-gradient(
        transparent,
        rgba(255, 255, 255, 0.14),
        transparent
    );
}

.hgmc-serverbar__label {
    display: block;
    margin-bottom: 3px;
    color: #7f899b;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 1.35px;
}

.hgmc-serverbar strong {
    display: block;
    color: #f5f7fa;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.25;
}

.hgmc-serverbar__dot {
    position: relative;
    width: 11px;
    height: 11px;
    flex: 0 0 11px;
    border-radius: 50%;
    background: #f59e0b;
    box-shadow: 0 0 12px rgba(245, 158, 11, 0.8);
}

.hgmc-serverbar__dot::before {
    content: "";
    position: absolute;
    inset: -6px;
    border: 1px solid rgba(245, 158, 11, 0.35);
    border-radius: inherit;
    animation: hgmcStatusPulse 1.8s ease-out infinite;
}

.hgmc-serverbar__icon {
    color: #00d9ff;
    font-size: 17px;
    text-shadow: 0 0 12px rgba(0, 217, 255, 0.65);
}

/* Serwer online */

.hgmc-serverbar.is-online .hgmc-serverbar__dot {
    background: #22c55e;
    box-shadow: 0 0 14px rgba(34, 197, 94, 0.85);
}

.hgmc-serverbar.is-online .hgmc-serverbar__dot::before {
    border-color: rgba(34, 197, 94, 0.4);
}

.hgmc-serverbar.is-online #hgmcServerStatus {
    color: #4ade80;
}

/* Serwer offline */

.hgmc-serverbar.is-offline .hgmc-serverbar__dot {
    background: #ef4444;
    box-shadow: 0 0 14px rgba(239, 68, 68, 0.85);
}

.hgmc-serverbar.is-offline .hgmc-serverbar__dot::before {
    border-color: rgba(239, 68, 68, 0.4);
}

.hgmc-serverbar.is-offline #hgmcServerStatus {
    color: #fb7185;
}

/* Błąd sprawdzania */

.hgmc-serverbar.is-unknown .hgmc-serverbar__dot {
    background: #f59e0b;
    box-shadow: 0 0 14px rgba(245, 158, 11, 0.75);
}

.hgmc-serverbar.is-unknown #hgmcServerStatus {
    color: #fbbf24;
}

/* Przycisk kopiowania IP */

.hgmc-copy-ip {
    position: relative;
    min-width: 255px;
    padding: 12px 30px;
    overflow: hidden;
    border: 0;
    border-left: 1px solid rgba(255, 20, 120, 0.25);
    background:
        linear-gradient(
            135deg,
            rgba(255, 20, 120, 0.13),
            rgba(0, 217, 255, 0.08)
        );
    color: #ffffff;
    text-align: left;
    cursor: pointer;
    transition:
        background 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.hgmc-copy-ip::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    background: linear-gradient(
        110deg,
        transparent 20%,
        rgba(255, 255, 255, 0.11) 50%,
        transparent 80%
    );
    transform: translateX(-100%);
    transition: opacity 0.25s ease;
}

.hgmc-copy-ip:hover {
    background:
        linear-gradient(
            135deg,
            rgba(255, 20, 120, 0.23),
            rgba(0, 217, 255, 0.14)
        );
    box-shadow: inset 0 0 25px rgba(255, 20, 120, 0.08);
}

.hgmc-copy-ip:hover::before {
    opacity: 1;
    animation: hgmcCopyShine 1.1s ease;
}

.hgmc-copy-ip:active {
    transform: scale(0.98);
}

.hgmc-copy-ip__small {
    display: block;
    margin-bottom: 2px;
    color: #9ca6b7;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.35px;
}

.hgmc-copy-ip__address {
    display: block;
    color: #ffffff;
    font-size: 19px;
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: 0.7px;
    text-shadow:
        0 0 16px rgba(255, 20, 120, 0.35),
        0 0 20px rgba(0, 217, 255, 0.2);
}

.hgmc-copy-ip__action {
    display: block;
    margin-top: 3px;
    color: #00d9ff;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.75px;
}

.hgmc-copy-ip.is-copied .hgmc-copy-ip__action {
    color: #4ade80;
}

/* Animacje */

@keyframes hgmcStatusPulse {
    0% {
        opacity: 0.9;
        transform: scale(0.55);
    }

    70%,
    100% {
        opacity: 0;
        transform: scale(1.35);
    }
}

@keyframes hgmcStatusLine {
    from {
        left: -40%;
    }

    to {
        left: 110%;
    }
}

@keyframes hgmcCopyShine {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(100%);
    }
}

/* Tablety */

@media screen and (max-width: 1000px) {
    .hgmc-serverbar__inner {
        width: 100%;
    }

    .hgmc-serverbar__status,
    .hgmc-serverbar__item {
        min-width: auto;
        padding: 14px 18px;
    }

    .hgmc-serverbar__version {
        display: none;
    }

    .hgmc-copy-ip {
        min-width: 225px;
    }
}

/* Telefony */

@media screen and (max-width: 700px) {
    .hgmc-serverbar__inner {
        min-height: auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .hgmc-serverbar__status,
    .hgmc-serverbar__item {
        min-height: 67px;
        padding: 12px 15px;
    }

    .hgmc-serverbar__status::after {
        top: 13px;
        height: calc(100% - 26px);
    }

    .hgmc-serverbar__item::after {
        display: none;
    }

    .hgmc-copy-ip {
        grid-column: 1 / -1;
        min-width: 100%;
        min-height: 70px;
        padding: 12px 18px;
        border-top: 1px solid rgba(255, 20, 120, 0.18);
        border-left: 0;
        text-align: center;
    }

    .hgmc-copy-ip__address {
        font-size: 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hgmc-serverbar::before,
    .hgmc-serverbar__dot::before,
    .hgmc-copy-ip:hover::before {
        animation: none;
    }
}
/* =====================================================
   HGMC.PL — NOWOCZESNA LEGENDA RANG
   ===================================================== */

.hgmc-ranks {
    position: relative;
    width: min(1240px, calc(100% - 32px));
    margin: 35px auto;
    padding: 38px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 22px;
    background:
        radial-gradient(
            circle at 10% 0%,
            rgba(255, 20, 120, 0.12),
            transparent 32%
        ),
        radial-gradient(
            circle at 90% 100%,
            rgba(0, 217, 255, 0.1),
            transparent 32%
        ),
        linear-gradient(
            145deg,
            rgba(14, 17, 27, 0.98),
            rgba(8, 11, 18, 0.99)
        );
    box-shadow:
        0 25px 70px rgba(0, 0, 0, 0.42),
        inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.hgmc-ranks::before {
    content: "";
    position: absolute;
    top: 0;
    left: -35%;
    width: 35%;
    height: 2px;
    background: linear-gradient(
        90deg,
        transparent,
        #ff1478,
        #00d9ff,
        transparent
    );
    animation: hgmcRanksTopLine 8s linear infinite;
}

.hgmc-ranks::after {
    content: "";
    position: absolute;
    right: -110px;
    bottom: -110px;
    width: 240px;
    height: 240px;
    pointer-events: none;
    border: 1px solid rgba(0, 217, 255, 0.08);
    border-radius: 50%;
    box-shadow:
        0 0 80px rgba(0, 217, 255, 0.06),
        inset 0 0 60px rgba(255, 20, 120, 0.04);
}

/* Nagłówek */

.hgmc-ranks__header {
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
    text-align: center;
}

.hgmc-ranks__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 9px;
    padding: 6px 13px;
    border: 1px solid rgba(255, 20, 120, 0.25);
    border-radius: 999px;
    background: rgba(255, 20, 120, 0.07);
    color: #ff4b9c;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.hgmc-ranks__title {
    margin: 0;
    color: #ffffff;
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -1px;
    text-transform: uppercase;
    text-shadow:
        0 0 26px rgba(255, 20, 120, 0.2),
        0 0 30px rgba(0, 217, 255, 0.08);
}

.hgmc-ranks__description {
    max-width: 620px;
    margin: 11px auto 0;
    color: #8f99aa;
    font-size: 14px;
    line-height: 1.65;
}

/* Siatka kategorii */

.hgmc-ranks__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

/* Kategoria */

.rank-category-box {
    --category-color: 0, 217, 255;

    position: relative;
    min-width: 0;
    padding: 22px;
    overflow: hidden;
    border: 1px solid rgba(var(--category-color), 0.13);
    border-radius: 17px;
    background:
        linear-gradient(
            145deg,
            rgba(var(--category-color), 0.045),
            rgba(13, 17, 26, 0.92) 42%,
            rgba(8, 11, 18, 0.96)
        );
    box-shadow:
        0 16px 35px rgba(0, 0, 0, 0.23),
        inset 0 1px 0 rgba(255, 255, 255, 0.025);
    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.rank-category-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 25px;
    width: 80px;
    height: 2px;
    background: linear-gradient(
        90deg,
        rgba(var(--category-color), 0),
        rgba(var(--category-color), 1),
        rgba(var(--category-color), 0)
    );
    box-shadow: 0 0 15px rgba(var(--category-color), 0.65);
}

.rank-category-box::after {
    content: "";
    position: absolute;
    top: -60px;
    right: -60px;
    width: 150px;
    height: 150px;
    pointer-events: none;
    border-radius: 50%;
    background: rgba(var(--category-color), 0.055);
    filter: blur(4px);
}

.rank-category-box:hover {
    transform: translateY(-4px);
    border-color: rgba(var(--category-color), 0.28);
    box-shadow:
        0 20px 45px rgba(0, 0, 0, 0.32),
        0 0 28px rgba(var(--category-color), 0.055);
}

.rank-category-box--administration {
    --category-color: 255, 52, 90;
}

.rank-category-box--creators {
    --category-color: 190, 102, 255;
}

.rank-category-box--players {
    --category-color: 0, 217, 255;
}

.rank-category-box--banned {
    --category-color: 239, 68, 68;
}

/* Nagłówek kategorii */

.category-heading {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 18px;
}

.category-icon {
    width: 43px;
    height: 43px;
    flex: 0 0 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(var(--category-color), 0.22);
    border-radius: 12px;
    background:
        linear-gradient(
            145deg,
            rgba(var(--category-color), 0.14),
            rgba(var(--category-color), 0.035)
        );
    color: rgb(var(--category-color));
    font-size: 19px;
    font-weight: 900;
    text-shadow: 0 0 13px rgba(var(--category-color), 0.72);
    box-shadow: inset 0 0 18px rgba(var(--category-color), 0.04);
}

.category-label {
    display: block;
    margin-bottom: 3px;
    color: #697487;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 1.35px;
    text-transform: uppercase;
}

.category-title {
    margin: 0;
    color: #f7f8fa;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: 0.1px;
}

/* Lista rang */

.category-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.rank-strip {
    --rank-color: 156, 163, 175;

    position: relative;
    min-height: 48px;
    padding: 10px 13px;
    display: grid;
    grid-template-columns: 31px minmax(0, 1fr) 20px;
    align-items: center;
    gap: 10px;
    overflow: hidden;
    border: 1px solid rgba(var(--rank-color), 0.13);
    border-radius: 11px;
    background:
        linear-gradient(
            90deg,
            rgba(var(--rank-color), 0.1),
            rgba(16, 20, 30, 0.76) 44%,
            rgba(11, 14, 22, 0.88)
        );
    color: #dce1e8;
    text-decoration: none;
    box-shadow:
        inset 3px 0 0 rgba(var(--rank-color), 0.85),
        0 5px 15px rgba(0, 0, 0, 0.14);
    transition:
        transform 0.22s ease,
        border-color 0.22s ease,
        background 0.22s ease,
        box-shadow 0.22s ease;
}

.rank-strip::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    background: linear-gradient(
        110deg,
        transparent 25%,
        rgba(255, 255, 255, 0.09) 50%,
        transparent 75%
    );
    transform: translateX(-100%);
}

.rank-strip:hover {
    color: #ffffff;
    text-decoration: none;
    transform: translateX(5px);
    border-color: rgba(var(--rank-color), 0.32);
    background:
        linear-gradient(
            90deg,
            rgba(var(--rank-color), 0.17),
            rgba(17, 21, 32, 0.9) 48%,
            rgba(11, 14, 22, 0.96)
        );
    box-shadow:
        inset 4px 0 0 rgb(var(--rank-color)),
        0 9px 22px rgba(0, 0, 0, 0.24),
        0 0 18px rgba(var(--rank-color), 0.06);
}

.rank-strip:hover::before {
    opacity: 1;
    animation: hgmcRankShine 0.85s ease;
}

.rank-strip__icon {
    width: 29px;
    height: 29px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(var(--rank-color), 0.19);
    border-radius: 8px;
    background: rgba(var(--rank-color), 0.08);
    color: rgb(var(--rank-color));
    font-size: 13px;
    font-weight: 900;
    text-shadow: 0 0 10px rgba(var(--rank-color), 0.8);
}

.rank-strip__name {
    min-width: 0;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
}

.rank-strip__arrow {
    color: rgba(var(--rank-color), 0.7);
    font-size: 23px;
    font-weight: 300;
    line-height: 1;
    transition: transform 0.22s ease;
}

.rank-strip:hover .rank-strip__arrow {
    transform: translateX(3px);
    color: rgb(var(--rank-color));
}

/* Kolory rang */

.strip-headadmin {
    --rank-color: 255, 45, 85;
}

.strip-admin {
    --rank-color: 255, 91, 91;
}

.strip-mod {
    --rank-color: 44, 214, 120;
}

.strip-legenda {
    --rank-color: 255, 191, 45;
}

.strip-builder {
    --rank-color: 190, 102, 255;
}

.strip-mvp {
    --rank-color: 0, 217, 255;
}

.strip-vip {
    --rank-color: 255, 20, 120;
}

.strip-player {
    --rank-color: 174, 183, 197;
}

.strip-banned {
    --rank-color: 239, 68, 68;
}

.strip-banned-hard {
    --rank-color: 145, 29, 45;
}

/* Animacje */

@keyframes hgmcRanksTopLine {
    from {
        left: -35%;
    }

    to {
        left: 110%;
    }
}

@keyframes hgmcRankShine {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(100%);
    }
}

/* Tablety */

@media screen and (max-width: 900px) {
    .hgmc-ranks {
        padding: 28px;
    }

    .hgmc-ranks__grid {
        grid-template-columns: 1fr;
    }
}

/* Telefony */

@media screen and (max-width: 560px) {
    .hgmc-ranks {
        width: calc(100% - 18px);
        margin: 20px auto;
        padding: 22px 13px;
        border-radius: 17px;
    }

    .hgmc-ranks__header {
        margin-bottom: 23px;
        padding: 0 5px;
    }

    .hgmc-ranks__title {
        font-size: 27px;
    }

    .hgmc-ranks__description {
        font-size: 13px;
    }

    .rank-category-box {
        padding: 16px 13px;
        border-radius: 14px;
    }

    .category-title {
        font-size: 15px;
    }

    .rank-strip {
        min-height: 47px;
        padding: 9px 10px;
        grid-template-columns: 29px minmax(0, 1fr) 17px;
        gap: 8px;
    }

    .rank-strip__name {
        font-size: 12px;
    }

    .rank-strip:hover {
        transform: translateX(2px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .hgmc-ranks::before,
    .rank-strip:hover::before {
        animation: none;
    }

    .rank-category-box,
    .rank-strip,
    .rank-strip__arrow {
        transition: none;
    }
}
<style>
/* =========================================================
   HGMC.PL — KONTAKT V3
   KOŃCOWA NAPRAWA SZEROKOŚCI I KART
   Wklej na samym końcu global.css
   ========================================================= */

.hgmc-contact-v3,
.hgmc-contact-v3 *,
.hgmc-contact-v3 *::before,
.hgmc-contact-v3 *::after {
    box-sizing: border-box !important;
}

.hgmc-contact-v3 {
    width: calc(100% - 20px) !important;
    max-width: 1120px !important;
    margin: 28px auto !important;
    padding: 34px !important;
    overflow: hidden !important;
    container-type: inline-size;
}

/* Zapobieganie rozszerzaniu sekcji przez tekst */
.hgmc-contact-v3-header,
.hgmc-contact-v3-info,
.hgmc-contact-v3-info-text,
.hgmc-contact-v3-grid,
.hgmc-contact-v3-card,
.hgmc-contact-v3-card-head,
.hgmc-contact-v3-card-head-text,
.hgmc-contact-v3-card-description,
.hgmc-contact-v3-email,
.hgmc-contact-v3-email-data {
    min-width: 0 !important;
    max-width: 100% !important;
}

/* Panel zasad */
.hgmc-contact-v3-info {
    width: 100% !important;
    overflow: hidden !important;
}

.hgmc-contact-v3-info-text {
    width: 100% !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
}

/* Poprawna siatka dwóch równych kolumn */
.hgmc-contact-v3-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-auto-columns: minmax(0, 1fr) !important;
    grid-auto-rows: auto !important;
    align-items: stretch !important;
    gap: 16px !important;
    width: 100% !important;
    overflow: hidden !important;
}

/* Pojedyncza karta */
.hgmc-contact-v3-card {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    min-height: 230px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 20px !important;
    overflow: hidden !important;
}

/* Ogólna skrzynka na całą szerokość */
.hgmc-contact-v3-general {
    grid-column: 1 / -1 !important;
    min-height: 210px !important;
}

/* Nagłówek karty */
.hgmc-contact-v3-card-head {
    display: flex !important;
    align-items: center !important;
    gap: 13px !important;
    width: 100% !important;
    margin: 0 0 15px !important;
}

.hgmc-contact-v3-card-head-text {
    flex: 1 1 auto !important;
    width: auto !important;
    overflow: hidden !important;
}

.hgmc-contact-v3-card-title,
.hgmc-contact-v3-card-department {
    width: 100% !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
}

/* Opis */
.hgmc-contact-v3-card-description {
    flex: 1 1 auto !important;
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 0 18px !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
}

/* Pole z adresem e-mail */
.hgmc-contact-v3-email {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 12px !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 62px !important;
    margin: auto 0 0 !important;
    padding: 11px 12px !important;
    overflow: hidden !important;
}

.hgmc-contact-v3-email-data {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
}

.hgmc-contact-v3-email-label {
    display: block !important;
    width: 100% !important;
    margin-bottom: 5px !important;
}

/* Pełny adres zamiast trzech kropek */
.hgmc-contact-v3-address {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: visible !important;
    color: rgb(var(--hgmc-v3-color)) !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
    text-overflow: clip !important;
}

/* Mniejszy przycisk, żeby nie wypychał karty */
.hgmc-contact-v3-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 128px !important;
    max-width: 155px !important;
    min-height: 38px !important;
    margin: 0 !important;
    padding: 9px 11px !important;
    font-size: 8.5px !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
}

/* MyBB może dodawać puste łamania wierszy */
.hgmc-contact-v3 br {
    display: none !important;
}

/* Gdy zawartość posta jest za wąska na dwie kolumny */
@container (max-width: 820px) {
    .hgmc-contact-v3-grid {
        grid-template-columns: 1fr !important;
    }

    .hgmc-contact-v3-general {
        grid-column: auto !important;
    }

    .hgmc-contact-v3-card {
        min-height: 0 !important;
    }
}

/* Zapas dla przeglądarek bez obsługi container queries */
@media screen and (max-width: 900px) {
    .hgmc-contact-v3 {
        width: calc(100% - 12px) !important;
        padding: 24px 18px !important;
    }

    .hgmc-contact-v3-grid {
        grid-template-columns: 1fr !important;
    }

    .hgmc-contact-v3-general {
        grid-column: auto !important;
    }

    .hgmc-contact-v3-card {
        min-height: 0 !important;
    }
}

@media screen and (max-width: 560px) {
    .hgmc-contact-v3 {
        width: 100% !important;
        padding: 19px 11px !important;
        border-radius: 15px !important;
    }

    .hgmc-contact-v3-title {
        font-size: 24px !important;
    }

    .hgmc-contact-v3-card {
        padding: 16px 13px !important;
    }

    .hgmc-contact-v3-email {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .hgmc-contact-v3-button {
        width: 100% !important;
        max-width: none !important;
    }
}
/* =========================================================
   HGMC.PL — REGULAMIN — FINALNA POPRAWKA DLA MYBB
   Wklej na SAMYM KOŃCU global.css aktywnego motywu.
   ========================================================= */

.post_body .hgmc-rules,
.post_body .hgmc-rules * {
    box-sizing: border-box !important;
}

.post_body .hgmc-rules {
    --orange: #ff7721;
    --orange-soft: #ffb067;
    --bg: #080b10;
    --panel: #0e141d;
    --panel2: #121a25;
    --border: #263246;
    --text: #e8eef6;
    --muted: #94a3b8;

    display: block !important;
    width: 100% !important;
    max-width: 1080px !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 20px auto !important;
    padding: 0 !important;
    overflow: hidden !important;
    color: var(--text) !important;
    font-family: "Segoe UI", Arial, sans-serif !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
    text-align: left !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    background:
        radial-gradient(circle at 10% 0%, rgba(255,119,33,.09), transparent 28%),
        linear-gradient(180deg, #0b1017, var(--bg)) !important;
    border: 1px solid var(--border) !important;
    border-radius: 18px !important;
    box-shadow: 0 24px 70px rgba(0,0,0,.44) !important;
}

/* MyBB potrafi wstawiać <br> po każdej nowej linii posta.
   W finalnym poście nie są potrzebne, więc je ukrywamy. */
.post_body .hgmc-rules br {
    display: none !important;
}

.post_body .hgmc-rules a {
    color: inherit !important;
    text-decoration: none !important;
}

/* NAGŁÓWEK */

.post_body .hgmc-rules-hero {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 46px 34px 36px !important;
    overflow: hidden !important;
    text-align: center !important;
    background:
        linear-gradient(135deg, rgba(255,119,33,.15), transparent 42%),
        linear-gradient(180deg, #131b27, #0d131c) !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(255,119,33,.24) !important;
}

.post_body .hgmc-rules-eyebrow {
    display: inline-flex !important;
    align-items: center !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 0 14px !important;
    padding: 7px 13px !important;
    color: var(--orange-soft) !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    letter-spacing: 1.4px !important;
    text-transform: uppercase !important;
    background: rgba(255,119,33,.09) !important;
    border: 1px solid rgba(255,119,33,.36) !important;
    border-radius: 999px !important;
}

.post_body .hgmc-rules-title {
    display: block !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #fff !important;
    font-size: clamp(34px, 6vw, 56px) !important;
    font-weight: 900 !important;
    line-height: 1.08 !important;
    letter-spacing: -2px !important;
    text-align: center !important;
}

.post_body .hgmc-rules-title span {
    color: var(--orange) !important;
}

.post_body .hgmc-rules-lead {
    display: block !important;
    max-width: 780px !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 18px auto 0 !important;
    padding: 0 !important;
    color: #b8c3d2 !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
    text-align: center !important;
}

.post_body .hgmc-rules-meta {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 24px 0 0 !important;
    padding: 0 !important;
}

.post_body .hgmc-rules-meta-item {
    display: inline-flex !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 8px 12px !important;
    color: #d7e0ea !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    background: rgba(7,10,15,.58) !important;
    border: 1px solid #2b394c !important;
    border-radius: 8px !important;
}

/* NAWIGACJA */

.post_body .hgmc-rules-nav {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 7px !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 14px 18px !important;
    background: #090d13 !important;
    border: 0 !important;
    border-bottom: 1px solid var(--border) !important;
}

.post_body .hgmc-rules-nav a {
    display: inline-flex !important;
    align-items: center !important;
    width: auto !important;
    height: auto !important;
    min-height: 34px !important;
    margin: 0 !important;
    padding: 7px 11px !important;
    color: #aab7c8 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    background: transparent !important;
    border: 1px solid transparent !important;
    border-radius: 8px !important;
}

.post_body .hgmc-rules-nav a:hover {
    color: #fff !important;
    background: rgba(255,119,33,.1) !important;
    border-color: rgba(255,119,33,.38) !important;
}

/* SEKCJE */

.post_body .hgmc-rules-section {
    display: block !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 18px !important;
    padding: 24px !important;
    overflow: visible !important;
    text-align: left !important;
    background:
        linear-gradient(145deg, rgba(255,255,255,.018), transparent 38%),
        var(--panel) !important;
    border: 1px solid var(--border) !important;
    border-radius: 14px !important;
    box-shadow: 0 12px 30px rgba(0,0,0,.16) !important;
}

.post_body .hgmc-rules-section-head {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 0 20px !important;
    padding: 0 0 16px !important;
    text-align: left !important;
    border: 0 !important;
    border-bottom: 1px solid #243043 !important;
}

.post_body .hgmc-rules-section-head > div:last-child {
    display: block !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.post_body .hgmc-rules-section-number {
    flex: 0 0 50px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    min-height: 50px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--orange-soft) !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    background: linear-gradient(145deg, rgba(255,119,33,.2), rgba(255,119,33,.06)) !important;
    border: 1px solid rgba(255,119,33,.46) !important;
    border-radius: 12px !important;
}

.post_body .hgmc-rules-section-title {
    display: block !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #fff !important;
    font-size: 25px !important;
    font-weight: 850 !important;
    line-height: 1.2 !important;
    letter-spacing: -.4px !important;
    text-align: left !important;
    text-transform: none !important;
}

.post_body .hgmc-rules-section-description {
    display: block !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 5px 0 0 !important;
    padding: 0 !important;
    color: var(--muted) !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    text-align: left !important;
}

/* KARTY KAR */

.post_body .hgmc-punishments-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    grid-auto-flow: row !important;
    grid-auto-rows: auto !important;
    align-items: stretch !important;
    justify-items: stretch !important;
    gap: 12px !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.post_body .hgmc-punishment-card {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 17px !important;
    text-align: left !important;
    background:
        linear-gradient(145deg, rgba(255,119,33,.035), transparent 45%),
        var(--panel2) !important;
    border: 1px solid #29364a !important;
    border-radius: 11px !important;
}

.post_body .hgmc-punishment-symbol {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 38px !important;
    height: 30px !important;
    min-height: 30px !important;
    margin: 0 0 12px !important;
    padding: 0 9px !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    border-radius: 7px !important;
}

.post_body .hgmc-punishment-title {
    display: block !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 850 !important;
    line-height: 1.35 !important;
    text-align: left !important;
}

.post_body .hgmc-punishment-description {
    display: block !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 7px 0 0 !important;
    padding: 0 !important;
    color: #a9b5c5 !important;
    font-size: 12px !important;
    line-height: 1.55 !important;
    text-align: left !important;
}

/* LISTA ZASAD */

.post_body .hgmc-rule-list {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-auto-rows: auto !important;
    gap: 9px !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.post_body .hgmc-rule {
    display: grid !important;
    grid-template-columns: 62px minmax(0, 1fr) minmax(170px, 230px) !important;
    grid-template-rows: auto !important;
    align-items: center !important;
    gap: 14px !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 14px !important;
    overflow: visible !important;
    text-align: left !important;
    background: #101722 !important;
    border: 1px solid #263347 !important;
    border-radius: 10px !important;
}

.post_body .hgmc-rule > * {
    min-width: 0 !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
}

.post_body .hgmc-rule-number {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 62px !important;
    min-width: 62px !important;
    height: 38px !important;
    min-height: 38px !important;
    padding: 0 !important;
    color: var(--orange-soft) !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    background: rgba(255,119,33,.08) !important;
    border: 1px solid rgba(255,119,33,.3) !important;
    border-radius: 8px !important;
}

.post_body .hgmc-rule-text {
    display: block !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    color: #ced7e2 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.58 !important;
    text-align: left !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
}

.post_body .hgmc-rule-penalty {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    text-align: right !important;
}

.post_body .hgmc-penalty {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 27px !important;
    margin: 0 !important;
    padding: 6px 9px !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    line-height: 1.15 !important;
    text-align: center !important;
    white-space: normal !important;
    border: 1px solid !important;
    border-radius: 7px !important;
}

/* KOLORY KAR */

.post_body .hgmc-badge-warn {
    color: #fde68a !important;
    background: rgba(245,158,11,.12) !important;
    border-color: rgba(245,158,11,.4) !important;
}

.post_body .hgmc-badge-kick {
    color: #93c5fd !important;
    background: rgba(59,130,246,.12) !important;
    border-color: rgba(59,130,246,.42) !important;
}

.post_body .hgmc-badge-mute {
    color: #d8b4fe !important;
    background: rgba(168,85,247,.12) !important;
    border-color: rgba(168,85,247,.42) !important;
}

.post_body .hgmc-badge-tb {
    color: #fdba74 !important;
    background: rgba(249,115,22,.12) !important;
    border-color: rgba(249,115,22,.44) !important;
}

.post_body .hgmc-badge-ban {
    color: #fca5a5 !important;
    background: rgba(239,68,68,.12) !important;
    border-color: rgba(239,68,68,.44) !important;
}

.post_body .hgmc-badge-ip {
    color: #fda4af !important;
    background: rgba(225,29,72,.12) !important;
    border-color: rgba(225,29,72,.44) !important;
}

.post_body .hgmc-badge-reset {
    color: #99f6e4 !important;
    background: rgba(20,184,166,.12) !important;
    border-color: rgba(20,184,166,.42) !important;
}

/* TABELA */

.post_body .hgmc-table-wrap {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 12px 0 0 !important;
    overflow-x: auto !important;
    border: 1px solid #2a374a !important;
    border-radius: 11px !important;
}

.post_body .hgmc-rules-table {
    width: 100% !important;
    min-width: 720px !important;
    height: auto !important;
    border-collapse: collapse !important;
    color: #cbd5e1 !important;
    background: #0f1620 !important;
}

.post_body .hgmc-rules-table th,
.post_body .hgmc-rules-table td {
    height: auto !important;
    min-height: 0 !important;
    padding: 13px 14px !important;
    text-align: left !important;
    vertical-align: top !important;
    border: 0 !important;
    border-bottom: 1px solid #263347 !important;
}

.post_body .hgmc-rules-table th {
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    line-height: 1.3 !important;
    background: #151e2a !important;
}

.post_body .hgmc-rules-table td {
    color: #cbd5e1 !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
}

/* KOMUNIKAT I STOPKA */

.post_body .hgmc-rules-notice {
    display: block !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 18px 0 0 !important;
    padding: 15px 16px !important;
    color: #d5dee9 !important;
    font-size: 12px !important;
    line-height: 1.6 !important;
    text-align: left !important;
    background: linear-gradient(90deg, rgba(255,119,33,.09), transparent), #101721 !important;
    border: 1px solid rgba(255,119,33,.32) !important;
    border-left: 4px solid var(--orange) !important;
    border-radius: 9px !important;
}

.post_body .hgmc-rules-important {
    color: #ffc08b !important;
    font-weight: 900 !important;
}

.post_body .hgmc-rules-footer {
    display: block !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 18px !important;
    padding: 30px 24px !important;
    text-align: center !important;
    background:
        radial-gradient(circle at 50% -50%, rgba(255,119,33,.24), transparent 55%),
        linear-gradient(145deg, #141c27, #0d131b) !important;
    border: 1px solid rgba(255,119,33,.34) !important;
    border-radius: 14px !important;
}

.post_body .hgmc-rules-footer-title {
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #fff !important;
    font-size: 24px !important;
    font-weight: 900 !important;
    line-height: 1.3 !important;
    text-align: center !important;
}

.post_body .hgmc-rules-footer-text {
    display: block !important;
    max-width: 690px !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 10px auto 0 !important;
    padding: 0 !important;
    color: #9eacbe !important;
    font-size: 13px !important;
    line-height: 1.65 !important;
    text-align: center !important;
}

@media (max-width: 850px) {
    .post_body .hgmc-punishments-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .post_body .hgmc-rule {
        grid-template-columns: 58px minmax(0, 1fr) !important;
    }

    .post_body .hgmc-rule-penalty {
        grid-column: 1 / -1 !important;
        justify-content: flex-start !important;
        padding-left: 72px !important;
        text-align: left !important;
    }
}

@media (max-width: 560px) {
    .post_body .hgmc-rules {
        margin: 10px auto !important;
        border-radius: 12px !important;
    }

    .post_body .hgmc-rules-hero {
        padding: 34px 16px 28px !important;
    }

    .post_body .hgmc-rules-title {
        font-size: 34px !important;
        letter-spacing: -1px !important;
    }

    .post_body .hgmc-rules-nav {
        justify-content: flex-start !important;
        padding: 11px !important;
    }

    .post_body .hgmc-rules-section {
        margin: 11px !important;
        padding: 17px 13px !important;
    }

    .post_body .hgmc-rules-section-number {
        flex-basis: 42px !important;
        width: 42px !important;
        min-width: 42px !important;
        height: 42px !important;
        min-height: 42px !important;
    }

    .post_body .hgmc-rules-section-title {
        font-size: 20px !important;
    }

    .post_body .hgmc-punishments-grid {
        grid-template-columns: 1fr !important;
    }

    .post_body .hgmc-rule {
        grid-template-columns: 1fr !important;
        gap: 9px !important;
        padding: 12px !important;
    }

    .post_body .hgmc-rule-number {
        width: max-content !important;
        min-width: 50px !important;
        height: 30px !important;
        min-height: 30px !important;
        padding: 0 8px !important;
    }

    .post_body .hgmc-rule-penalty {
        grid-column: auto !important;
        justify-content: flex-start !important;
        padding-left: 0 !important;
    }

    .post_body .hgmc-rules-footer {
        margin: 11px !important;
        padding: 25px 16px !important;
    }
}
/** Impromptu End */
