/**
 * GLOBAL STYLES - ODŚWIEŻONA WERSJA
 * Globalne style dla całego forum
 * Zaktualizowana kolorystyka w schemacie niebieskim
 */

/* UKRYCIE OPCJI INVISIBLE MODE - globalnie w całym serwisie */
label:has(input[name="invisible"]),
label:has(input[type="checkbox"][name="invisible"]),
input[name="invisible"] {
    display: none !important;
    visibility: hidden !important;
}

/* UKRYCIE CAŁEJ SEKCJI PRYWATNOŚĆ w usercp.php - box zawierający input invisible */
.ucp-options .left50 .box:has(input[name="invisible"]) {
    display: none !important;
}

/* Alternatywnie - ukryj pierwszy box w lewej kolumnie (Prywatność) */
form[action="usercp.php"] .ucp-options .left50:first-child > .box:first-child {
    display: none !important;
}

 #debug {
    float: right;
    text-align: right;
    margin-top: 20px;
    font-size: 11px;
    color: #6a7a90;
}

.scaleimages img {
    max-width: 100%;
}

/* Ikony statusu forum */
.forum_status:before {
    font-size: 14.5pt;
    vertical-align: middle;
    display: inline-block;
    font-family: fontawesome;
    content: "\f086";
    font-size: 14px;
}

.forum_on:before {
    color: #00d4ff;
    filter: drop-shadow(0 0 3px rgba(0, 212, 255, 0.5));
}

.forum_off:before {
    color: #7a8ca0;
}

.forum_offclose:before {
    color: #ff4444;
}

.forum_offlink {
    color: #5e7a85;
}

/* Mini ikony subforum */
.subforumicon {
    height: 8px;
    width: 8px;
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
    border-radius: 50%;
    box-shadow: 0 0 5px currentColor;
}

.subforum_minion {
    background: #00d4ff;
}

.subforum_minioff {
    background: #7a8ca0;
}

.subforum_minioffclose {
    background: #ff4444;
}

.subforum_miniofflink {
    background: #0052a3;
}

/* Tabele */
table {
    font-size: 14px;
}

.tborder {
    width: 100%;
    margin: auto auto;
}

.tfixed {
    table-layout: fixed;
    word-wrap: break-word;
}

.thead strong {
    font-weight: normal;
}

.tcat a {
    color: #fff;
    transition: all 0.3s ease;
}

.tcat a:hover {
    color: #00d4ff;
    text-shadow: 0 0 8px rgba(0, 212, 255, 0.5);
}

.tcat strong {
    font-size: 10.5pt;
    font-weight: normal;
}

.trow1,
.trow2 {
    background: rgba(10, 10, 10, 0.3);
    transition: background-color 0.3s ease;
    color: #b4b6ae;
}

.trow1:hover,
.trow2:hover {
    background: rgba(0, 143, 255, 0.03);
}

/* Formularz newthread - tabele */
form .tborder {
    background: rgba(15, 15, 15, 0.4);
    border: 1px solid rgba(0, 143, 255, 0.25);
    border-radius: 8px;
    overflow: hidden;
}

form .thead {
    background: linear-gradient(135deg, 
        rgba(0, 82, 163, 0.4) 0%, 
        rgba(0, 143, 255, 0.3) 100%);
    color: #fff;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(0, 143, 255, 0.3);
}

form .thead strong {
    font-weight: bold;
    color: #fff;
}

form .trow1,
form .trow2 {
    background: rgba(15, 15, 15, 0.4);
    padding: 15px 20px;
    color: #b4b6ae;
}

form .trow1:hover,
form .trow2:hover {
    background: rgba(0, 143, 255, 0.05);
}

.trow_shaded {
    background: rgba(15, 15, 15, 0.5);
    border: 1px solid rgba(0, 143, 255, 0.1);
}

.no_bottom_border {
    border-bottom: 0;
}

/* Posty niezatwierdzone */
.post.unapproved_post {
    background: rgba(255, 100, 100, 0.1);
    border: 1px solid rgba(255, 100, 100, 0.3);
}

.post.unapproved_post .post_author {
    border-bottom-color: rgba(255, 100, 100, 0.4);
}

.post.classic.unapproved_post .post_author {
    border-color: rgba(255, 100, 100, 0.4);
}

.post.unapproved_post .post_controls {
    border-top-color: rgba(255, 100, 100, 0.4);
}

/* Posty usunięte */
.trow_deleted,
.post.deleted_post {
    background: rgba(59, 20, 20, 0.5);
    padding: 10px 15px;
    border-bottom: 1px solid rgba(0, 143, 255, 0.1);
    border-left: 3px solid #ff4444;
}

.trow_selected .author-info,
.trow_selected .post-info {
    background: rgba(0, 143, 255, 0.05);
}

.trow_sep {
    background: linear-gradient(135deg, 
        rgba(0, 82, 163, 0.3) 0%, 
        rgba(0, 143, 255, 0.2) 100%);
    color: #fff;
    border-bottom: 1px solid rgba(0, 212, 255, 0.3);
    padding: 6px;
    font-size: 12px;
    font-weight: bold;
}

.thead input.textbox,
.thead select {
    border: 1px solid rgba(0, 143, 255, 0.3);
}

.bottommenu {
    background: rgba(15, 15, 15, 0.6);
    color: #fff;
    border: 1px solid rgba(0, 143, 255, 0.3);
    padding: 10px;
    border-radius: 6px;
}

.smalltext {
    font-size: 11px;
    color: #7a8ca0;
}

.largetext {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

/* Formularze */
fieldset {
    padding: 12px;
    border: 1px solid rgba(0, 143, 255, 0.2);
    margin: 0;
    border-radius: 6px;
    background: rgba(15, 15, 15, 0.6);
    color: #7a8ca0;
}

fieldset.trow1,
fieldset.trow2 {
    border-color: rgba(0, 143, 255, 0.2);
}

fieldset.align_right {
    text-align: right;
}

/* Input fields */
input.textbox {
    background: rgba(20, 20, 20, 0.8);
    color: #fff;
    border-radius: 4px;
    padding: 12px 14px;
    outline: 0;
    border: 1px solid rgba(0, 143, 255, 0.3);
    font-size: 13px;
    transition: all 0.3s ease;
}

input.textbox:focus {
    border-color: rgba(0, 212, 255, 0.6);
    box-shadow: 0 0 10px rgba(0, 212, 255, 0.3);
}

input.textbox.portal_search {
    width: 68%;
}

textarea {
    background: rgba(20, 20, 20, 0.8);
    color: #fff;
    border: 1px solid rgba(0, 143, 255, 0.3);
    padding: 12px;
    line-height: 1.4;
    border-radius: 4px;
    outline: 0;
    font-size: 10.5pt;
    box-sizing: border-box;
    max-width: 100%;
    transition: all 0.3s ease;
}

textarea:focus {
    border-color: rgba(0, 212, 255, 0.6);
    box-shadow: 0 0 10px rgba(0, 212, 255, 0.3);
}

select {
    background: rgba(20, 20, 20, 0.8);
    outline: 0;
    border: 1px solid rgba(0, 143, 255, 0.3);
    font-size: 13px;
    color: #fff;
    border-radius: 4px;
    padding: 11px 14px;
    transition: all 0.3s ease;
    cursor: pointer;
}

select:focus {
    border-color: rgba(0, 212, 255, 0.6);
    box-shadow: 0 0 10px rgba(0, 212, 255, 0.3);
}

select option {
    background: rgba(20, 20, 20, 0.95);
    color: #fff;
}

/* Checkbox i Radio buttons */
input[type="checkbox"],
input[type="radio"] {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    cursor: pointer;
    accent-color: rgba(0, 143, 255, 0.8);
}

input[type="checkbox"]:checked,
input[type="radio"]:checked {
    accent-color: #00d4ff;
}

/* Przyciski */
button:not(:first-child),
input.button:not(:first-child) {
    margin-left: 10px;
}

button:not(.slick-arrow),
input.button,
a.button,
.theme-button {
    outline: 0;
    border: 0;
    background: linear-gradient(135deg, 
        rgba(0, 82, 163, 1) 0%, 
        rgba(0, 143, 255, 0.9) 100%);
    border-style: solid;
    border-width: 0 0 3px 0;
    border-color: rgba(0, 82, 163, 0.8);
    cursor: pointer;
    color: #ffffff;
    font-size: 11px;
    height: 41px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 10px 20px 0px rgba(0, 143, 255, 0.3);
    border-radius: 5px;
    padding: 0 27px;
    vertical-align: top;
    line-height: 41px;
    box-sizing: border-box;
    display: inline-block;
    transition: all 0.3s ease;
}

button:hover,
input.button:hover,
a.button:hover {
    background: linear-gradient(135deg, 
        rgba(0, 143, 255, 1) 0%, 
        rgba(0, 212, 255, 0.9) 100%);
    box-shadow: 0px 10px 25px 0px rgba(0, 212, 255, 0.5);
    color: #fff;
    transform: translateY(-2px);
}

/* Walidacja */
input.error,
textarea.error,
select.error {
    border: 1px solid #ff4444;
    color: #ff4444;
}

input.valid,
textarea.valid,
select.valid {
    border: 1px solid #00d4ff;
}

label.error {
    color: #ff4444;
    margin: 5px;
    padding: 0px;
    display: block;
    font-weight: bold;
    font-size: 11px;
}

/* Edytor */
.editor {
    background: rgba(15, 15, 15, 0.6);
    border: 1px solid rgba(0, 143, 255, 0.3);
    border-radius: 6px;
}

.editor_control_bar {
    background: rgba(20, 20, 30, 0.8);
    padding: 10px 20px;
    margin-top: 5px;
    border-radius: 4px;
    border: 1px solid rgba(0, 143, 255, 0.2);
}

.editor_control_bar a {
    font-weight: bold;
    color: #00d4ff;
    transition: all 0.3s ease;
}

.editor_control_bar a:hover {
    color: #00f0ff;
}

.post .editor_control_bar {
    background: rgba(15, 15, 15, 0.6);
}

/* Edytor WYSIWYG - SCEditor - zwiększona specyficzność */
form div.sceditor-container,
form div.sceditor-container iframe,
textarea + div.sceditor-container,
textarea + div.sceditor-container iframe {
    background: rgba(20, 20, 20, 0.9);
    border: 1px solid rgba(0, 143, 255, 0.3);
    border-radius: 6px;
}

form div.sceditor-toolbar,
textarea + div.sceditor-toolbar {
    background: linear-gradient(135deg, 
        rgba(0, 82, 163, 0.4) 0%, 
        rgba(0, 143, 255, 0.3) 100%);
    border-bottom: 1px solid rgba(0, 143, 255, 0.3);
    padding: 8px;
    border-radius: 6px 6px 0 0;
}

form div.sceditor-toolbar .sceditor-group,
textarea + div.sceditor-toolbar .sceditor-group {
    border-right: 1px solid rgba(0, 143, 255, 0.2);
    margin-right: 8px;
    padding-right: 8px;
}

form div.sceditor-toolbar .sceditor-button,
textarea + div.sceditor-toolbar .sceditor-button {
    background: transparent;
    border: none;
    color: #b4b6ae;
    padding: 6px 8px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

form div.sceditor-toolbar .sceditor-button:hover,
textarea + div.sceditor-toolbar .sceditor-button:hover {
    background: rgba(0, 143, 255, 0.2);
    color: #00d4ff;
}

form div.sceditor-toolbar .sceditor-button-active,
textarea + div.sceditor-toolbar .sceditor-button-active {
    background: rgba(0, 143, 255, 0.3);
    color: #00d4ff;
}

form div.sceditor-container .sceditor-body,
form div.sceditor-container iframe body,
textarea + div.sceditor-container .sceditor-body,
textarea + div.sceditor-container iframe body {
    background: rgba(20, 20, 20, 0.9);
    color: #fff;
}

form div.sceditor-container iframe,
textarea + div.sceditor-container iframe {
    background: rgba(20, 20, 20, 0.9);
}

/* Style dla iframe edytora - ustawienia globalne */
form div.sceditor-container iframe body,
form div.sceditor-container iframe html,
textarea + div.sceditor-container iframe body,
textarea + div.sceditor-container iframe html {
    background: rgba(20, 20, 20, 0.9);
    color: #fff;
}

/* Gwiazdki oceny - POPRAWIONA WERSJA */
.star_rating,
.star_rating li a:hover,
.star_rating .current_rating {
    background: url(../../../images/star_rating.png) left -1000px repeat-x;
    vertical-align: middle;
}

.star_rating {
    position: relative;
    width: 80px;
    height: 16px;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    background-position: left top;
}

td .star_rating {
    margin: auto;
}

.star_rating li {
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none;
}

.star_rating .current_rating {
    position: absolute;
    height: 16px;
    line-height: 16px;
    outline: none;
    overflow: hidden;
    border: none;
    top: 0;
    left: 0;
    z-index: 1;
    background-position: left center;
    font-size: 0;
    color: transparent;
    pointer-events: none;
}

.star_rating li a {
    position: absolute !important;
    height: 16px !important;
    line-height: 16px !important;
    outline: none !important;
    overflow: hidden !important;
    border: none !important;
    top: 0 !important;
    left: 0 !important;
    text-decoration: none !important;
    pointer-events: auto !important;
    font-size: 0 !important;
    color: transparent !important;
    font-weight: normal !important;
    transition: none !important;
}

.star_rating_notrated li a:hover {
    background-position: left bottom !important;
    color: transparent !important;
}

.star_rating li a.one_star {
    width: 20% !important;
    z-index: 6 !important;
}

.star_rating li a.two_stars {
    width: 40% !important;
    z-index: 5 !important;
}

.star_rating li a.three_stars {
    width: 60% !important;
    z-index: 4 !important;
}

.star_rating li a.four_stars {
    width: 80% !important;
    z-index: 3 !important;
}

.star_rating li a.five_stars {
    width: 100% !important;
    z-index: 2 !important;
}

/* Panel emotikonów */
.smilieinsert {
    background: rgba(15, 15, 15, 0.8);
    border: 1px solid rgba(0, 143, 255, 0.3);
    border-radius: 6px;
    padding: 15px;
    margin-top: 10px;
}

.smilieinsert .title {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(0, 143, 255, 0.3);
}

.smilieinsert .smilie {
    background: rgba(20, 20, 30, 0.6);
    border: 1px solid rgba(0, 143, 255, 0.2);
    border-radius: 4px;
    padding: 8px;
    margin: 4px;
    display: inline-block;
    transition: all 0.3s ease;
}

.smilieinsert .smilie:hover {
    background: rgba(0, 143, 255, 0.2);
    border-color: rgba(0, 212, 255, 0.4);
    transform: translateY(-2px);
}

/* Formularz newthread - etykiety i opcje */
form label {
    color: #b4b6ae;
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
}

form .trow1 label,
form .trow2 label {
    color: #b4b6ae;
}

form input[type="radio"] + label {
    color: #b4b6ae;
    margin-left: 5px;
}

form input[type="radio"]:checked + label {
    color: #00d4ff;
}

form input[type="checkbox"] + label {
    color: #b4b6ae;
    margin-left: 5px;
}

form input[type="checkbox"]:checked + label {
    color: #00d4ff;
}

/* Opcje posta */
.post_options {
    background: rgba(15, 15, 15, 0.4);
    border: 1px solid rgba(0, 143, 255, 0.2);
    border-radius: 6px;
    padding: 15px;
    margin-top: 15px;
}

.post_options label {
    color: #b4b6ae;
}

/* Ikony postów - zachowaj oryginalny układ */
.posticons_label {
    white-space: nowrap;
    display: inline-block;
}

.posticons_label img {
    display: inline-block;
    vertical-align: middle;
    margin: 2px;
    padding: 4px;
    border-radius: 4px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.posticons_label img:hover {
    background: rgba(0, 143, 255, 0.15);
    border-color: rgba(0, 143, 255, 0.3);
}

.posticons_label input[type="radio"] {
    margin-right: 5px;
    vertical-align: middle;
}

.posticons_label input[type="radio"]:checked + img {
    background: rgba(0, 143, 255, 0.2);
    border-color: rgba(0, 212, 255, 0.4);
}

/* Popup menu */
.popup_menu {
    background: rgba(20, 20, 20, 0.95);
    border: 1px solid rgba(0, 143, 255, 0.3);
    border-radius: 6px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}

.popup_menu .popup_item {
    background: rgba(25, 25, 25, 0.9);
    color: #fff;
    transition: all 0.3s ease;
}

.popup_menu .popup_item:hover {
    background: linear-gradient(135deg, 
        rgba(0, 82, 163, 0.8) 0%, 
        rgba(0, 143, 255, 0.6) 100%);
    color: #fff;
}

/* Reputacja */
.reputation_positive {
    color: #00d4ff;
}

.reputation_neutral {
    color: #7a8ca0;
}

.reputation_negative {
    color: #ff4444;
}

.repbox {
    font-size: 16px;
    font-weight: bold;
    padding: 5px 7px 5px 7px;
    border-radius: 4px;
}

._neutral {
    background-color: rgba(122, 140, 160, 0.1);
    color: #7a8ca0;
    border: 1px solid rgba(122, 140, 160, 0.3);
}

._minus {
    background-color: rgba(255, 68, 68, 0.1);
    color: #ff4444;
    border: 1px solid rgba(255, 68, 68, 0.3);
}

._plus {
    background-color: rgba(0, 212, 255, 0.1);
    color: #00d4ff;
    border: 1px solid rgba(0, 212, 255, 0.3);
}

/* Obrazy */
img {
    border: none;
}

img.attachment {
    border: 1px solid rgba(0, 143, 255, 0.4);
    border-radius: 4px;
}

hr {
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(0, 143, 255, 0.3) 50%, 
        transparent 100%);
    color: transparent;
    height: 1px;
    border: 0px;
}

/* Utility classes */
.float_left {
    float: left;
}

.float_right {
    float: right;
}

.hidden {
    display: none;
    float: none;
    width: 1%;
}

.hiddenrow {
    display: none;
}

.selectall {
    background: rgba(0, 212, 255, 0.1);
    border-bottom: 1px solid rgba(0, 212, 255, 0.3);
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 4px 4px 0 0;
}

.expcolimage {
    float: right;
    width: auto;
    vertical-align: middle;
    margin-top: 0;
    filter: drop-shadow(0 0 3px rgba(0, 212, 255, 0.3));
    transition: all 0.3s ease;
}

.expcolimage:hover {
    filter: drop-shadow(0 0 6px rgba(0, 212, 255, 0.6));
}

.tcat_menu > .expcolimage {
    margin-top: 0;
}

/* Cytaty i kod */
blockquote {
    border: 1px solid rgba(0, 143, 255, 0.3);
    margin: 5px 0;
    background: rgba(20, 20, 30, 0.6);
    padding: 10px;
    border-radius: 6px;
    border-left: 3px solid rgba(0, 143, 255, 0.6);
}

blockquote cite {
    font-weight: bold;
    border-bottom: 1px solid rgba(0, 143, 255, 0.3);
    font-style: normal;
    display: block;
    font-size: 10pt;
    padding: 10px;
    padding-top: 3px;
    margin: 0 0 10px 0;
    color: #00d4ff;
}

blockquote cite > span {
    float: right;
    font-weight: normal;
    font-size: 12px;
    color: #7a8ca0;
}

blockquote cite span.highlight {
    float: none;
    font-weight: bold;
    padding-bottom: 0;
    color: #00d4ff;
}

.codeblock {
    padding: 10px;
    border: 1px solid rgba(0, 143, 255, 0.3);
    margin: 5px 0;
    background: rgba(20, 20, 30, 0.6);
    border-radius: 6px;
    border-left: 3px solid rgba(0, 143, 255, 0.6);
}

.codeblock .title {
    border-bottom: 1px solid rgba(0, 143, 255, 0.3);
    font-weight: bold;
    padding-bottom: 3px;
    margin: 0 0 10px 0;
    color: #00d4ff;
}

.codeblock.phpcodeblock span {
    color: #fff!important;
}

.codeblock code {
    overflow: auto;
    height: auto;
    max-height: 200px;
    display: block;
    font-family: Monaco, Consolas, Courier, monospace;
    font-size: 13px;
    color: #7a8ca0;
}

/* Smilies */
.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;
    color: #00d4ff;
}

.highlight {
    background: rgba(0, 212, 255, 0.2);
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 3px;
}

/* Alerty */
.pm_alert {
    background: linear-gradient(135deg, 
        rgba(0, 82, 163, 0.3) 0%, 
        rgba(0, 143, 255, 0.2) 100%);
    color: #00d4ff;
    text-align: center;
    padding: 18px 10px;
    margin-bottom: 15px;
    font-size: 11pt;
    border-radius: 6px;
    border: 1px solid rgba(0, 143, 255, 0.4);
    word-wrap: break-word;
    z-index: 10!important;
}

.red_alert {
    background: rgba(59, 20, 20, 0.5);
    color: #ff4444;
    text-align: center;
    padding: 18px 10px;
    margin-bottom: 15px;
    font-size: 11pt;
    border-radius: 6px;
    border: 1px solid rgba(255, 68, 68, 0.4);
    word-wrap: break-word;
    z-index: 10!important;
}

/* Ostrzeżenia i bany */
.high_warning {
    color: #ff4444;
}

.moderate_warning {
    color: #ff8844;
}

.low_warning {
    color: #ffaa44;
}

.imminent_banned {
    color: #880000;
}

.high_banned {
    color: #ff0000;
}

.moderate_banned {
    color: #ff6600;
}

.low_banned {
    color: #00d4ff;
}

/* Status online */
.online {
    color: #00d4ff;
}

.offline {
    color: #7a8ca0;
}

/* Błędy */
div.error {
    padding: 10px 15px;
    background: rgba(178, 54, 54, 0.8);
    font-size: 12px;
    color: #fff;
    border-radius: 6px;
    margin-bottom: 40px;
    border: 1px solid rgba(255, 68, 68, 0.5);
}

div.error a {
    color: #fff;
    font-weight: bold;
}

div.error p {
    margin: 0;
    color: #fff;
    font-weight: normal;
}

div.error p em {
    font-style: normal;
    font-weight: bold;
    display: block;
    color: #fff;
}

div.error ul {
    margin-left: 0;
    padding-left: 16px;
}

/* Paginacja */
.pagination {
    font-size: 10pt;
    padding-top: 10px;
    margin-bottom: 5px;
    margin: 10px 0;
}

.tfoot .pagination,
.tcat .pagination {
    padding-top: 0;
}

.pagination .pages {
    font-weight: bold;
    color: #7a8ca0;
}

.pagination .pagination_current,
.pagination a {
    padding: 3px 6px;
    margin-bottom: 3px;
}

.pagination a {
    background: rgba(20, 20, 30, 0.6);
    display: inline-block;
    font-size: 9pt;
    font-weight: normal;
    padding: 7px 10px;
    border-radius: 5px;
    margin-left: 5px;
    border: 1px solid rgba(0, 143, 255, 0.2);
    color: #7a8ca0;
    transition: all 0.3s ease;
}

.pagination a:hover {
    background: linear-gradient(135deg, 
        rgba(0, 82, 163, 0.6) 0%, 
        rgba(0, 143, 255, 0.4) 100%);
    color: #fff;
    border-color: rgba(0, 143, 255, 0.5);
}

.pagination .pagination_current {
    background: linear-gradient(135deg, 
        rgba(0, 82, 163, 0.9) 0%, 
        rgba(0, 143, 255, 0.7) 100%);
    cursor: default;
    border: 1px solid rgba(0, 143, 255, 0.5);
    font-weight: bold;
    display: inline-block;
    font-size: 9pt;
    padding: 7px 10px;
    border-radius: 5px;
    margin-left: 5px;
    color: #fff;
    box-shadow: 0 0 10px rgba(0, 143, 255, 0.3);
}

.pagination .go_page img {
    margin-bottom: -4px;
}

.drop_go_page {
    background: rgba(20, 20, 20, 0.8);
    padding: 4px;
    border: 1px solid rgba(0, 143, 255, 0.3);
    border-radius: 4px;
}

.pagination_breadcrumb {
    background-color: rgba(15, 15, 15, 0.6);
    border: 1px solid rgba(0, 143, 255, 0.2);
    outline: 1px solid rgba(0, 143, 255, 0.1);
    padding: 5px;
    margin-top: 5px;
    font-weight: normal;
    border-radius: 4px;
}

.pagination_breadcrumb_link {
    vertical-align: middle;
    cursor: pointer;
    color: #00d4ff;
    transition: all 0.3s ease;
}

.pagination_breadcrumb_link:hover {
    color: #00f0ff;
}

/* Legendy */
.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;
}

/* Komunikaty */
.success_message {
    color: #00d4ff;
    font-weight: bold;
    font-size: 10px;
    margin-bottom: 10px;
}

.error_message {
    color: #ff4444;
    font-weight: bold;
    font-size: 10px;
    margin-bottom: 10px;
}

/* Posty */
#posts_container {
    padding: 0;
}

.ignored_post {
    border-top: 3px solid rgba(0, 143, 255, 0.3);
    padding: 15px;
    background: rgba(15, 15, 15, 0.4);
}

.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 rgba(0, 143, 255, 0.2);
    padding: 15px;
    background: rgba(15, 15, 15, 0.4);
}

.deleted_post_collapsed {
    border-top: 3px solid rgba(255, 68, 68, 0.4);
    padding: 15px;
    background: rgba(59, 20, 20, 0.3);
}

.deleted_post_collapsed .show_deleted_post a.button span {
    background-position: 0 -400px;
}

.post:not(.deleted_post) .postbit_qrestore,
.post:not(.deleted_post) .status_type,
.post.deleted_post .postbit_mirage {
    display: none;
}

/* Przyciski postów */
.postbit_buttons a {
    background: linear-gradient(135deg, 
        rgba(0, 82, 163, 0.8) 0%, 
        rgba(0, 143, 255, 0.6) 100%);
    color: #fff;
    font-size: 10pt;
    padding: 8px 14px;
    border-radius: 4px;
    margin: 0 3px;
    border: 1px solid rgba(0, 143, 255, 0.4);
    transition: all 0.3s ease;
    display: inline-block;
}

.postbit_buttons a:hover {
    background: linear-gradient(135deg, 
        rgba(0, 143, 255, 0.9) 0%, 
        rgba(0, 212, 255, 0.7) 100%);
    color: #fff;
    box-shadow: 0 0 10px rgba(0, 212, 255, 0.4);
}

a.button {
    height: 50px;
    line-height: 50px;
}

a.button.small_button {
    font-size: 13px;
    margin: 0;
}

a.button span {
    display: inline-block;
    background-repeat: no-repeat;
}

a.button.new_thread_button span {
    background-position: 0 -340px;
}

a.button.new_reply_button span {
    background-position: 0 -360px;
}

a.button.closed_button span {
    background-position: 0 -380px;
}

a.button.rate_user_button span {
    background-position: 0 -400px;
}

a.button.add_buddy_button span {
    background-position: 0 -440px;
}

a.button.remove_buddy_button span {
    background-position: 0 -480px;
}

a.button.add_ignore_button span {
    background-position: 0 -460px;
}

a.button.remove_ignore_button span {
    background-position: 0 -500px;
}

a.button.report_user_button span {
    background-position: 0 -520px;
}

.quick_jump {
    background: url(../../../images/jump.png) no-repeat 0;
    width: 13px;
    height: 13px;
    padding-left: 13px;
    margin-top: -3px;
    border: none;
    filter: drop-shadow(0 0 3px rgba(0, 212, 255, 0.3));
}

/* Poll bar */
.pollbar {
    background: linear-gradient(135deg, 
        rgba(0, 82, 163, 0.8) 0%, 
        rgba(0, 143, 255, 0.6) 100%);
    border: 1px solid rgba(0, 143, 255, 0.4);
    height: 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 143, 255, 0.3);
}

.pollbar .percent {
    display: none;
}

.posticons_label {
    white-space: nowrap;
}

/** jGrowl **/
.jGrowl {
    z-index: 9999;
    color: #ffffff;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: fixed;
}

.jGrowl-notification {
    background-color: rgba(20, 20, 30, 0.95);
    opacity: 0.95;
    width: 250px;
    padding: 10px;
    margin: 10px;
    text-align: left;
    display: none;
    border-radius: 8px;
    word-break: break-all;
    border: 1px solid rgba(0, 143, 255, 0.3);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}

.jGrowl .jGrowl-notification.jgrowl_success {
    background: linear-gradient(135deg, 
        rgba(0, 82, 163, 0.9) 0%, 
        rgba(0, 143, 255, 0.7) 100%);
    border: 1px solid rgba(0, 212, 255, 0.5);
    color: #fff;
}

.jGrowl .jGrowl-notification.jgrowl_error {
    background: rgba(178, 54, 54, 0.9);
    border: 1px solid rgba(255, 68, 68, 0.5);
    color: #fff;
}

.jGrowl .jGrowl-notification.jgrowl_process,
.jGrowl .jGrowl-closer {
    background: rgba(255, 170, 68, 0.9);
    border: 1px solid rgba(255, 170, 68, 0.5);
    color: #333;
}

.jGrowl-closer {
    background-color: rgba(20, 20, 30, 0.9);
    opacity: 0.9;
    width: 250px;
    padding: 10px;
    margin: 10px;
    text-align: left;
    display: none;
    border-radius: 5px;
    word-break: break-all;
    padding-top: 4px;
    padding-bottom: 4px;
    cursor: pointer;
    font-size: .9em;
    font-weight: bold;
    text-align: center;
    border: 1px solid rgba(0, 143, 255, 0.3);
}

/** Modal **/
.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: rgba(0, 0, 0, 0.85);
    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: 450px;
    max-width: 90%;
    text-align: left;
    background: transparent;
    border: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.7),
                0 0 20px rgba(0, 143, 255, 0.2);
    overflow: hidden;
}

.modal .tborder {
    width: 100%;
    border: 1px solid rgba(0, 143, 255, 0.4);
    border-radius: 12px;
    overflow: hidden;
    background: linear-gradient(135deg, 
        rgba(15, 20, 30, 0.98) 0%, 
        rgba(20, 25, 35, 0.98) 100%);
}

.modal .thead {
    padding: 20px 25px;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: #ffffff;
    background: linear-gradient(135deg, 
        rgba(0, 82, 163, 0.4) 0%, 
        rgba(0, 143, 255, 0.3) 100%);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 1px solid rgba(0, 143, 255, 0.3);
    text-align: center;
}

.modal .thead strong {
    font-weight: bold;
}

.modal .trow1 {
    padding: 25px;
    line-height: 22px;
    color: #b4b6ae;
    background: rgba(15, 15, 15, 0.3);
    font-size: 14px;
}

.modal .tfoot {
    padding: 20px 25px;
    margin: 0;
    border-top: 1px solid rgba(0, 143, 255, 0.3);
    background: rgba(15, 15, 15, 0.3);
    border-radius: 0;
}

.modal .modal_buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    text-align: center;
}

.modal .modal_buttons .button {
    margin: 0;
    padding: 12px 28px;
    background: linear-gradient(135deg, 
        rgba(0, 82, 163, 0.9) 0%, 
        rgba(0, 143, 255, 0.8) 100%);
    font-weight: bold;
    border: none;
    border-bottom: 3px solid rgba(0, 82, 163, 0.8);
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 143, 255, 0.3);
    min-width: 80px;
    height: auto;
    line-height: normal;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    vertical-align: baseline;
    display: inline-block;
}

.modal .modal_buttons .button:hover {
    color: #ffffff;
    outline: none;
    background: linear-gradient(135deg, 
        rgba(0, 143, 255, 1) 0%, 
        rgba(0, 212, 255, 0.95) 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 212, 255, 0.5);
    border-bottom-color: rgba(0, 143, 255, 0.9);
}

.modal a.close-modal {
    position: absolute;
    top: 8px;
    right: 8px;
    display: block;
    width: 24px;
    height: 24px;
    text-indent: -9999px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    transition: all 0.3s ease;
    z-index: 10;
}

.modal a.close-modal:before {
    content: '×';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #7a8ca0;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    text-indent: 0;
}

.modal a.close-modal:hover {
    background: rgba(0, 143, 255, 0.2);
    transform: rotate(90deg);
}

.modal a.close-modal:hover:before {
    color: #00d4ff;
}

.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;
    border-radius: 8px;
}


/* Sub states */
div.jqi .jqiparentstate::after {
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0.6;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 6px;
}

div.jqi .jqisubstate {
    position: absolute;
    top: 0;
    left: 20%;
    width: 60%;
    padding: 7px;
    border: solid 1px rgba(0, 143, 255, 0.3);
    border-top: none;
    border-radius: 0 0 6px 6px;
    background: rgba(20, 20, 30, 0.95);
}

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: rgba(0, 143, 255, 0.3);
}

.jqi .jqiarrowtc {
    left: 50%;
    top: -20px;
    border-bottom-color: rgba(0, 143, 255, 0.3);
    margin-left: -10px;
}

.jqi .jqiarrowtr {
    right: 10px;
    top: -20px;
    border-bottom-color: rgba(0, 143, 255, 0.3);
}

.jqi .jqiarrowbl {
    left: 10px;
    bottom: -20px;
    border-top-color: rgba(0, 143, 255, 0.3);
}

.jqi .jqiarrowbc {
    left: 50%;
    bottom: -20px;
    border-top-color: rgba(0, 143, 255, 0.3);
    margin-left: -10px;
}

.jqi .jqiarrowbr {
    right: 10px;
    bottom: -20px;
    border-top-color: rgba(0, 143, 255, 0.3);
}

.jqi .jqiarrowlt {
    left: -20px;
    top: 10px;
    border-right-color: rgba(0, 143, 255, 0.3);
}

.jqi .jqiarrowlm {
    left: -20px;
    top: 50%;
    border-right-color: rgba(0, 143, 255, 0.3);
    margin-top: -10px;
}

.jqi .jqiarrowlb {
    left: -20px;
    bottom: 10px;
    border-right-color: rgba(0, 143, 255, 0.3);
}

.jqi .jqiarrowrt {
    right: -20px;
    top: 10px;
    border-left-color: rgba(0, 143, 255, 0.3);
}

.jqi .jqiarrowrm {
    right: -20px;
    top: 50%;
    border-left-color: rgba(0, 143, 255, 0.3);
    margin-top: -10px;
}

.jqi .jqiarrowrb {
    right: -20px;
    bottom: 10px;
    border-left-color: rgba(0, 143, 255, 0.3);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .modal {
        width: 90%;
        max-width: 400px;
    }
    
    div.jqi {
        width: 90%;
        max-width: 400px;
    }
    
    .jGrowl-notification {
        width: 90%;
        max-width: 250px;
    }
}

/* Scrollbar styling */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: rgba(15, 15, 15, 0.5);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, 
        rgba(0, 82, 163, 0.6) 0%, 
        rgba(0, 143, 255, 0.4) 100%);
    border-radius: 5px;
    border: 2px solid rgba(15, 15, 15, 0.5);
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, 
        rgba(0, 143, 255, 0.8) 0%, 
        rgba(0, 212, 255, 0.6) 100%);
}

/* Selection styling */
::selection {
    background: rgba(0, 143, 255, 0.3);
    color: #fff;
}

::-moz-selection {
    background: rgba(0, 143, 255, 0.3);
    color: #fff;
}

/** Impromptu - Modal potwierdzenia - NA KOŃCU PLIKU **/
.jqifade {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 9998;
    backdrop-filter: blur(2px);
}

iframe.jqifade {
    display: block;
    z-index: -1;
}

div.jqi {
    width: 450px;
    max-width: 90%;
    font-family: 'PT Sans', sans-serif;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(135deg, 
        rgba(15, 20, 30, 0.98) 0%, 
        rgba(20, 25, 35, 0.98) 100%);
    font-size: 13px;
    text-align: left;
    border: 1px solid rgba(0, 143, 255, 0.4);
    border-radius: 12px;
    padding: 0;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.7),
                0 0 20px rgba(0, 143, 255, 0.2);
    z-index: 9999;
    overflow: hidden;
}

div.jqi .jqiclose {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    color: #7a8ca0;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    transition: all 0.3s ease;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.2);
}

div.jqi .jqiclose:hover {
    color: #00d4ff;
    background: rgba(0, 143, 255, 0.2);
    transform: rotate(90deg);
}

div.jqi .jqistate {
    background-color: transparent;
    border-radius: 0;
}

div.jqi .jqititle {
    padding: 20px 25px;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    border-bottom: 1px solid rgba(0, 143, 255, 0.3);
    color: #ffffff;
    background: linear-gradient(135deg, 
        rgba(0, 82, 163, 0.4) 0%, 
        rgba(0, 143, 255, 0.3) 100%);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

div.jqi .jqimessage {
    padding: 25px;
    line-height: 22px;
    color: #b4b6ae;
    overflow: auto;
    font-size: 14px;
    background: rgba(15, 15, 15, 0.3);
}

div.jqi .jqibuttonshide {
    display: none;
}

div.jqi .jqibuttons {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    padding: 20px 25px;
    margin: 0;
    border-top: 1px solid rgba(0, 143, 255, 0.3);
    background: linear-gradient(135deg, 
        rgba(0, 82, 163, 0.2) 0%, 
        rgba(0, 143, 255, 0.15) 100%);
    border-radius: 0;
}

div.jqi .jqibuttons button:not(.slick-arrow) {
    margin: 0;
    padding: 12px 28px;
    background: linear-gradient(135deg, 
        rgba(0, 82, 163, 0.9) 0%, 
        rgba(0, 143, 255, 0.8) 100%);
    font-weight: bold;
    border: none;
    border-bottom: 3px solid rgba(0, 82, 163, 0.8);
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 143, 255, 0.3);
    min-width: 80px;
    height: auto;
    line-height: normal;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    vertical-align: baseline;
    display: inline-block;
}

div.jqi .jqibuttons button.jqidefaultbutton:not(.slick-arrow) {
    background: linear-gradient(135deg, 
        rgba(0, 143, 255, 0.95) 0%, 
        rgba(0, 212, 255, 0.85) 100%);
    border-bottom-color: rgba(0, 143, 255, 0.9);
    box-shadow: 0 4px 15px rgba(0, 212, 255, 0.4);
}

div.jqi .jqibuttons button:not(.slick-arrow):hover,
div.jqi .jqibuttons button:not(.slick-arrow):focus {
    color: #ffffff;
    outline: none;
    background: linear-gradient(135deg, 
        rgba(0, 143, 255, 1) 0%, 
        rgba(0, 212, 255, 0.95) 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 212, 255, 0.5);
    border-bottom-color: rgba(0, 143, 255, 0.9);
}

div.jqi .jqibuttons button:not(.slick-arrow)[disabled] {
    color: #4a5a6a;
    background: rgba(20, 20, 30, 0.5);
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
    border-bottom-color: rgba(20, 20, 30, 0.5);
}

.jqiwarning .jqi .jqibuttons {
    background: linear-gradient(135deg, 
        rgba(178, 54, 54, 0.3) 0%, 
        rgba(255, 68, 68, 0.2) 100%);
}