    .stream-box {
    background: rgba(0,0,0,0.70);
    border: 3px solid #3a2d1a;
    padding: 15px;
    border-radius: 6px;
    animation: fadeIn 0.5s ease;
    contain: layout;
    margin-top: 20px;
}

.stream-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.stream-icon {
    width: 32px;
    height: 32px;
}

.stream-title {
    letter-spacing: 2px;
    font-size: 20px;
    font-weight: bold;
    color: #ffd37a;
}

.stream-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.stream-row {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    color: #ddd;
}

.status-icon {
    width: 62px;
    height: 19px;
    vertical-align: middle;
}

.stream-footer {
    margin-top: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.stream-link {
    color: #ffcc66;
    text-decoration: none;
    font-weight: bold;
}

.stream-link:hover {
    filter: brightness(1.2);
}
.miniarena-box {
    background: rgba(0,0,0,0.70);
    border: 3px solid #3a2d1a;
    padding: 15px;
    border-radius: 6px;
    animation: fadeIn 0.5s ease;
    contain: layout;
    margin-bottom: 20px;
}

.miniarena-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.miniarena-icon {
    width: 32px;
    height: 32px;
}

.miniarena-title {
    letter-spacing: 2px;
    font-size: 20px;
    font-weight: bold;
    color: #ffd37a;
    align-items: center;
}

.miniarena-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.miniarena-subtitle a {
    color: #ffcc66;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
}

.miniarena-boss {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}



.miniarena-boss-thumb {
    flex-shrink: 0;
    width: 74px;
    height: 74px;
    background-image: url('/images/trawa.png');
    background-size: cover;
    background-position: center;
    border-radius: 4px;
    border: 1px solid #3a2d1a;
}

.miniarena-boss-name {
    font-size: 16px;
    color: #ddd;
    text-decoration: none;
}

.miniarena-boss-name:hover {
    color: #ffcc66;
}

.miniarena-updated {
    text-align: center;
    font-size: 12px;
    color: #aaa;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* ADMIN PANEL */
.miniarena-admin {
    background: rgba(0,0,0,0.25);
    border: 1px solid #3a2d1a;
    padding: 12px;
    border-radius: 6px;
}

.miniarena-admin-label {
    color: #ff9000;
    font-weight: bold;
    margin-bottom: 6px;
    display: block;
}

.miniarena-select {
    width: 100%;
    padding: 6px;
    margin-top: 5px;
    background: #1a1a1a;
    border: 1px solid #3a2d1a;
    color: #ffcc66;
}

.miniarena-admin-buttons {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.miniarena-btn {
    padding: 6px 12px;
    background: #3a2d1a;
    color: #ffcc66;
    border: 1px solid #5a4425;
    cursor: pointer;
    border-radius: 4px;
}

.miniarena-btn:hover {
    filter: brightness(1.2);
}

.miniarena-btn.danger {
    background: #5a1a1a;
    border-color: #7a2a2a;
}

.miniarena-rotation-info {
    margin-top: 8px;
    font-size: 11px;
    color: #aaa;
}
.boosted-box {
    background: rgba(0, 0, 0, 0.70);
    border: 3px solid #3a2d1a;
    padding: 15px;
    border-radius: 6px;
    animation: fadeIn 0.5s ease;
    contain: layout;
    margin-bottom: 20px;
}

.boosted-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.boosted-icon {
    width: 32px;
    height: 32px;
}

.boosted-title {
    letter-spacing: 2px;
    font-size: 20px;
    font-weight: bold;
    color: #ffd37a;
    display: block;
    text-align: center !important;
}

.boosted-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: auto;
}

.boosted-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    width: 100%;
}


.boosted-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.boosted-subtitle {
    color: #ffcc66;
    font-weight: bold;
    margin: 0;
}

.boosted-entry {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center; 
    align-items: center;
    
}

.boosted-thumb {
    background-image: url('/images/trawa.png'); /* Twoje logo / tło */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    aspect-ratio: 1/1;
    width: 190px !important;
}

.boosted-name {
    font-size: 12px;
    color: #ddd;
    text-decoration: none;
    text-align: center; /* <— to centruje tekst */ 
    display: block; /* <— żeby centrowanie działało pewnie */
}

.boosted-name:hover {
    color: #ffcc66;
}

.boosted-updated {
    text-align: center;
    font-size: 12px;
    color: #aaa;
}

.rashid-box {
    background: rgba(0,0,0,0.35);
    border: 3px solid #3a2d1a;
    padding: 15px;
    border-radius: 6px;
    animation: fadeIn 0.5s ease;
    contain: layout;
    margin-bottom: 20px;
}

.rashid-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.rashid-icon {
    width: 32px;
    height: 32px;
}

.rashid-title {
    letter-spacing: 2px;
    font-size: 20px;
    font-weight: bold;
    color: #ffd37a;
}

.rashid-content {
    display: flex;
    justify-content: center;
}

.rashid-image-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.rashid-image {
    width: 200%;
    max-width: 200px;      /* identycznie jak inne widgety */
    object-fit: cover;     /* przycina zamiast rozciągać */
    background: #000;      /* usuwa białe tło, jeśli obrazek je ma */
    border-radius: 6px;
    border: 1px solid #3a2d1a;
}

/* Quicklogin w stylu stream-box */
.quicklogin-box {
    padding: 0;
}

/* Inputs */
.quicklogin-input {
    width: 80%;
    padding: 8px 10px;
    background: rgba(0,0,0,0.4);
    border: 1px solid #3a2d1a;
    border-radius: 4px;
    color: #777777;
    font-size: 14px;
}

.quicklogin-input:focus {
    outline: none;
    border-color: #ffcc66;
}

/* Buttons */
.quicklogin-buttons,
.quicklogin-user-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

.quicklogin-btn {
    background: rgba(0,0,0,0.5);
    border: 1px solid #3a2d1a;
    padding: 6px 12px;
    border-radius: 4px;
    color: #ffcc66;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.quicklogin-btn:hover {
    filter: brightness(1.6);
}

.quicklogin-btn.logout {
    color: #ff7a7a;
}

/* Recovery links */
.quicklogin-recovery {
    margin-top: 10px;
    font-size: 13px;
    color: #ddd;
}

.quicklogin-recovery a {
    color: #ffcc66;
}

/* Logged user */
.quicklogin-user {
    color: #ddd;
    font-size: 15px;
}

.quicklogin-username {
    color: #6dd50b;
    font-weight: bold;
}

/* Admin panel */
.quicklogin-admin {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.admin-title {
    letter-spacing: 2px;
    font-weight: bold;
    color: #ffcc66;
    margin-bottom: 5px;
}
.stream-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.stream-links li a {
    color: #7c7a7a;
    text-decoration: none;
    font-size: 15px;
}

.stream-links li a:hover {
    filter: brightness(1.8);
}
/* Ogólna tabela */
.result-table {
    width: 100%;
    border-collapse: collapse;
    background: rgba(0, 0, 0, 0.35); /* półprzezroczyste tło */
    border: 1px solid #3a2d1a;
    border-radius: 6px;
    overflow: hidden;
}

/* Nagłówki */
.result-table th {
    background: rgba(0, 0, 0, 0.55); /* ciemniejsze półprzezroczyste */
    color: #ffd37a;
    font-weight: bold;
    padding: 8px 10px;
    border-bottom: 1px solid #3a2d1a;
    text-align: center;
    font-size: 15px;
}

/* Komórki */
.result-table td {
    padding: 8px 10px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    color: #ddd;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.25); /* półprzezroczyste wiersze */
}

/* Ostatni wiersz bez border-bottom */
.result-table tr:last-child td {
    border-bottom: none;
}

/* Hover efekt */
.result-table tr:hover td {
    background: rgba(255,255,255,0.05);
}

/* Ikona eventu */
.weapon-icon {
    vertical-align: middle;
    margin-right: 6px;
}

/* Inputy w trybie edycji */
.eventNameInput,
.eventPageInput,
.rowDateTimeInput {
    width: 100%;
    padding: 5px 6px;
    background: rgba(0,0,0,0.4);
    border: 1px solid #3a2d1a;
    border-radius: 4px;
    color: #ffd37a;
}

.eventNameInput:focus,
.eventPageInput:focus,
.rowDateTimeInput:focus {
    outline: none;
    border-color: #ffcc66;
}

/* Checkboxy */
.event-dt-line {
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Kolumna aktywności */
.td-active {
    text-align: center;
}

/* Odliczanie */
.countdown {
    font-weight: bold;
    color: #ffcc66;
    text-align: center;
}

.page-header-box {
    border: 3px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.page-header-title {
    letter-spacing: 2px;
        font-size: 20px;
    text-align: center;
    margin-top: 20px;
}

.page-header-text {
    display: inline-block;
    padding: 6px 20px;
    background: rgba(0,0,0,0.95);
    border: 2px solid #3a2d1a;
    border-radius: 6px;
    font-size: 26px;
    font-weight: 800;
    color: #ffd37a;
    letter-spacing: 1px;
}

.page-header-content {
    background: rgba(0,0,0,0.70);
    border: 2px solid #3a2d1a;
    border-radius: 6px;
    padding: 15px;
    animation: fadeIn 0.5s ease;
}

.page-header-inner {
    min-height: 265px;
}
.event-row {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 5px 8px;
    background: rgba(0,0,0,0.55);
    border: 1px solid #3a2d1a;
    border-radius: 6px;
}

.event-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0;
}


.event-name a {
    font-size: 14px;
    font-weight: bold;
    color:#bbdb1c;
    text-align: center;
    width: 100%;
}

.event-date { 
    font-size: 11px; 
    opacity: 0.7; 
    text-align: center; 
    flex: 1; 
}

.countdown {
    font-size: 13px;
    font-weight: bold;
    color: #ffcc66;
}
