#fw-section-custom-html-766df6be-2986-424f-b103-1e011e49c7f9 {

body {
    background-color: #10141e;
    font-family: 'Poppins', sans-serif;
    color: #c7e7ff;
    padding: 40px;
}

.table-container {
    max-width: 1200px;
    margin: 0 auto;
    overflow-x: auto;
}

table {
    width: 100%;
    border-collapse: collapse;
    background-color: #171c28;
    box-shadow: 0 5px 15px rgba(0,0,0,0.4);
    border: 2px solid #ff4cc9;
}

th, td {
    border: 2px solid #ffee32;
    padding: 15px;
    text-align: center;
    vertical-align: middle;
}

th {
    background-color: #ff2c9c;
    font-family: 'Fredoka One', cursive;
    letter-spacing: 1px;
    color: #ffffff;
}

/* POINTS column */
td.points {
    color: #ff92bf;
    font-family: 'Fredoka One', cursive;
    font-size: 20px;
}

/* REWARD name */
td.reward {
    font-family: 'Fredoka One', cursive;
    font-size: 18px;
    color: #c2dbff;
}

/* DESCRIPTION */
td.desc {
    font-family: 'Poppins', sans-serif;
    color: #a9dbff;
    font-size: 16px;
    text-align: left;
}

/* STATUS */
td.status {
    font-size: 24px;
}

/* IMAGE cell */
td.image-cell {
    padding: 10px;
}

td.image-cell img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 10px;
    border: 2px solid #ffee32;
    background-color: #222b3a;
    box-shadow: 0 0 6px #ff4cc9;
}

/* Hover effect */
tbody tr:hover {
    background-color: #20283c;
}

/* Responsive tweaks */
@media (max-width: 768px) {
    th, td {
        padding: 10px;
    }

    td.points, td.reward {
        font-size: 16px;
    }

    td.desc {
        font-size: 14px;
    }

    td.status {
        font-size: 20px;
    }

    td.image-cell img {
        width: 48px;
        height: 48px;
    }
}

tbody tr {
    background-color: #171c28 !important;
}

td {
    background-color: #171c28 !important;
}
.highlight-row {
    background-color: #2d1f3b;
    border-color: #ff69f8 !important;
    color: #ffbdf3;
}

.highlight-row td {
    font-weight: bold;
    border-color: #ff69f8 !important;
    background-color: #2d1f3b !important;
}

.highlight-row:hover td {
    background-color: #3a2b4f !important;
}

}

#fw-section-custom-html-ae5e1320-958e-495d-bef5-21ede200b1c6 {

body {
    background-color: #10141e;
    font-family: 'Poppins', sans-serif;
    color: #c7e7ff;
    padding: 40px;
}

.table-container {
    max-width: 1200px;
    margin: 0 auto;
    overflow-x: auto;
}

table {
    width: 100%;
    border-collapse: collapse;
    background-color: #171c28;
    box-shadow: 0 5px 15px rgba(0,0,0,0.4);
    border: 2px solid #ff4cc9;
}

th, td {
    border: 2px solid #ffee32;
    padding: 15px;
    text-align: center;
    vertical-align: middle;
}

th {
    background-color: #ff2c9c;
    font-family: 'Fredoka One', cursive;
    letter-spacing: 1px;
    color: #ffffff;
}

/* POINTS column */
td.points {
    color: #ff92bf;
    font-family: 'Fredoka One', cursive;
    font-size: 20px;
}

/* REWARD name */
td.reward {
    font-family: 'Fredoka One', cursive;
    font-size: 18px;
    color: #c2dbff;
}

/* DESCRIPTION */
td.desc {
    font-family: 'Poppins', sans-serif;
    color: #a9dbff;
    font-size: 16px;
    text-align: left;
}

/* STATUS */
td.status {
    font-size: 24px;
}

/* IMAGE cell */
td.image-cell {
    padding: 10px;
}

td.image-cell img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 10px;
    border: 2px solid #ffee32;
    background-color: #222b3a;
    box-shadow: 0 0 6px #ff4cc9;
}

/* Hover effect */
tbody tr:hover {
    background-color: #20283c;
}

/* Responsive tweaks */
@media (max-width: 768px) {
    th, td {
        padding: 10px;
    }

    td.points, td.reward {
        font-size: 16px;
    }

    td.desc {
        font-size: 14px;
    }

    td.status {
        font-size: 20px;
    }

    td.image-cell img {
        width: 48px;
        height: 48px;
    }
}

tbody tr {
    background-color: #171c28 !important;
}

td {
    background-color: #171c28 !important;
}
.highlight-row {
    background-color: #2d1f3b;
    border-color: #ff69f8 !important;
    color: #ffbdf3;
}

.highlight-row td {
    font-weight: bold;
    border-color: #ff69f8 !important;
    background-color: #2d1f3b !important;
}

.highlight-row:hover td {
    background-color: #3a2b4f !important;
}

}
#fw-section-custom-html-862332c4-2b52-46c6-8c11-79f2e2357026 {

body {
  font-family: 'Poppins', sans-serif;
  background-color: #0b0f1a;
  color: #ffffff;
  padding: 30px;
}

.container {
  max-width: 1100px;
  margin: auto;
  background: #12182b;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.5);
}

.title {
  font-family: 'Fredoka One', cursive;
  text-align: center;
  color: #ff3cae;
  font-size: 50px;
}

h2 {
  font-family: 'Fredoka One', cursive;
  color: #ffd452;
  margin-top: 40px;
  font-size: 28px;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px;
  font-size: 18px;
}

th, td {
  border: 2px solid #ff3cae;
  padding: 14px;
  text-align: left;
  vertical-align: middle;
}

thead tr {
  background-color: #ff3cae;
}

th {
  color: #ffffff;
  font-family: 'Fredoka One', cursive;
  font-size: 20px;
  border: none;
}

.reward-icon {
  width: 64px;
  height: 64px;
  border-radius: 10px;
  display: block;
  margin: auto;
  box-shadow: 0 0 8px rgba(255, 60, 174, 0.3);
}

.status-icon {
  font-size: 36px;
  text-align: center;
}

.pop-out {
  background-color: #42263a;
}

.pop-out td {
  border: none;
}

.bold-title {
  font-weight: bold;
  color: #ffb3dc;
  font-size: 20px;
}

tbody tr:hover {
  background-color: #202a44;
}

@media (max-width: 768px) {
  .title {
    font-size: 35px;
  }
  th, td {
    padding: 10px;
    font-size: 16px;
  }
}


}
#fw-section-custom-html-abf7837e-2a6b-45c2-8392-2c4348a44f1f {

body {
    background-color: #10141e;
    font-family: 'Poppins', sans-serif;
    color: #c7e7ff;
    padding: 40px;
}

.table-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    overflow-x: auto;
    filter: contrast(1.2) saturate(1.2) brightness(0.8);
    animation: flicker 3s infinite;
}

table {
    width: 100%;
    border-collapse: collapse;
    background-color: #171c28;
    box-shadow: 0 5px 15px rgba(0,0,0,0.4);
    border: 2px solid #ff4cc9;
}

th, td {
    border: 2px solid #ffee32;
    padding: 15px;
    text-align: center;
    vertical-align: middle;
}

th {
    background-color: #ff2c9c;
    font-family: 'Fredoka One', cursive;
    letter-spacing: 1px;
    color: #ffffff;
}

/* POINTS column */
td.points {
    color: #ff92bf;
    font-family: 'Fredoka One', cursive;
    font-size: 20px;
}

/* REWARD name */
td.reward {
    font-family: 'Fredoka One', cursive;
    font-size: 18px;
    color: #c2dbff;
}

/* DESCRIPTION */
td.desc {
    font-family: 'Poppins', sans-serif;
    color: #a9dbff;
    font-size: 16px;
    text-align: left;
}

/* STATUS */
td.status {
    font-size: 24px;
}

/* IMAGE cell */
td.image-cell {
    padding: 10px;
}

td.image-cell img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 10px;
    border: 2px solid #ffee32;
    background-color: #222b3a;
    box-shadow: 0 0 6px #ff4cc9;
}

/* Hover effect */
tbody tr:hover {
    background-color: #20283c;
}

/* Responsive tweaks */
@media (max-width: 768px) {
    th, td {
        padding: 10px;
    }

    td.points, td.reward {
        font-size: 16px;
    }

    td.desc {
        font-size: 14px;
    }

    td.status {
        font-size: 20px;
    }

    td.image-cell img {
        width: 48px;
        height: 48px;
    }
}

tbody tr {
    background-color: #171c28 !important;
}

td {
    background-color: #171c28 !important;
}

.highlight-row {
    background-color: #2d1f3b;
    border-color: #ff69f8 !important;
    color: #ffbdf3;
}

.highlight-row td {
    font-weight: bold;
    border-color: #ff69f8 !important;
    background-color: #2d1f3b !important;
}

.highlight-row:hover td {
    background-color: #3a2b4f !important;
}

/* === LOCKED Overlay === */
.locked-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 96px;
    font-family: 'Fredoka One', cursive;
    color: #ff0040;
    text-shadow: 2px 2px 10px #000;
    mix-blend-mode: difference;
    pointer-events: none;
    z-index: 999;
    animation: glitch 1s infinite steps(2, end);
    opacity: 0.75;
}

/* Glitched Row (optional spooky effect for any specific row) */
.glitched-row {
    background-color: #000 !important;
    color: #ff0040;
    text-shadow: 1px 1px 2px #fff;
    font-style: italic;
    animation: glitch 1s infinite steps(2, end);
}

/* Glitch animation */
@keyframes glitch {
    0% { clip-path: inset(0 0 80% 0); transform: translate(1px, -1px); }
    20% { clip-path: inset(10% 0 40% 0); transform: translate(-1px, 1px); }
    40% { clip-path: inset(30% 0 30% 0); transform: translate(-3px, 0); }
    60% { clip-path: inset(50% 0 10% 0); transform: translate(3px, 2px); }
    80% { clip-path: inset(70% 0 30% 0); transform: translate(0, -3px); }
    100% { clip-path: inset(0 0 80% 0); transform: translate(0); }
}

/* Flicker animation for entire table container */
@keyframes flicker {
    0%, 19.999%, 22%, 62.999%, 64%, 100% {
        filter: contrast(1.2) saturate(1.2) brightness(0.8);
    }
    20%, 21.999%, 63%, 63.999% {
        filter: brightness(0.3) contrast(2) grayscale(1);
    }
}

}


#fw-section-rich-text-174553526394256 {
--color-primary: #b80014;
--color-primary-rgb: 184, 0, 20;
--color-background: #000000;
--color-background-rgb: 0, 0, 0;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-product-image-background: #000000;
--color-background-brightness: 0;
background-color: var(--color-background);
color: var(--color-on-background);

}



#fw-section-rich-text-88842992-97bd-423f-88f2-b430b65c660d {
--color-primary: #d6ff00;
--color-primary-rgb: 214, 255, 0;
--color-background: #000000;
--color-background-rgb: 0, 0, 0;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-product-image-background: #000000;
--color-background-brightness: 0;
background-color: var(--color-background);
color: var(--color-on-background);

}















#fw-section-custom-html-3b8d59db-0391-46b7-9ddf-007a3f73967e {

body {
    background-color: #10141e;
    font-family: 'Poppins', sans-serif;
    color: #c7e7ff;
    padding: 40px;
}

.table-container {
    max-width: 1200px;
    margin: 0 auto;
    overflow-x: auto;
}

table {
    width: 100%;
    border-collapse: collapse;
    background-color: #171c28;
    box-shadow: 0 5px 15px rgba(0,0,0,0.4);
    border: 2px solid #ff4cc9;
}

th, td {
    border: 2px solid #ffee32;
    padding: 15px;
    text-align: center;
    vertical-align: middle;
}

th {
    background-color: #ff2c9c;
    font-family: 'Fredoka One', cursive;
    letter-spacing: 1px;
    color: #ffffff;
}

/* POINTS column */
td.points {
    color: #ff92bf;
    font-family: 'Fredoka One', cursive;
    font-size: 20px;
}

/* REWARD name */
td.reward {
    font-family: 'Fredoka One', cursive;
    font-size: 18px;
    color: #c2dbff;
}

/* DESCRIPTION */
td.desc {
    font-family: 'Poppins', sans-serif;
    color: #a9dbff;
    font-size: 16px;
    text-align: left;
}

/* STATUS */
td.status {
    font-size: 24px;
}

/* IMAGE cell */
td.image-cell {
    padding: 10px;
}

td.image-cell img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 10px;
    border: 2px solid #ffee32;
    background-color: #222b3a;
    box-shadow: 0 0 6px #ff4cc9;
}

/* Hover effect */
tbody tr:hover {
    background-color: #20283c;
}

/* Responsive tweaks */
@media (max-width: 768px) {
    th, td {
        padding: 10px;
    }

    td.points, td.reward {
        font-size: 16px;
    }

    td.desc {
        font-size: 14px;
    }

    td.status {
        font-size: 20px;
    }

    td.image-cell img {
        width: 48px;
        height: 48px;
    }
}

tbody tr {
    background-color: #171c28 !important;
}

td {
    background-color: #171c28 !important;
}
.highlight-row {
    background-color: #2d1f3b;
    border-color: #ff69f8 !important;
    color: #ffbdf3;
}

.highlight-row td {
    font-weight: bold;
    border-color: #ff69f8 !important;
    background-color: #2d1f3b !important;
}

.highlight-row:hover td {
    background-color: #3a2b4f !important;
}

}