.theme-dark {
	--bg-color: #0a0a0a;
	--bg-row: #161616;
	--font-color:#fff;
	--font-visited:#323232;
	--font-chover:#1c98dc;
}
.theme-light {
	--bg-color: #e1e1e1;
        --bg-row: #f6f6f6;
	--font-color:#000000;
	--font-chover:#1c98dc;
	--font-visited:#323232;
}

*{
transition: all 0.4s;
}

body {
	background: var(--bg-color);
	color: var(--font-color);
	text-align: center;
	line-height: 1.4;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
/*	font-family: 'Rubik', sans-serif;
	font-family: 'Poppins', sans-serif; */
	font-size: 13px;
	overflow-y: scroll;
}

a:link {
color: var(--font-color);
	text-decoration: none;
}

a:visited {
color: var(	--font-color);
	text-decoration: none;
}

a:hover, a:active {
color: var(--font-chover);
    text-decoration: none;
}

#container {
	background: var(--bg-color);
	color: var(--font-color);
	text-align: left;
	line-height: 1.4;
	margin: 0;
	
	font-size: 19px;
}

#debug {
	float: right;
	text-align: right;
	margin-top: 20px;
	font-size: 11px;
}

.scaleimages img {
	max-width: 100%;
}

.subforumicon {
height: 10px;
width: 10px;
display: inline-block;
margin: 0 5px;
background: var(--font-chover);
border-radius: 10px;
background: linear-gradient(90deg, rgb(28, 161, 232) 0%, rgb(30, 53, 152) 100%) !important;
}

.subforum_minion {
background: linear-gradient(90deg, rgb(28, 161, 232) 0%, rgb(30, 53, 152) 100%) !important;
}

.subforum_minioff {
	background: var(--bg-color) !important;
}

.subforum_minioffclose {
	background: var(--bg-color) !important;
}

.subforum_miniofflink {
	background: var(--bg-color) !important;
}

table {
	color: var(--font-color);
	font-size: 13px;
}

.tborder {
	background: var(--bg-row);
	width: 100%;
	margin: auto auto;
	padding: 1px;    border-radius: 7px;
}

.tfixed {
	table-layout: fixed;
	word-wrap: break-word;
}

.thead {
	background: #0066a2 url(../../../images/thead.png) top left repeat-x;
	color: #ffffff;
	padding: 8px;
}

.thead a:link {
	color: var(--font-color);
	text-decoration: none;
}

.thead a:visited {
color: var(--font-color);
	text-decoration: none;
}

.thead a:hover,
.thead a:active {
	color: #ffffff;
	text-decoration: underline;
}

.tcat {
color: var(--font-color);
	padding: 6px;
	font-size: 12px;
}

.tcat a:link {
color: var(--font-color);
}

.tcat a:visited {
color: var(--font-color);
}

.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 {
	padding: 6px;
	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: var(--bg-color);
	color: #333;
	border: none;
	outline: 0;
	font-size: 13px;
	border-radius: 5px;
	padding: 10px;
}

input.textbox.portal_search {
    width: 68%;
}

textarea {
	background: var(--bg-color);
	color: var(--font-color);
	border: none;
	padding: 2px;
	line-height: 1.4;
	outline: 0;
	font-size: 13px;
}

select {
background: var(--bg-row);
padding: 10px;
border: 1px solid var(--bg-row);
outline: 0;
font-size: 13px;
color: var(--font-color);
border-radius: 5px;
}

button,
input.button {
	padding: 3px 8px;
	cursor: pointer;

	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;
}

.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; /* To zapobiegnie "wpychaniu" się tekstu pod inne elementy */
}

/* Jeśli to błąd w ocenianiu gwiazdkami: */
 .star_rating {  */
  white-space: nowrap !important; 
      display: inline-block; 
}

/* Wymuszenie szerokości dla listy ocen */
.rating_table, .post_body ul {
    min-width: 150px;
}

}
/* WYMUSZENIE POPRAWNEGO WYGLĄDU PRZYCISKÓW W REPUTACJI */
.postbit_buttons a, 
a.button[href*="reputation.php"], 
.reputation_positive, 
.reputation_negative {
    display: inline-block !important;
    white-space: nowrap !important; /* To zablokuje pionowy tekst */
    width: auto !important;
    min-width: 120px !important;    /* Żeby przyciski miały fajny kształt */
    padding: 8px 15px !important;
    text-align: center !important;
    margin: 5px !important;
    float: none !important;         /* Usuwamy ewentualne pływanie, które je gniecie */
}

.post_content, .post_body {
    word-wrap: break-word;
    word-break: break-all;
    overflow-wrap: break-word;
}
}

.postbit_buttons > a:hover {
	border-color: #bbb;
}
a.button:link,
a.button:hover,
a.button:visited,
a.button:active {
	background: #0f0f0f url(../../../images/tcat.png) repeat-x !important;
	color: #fff !important;
	display: inline-block !important;
	padding: 8px 16px !important; /* Większy padding, żeby przycisk wyglądał jak przycisk */
	margin: 5px 2px !important;
	border: 1px solid #000 !important;
	font-size: 14px !important;
	white-space: nowrap !important; /* TO NAPRAWIA PIONOWY TEKST */
	width: auto !important;         /* TO ZABRANIA ŚCISKANIA */
	text-decoration: none !important;
	border-radius: 4px;             /* Lekkie zaokrąglenie dla estetyki */
}

a.button.small_button {
	font-size: 13px;
	margin: 0;
	padding: 3px 6px;
}

.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;
}

.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: #000000;
	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.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));
	zoom: 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 #1c98dc !important; /* Niebieska ramka */
    background: #111111 !important;        /* Ciemne tło */
    color: #000000 !important;           /* BIAŁY TEKST - teraz będzie go widać! */
}
.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 {
/* To naprawi kolor tekstu w powiadomieniu o dodaniu punktu */
.jGrowl-notification .jGrowl-message {
    color: #000000 !important; /* Zmienia tekst na czarny, żeby był widoczny */
    font-size: 13px !important;
}

/* Opcjonalnie: jeśli chcesz, żeby cały pasek był ciemny jak forum */
.jGrowl-notification .ui-state-highlight {
    background: #161616 !important; /* Ciemne tło paska */
    border: 1px solid #1c98dc !important; /* Niebieska obwódka */
    color: #ffffff !important; /* Biały tekst na ciemnym tle */
}
}

.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: #000;
}

.jGrowl .jGrowl-notification.jgrowl_success {
    background: lightgreen;
    border: 1px solid lightgreen;
    color: #000;
}

.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: #000;
}

/** 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;
	max-width: 100%;
	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;
}

.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%;
	
	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;
}
/* SIDEBAR OGÓLNE */
.custom-sidebar { width: 100%; max-width: 300px; font-family: 'Segoe UI', sans-serif; }
.sb-widget { margin-bottom: 15px; background: #111; border-radius: 3px; overflow: hidden; }



/* GŁÓWNY KONTENER SHOUTBOXA */
#shoutbox {
    background: #050505; /* Bardzo ciemne tło */
    border: 1px solid #111;
    border-radius: 3px;
    padding: 0;
    margin-bottom: 20px;
}

/* NAGŁÓWEK Z NAPISEM SHOUTBOX */
#shoutbox .head {
    background: #0a0a0a;
    padding: 10px 15px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 2px solid #111;
}

/* POLE WPISYWANIA WIADOMOŚCI */
#shoutbox input.text {
    background: #000;
    border: 1px solid #111;
    color: #337ab7; /* Kolor błękitny tekstu "Wpisz wiadomość" */
    padding: 12px;
    width: 100%;
    outline: none;
}

/* POJEDYNCZY WPIS (SHOUT) */
.shoutbox_data {
    padding: 10px 15px;
    border-bottom: 1px solid #111;
    display: flex;
    align-items: center;
}

/* NICK I WIADOMOŚĆ */
.shoutbox_name {
    font-weight: bold;
    margin-right: 10px;
    color: #fff;
}

.shoutbox_text {
    color: #ccc;
    font-size: 13px;
}

/* DATA PO PRAWEJ STRONIE */
.shoutbox_date {
    margin-left: auto;
    color: #444;
    font-size: 11px;
    font-weight: bold;
}
/* NAPRAWA POWIADOMIENIA REPUTACJI */
.jGrowl-notification.ui-state-highlight {
    background: #0a0a0a !important; /* Ciemne tło zamiast tego białego paska */
    border: 1px solid #1c98dc !important; /* Niebieska ramka pod kolor przycisków */
    color: #1c98dc !important;    /* Jasnoniebieski napis */
}

.jGrowl-notification .jGrowl-message {
    color: #1c98dc !important;    /* Kolor tekstu: "Punkt reputacji został dodany" */
    font-weight: bold !important;
    text-align: center;
}

/* Styl przycisku Status Just-play */
.server-status-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #121212; 
    border: 1px solid #1f1f1f;
    border-radius: 6px;
    padding: 12px 15px;
    margin-bottom: 10px;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.server-status-btn:hover {
    background-color: #1a1a1a;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.4);
    border-color: #3b82f6;
}

.btn-content {
    display: flex;
    align-items: center;
}

.status-accent {
    width: 4px;
    height: 18px;
    background-color: #3b82f6;
    border-radius: 10px;
    margin-right: 12px;
    box-shadow: 0 0 8px #3b82f6;
}

.status-text {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: none;
}

.status-icon svg {
    fill: #ffffff;
    width: 16px;
    height: 16px;
    opacity: 0.6;
    transition: all 0.3s ease;
}

.server-status-btn:hover .status-icon svg {
    opacity: 1;
    fill: #3b82f6;
    transform: scale(1.1);
}

<html>

<head>
    <title>{$mybb->settings['bbname']}</title>
    {$headerinclude}
    <script type="text/javascript">
        </script>
    <style>
        .flex-footer {
            margin-top: 0;
        }

        /* --- STYLE DLA NOWYCH BANERÓW --- */
        .sidebar-server-banner {
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 90px;
            margin-bottom: 10px;
            padding: 10px 20px;
            border-radius: 4px;
            color: #fff;
            text-decoration: none !important;
            background-size: cover;
            background-position: center;
            position: relative;
            border: 1px solid rgba(255,255,255,0.05);
        }

        .mta-bg { background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url(../../../images/mta_bg.png); } /* Dodaj plik tła do folderu images */
        .dc-bg { background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url(../../../images/discord_bg.png); }

        .banner-left { display: flex; flex-direction: column; }
        .banner-title { font-size: 18px; font-weight: 800; line-height: 1.1; text-transform: uppercase; }
        .banner-sub { font-size: 11px; opacity: 0.8; margin-top: 5px; }
        .banner-count { font-size: 42px; font-weight: 900; opacity: 0.9; }
        
        .dc-icon { width: 45px; height: 45px; fill: #fff; opacity: 0.9; }
        /* ------------------------------- */
    </style>
</head>

<body>
    {$header}
    <div class="box-index">
        <div class="forums-box">
            <div class="swiper swpindex">
                <div class="swiper-wrapper">
                    <div class="swiper-slide swpindex-slide">
                        <div class="sw_text">
                            "Została otwarta rekrutacja do SAPD"
                        </div>
                    </div>
                     <div class="swiper-slide swpindex-slide">
                        <div class="sw_text">
                            "Witamy na nowym stylu forum!"
                        </div>
                    </div>
                </div>
            </div>
            <div class="swiper-pagination swpindex-pagination"></div>
            <div id="lt_swiper_buttons" class="lt_swp_prev swiper-button-prev swpindex-button-prev"></div>
            <div id="lt_swiper_buttons" class="lt_swp_next swiper-button-next swpindex-button-next"></div>
            <script>
                const swiperindex = new Swiper('.swpindex', {
                    direction: 'horizontal',
                    loop: false,
                     autoplay: {
                       delay: 5000,
                     },
                    pagination: {
                        el: '.swpindex-pagination',
                    },
                    navigation: {
                        nextEl: '.swpindex-button-next',
                        prevEl: '.swpindex-button-prev',
                    },
                });
            </script>
            {$serversboard}
            {$dvz_shoutbox}

            <div style="width: 100%; display: flex; justify-content: space-between; margin-top: 30px; margin-bottom: 20px; font-size: 16px;">
                <span><i class="fa-solid fa-house"></i> Strona glowna</span>
                <a href="{$mybb->settings['bburl']}/misc.php?action=markread{$post_code_string}">{$lang->bottomlinks_markread}</a>
            </div>
            {$forums}
            {$forumstats}
        </div>

        <div class="sidebar-box">
            <div class="sidebar-quicksearch">
                {$quicksearch}
            </div>

            <div class="sidebar-panel-nr1">
                <div class="sidebar-thead1">Przydatne linki <i class="fa-solid fa-link"></i></div>
                <div class="sidebar-content" style="background: transparent; padding: 10px 0;">
                    
                    <div class="sidebar-server-banner mta-bg">
                        <div class="banner-left">
                            <span class="banner-title">Graczy<br>Online</span>
                            <span class="banner-sub">Multi Theft Auto</span>
                        </div>
                        <div class="banner-count" id="mta-count">0</div>
                    </div>

                    <a href="TWÓJ_LINK_ZAPROSZENIA" target="_blank" class="sidebar-server-banner dc-bg">
                        <div class="banner-left">
                            <svg class="dc-icon" viewBox="0 0 127.14 96.36"><path d="M107.7,8.07A105.15,105.15,0,0,0,81.47,0a72.06,72.06,0,0,0-3.36,6.83A97.68,97.68,0,0,0,49,6.83,72.06,72.06,0,0,0,45.64,0,105.89,105.89,0,0,0,19.39,8.09C2.71,32.65-1.82,56.6.39,80.21a105.73,105.73,0,0,0,32.17,16.15,77.7,77.7,0,0,0,6.89-11.11,68.42,68.42,0,0,1-10.85-5.18c.91-.66,1.8-1.34,2.66-2a75.57,75.57,0,0,0,64.32,0c.87.71,1.76,1.39,2.66,2a68.68,68.68,0,0,1-10.87,5.19,77,77,0,0,0,6.89,11.1,105.25,105.25,0,0,0,32.19-16.14c2.64-27.38-4.52-51.11-19.73-72.14ZM42.48,65.69c-6.3,0-11.48-5.79-11.48-12.89s5.07-12.89,11.48-12.89,11.53,5.79,11.53,12.89S48.88,65.69,42.48,65.69Zm42.19,0c-6.3,0-11.48-5.79-11.48-12.89s5.07-12.89,11.48-12.89,11.53,5.79,11.53,12.89S84.77,65.69,84.67,65.69Z"/></svg>
                            <span class="banner-sub">ONLINE</span>
                        </div>
                        <div class="banner-count" id="discord-count">0</div>
                    </a>

                </div>
            </div>
            <div class="sidebar-panel-nr1">
                <div class="sidebar-thead1"> Administracja<i class="fa-solid fa-star"></i></div>
                <div class="sidebar-content">
                    <div class="swiper swpkontakt">
                        <div class="swiper-wrapper">
                            <div class="swiper-slide">
                                <div id="lt_kontaktslide">
                                    <p id="lt_kontaktname"><own>OG_Haze.</own></p>
                                    <p id="lt_kontaktrank"><own>Wlasciciel</own></p>
                                    <img src="./uploads/avatars/avatar_1.jpg">
                                    <div id="lt_kontaktbutton-container">
                                        <ul>
                                            <li><a href="" target="_blank"><i class="fa-solid fa-user"></i></a></li>
                                            <li><a href="" target="_blank"><i class="fa-brands fa-steam"></i></a></li>
                                            <li id="dccopy" data-clipboard-text="og_haze._"><a aria-label="Kliknij aby skopiowac do schowka!" data-balloon-pos="up"><i class="fa-brands fa-discord"></i></a></li>
                                        </ul>
                                    </div>
                                </div>
                            </div>
                            </div>
                        <div class="swiper-pagination swpkontakt-pagination"></div>
                    </div>
                </div>
            </div>
}

/* Style dla nowego widgetu */
.sv-custom-container {
    background: #141414;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none !important;
    transition: 0.3s;
}

.sv-custom-container:hover {
    background: #1c1c1c;
    transform: translateX(5px);
}

.sv-text-group {
    display: flex;
    flex-direction: column;
}

.sv-label-main {
    font-weight: 800;
    color: #fff;
    font-size: 14px;
}

.sv-label-sub {
    color: #888;
    font-size: 11px;
    text-transform: uppercase;
}

.sv-digit {
    font-size: 32px;
    font-weight: 900;
    color: #e0e0e0;
}

.sv-icon-dc {
    width: 30px;
    fill: #fff;
    margin-bottom: 5px;
}
/* Ukrywa absolutnie wszystko co ma w nazwie subforum */
[class*="subforum"], .ipsDataItem_subList {
    display: none !important;
}

/* Próba ukrycia tekstu 'Poddziały' przez selektor atrybutu językowego, jeśli silnik go używa */
[data-lang="subforums"] {
    display: none !important;
}
/* 1. Zerujemy wszelkie przesunięcia na głównym kontenerze */
.thead-forums {
    padding-left: 0 !important;
    margin-left: 0 !important;
    position: relative !important;
}

/* 2. Przesuwamy SAME LITERY w prawo */
.forum-name {
    display: inline-block !important;
    padding-left: 20px !important; /* To zrobi miejsce na pasek wewnątrz */
    color: #fff !important; /* Przywracamy biały kolor po teście */
    font-size: 16px !important; /* Przywracamy normalny rozmiar */
}

/* 3. Upewniamy się, że pasek (prawdopodobnie ::before) zostanie na lewej krawędzi */
.forum-name::before {
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}
/* Kontener główny (ten z awatarem i tekstem) */
.leffeefe {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
}

/* Układ tekstów obok awatara */
.afasa-cs {
    display: flex;
    flex-direction: column; /* Tekst pod tekstem */
    justify-content: center;
}

/* Stylizacja treści wątku w nagłówku */
.thread-content-preview {
    font-size: 14px;
    color: #ccc; /* Jaśniejszy kolor dla treści */
    margin-top: 5px;
    font-weight: bold;
    /* Jeśli treść będzie za długa, to ją przytnie z kropkami: */
    max-width: 500px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Stylizacja informacji o autorze */
.thread-meta-info {
    font-size: 12px;
    opacity: 0.8;
}
.bottom-information { 
    display: flex; 
    justify-content: space-between; 
    align-items: flex-start; /* Zmienione z center na flex-start */
    margin-top: 15px; 
}

.rigaSa {
    margin-left: 20px;
    flex-shrink: 0; /* Przycisk nie będzie się ściskał */
}

.rigaSa .sub-button { 
    background: rgba(0, 221, 255, 0.05); 
    border: 1px solid rgba(0, 221, 255, 0.2); 
    padding: 8px 16px; 
    color: #00ddff; 
    text-decoration: none; 
    border-radius: 6px; 
    font-size: 13px;
    transition: 0.3s;
    display: inline-block;
}

.rigaSa .sub-button:hover { 
    background: #00ddff; 
    color: #000; 
    box-shadow: 0 0 15px rgba(0, 221, 255, 0.4);
}
.bottom-information {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; /* Wyrównanie do góry, żeby przycisk miał swoje miejsce */
    margin-top: 15px;
    position: relative;
}

.rigaSa {
    margin-left: 20px;
    z-index: 10;
}

.rigaSa a {
    background: rgba(0, 221, 255, 0.1);
    border: 1px solid #00ddff;
    padding: 8px 15px;
    color: #00ddff !important;
    text-decoration: none;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
    transition: 0.3s;
}

.rigaSa a:hover {
    background: #00ddff;
    color: #000 !important;
    box-shadow: 0 0 10px rgba(0, 221, 255, 0.5);
}
.information-thread { 
    background: #0b0b0b; 
    padding: 20px 25px; 
    border-radius: 12px; 
    margin-bottom: 20px; 
    border: 1px solid #1a1a1a;
    display: block; /* Zapewnia stabilność kontenera */
}

.bottom-information { 
    display: flex; 
    justify-content: space-between; 
    align-items: center; /* Centruje awatar i przycisk w jednej linii */
    margin-top: 15px; 
}

.leffeefe { 
    display: flex; 
    align-items: center; 
    gap: 15px;
    flex: 1; /* Zajmuje dostępną przestrzeń po lewej */
}

/* Stylizacja przycisku, żeby nie pływał */
.rigaSa {
    margin-left: 20px;
    flex-shrink: 0;
}

.rigaSa a {
    background: rgba(0, 221, 255, 0.1) !important;
    border: 1px solid #00ddff !important;
    padding: 10px 20px !important;
    color: #00ddff !important;
    text-decoration: none !important;
    border-radius: 6px;
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    transition: all 0.3s ease;
}

.rigaSa a:hover {
    background: #00ddff !important;
    color: #000 !important;
    box-shadow: 0 0 15px rgba(0, 221, 255, 0.4);
}
/* Integracja nagłówka z postem */
.thread-header-minimal {
    background: #0f0f0f;
    padding: 12px 20px;
    border: 1px solid #1a1a1a;
    border-bottom: none; /* Usuwa kreskę między nagłówkiem a postem */
    border-radius: 10px 10px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.author-info-mini {
    display: flex;
    align-items: center;
    gap: 12px;
}

.author-info-mini img {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    border: 1px solid #333;
}

.text-meta {
    display: flex;
    flex-direction: column;
}

.user-name {
    color: #fff;
    font-weight: bold;
    font-size: 13px;
}

.forum-path {
    color: #555;
    font-size: 11px;
}

.forum-path a {
    color: #00ddff;
    text-decoration: none;
}

/* Fix dla przycisku subskrypcji */
.thread-actions a {
    background: transparent !important;
    border: 1px solid #00ddff !important;
    color: #00ddff !important;
    padding: 6px 12px !important;
    border-radius: 4px;
    font-size: 11px;
    text-transform: uppercase;
    transition: 0.2s;
}

.thread-actions a:hover {
    background: #00ddff !important;
    color: #000 !important;
}

/* Zapewnienie, że pierwszy post nie ma za dużego marginesu u góry */
#posts > div:first-child {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.thread-header-minimal {
    background: #0b0b0b;
    padding: 15px 20px;
    border: 1px solid #1a1a1a;
    border-bottom: none; /* Łączy się z ramką posta poniżej */
    border-radius: 10px 10px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.author-meta {
    display: flex;
    align-items: center;
    gap: 12px;
}

.author-meta img {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    border: 1px solid #222;
}

.author-details {
    display: flex;
    flex-direction: column;
}

.user-name {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.category-path {
    color: #555;
    font-size: 11px;
}

/* Fix dla przycisku subskrypcji, żeby nie uciekał */
.subscription-wrapper a {
    background: rgba(0, 221, 255, 0.1) !important;
    border: 1px solid #00ddff !important;
    color: #00ddff !important;
    padding: 8px 15px !important;
    border-radius: 5px;
    font-size: 11px;
    text-decoration: none;
    transition: 0.3s;
}

.subscription-wrapper a:hover {
    background: #00ddff !important;
    color: #000 !important;
}
.thread-container-new {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #080808; /* Idealna czerń z Twojego screena */
    padding: 12px 20px;
    border-bottom: 1px solid #151515;
    transition: background 0.2s;
}

.thread-container-new:hover {
    background: #0c0c0c; /* Delikatne podświetlenie po najechaniu */
}

/* Tytuł i autor */
.thread-main {
    flex-grow: 1;
}

.thread-title a {
    color: #ffffff !important;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.thread-meta a {
    font-size: 11px;
    color: #ff0000 !important; /* Czerwony nick */
    text-shadow: 0 0 8px rgba(255, 0, 0, 0.5);
    text-decoration: none;
}

/* Prawa sekcja (statystyki + ostatni post) */
.thread-right-side {
    display: flex;
    align-items: center;
    gap: 40px; /* Odstęp między statystykami a ostatnim postem */
}

.thread-stats {
    text-align: right;
    min-width: 100px;
    font-size: 11px;
    color: #555;
    line-height: 1.4;
}

.thread-stats strong {
    color: #eee;
}

.thread-lastpost {
    text-align: right;
    min-width: 150px;
}

.lastpost-user a {
    color: #ff0000 !important;
    font-weight: bold;
    font-size: 12px;
    text-shadow: 0 0 8px rgba(255, 0, 0, 0.7);
    text-decoration: none;
}

.lastpost-date {
    font-size: 10px;
    color: #444;
    margin-top: 2px;
}
/* Ukrywamy wszystkie bezpośrednie teksty w kontenerze, które nie są w tagach */
.no-zero-zone {
    font-size: 0 !important;
    color: transparent !important;
}

/* Przywracamy widoczność tylko dla konkretnych elementów */
.no-zero-zone div, 
.no-zero-zone span, 
.no-zero-zone a, 
.no-zero-zone strong {
    font-size: 13px; /* Tutaj ustaw wielkość czcionki jaka Ci pasuje */
    color: initial;
    display: inline-block;
}

/* Specyficzne poprawki dla tytułu i autora */
.no-zero-zone .thread-title a {
    font-size: 15px !important;
    color: #ffffff !important;
    font-weight: bold;
}

.no-zero-zone .thread-meta a {
    font-size: 11px !important;
}
/* Ukrywamy wszystko co jest "luzem" w tytule */
.thread-title-cleaner {
    font-size: 0 !important;
    color: transparent !important;
}

/* Pokazujemy tylko link z nazwą */
.thread-title-cleaner a.real-title {
    font-size: 15px !important;
    color: #fff !important;
    display: inline-block !important;
    visibility: visible !important;
}
.watek-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #080808;
    padding: 15px 20px;
    border-bottom: 1px solid #111;
    margin-bottom: 2px;
}

.watek-tytul a {
    color: #fff !important;
    font-weight: bold;
    font-size: 15px;
    text-decoration: none;
}

.watek-autor a, .last-user a {
    color: #ff0000 !important;
    font-weight: bold;
    text-shadow: 0 0 8px rgba(255, 0, 0, 0.6);
    text-decoration: none;
    font-size: 11px;
}

.watek-prawa {
    display: flex;
    gap: 40px;
    align-items: center;
    text-align: right;
}

.watek-staty {
    color: #666;
    font-size: 11px;
    min-width: 100px;
}

.watek-staty strong { color: #ddd; }

.watek-lastpost {
    min-width: 150px;
}

.last-date {
    color: #444;
    font-size: 10px;
}
/* Dodajemy odstęp nad postami */
#posts {
    margin-top: 30px !important; 
}

/* Przywracamy ładne zaokrąglenie góry posta */
#posts > div:first-child {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border-top: 1px solid #1a1a1a !important;
}
.watek-mod-check input {
    cursor: pointer;
    width: 18px;
    height: 18px;
    accent-color: #00ddff; /* kolor dopasowany do Twojego stylu */
}
.inline_mod_check {
    float: right; /* Przesunie kwadracik na prawo */
    margin-left: 10px;
    display: inline-block;
}

/* Styl dla samego checkboxa, żeby był wyraźniejszy */
.inline_mod_check input {
    cursor: pointer;
    width: 16px;
    height: 16px;
}
/* Stylizacja samego checkboxa */
.watek-mod-check input[type="checkbox"] {
    appearance: none; /* Ukrywamy standardowy wygląd */
    width: 20px;
    height: 20px;
    background: #1a1a1a;
    border: 2px solid #333;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    transition: all 0.2s;
}

/* Wygląd po zaznaczeniu */
.watek-mod-check input[type="checkbox"]:checked {
    background: #00ddff;
    border-color: #00ddff;
}

/* "Ptaszek" w środku po zaznaczeniu */
.watek-mod-check input[type="checkbox"]:checked::after {
    content: '✔';
    color: #000;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* Wygląd kwadracika */
.moderacja-check input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #1a1a1a;
    border: 2px solid #333;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    transition: 0.2s;
}

/* Po zaznaczeniu */
.moderacja-check input[type="checkbox"]:checked {
    background: #ff3333; /* kolor Twojego forum */
    border-color: #ff3333;
}

.moderacja-check input[type="checkbox"]:checked::after {
    content: '✔';
    position: absolute;
    color: #fff;
    font-size: 14px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.table-moderation {
    width: 100%;
    background-color: #1a1a1a; /* Ciemne tło */
    border-radius: 8px;
    padding: 15px;
    border: 1px solid #333;
}
/* Efekt szklanego połysku na boksach */
.trow1, .trow2 {
    background: linear-gradient(145deg, #1c1c1c, #151515) !important;
    border-top: 1px solid #333 !important; /* Delikatne rozświetlenie góry boku */
}

/* Animowany, świecący nick właściciela */
span[style*="color: red"], .largetext strong {
    color: #ff3333 !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    animation: glow 2s ease-in-out infinite alternate;
}

@keyframes glow {
    from {
        text-shadow: 0 0 5px rgba(255, 0, 0, 0.2), 0 0 10px rgba(255, 0, 0, 0.2);
    }
    to {
        text-shadow: 0 0 10px rgba(255, 0, 0, 0.6), 0 0 20px rgba(255, 0, 0, 0.4);
    }
}

/* Stylizacja pola notatnika (textarea) */
textarea {
    background: #111 !important;
    border: 1px solid #222 !important;
    color: #ccc !important;
    border-radius: 8px;
    padding: 10px !important;
}
/* Efekt szklanego połysku na boksach */
.trow1, .trow2 {
    background: linear-gradient(145deg, #1c1c1c, #151515) !important;
    border-top: 1px solid #333 !important; /* Delikatne rozświetlenie góry boku */
}

/* Animowany, świecący nick właściciela */
span[style*="color: red"], .largetext strong {
    color: #ff3333 !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    animation: glow 2s ease-in-out infinite alternate;
}

@keyframes glow {
    from {
        text-shadow: 0 0 5px rgba(255, 0, 0, 0.2), 0 0 10px rgba(255, 0, 0, 0.2);
    }
    to {
        text-shadow: 0 0 10px rgba(255, 0, 0, 0.6), 0 0 20px rgba(255, 0, 0, 0.4);
    }
}

/* Górna belka nawigacji */
.usercp_nav_item {
    display: inline-block;
    padding: 8px 15px !important;
    transition: all 0.3s ease;
    border-radius: 5px;
}

.usercp_nav_item:hover {
    background: rgba(255, 255, 255, 0.05);
    color: #ff0000 !important; /* Napis zmienia kolor na czerwony przy najechaniu */
}
/* --- EFEKTY DLA WŁAŚCICIELA --- */

/* Animowany, świecący nick OG_Haze. */
span[style*="color: red"], 
.largetext strong span,
.largetext strong {
    color: #ff3333 !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    animation: glow 2s ease-in-out infinite alternate;
}

@keyframes glow {
    from {
        text-shadow: 0 0 5px rgba(255, 0, 0, 0.2), 0 0 10px rgba(255, 0, 0, 0.2);
    }
    to {
        text-shadow: 0 0 10px rgba(255, 0, 0, 0.7), 0 0 20px rgba(255, 0, 0, 0.4);
    }
}

/* --- POPRAWA CZYTELNOŚCI --- */

/* Pogrubienie etykiet (np. Postów, E-mail) */
.trow1 strong, .trow2 strong {
    color: #cecece !important; /* Jasnoszary dla etykiet */
}

/* Podświetlenie danych (np. sigma123...) */
.trow1, .trow2 {
    color: #ffffff !important; /* Czysty biały dla reszty tekstu */
}

/* Stylizacja Notatnika, żeby nie był czarną dziurą */
textarea#notepad {
    background: #111 !important;
    border: 1px solid #333 !important;
    border-radius: 8px !important;
    color: #eee !important;
    padding: 10px !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* --- INTERAKTYWNE MENU GÓRNE --- */
.usercp_nav_item:hover {
    background: rgba(255, 255, 255, 0.05) !important;
    color: #ff3333 !important;
    border-radius: 4px;
}
/* Nowoczesne, pływające karty */
.trow1, .trow2 {
    background: #151515 !important;
    border: 1px solid #222 !important;
    border-radius: 12px !important;
    padding: 20px !important;
    margin-bottom: 15px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5) !important;
    transition: all 0.3s ease-in-out !important;
}

/* Delikatne podświetlenie karty po najechaniu */
.trow1:hover, .trow2:hover {
    border-color: #444 !important;
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.7) !important;
}

/* Świecący nick Właściciela */
.largetext strong span, span[style*="color: red"] {
    color: #ff3333 !important;
    text-shadow: 0 0 12px rgba(255, 51, 51, 0.6) !important;
    font-size: 20px !important;
    letter-spacing: 1px;
}

/* Czytelniejsze dane w profilu */
.trow1 strong, .trow2 strong {
    color: #888 !important; /* Szare etykiety */
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
    width: 180px; /* Wyrównuje tekst w kolumnie */
}

/* Stylizacja Notatnika */
textarea#notepad {
    background: #0f0f0f !important;
    border: 1px solid #333 !important;
    border-radius: 8px !important;
    color: #bbb !important;
    padding: 15px !important;
    line-height: 1.6;
    width: 100% !important;
}

/* Przycisk Aktualizuj - Pełny efekt */
input.button {
    background: linear-gradient(135deg, #cc0000 0%, #880000 100%) !important;
    border: none !important;
    padding: 12px 30px !important;
    border-radius: 6px !important;
    font-weight: bold !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: 0.3s !important;
}

input.button:hover {
    box-shadow: 0 0 20px rgba(204, 0, 0, 0.5) !important;
    filter: brightness(1.2);
}
/* --- STYLIZACJA NOTATNIKA --- */

/* Kontener notatnika */
textarea[name="notepad"] {
    background: #0d0d0d !important; /* Bardzo głęboka czerń */
    border: 1px solid #222 !important; /* Subtelna ramka */
    border-radius: 10px !important;
    color: #eee !important; /* Jasny tekst */
    padding: 15px !important;
    width: 100% !important; /* Rozciągnięcie na całą szerokość karty */
    min-height: 200px !important; /* Żeby nie był taki mały */
    font-family: 'Consolas', 'monaco', monospace !important; /* Czcionka jak w edytorze kodu */
    line-height: 1.6 !important;
    outline: none !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
    resize: vertical; /* Możesz go rozciągać tylko w dół */
}

/* Efekt po kliknięciu w notatnik */
textarea[name="notepad"]:focus {
    border-color: #cc0000 !important; /* Czerwona ramka przy pisaniu */
    box-shadow: 0 0 10px rgba(204, 0, 0, 0.2) !important;
}

/* --- POPRAWKA UKŁADU DANYCH (żeby tekst nie był tak "zbity") --- */

.trow1 strong, .trow2 strong {
    display: inline-block;
    width: 200px; /* To sprawi, że wszystkie etykiety (E-mail, Posty itp.) będą w równej kolumnie */
    color: #888 !important;
}

/* Dodanie odstępu między liniami w profilu */
.trow1, .trow2 {
    line-height: 2 !important;
}
/* Główne karty - spójne z tłem serwera */
.trow1, .trow2 {
    background: #111111 !important; /* Głęboka czerń/grafit */
    border: 1px solid #222222 !important; /* Bardzo ciemna ramka */
    border-radius: 8px !important;
    box-shadow: none !important; /* Usuwamy zbędne cienie */
}

/* Notatnik - czysty i szeroki */
textarea[name="notepad"] {
    background: #0a0a0a !important;
    border: 1px solid #333 !important;
    border-radius: 6px !important;
    color: #ccc !important;
    padding: 15px !important;
    width: 100% !important; /* Teraz zajmie całą szerokość */
    min-height: 150px !important;
    font-family: inherit !important;
    resize: vertical;
}

/* Zamiast czerwonych ramek - niebieski akcent serwerowy (widoczny na paskach bocznych) */
textarea[name="notepad"]:focus {
    border-color: #3498db !important; /* Przykładowy błękit z Twoich pasków */
    box-shadow: 0 0 5px rgba(52, 152, 219, 0.3) !important;
}

/* Napis "AKTUALIZUJ" - stonowany */
input.button {
    background: #1a1a1a !important; /* Ciemny przycisk */
    color: #fff !important;
    border: 1px solid #333 !important;
    padding: 8px 25px !important;
    border-radius: 4px !important;
    text-transform: none !important;
    transition: 0.2s !important;
}

input.button:hover {
    background: #222 !important;
    border-color: #444 !important;
}

/* Nick Właściciela - zostawiamy kolor rangi, ale bez agresywnego świecenia */
.largetext strong span, span[style*="color: red"] {
    color: #ff3333 !important;
    text-shadow: none !important;
}

/* Wyrównanie danych w profilu */
.trow1 strong, .trow2 strong {
    color: #777 !important;
    font-weight: normal !important;
    width: 160px;
    display: inline-block;
}
/* --- NIEBIESKI STYL SERWEROWY --- */

/* Przycisk Aktualizuj - niebieska poświata przy najechaniu */
input.button {
    background: #1a1a1a !important;
    color: #fff !important;
    border: 1px solid #333 !important;
    padding: 8px 25px !important;
    border-radius: 4px !important;
    transition: 0.3s all ease !important;
}

input.button:hover {
    background: #222 !important;
    border-color: #3498db !important; /* Niebieski kolor serwera */
    box-shadow: 0 0 12px rgba(52, 152, 219, 0.5) !important; /* Niebieska poświata */
}

/* --- NAPRAWA NOTATNIKA --- */

/* Notatnik na całą szerokość z niebieskim akcentem */
textarea[name="notepad"] {
    background: #0d0d0d !important;
    border: 1px solid #222 !important;
    border-radius: 8px !important;
    color: #eee !important;
    padding: 15px !important;
    width: 100% !important; /* Rozciąga na całą szerokość boksów */
    min-height: 180px !important;
    font-family: inherit !important;
    resize: vertical;
    transition: 0.3s all !important;
}

/* Poświata notatnika gdy w nim piszesz */
textarea[name="notepad"]:focus {
    border-color: #3498db !important;
    box-shadow: 0 0 10px rgba(52, 152, 219, 0.3) !important;
    outline: none !important;
}
/* Kontener pojedynczego wpisu reputacji */
.reputation_vote {
    background: #0a0a0a !important; /* Ciemne tło wpisu */
    border: 1px solid #1a1a1a !important;
    padding: 15px !important;
    margin-bottom: 5px !important;
    border-radius: 4px;
    display: flex !important;
    flex-direction: column;
    position: relative;
    min-height: unset !important;
}

/* Nick, punkty i data w jednej linii */
.reputation_vote .author_info {
    font-size: 13px;
    margin-bottom: 8px;
    color: #888;
}

.reputation_vote .author_info strong {
    color: #fff !important; /* Kolor nicku */
}

/* Treść komentarza (Pozytywny + tekst) */
.reputation_vote .comment_text {
    font-size: 14px;
    display: block;
}

/* NAPRAWA PRZYCISKÓW (Zgłoś/Usuń) - przesunięcie na prawo */
.reputation_vote .controls {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    gap: 10px;
}

.reputation_vote .controls a {
    background: #222 !important;
    color: #fff !important;
    padding: 6px 12px !important;
    border-radius: 3px !important;
    text-decoration: none !important;
    font-size: 12px !important;
    writing-mode: horizontal-tb !important; /* Kluczowe: wymusza poziom */
    display: inline-block !important;
    transition: 0.2s;
}

.reputation_vote .controls a:hover {
    background: #333 !important;
}
/* Styl dla przycisków w reputacji */
.rep_controls a {
    background: #1f1f1f !important;
    border: 1px solid #333 !important;
    color: #fff !important;
    padding: 4px 10px !important;
    margin-left: 5px !important;
    border-radius: 3px !important;
    display: inline-block !important;
    text-decoration: none !important;
    writing-mode: horizontal-tb !important; /* Naprawa pionowego tekstu */
    transition: all 0.2s;
}

.rep_controls a:hover {
    background: #2a2a2a !important;
    border-color: #444 !important;
}

/* Fix dla rozjechanego tekstu */
.reputation_vote_item * {
    letter-spacing: normal !important;
    word-break: normal !important;
}

/* Naprawa kolorów typów ocen */
.reputation_positive { color: #2ecc71 !important; }
.reputation_neutral { color: #888 !important; }
.reputation_negative { color: #e74c3c !important; }
}
/* Naprawa przycisków zgłoś/usuń */
.rep_actions a {
    background: #1a1a1a !important;
    border: 1px solid #333 !important;
    color: #fff !important;
    padding: 6px 14px !important;
    border-radius: 4px !important;
    text-decoration: none !important;
    font-size: 12px !important;
    display: inline-block !important;
    writing-mode: horizontal-tb !important; /* Absolutny zakaz pionowego tekstu */
    white-space: nowrap !important;
    transition: background 0.2s;
}

.rep_actions a:hover {
    background: #252525 !important;
    border-color: #444 !important;
}

/* Naprawa kolorów reputacji */
.reputation_positive { color: #2ecc71 !important; }
.reputation_negative { color: #e74c3c !important; }
.reputation_neutral { color: #95a5a6 !important; }

/* Usuwamy ewentualne śmieci z pluginu */
.rep_actions span, .rep_actions br {
    display: none !important;
}
.rep_actions a {
    display: inline-block !important;
}
/* REPUTACJA STYLE NEW REAL LIFE */

/* Naprawa przycisków i blokada pionowego tekstu */
.nrl_actions {
    display: flex !important;
    gap: 10px !important;
    align-items: center !important;
}

.nrl_actions a {
    display: inline-block !important;
    background: #1a1a1a !important; /* Ciemne tło przycisku */
    border: 1px solid #333 !important;
    color: #fff !important;
    padding: 6px 14px !important;
    border-radius: 3px !important;
    font-size: 11px !important;
    text-transform: none !important;
    text-decoration: none !important;
    writing-mode: horizontal-tb !important; /* TO NAPRAWIA PIONOWE LITERY */
    white-space: nowrap !important;
    height: auto !important;
    width: auto !important;
    transition: background 0.2s;
}

.nrl_actions a:hover {
    background: #252525 !important;
    border-color: #444 !important;
}

/* Usunięcie śmieci z pluginu, które rozciągają ramkę */
.nrl_actions br, 
.nrl_actions span:not([class]) {
    display: none !important;
}

/* Kolory statusów */
.reputation_positive { color: #2ecc71 !important; }
.reputation_negative { color: #e74c3c !important; }
.reputation_neutral { color: #95a5a6 !important; }
}
/* REPUTACJA STYLE NRL - DEFINITYWNA NAPRAWA */

.nrl-rep-row {
    padding: 15px !important;
    border-bottom: 1px solid #141414 !important;
}

.nrl-flex-container {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
}

/* Tekst i autor */
.nrl-author-line {
    color: #888;
    margin-bottom: 4px;
}

.nrl-author-line strong a {
    color: #fff !important;
    text-decoration: none;
}

.nrl-text {
    color: #ccc;
    margin-left: 5px;
}

/* NAPRAWA PRZYCISKÓW (Zgłoś/Usuń) */
.nrl-buttons {
    display: flex !important;
    gap: 8px !important;
}

.nrl-buttons a {
    display: inline-block !important;
    background: #1a1a1a !important; /* Ciemne tło przycisku jak na NRL */
    border: 1px solid #333 !important;
    color: #fff !important;
    padding: 6px 14px !important;
    border-radius: 3px !important;
    font-size: 11px !important;
    text-decoration: none !important;
    writing-mode: horizontal-tb !important; /* TO BLOKUJE PIONOWY TEKST */
    white-space: nowrap !important;
    height: auto !important;
    width: auto !important;
}

.nrl-buttons a:hover {
    background: #252525 !important;
    border-color: #444 !important;
}

/* Ukrywanie zbędnych elementów z pluginu */
.nrl-buttons br, 
.nrl-buttons span:not([class]) {
    display: none !important;
}

/* Kolory ocen */
.reputation_positive { color: #2ecc71 !important; }
.reputation_negative { color: #e74c3c !important; }
.reputation_neutral { color: #95a5a6 !important; }
}
/* REPUTACJA - STYL NEW REAL LIFE */

/* Kontener wpisu */
.nrl-rep-entry {
    padding: 15px !important;
    border-bottom: 1px solid rgba(255,255,255,0.05) !important;
}

.nrl-flex-box {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.nrl-comment-text {
    color: #ccc;
    margin-left: 5px;
}

/* NAPRAWA PIONOWYCH PRZYCISKÓW (Zgłoś/Usuń) */
.nrl-right-side {
    display: flex !important;
    gap: 10px !important;
}

.nrl-right-side a {
    display: inline-block !important;
    background: #1a1a1a !important; /* Ciemne tło jak na screenach */
    border: 1px solid #333 !important;
    color: #fff !important;
    padding: 6px 14px !important;
    border-radius: 3px !important;
    font-size: 11px !important;
    text-decoration: none !important;
    writing-mode: horizontal-tb !important; /* WYMUSZA POZIOM */
    white-space: nowrap !important;
    height: auto !important;
    width: auto !important;
    letter-spacing: normal !important;
}

.nrl-right-side a:hover {
    background: #252525 !important;
    border-color: #444 !important;
}

/* Usuwanie niebieskich "pigułek" i br-ów */
.nrl-right-side br, 
.nrl-right-side span:not([class]) {
    display: none !important;
}

/* Kolory ocen */
.reputation_positive { color: #2ecc71 !important; }
.reputation_negative { color: #e74c3c !important; }
.reputation_neutral { color: #95a5a6 !important; }
}
/* OSTATECZNA NAPRAWA REPUTACJI - STYL NRL */

.nrl-fix-row {
    padding: 15px 20px !important;
    border-bottom: 1px solid #1a1a1a !important;
}

.nrl-container {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

/* Wygląd nicku i danych */
.nrl-nickname a, .nrl-nickname {
    color: #ff4444 !important; /* Czerwony nick jak u Ciebie */
    font-size: 13px !important;
    text-decoration: none !important;
}

.nrl-sep {
    color: #666 !important;
    font-size: 11px;
    margin-left: 5px;
}

.nrl-comment-text {
    color: #bbb !important;
    margin-left: 5px;
}

/* WYPROSTOWANIE PRZYCISKÓW (Zgłoś/Usuń) */
.nrl-button-zone {
    display: flex !important;
    gap: 8px !important;
}

.nrl-button-zone a {
    background: #252525 !important;
    border: 1px solid #333 !important;
    color: #fff !important;
    padding: 6px 14px !important;
    border-radius: 3px !important;
    font-size: 11px !important;
    text-decoration: none !important;
    display: inline-block !important;
    writing-mode: horizontal-tb !important; /* BLOKADA PIONOWYCH NAPISÓW */
    white-space: nowrap !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.nrl-button-zone a:hover {
    background: #333 !important;
    border-color: #444 !important;
}

/* Kasowanie syfu z pluginów (spany, br-y) */
.nrl-button-zone br, 
.nrl-button-zone span:not([class]) {
    display: none !important;
}
/* NAPRAWA PRZYCISKÓW ZGŁOŚ/USUŃ */
.rep-buttons-nrl {
    display: flex !important;
    gap: 8px !important;
    white-space: nowrap !important;
}

.rep-buttons-nrl a {
    display: inline-block !important;
    background: #222 !important; /* Ciemne tło przycisku */
    border: 1px solid #333 !important;
    color: #fff !important;
    padding: 7px 15px !important;
    border-radius: 4px !important;
    font-size: 11px !important;
    text-decoration: none !important;
    writing-mode: horizontal-tb !important; /* WYPROSTOWANIE NAPISU */
    transition: 0.2s;
}

.rep-buttons-nrl a:hover {
    background: #2a2a2a !important;
    border-color: #444 !important;
}

/* Usunięcie tych niebieskich pasków i spideryzacji tekstu */
.rep-buttons-nrl span, 
.rep-buttons-nrl br {
    display: none !important;
}
.nrl-button-zone {
    display: flex !important;
    gap: 10px !important; /* Odstęp między przyciskami */
    align-items: center !important;
}

.nrl-button-zone a {
    display: inline-block !important;
    writing-mode: horizontal-tb !important; /* Naprawia pionowe napisy */
    white-space: nowrap !important;
    text-decoration: none !important;
}
/* Styl dla przycisków po prawej */
.nrl-button-zone {
    display: flex !important;
    gap: 8px !important;
    align-items: center !important;
}

.nrl-button-zone a {
    display: inline-block !important;
    background: #252525 !important;
    border: 1px solid #333 !important;
    color: #fff !important;
    padding: 6px 12px !important;
    border-radius: 3px !important;
    font-size: 11px !important;
    text-decoration: none !important;
    writing-mode: horizontal-tb !important; /* To blokuje pionowy tekst */
    white-space: nowrap !important;
}

.nrl-button-zone a:hover {
    background: #333 !important;
}
/* BRUTALNY FIX PRZYCISKÓW - NEW REAL LIFE STYLE */

/* 1. Wyprostowanie przycisków i usunięcie niebieskich pasków */
.nrl-button-zone, .rep-buttons-nrl {
    display: flex !important;
    flex-direction: row !important; /* Wymusza poziom */
    gap: 10px !important;
    justify-content: flex-end !important;
}

/* 2. Naprawa tekstu - KONIEC Z PIONOWYMI LITERAMI */
.nrl-button-zone a, .rep-buttons-nrl a {
    writing-mode: horizontal-tb !important; /* Kluczowe dla image_cccf73.png */
    display: inline-block !important;
    white-space: nowrap !important;
    
    /* Wygląd przycisku jak na image_cd33f6.png */
    background: #252525 !important;
    border: 1px solid #3d3d3d !important;
    color: #fff !important;
    padding: 6px 15px !important;
    border-radius: 3px !important;
    font-size: 11px !important;
    text-decoration: none !important;
    height: auto !important;
    width: auto !important;
    line-height: normal !important;
}

/* 3. Usunięcie niebieskich duszpasterzy (tła z MyBB) */
.nrl-button-zone a:hover, .rep-buttons-nrl a:hover {
    background: #333 !important;
}

/* 4. Kasowanie śmieci, które rozciągają ramkę */
.nrl-button-zone br, .nrl-button-zone span,
.rep-buttons-nrl br, .rep-buttons-nrl span {
    display: none !important;
}
/* Styl dla kontenera opinii */
.reputation_positive {
    color: #2ecc71; /* Zielony kolor dla pozytywów */
    font-weight: bold;
    margin-top: 5px;
    display: block;
}

/* Poprawa odstępów między komentarzami */
.reputation_entry {
    background: #151515; /* Ciemne tło wpisu */
    border-bottom: 1px solid #222;
    padding: 15px;
    margin-bottom: 10px;
}

/* Kolorystyka nazwy użytkownika i daty */
.reputation_user {
    color: #efefef;
    font-size: 13px;
}

.reputation_date {
    color: #888;
    font-size: 11px;
    margin-left: 10px;
}
/* FIX DLA REPUTACJI - NICK I PRZYCISKI */

/* Kontener główny */
.nrl-fix-row {
    padding: 15px !important;
    background: #0f0f0f !important;
    border-bottom: 1px solid #1a1a1a !important;
}

.nrl-container {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

/* Stylizacja nicku - czerwony jak na screenach */
.nrl-nickname a, .nrl-nickname {
    color: #ff4444 !important; 
    font-weight: bold !important;
    text-decoration: none !important;
}

.nrl-sep {
    color: #666 !important;
    margin-left: 5px;
    font-size: 11px;
}

/* NAPRAWA PRZYCISKÓW PO PRAWEJ */
.nrl-button-zone {
    display: flex !important;
    gap: 8px !important;
}

.nrl-button-zone a {
    /* To naprawia pionowy tekst z image_cccf73.png */
    writing-mode: horizontal-tb !important; 
    display: inline-block !important;
    white-space: nowrap !important;
    
    /* Wygląd przycisku z image_cd33f6.png */
    background: #252525 !important;
    border: 1px solid #333 !important;
    color: #fff !important;
    padding: 6px 14px !important;
    border-radius: 3px !important;
    font-size: 11px !important;
    text-decoration: none !important;
}

.nrl-button-zone a:hover {
    background: #333 !important;
}

/* Ukrywanie niebieskich teł i BR-ów z silnika MyBB */
.nrl-button-zone br, 
.nrl-button-zone span:not([class]) {
    display: none !important;
}
.nrl-comment-text {
    color: #dfdfdf !important; /* Jasny kolor treści wiadomości */
    margin-left: 5px !important;
    display: inline !important;
    visibility: visible !important;
}
/* STYLIZACJA TREŚCI REPUTACJI */

.nrl-nickname, .nrl-nickname a {
    color: #ff4444 !important; /* Czerwony nick jak u OG_HAZE */
    font-size: 13px !important;
    text-decoration: none !important;
}

/* Wiadomość reputacji - upewniamy się, że nie jest przezroczysta ani ukryta */
.nrl-comment-text {
    color: #dfdfdf !important; 
    margin-left: 5px !important;
    font-style: italic; /* Opcjonalnie, dla odróżnienia od tytułu */
}

/* Naprawa przycisków po prawo - WYPROSTOWANIE */
.nrl-button-zone {
    display: flex !important;
    gap: 8px !important;
}

.nrl-button-zone a {
    writing-mode: horizontal-tb !important; /* To naprawia te pionowe kreski */
    display: inline-block !important;
    background: #252525 !important;
    border: 1px solid #333 !important;
    color: #fff !important;
    padding: 6px 12px !important;
    border-radius: 3px !important;
    font-size: 11px !important;
    white-space: nowrap !important;
    text-decoration: none !important;
}
/* NRL REPUTATION - TOTALNA NAPRAWA */

.nrl-main-row {
    padding: 15px 20px !important;
    background: #0d0d0d !important;
    border-bottom: 1px solid #1a1a1a !important;
}

.nrl-flex-wrapper {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

/* Fix dla nicku - czerwony jak na screenie */
.nrl-user-nick, .nrl-user-nick a {
    color: #ff4444 !important;
    font-size: 13px !important;
    text-decoration: none !important;
}

.nrl-date-sep {
    color: #666 !important;
    font-size: 11px;
    margin-left: 5px;
}

/* Wiadomość reputacji */
.nrl-comment-body {
    color: #ccc !important;
    margin-left: 5px;
}

/* NAPRAWA TYCH PIONOWYCH PRZYCISKÓW */
.nrl-right-buttons {
    display: flex !important;
    gap: 10px !important;
}

.nrl-right-buttons a {
    /* TO PROSTUJE TEKST Z PIONU DO POZIOMU */
    writing-mode: horizontal-tb !important; 
    display: inline-block !important;
    white-space: nowrap !important;
    
    /* Wygląd szarego przycisku */
    background: #1f1f1f !important;
    border: 1px solid #333 !important;
    color: #fff !important;
    padding: 6px 14px !important;
    border-radius: 3px !important;
    font-size: 11px !important;
    text-decoration: none !important;
}

.nrl-right-buttons a:hover {
    background: #2a2a2a !important;
}

/* Wywalamy niebieskie paski i śmieci z tła */
.nrl-right-buttons span, .nrl-right-buttons br {
    display: none !important;
}
.nrl-right-buttons a {
    display: inline-block !important;
    visibility: visible !important;
}
/* FINALNY FIX REPUTACJI - NEW REAL LIFE */

.nrl-fix-row {
    padding: 15px 20px !important;
    background: #0d0d0d !important;
    border-bottom: 1px solid #1a1a1a !important;
}

.nrl-main-flex {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
}

/* Wygląd nicku - czerwony i czytelny */
.nrl-nick-display, .nrl-nick-display a {
    color: #ff4444 !important;
    font-size: 13px !important;
    text-decoration: none !important;
    display: inline-block !important;
}

.nrl-meta-data {
    color: #666 !important;
    font-size: 11px;
    margin-left: 5px;
}

/* Komentarz i Tytuł */
.nrl-comment-text {
    color: #dfdfdf !important;
    margin-left: 5px !important;
}

/* NAPRAWA PRZYCISKÓW - KONIEC Z PIONEM I NAKŁADANIEM */
.nrl-action-buttons {
    display: flex !important;
    gap: 8px !important;
    flex-shrink: 0 !important; /* Blokuje zgniatanie przycisków */
}

.nrl-action-buttons a {
    writing-mode: horizontal-tb !important; /* Wyprostowanie tekstu */
    display: inline-block !important;
    background: #222 !important;
    border: 1px solid #333 !important;
    color: #fff !important;
    padding: 6px 12px !important;
    border-radius: 3px !important;
    font-size: 11px !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}

.nrl-action-buttons a:hover {
    background: #2a2a2a !important;
}

/* Usuwanie denerwujących spacji i śmieci z pluginu */
.nrl-action-buttons br, .nrl-action-buttons span:not([class]) {
    display: none !important;
}
/* FINALNY FIX WIZUALNY */

.nrl-fix-row {
    padding: 18px 25px !important;
    background: #0d0d0d !important;
    border-bottom: 1px solid #1a1a1a !important;
}

.nrl-main-flex {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important; /* Wyrównanie do góry, by tekst miał miejsce */
}

/* Stylizacja nicku - usuwamy nakładanie */
.nrl-nick-display, .nrl-nick-display a {
    color: #ff4444 !important;
    font-size: 14px !important;
    text-decoration: none !important;
    display: block !important;
    margin-bottom: 4px;
}

/* TREŚĆ REPUTACJI - WYMUSZENIE WIDOCZNOŚCI */
.nrl-comment-text {
    color: #dfdfdf !important;
    display: inline-block !important;
    margin-top: 5px;
    font-size: 13px;
    word-break: break-word !important; /* Żeby długi tekst nie uciekał */
}

/* PRZYCISKI - CZYSTE I PO PRAWEJ */
.nrl-action-buttons {
    display: flex !important;
    gap: 10px !important;
    margin-left: 20px;
}

.nrl-action-buttons a {
    writing-mode: horizontal-tb !important;
    background: #222 !important;
    border: 1px solid #333 !important;
    color: #fff !important;
    padding: 7px 15px !important;
    border-radius: 4px !important;
    font-size: 11px !important;
    text-decoration: none !important;
}

/* Kasowanie "Thunder_PL" jeśli system go dubluje w dziwnych miejscach */
.nrl-info-section br + strong, 
.nrl-info-section .smalltext strong {
    display: none !important;
}
.nrl-nick-display strong {
    display: inline-block !important; /* Pokazuj tylko ten jeden właściwy nick */
}
/* ABSOLUTNY FIX REPUTACJI */

.nrl-rep-fix {
    padding: 15px 20px !important;
    background: #0d0d0d !important;
    border-bottom: 1px solid #1a1a1a !important;
}

.nrl-rep-container {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

/* Fix dla nicku - czerwony, bez nakładania */
.nrl-rep-user, .nrl-rep-user a {
    color: #ff4444 !important;
    font-size: 13px !important;
    text-decoration: none !important;
    display: inline-block !important;
}

.nrl-rep-meta {
    color: #555 !important;
    font-size: 11px;
    margin-left: 5px;
}

/* TEKST REPUTACJI - WYMUSZENIE WIDOCZNOŚCI */
.nrl-rep-text {
    color: #bbb !important;
    margin-left: 5px !important;
    display: inline !important;
}

/* PRZYCISKI - POZIOM I PRAWA STRONA */
.nrl-rep-actions {
    display: flex !important;
    gap: 10px !important;
}

.nrl-rep-actions a {
    writing-mode: horizontal-tb !important; /* Prostowanie pionowych liter */
    display: inline-block !important;
    background: #222 !important;
    border: 1px solid #333 !important;
    color: #fff !important;
    padding: 6px 12px !important;
    border-radius: 3px !important;
    font-size: 11px !important;
    text-decoration: none !important;
}

/* USUNIĘCIE DUBLUJĄCEGO SIĘ NICKU (THUNDER_PL) */
.nrl-rep-left br + strong, 
.nrl-rep-left .smalltext strong {
    display: none !important;
}
/* OSTATECZNA NAPRAWA REPUTACJI */

.nrl-final-row {
    padding: 16px 22px !important;
    background: #0d0d0d !important;
    border-bottom: 1px solid #1a1a1a !important;
}

.nrl-final-wrapper {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

/* Fix dla nicku - koniec z dublowaniem THUNDER_PL */
.nrl-final-user a {
    color: #ff4444 !important;
    font-size: 13px !important;
    font-weight: bold !important;
    text-decoration: none !important;
}

.nrl-final-user strong, 
.nrl-final-left br + strong {
    display: none !important; /* Ukrywa śmieciowy tekst nicku poza linkiem */
}

/* WIDOCZNOŚĆ KOMENTARZA - TO JEST KLUCZ */
.nrl-final-text {
    color: #ffffff !important; /* Biały kolor, żeby był widoczny na czarnym */
    display: inline !important;
    visibility: visible !important;
    font-size: 13px !important;
    margin-left: 5px !important;
}

.nrl-final-body {
    margin-top: 6px !important;
}

/* PROSTOWANIE PRZYCISKÓW Z PIONU */
.nrl-final-actions {
    display: flex !important;
    gap: 8px !important;
}

.nrl-final-actions a {
    writing-mode: horizontal-tb !important; /* Kładzie tekst do poziomu */
    display: inline-block !important;
    background: #252525 !important;
    border: 1px solid #333 !important;
    color: #fff !important;
    padding: 6px 14px !important;
    border-radius: 3px !important;
    font-size: 11px !important;
    white-space: nowrap !important;
    text-decoration: none !important;
}

/* Ukrywanie niebieskich twardych spacji i br-ów */
.nrl-final-actions span, 
.nrl-final-actions br {
    display: none !important;
}
/* WYMUSZENIE JEDNEJ LINII DLA TYTUŁU I KOMENTARZA */

.nrl-comment-line span {
    display: inline !important; /* To sprawia, że elementy nie skaczą do nowej linii */
}

.nrl-comment-text {
    color: #ffffff !important; /* Biały kolor komentarza */
    margin-left: 5px !important; /* Odstęp po dwukropku */
    visibility: visible !important;
}

/* Przy okazji poprawka nicku, żeby nie znikał */
.nrl-nickname, .nrl-nickname a {
    color: #ff4444 !important;
    font-weight: bold !important;
    display: inline-block !important;
}

/* Prostowanie pionowych przycisków */
.nrl-button-zone a {
    writing-mode: horizontal-tb !important;
    display: inline-block !important;
    background: #252525 !important;
    padding: 6px 14px !important;
    color: #fff !important;
    text-decoration: none !important;
}
/* KOLORY DLA TYPÓW REPUTACJI */

/* Zielony dla pozytywnej reputacji */
.reputation_positive, .reputation_positive strong {
    color: #3BCF19 !important; /* Ładny, wyraźny zielony */
    display: inline !important;
}

/* Czerwony dla negatywnej (opcjonalnie, by pasowało do kompletu) */
.reputation_negative, .reputation_negative strong {
    color: #CF1111 !important; 
    display: inline !important;
}
/* Naprawa zawijania nicków w tabeli reputacji */
.reputation_author, 
tr[id^="reputation_row_"] td:first-child,
tr[id^="reputation_row_"] td strong a {
    white-space: nowrap !important;
    display: inline-block !important;
    word-break: normal !important;
    overflow: visible !important;
}

/* Opcjonalnie: poszerzenie pierwszej kolumny, żeby nick miał miejsce */
#reputation_content td:first-child {
    min-width: 150px !important;
}
/* Ukrywamy stare ikony/puste boksy, jeśli tam są */
.nrl-button-zone a {
    text-decoration: none !important;
    font-size: 11px !important;
    color: #d1d1d1 !important;
    margin-left: 10px !important;
    display: inline-block !important;
}

/* Wstrzykujemy napis "Zgłoś" do linku raportowania */
.nrl-button-zone a[href*="report"]::after {
    content: "Zgłoś";
    visibility: visible !important;
}

/* Wstrzykujemy napis "Edytuj" do linku edycji */
.nrl-button-zone a[href*="edit"]::after {
    content: "Edytuj";
    visibility: visible !important;
}

/* Efekt najechania */
.nrl-button-zone a:hover::after {
    color: #fff !important;
    text-decoration: underline;
}
/* Stylizacja przycisków na szare boxy */
.nrl-btn {
    background: rgba(255, 255, 255, 0.05) !important; /* Ciemnoszare tło */
    border: 1px solid rgba(255, 255, 255, 0.1) !important; /* Delikatna ramka */
    color: #d1d1d1 !important; /* Jasny tekst */
    padding: 4px 10px !important; /* Odstępy w środku boxa */
    border-radius: 4px !important; /* Zaokrąglone rogi */
    font-size: 11px !important;
    text-decoration: none !important;
    transition: all 0.2s ease;
    display: inline-block !important;
}

/* Efekt po najechaniu myszką */
.nrl-btn:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
}

/* Ukrycie tych starych, pustych kwadracików, jeśli jeszcze wystają */
.nrl-button-zone a:not(.nrl-btn) {
    display: none !important;
}
/* Ukrywamy ten pionowy niebieski pasek (przycisk usuwania) */
.nrl-button-zone a[href*="delete"], 
.nrl-button-zone a img[src*="delete"] {
    display: none !important;
}

/* Stylizacja dla obu przycisków, żeby wyglądały jak "Edytuj" */
.nrl-button-zone a {
    background: #2b2b2b !important; /* Ciemne tło jak w Edytuj */
    border: 1px solid #3d3d3d !important; /* Delikatna ramka */
    color: #d1d1d1 !important;
    padding: 5px 12px !important;
    border-radius: 4px !important;
    font-size: 11px !important;
    text-decoration: none !important;
    display: inline-block !important;
    margin-left: 5px !important;
}

.nrl-button-zone a:hover {
    background: #3d3d3d !important;
    color: #fff !important;
}

/* Usuwamy te puste szare kwadraciki z tła */
.nrl-button-zone {
    background: none !important;
}
.nrl-btn {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    padding: 5px 12px !important;
    border-radius: 4px !important;
    transition: all 0.2s ease;
    display: inline-block !important;
}

.nrl-btn:hover {
    background: rgba(255, 255, 255, 0.1) !important;
}

/* To sprawi, że oryginalny link MyBB wypełni cały przycisk i będzie biały */
.nrl-btn a {
    color: #d1d1d1 !important;
    text-decoration: none !important;
    font-size: 11px !important;
    display: block !important;
}

.nrl-btn a:hover {
    color: #fff !important;
}
/* Styl ogólny dla przycisków */
.nrl-btn-link a {
    background: #2b2b2b !important;
    border: 1px solid #3d3d3d !important;
    color: #d1d1d1 !important;
    padding: 5px 12px !important;
    border-radius: 4px !important;
    font-size: 11px !important;
    text-decoration: none !important;
    display: inline-block !important;
    font-size: 0 !important; /* Ukrywa oryginalny tekst/ikony MyBB */
}

/* Wstawianie Twoich napisów z powrotem */
.nrl-btn-link.report-btn a::after {
    content: "Zgłoś";
    font-size: 11px !important;
}

.nrl-btn-link.edit-btn a::after {
    content: "Edytuj";
    font-size: 11px !important;
}

/* Hover efekt */
.nrl-btn-link a:hover {
    background: #3d3d3d !important;
    color: #fff !important;
}
/* Stylizacja przycisków Zgłoś i Edytuj */
.nrl-custom-btn a {
    background: #2b2b2b !important; /* Ciemne tło */
    border: 1px solid #3d3d3d !important; /* Ramka */
    color: #d1d1d1 !important; /* Kolor napisu */
    padding: 5px 12px !important;
    border-radius: 4px !important;
    font-size: 11px !important;
    text-decoration: none !important;
    display: inline-block !important;
    transition: 0.2s;
}

.nrl-custom-btn a:hover {
    background: #3d3d3d !important;
    color: #ffffff !important;
    border-color: #4d4d4d !important;
}

/* Ukrywamy ikony, jeśli Twój styl je tam pcha, żeby został sam tekst */
.nrl-custom-btn a i, 
.nrl-custom-btn a img {
    display: none !important;
}
/* Ukrycie przycisku zmiany motywu */
.theme-controls, 
.theme-switcher, 
.change_theme,
[onclick*="MyBB.changeTheme"],
.nrl-theme-icon { 
    display: none !important; 
}
.nrl-actions {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    flex-wrap: nowrap; /* Zapobiega ściskaniu przycisków do pionu */
}

.nrl-btn {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none !important;
    text-align: center;
    white-space: nowrap; /* KLUCZ: To blokuje robienie się "słupka" z tekstu */
    transition: background 0.2s;
}

.nrl-btn--delete {
    background: #c0392b;
    color: #ffffff;
}

.nrl-btn--delete:hover {
    background: #e74c3c;
}

.nrl-btn--report {
    background: #34495e;
    color: #ffffff;
}

.nrl-btn--report:hover {
    background: #2c3e50;
}
/* Styl dla kontenera, w którym znajdują się oba przyciski */
.container-przyciskow {
    display: flex;
    flex-direction: row; /* Układa przyciski obok siebie */
    gap: 15px;           /* Odstęp między przyciskami */
    align-items: center;
}

/* Styl dla samych niebieskich przycisków */
.niebieski-przycisk {
    background: linear-gradient(180deg, #1e3a8a 0%, #3b82f6 100%); /* Niebieski gradient */
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-family: sans-serif;
    font-weight: bold;
    
    /* KLUCZOWE ZMIANY: */
    width: auto;            /* Pozwala przyciskowi rozciągnąć się na szerokość tekstu */
    writing-mode: horizontal-tb; /* Wymusza tekst poziomy */
    white-space: nowrap;    /* Blokuje łamanie tekstu do nowej linii */
    display: inline-block;
    text-align: center;
}
/* Namierzamy te niebieskie elementy - jeśli mają inną klasę, zamień kropkę na właściwą nazwę */
.button, .przycisk, [class*="punkt"] {
    /* 1. Wyłączamy pionowy tryb pisania, jeśli był ustawiony */
    writing-mode: horizontal-tb !important;

    /* 2. Rozszerzamy szerokość (to najczęstszy powód - zbyt wąski kontener) */
    width: auto !important;
    min-width: 100px !important; /* dostosuj pod siebie */
    
    /* 3. Blokujemy zawijanie liter do nowej linii */
    white-space: nowrap !important;
    word-break: normal !important;

    /* 4. Układamy zawartość (ikonę/tekst) w poziomie */
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center;
    justify-content: center;

    /* 5. Poprawiamy paddingi, żeby przycisk nie był "chudy" */
    padding: 10px 20px !important;
    height: auto !important;
}

/* Jeśli przyciski są w jednym kontenerze i jeden jest pod drugim, a chcesz je obok siebie: */
.kontener-przyciskow, [class*="actions"] {
    display: flex !important;
    flex-direction: row !important;
    gap: 10px;
}
/* Namierzenie przycisków Zgłoś i Usuń na stronie reputacji */
a[href*="action=report"], 
a[href*="action=delete"],
.reputation [class*="button"],
.post_controls a {
    /* 1. Przywrócenie orientacji poziomej */
    writing-mode: horizontal-tb !important; 
    display: inline-flex !important;
    flex-direction: row !important;
    
    /* 2. Naprawa wymiarów - to kluczowe, żeby tekst się "położył" */
    width: auto !important;
    height: auto !important;
    min-width: 100px !important; /* dostosuj szerokość pod siebie */
    
    /* 3. Blokada zawijania tekstu (żeby nie robiło się jedno pod drugim) */
    white-space: nowrap !important;
    padding: 10px 20px !important;
    
    /* 4. Estetyka - dopasowanie do reszty strony */
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 5px !important;
}

/* Jeśli przyciski są w liście (pionowej), to kładziemy też ich kontenery */
.post_controls, .reputation_buttons {
    display: flex !important;
    flex-direction: row !important;
    gap: 10px; /* odstęp między przyciskami */
    justify-content: flex-end; /* wyrównanie do prawej jak na screenie */
}
/* Wymuszamy poziom dla przycisku "Zgłoś punkt" */
a[href*="action=report"], 
.report_button, 
.zgłoś_punkt {
    writing-mode: horizontal-tb !important;
    display: inline-flex !important;
    flex-direction: row !important;
    
    /* To rozciągnie przycisk, żeby tekst się zmieścił */
    width: auto !important;
    height: auto !important;
    min-width: 120px !important; 
    
    /* Blokujemy zawijanie liter */
    white-space: nowrap !important;
    padding: 10px 20px !important;
    
    /* Centrowanie tekstu */
    text-align: center !important;
    align-items: center !important;
    justify-content: center !important;
}
/* 1. Rozszerzamy kontenery, które mogą blokować szerokość */
.reputation_vote, 
.post_controls,
div[style*="width: 20px"], 
div[style*="width: 15px"] {
    width: auto !important;
    min-width: 150px !important;
    display: flex !important;
    flex-direction: column !important; /* Jeden pod drugim */
    align-items: flex-end !important;   /* Do prawej strony */
    gap: 10px !important;
}

/* 2. Naprawiamy oba przyciski na raz bez litości */
a[href*="action=report"], 
a[href*="action=delete"] {
    /* Orientacja i wymiary */
    writing-mode: horizontal-tb !important;
    display: inline-flex !important;
    width: max-content !important; /* Rozmiar dopasowany do tekstu */
    min-width: 120px !important;
    height: 40px !important;
    
    /* Tekst */
    white-space: nowrap !important;
    text-indent: 0 !important;
    padding: 0 15px !important;
    
    /* Wyśrodkowanie */
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;

    /* Wygląd (żeby oba były równe) */
    border-radius: 5px !important;
    box-sizing: border-box !important;
}
/* Celujemy bezpośrednio w atrybut linku zgłaszania */
a[href*="action=report"] {
    display: inline-block !important;
    writing-mode: horizontal-tb !important;
    white-space: nowrap !important;
    width: auto !important;
    height: auto !important;
    padding: 10px 20px !important;
    min-width: 120px !important;
    text-align: center !important;
    line-height: normal !important;
    word-break: normal !important;
    float: none !important;
}

/* Na wypadek gdyby siedział w zbyt wąskiej liście <li> lub <div> */
a[href*="action=report"] {
    position: relative !important;
}

/* Jeśli oba przyciski mają być obok siebie, a nie jeden pod drugim */
.post_controls, .reputation_vote {
    display: flex !important;
    flex-direction: row-reverse !important;
    gap: 10px !important;
    width: auto !important;
}
/* Ustawiamy kontener, żeby przyciski były obok siebie */
.nrl-button-group {
    display: flex !important;
    flex-direction: row !important; /* Kładzie przyciski poziomo */
    gap: 10px !important;
    width: auto !important;
}

/* Naprawiamy ten nieszczęsny span, który dusi tekst */
.nrl-button-group .smalltext {
    display: flex !important;
    flex-direction: row !important;
    width: auto !important;
    white-space: nowrap !important;
}

/* Siłowe położenie napisu "Zgłoś punkt" */
.nrl-button-group a {
    display: inline-block !important;
    writing-mode: horizontal-tb !important; /* To go położy */
    width: max-content !important; /* Rozciągnie do pełnego tekstu */
    height: auto !important;
    padding: 8px 15px !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}
/* Ukrywamy stary tekst zmniejszając jego rozmiar do zera */
.tutaj-wpisz-klase {
    font-size: 0 !important; 
/* Przykładowy kod, dopasuj klasę do swojego silnika forum */
.logo-container {
    background: #000 !important; /* tło musi być czarne */
    padding: 20px;
    display: flex;
    align-items: center;
}

}

/* 1. USUWANIE TEGO WIELKIEGO NAPISU Z TŁA */
#header, .ipsHeader, .header-wrapper, #header::before, #header::after {
    background-image: none !important;
    background-size: 0 !important; /* Całkowite zduszenie obrazka w tle */
    background-color: #050505 !important; /* Czyste czarne tło pod małe logo */
}

/* 2. ZAKLĘCIE NA MAŁY KWADRACIK (Logo) */
/* Targetujemy każdy możliwy kontener loga w IPS */
.ipsLogo, #elLogo, #elLogo img, .ipsLogo img {
    width: 20px !important;  /* Szerokość kwadratu */
    height: 20px !important; /* Wysokość kwadratu */
    max-width: 20px !important;
    max-height: 20px !important;
    min-width: 20px !important;
    min-height: 20px !important;
    
    object-fit: cover !important; /* Wypełnia kwadrat bez rozciągania */
    border-radius: 5px !important; /* Opcjonalne zaokrąglenie */
    display: inline-block !important;
    margin: 10px !important; /* Odstęp od krawędzi */
}

/* 3. WYMUSZENIE POZYCJI (żeby nie uciekło na środek) */
.ipsLayout_container {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
}
/* 1. CAŁKOWITE USUNIĘCIE TŁA NAGŁÓWKA */
#header {
    background: #000 !important; /* Czyste czarne tło */
    background-image: none !important; /* Wywalamy to wielkie rozmyte NEXUS */
    box-shadow: none !important;
    padding: 10px 0 !important;
}

/* 2. PRZESUNIĘCIE LOGO W LEWO */
.logo {
    text-align: left !important; /* Wyrównanie do lewej */
    padding-left: 0px !important; /* Mały margines od lewej krawędzi ekranu */
    display: block !important;
    background: none !important;
}

/* 3. STYLIZACJA SAMEGO OBRAZKA/NAPISU */
.logo img {
    height: 150px !important; /* Małe, zgrabne logo */
    width: auto !important;
    background: none !important;
    border: none !important;
    /* Jeśli chcesz, żeby to wyglądało jak sam napis bez tła, 
       musiałbyś wgrać plik PNG z przezroczystością */
}
wasz prefixów i one też mają znikać przez to zero, 
musimy je ostylować osobno, ale na razie sprawdźmy sam tytuł */
/* Jeśli chcesz, żeby napis był biały na ciemnym tle, zmień wyżej kolor na #ffffff */
/** Impromptu End */

		
		
		
		
		
		
		
		