* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-image: url(/images/layout/bg/web_bg_black.gif);
    background-repeat: repeat;
    font-family: Verdana, Arial, sans-serif;
    color: #333;
    font-size: 14px;
    padding: 20px 10px;
    line-height: 1.4;
}

a {
    color: #c75a00;
    text-decoration: none;
}

a:hover {
    text-decoration: none !important;
}

a:hover {
    text-decoration: underline;
}

ul {
    list-style: none;
}

/* Enlace de cierre de cada box */
.box-link {
    display: inline-block;
    margin-top: 8px;
    font-size: 11px;
    font-weight: bold;
}

.highlight-date {
    font-weight: bold;
    color: #d69100;
}

.highlight-blue {
    font-weight: bold;
    color: #15629f;
}

.highlight-orange {
    font-weight: bold;
    color: #ff6600;
}

.text-center {
    text-align: center;
}

.small-text {
    font-size: 12px;
    color: #666;
}

.wrapper {
    max-width: 1250px;
    margin: 0 auto;
    background-color: #46839f;
    border: 3px solid #e1e9ef;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Header */
header {
    background: url(/images/layout/Habbo_GNs848MBhr.gif) top center no-repeat;
    image-rendering: pixelated;
}

.top-bar {
    position: relative;
    z-index: 1010;
    background-color: rgb(85 85 85 / 98%);
    color: #fff;
    padding: 6px 5px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    border-bottom: 1px solid #333333;
}

.top-bar-right {
    display: flex;
    align-items: center;
    gap: 6px;
}

.top-bar .habbo-time {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 10px;
    background-image: url(/images/layout/bg/bg_old.gif);
    background-repeat: repeat;
    border: 1px solid black;
    border-radius: 6px;
}

.top-bar .habbo-time .lucide {
    width: 12px;
    height: 12px;
}

.top-bar .habbo-time strong {
    color: #fff;
    font-variant-numeric: tabular-nums;
}

.top-bar-auth {
    display: inline-flex;
    align-items: stretch;
    background-image: url(/images/layout/bg/bg_old.gif);
    background-repeat: repeat;
    border: 1px solid black;
    border-radius: 6px;
    overflow: hidden;
}

.top-bar-auth a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 10px;
    color: #fff;
    font-weight: bold;
    text-decoration: none !important;
}

.top-bar-auth a + a {
    border-left: 1px solid black;
}

.top-bar-auth a.is-open {
    background: rgba(255, 255, 255, 0.15);
}

/* Panel de sesión / registro (desplegable bajo la barra) */
.auth-panel {
    position: absolute;
    top: calc(100% + 4px);
    right: 5px;
    width: 300px;
    padding: 10px;
    background: #fff;
    border: 3px solid #fff;
    border-radius: 6px;
    box-shadow: inset 0 0 0 1px #d3d3d3;
    opacity: 0;
    transform: translateY(-6px);
    visibility: hidden;
    transition: opacity 0.15s ease-out, transform 0.15s ease-out, visibility 0.15s;
}

.auth-panel.is-open {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.auth-form {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 12px;
    color: #333;
}

.auth-form[hidden] {
    display: none;
}

.auth-form-title {
    margin-bottom: 2px;
    font-size: 13px;
    font-weight: bold;
}

.auth-form input[type="text"],
.auth-form input[type="email"],
.auth-form input[type="password"] {
    width: 100%;
    padding: 6px 8px;
    background: #fff;
    border: 1px solid #999;
    border-radius: 3px;
    font-family: inherit;
    font-size: 12px;
    color: #333;
}

.auth-form input:focus {
    border-color: #4282a8;
    outline: none;
}

.auth-remember {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.auth-remember input {
    margin: 0;
    accent-color: #d75c18;
}

.auth-actions {
    display: flex;
    gap: 6px;
    margin-top: 2px;
}

.auth-links {
    font-size: 11px;
    color: #666;
}

.auth-links a {
    font-weight: bold;
    color: #15629f;
}

.top-bar-auth .lucide {
    width: 12px;
    height: 12px;
}

.top-bar .conectados {
    background-image: url(/images/layout/bg/bg_old.gif);
    background-repeat: repeat;
    border: 1px solid black;
    padding: 5px 13px;
    border-radius: 6px;

}

.top-bar .online-icon {
    margin-right: 8px;
    vertical-align: middle;
    margin-top: -4px;
}

.header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 120px;
    padding: 0 15px;
    position: relative;
}

.header-logo img {
    image-rendering: pixelated;
}

.header-login {
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 5px;
    padding: 8px 15px;
    text-align: center;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    font-weight: bold;
    color: #333;
}

.login-box span {
    display: block;
    margin-bottom: 8px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 7px 12px;
    border: 1px solid;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.2;
    text-decoration: none !important;
}

.btn .lucide {
    width: 12px;
    height: 12px;
    fill: currentColor;
}

.btn-orange {
    background: linear-gradient(to bottom, #f19526, #d75c18);
    border-color: #7a4f10;
}

.btn-green {
    background: linear-gradient(to bottom, #89bd48, #5e8c18);
    border-color: #3f5f10;
}

.btn-blue {
    background: linear-gradient(to bottom, #6cb2d5, #4282a8);
    border-color: #214d68;
}

.btn-block {
    display: flex;
    width: 100%;
}

.btn-sm {
    padding: 5px 10px;
}

.header-enter {
    width: 150px;
    text-align: center;
}

.header-enter img {
    max-width: 120px;
    border-radius: 50%;
    cursor: pointer;
}

/* Menu */
.main-menu {
    background: transparent;
    border-bottom: 1px solid #000000;
    position: relative;
}

.mobile-menu-btn {
    display: none;
    padding: 10px;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background-color: #333333;
}

.mobile-menu-btn span {
    vertical-align: super;
}

.main-menu ul {
    display: flex;
    padding: 0 4px;
    gap: 3px;
}

.main-menu li {
    border-radius: 6px 6px 0 0;
    overflow: hidden;
    margin-top: 5px;
    background: linear-gradient(to bottom, #f19526, #d75c18);
    border: 1px solid #000000;
    border-bottom: none;
}

.main-menu li.active {
    background: linear-gradient(to bottom, #ffe9ab, #ffcd30);
    border-color: #000000;
}

.main-menu a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 7px 16px;
    height: 100%;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-size: 11px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

.main-menu li.active a {
    color: #000;
    text-shadow: none;
}

.main-menu li:hover:not(.active) {
    background: linear-gradient(to bottom, #f0951a, #e07200);
}

.lucide {
    width: 14px;
    height: 14px;
}

.content-area {
    padding: 10px;
}

.whats-new-box {
    display: flex;
    flex-direction: column;
}

.news-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.news-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.news-footer {
    flex: 0 0 auto;
    padding-top: 2px;
    text-align: right;
}

.news-footer .box-link {
    margin-top: 4px;
}

.news-card {
    position: relative;
    background-position: center;
    border: 2px solid #fff;
    border-radius: 8px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
    flex: 1 0 80px;
    min-height: 80px;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 10px;
    text-decoration: none !important;
    image-rendering: pixelated;
}

.news-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(0,0,0,0.7) 30%, rgba(0,0,0,0.3) 100%);
    z-index: 1;
}

.news-card-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.news-icon {
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow: hidden;
}

.news-avatar {
    max-width: none;
    image-rendering: pixelated;
    margin-top: 1px;
    margin-left: 1px;
    scale: 2;
}

.news-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    color: #fff;
}

.news-tag {
    font-size: 9px;
    font-weight: bold;
    color: #ffd700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.news-tag[data-tag="catalogo"] {
    color: #8fd3f4;
}

.news-tag[data-tag="torneo"] {
    color: #ffa14d;
}

.news-tag[data-tag="eventos"] {
    color: #a6e06a;
}

.news-tag[data-tag="staff"] {
    color: #ff7b7b;
}

.news-card-title {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.2;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}

.news-card-date {
    font-size: 10px;
    opacity: 0.8;
}

.more-news {
    display: block;
    text-align: right;
    font-weight: bold;
    margin-top: 10px;
    color: #ff6600 !important;
}

/* Radio RainHabbo */
.box-content.radio-widget {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: #1c2a33;
    background-image: url('https://files.habboemotion.com/resources/images/homebgs/Habbofest2008_bg.gif');
    background-repeat: no-repeat;
    background-position: -30px -250px;
    color: #fff;
    image-rendering: pixelated;
}

.radio-widget::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(8, 18, 28, 0.82), rgba(8, 18, 28, 0.72));
}

.radio-widget > * {
    position: relative;
}

.radio-controls {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
}

.radio-buttons {
    display: flex;
    align-items: center;
    gap: 6px;
}

.radio-player {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
}

.radio-btn-play,
.radio-btn-mute,
.radio-copy,
.radio-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    line-height: 1;
}

.radio-btn-play span:not([hidden]),
.radio-btn-mute span:not([hidden]),
.radio-copy span:not([hidden]) {
    display: inline-flex;
}

.radio-btn-play {
    flex: 0 0 auto;
    align-self: stretch;
    width: 30px;
    background: #1373a9;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff;
}

.radio-btn-play .lucide {
    width: 14px;
    height: 14px;
    fill: currentColor;
}

.radio-btn-play .radio-ico-stop .lucide {
    width: 11px;
    height: 11px;
}

.radio-btn-mute {
    width: 22px;
    height: 22px;
    background: transparent;
    border: none;
    color: #fff;
}

.radio-btn-mute .lucide {
    width: 18px;
    height: 18px;
}

.radio-volume {
    flex: 0 0 90px;
    width: 90px;
    height: 14px;
    margin: 0;
    background: transparent;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}

.radio-volume::-webkit-slider-runnable-track {
    height: 6px;
    background: rgba(255, 255, 255, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.radio-volume::-webkit-slider-thumb {
    width: 10px;
    height: 14px;
    margin-top: -5px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 2px;
    -webkit-appearance: none;
    appearance: none;
}

.radio-volume::-moz-range-track {
    height: 6px;
    background: rgba(255, 255, 255, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.radio-volume::-moz-range-thumb {
    width: 8px;
    height: 12px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 2px;
}

.radio-now {
    display: flex;
    align-items: center;
    gap: 10px;
}

.radio-cover {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid #fff;
    border-radius: 6px;
    image-rendering: auto;
}

.radio-cover img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.radio-now-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.radio-song {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.25;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.radio-artist {
    font-size: 11px;
    color: #cfd8dd;
}

.radio-action {
    flex: 0 0 auto;
    gap: 5px;
    padding: 7px 12px;
    background: #1373a9;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff;
    font-family: inherit;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none !important;
}

.radio-action .lucide {
    width: 13px;
    height: 13px;
}

.radio-dj {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px;
    background: rgba(0, 0, 0, 0.3);
    border: 2px solid #fff;
    border-radius: 6px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.radio-dj-avatar {
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid #fff;
    border-radius: 6px;
}

.radio-dj-avatar-img {
    max-width: none;
    margin-top: -22px;
    image-rendering: pixelated;
}

.radio-dj-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.radio-dj-name-row {
    display: flex;
    align-items: center;
    gap: 6px;
    max-width: 100%;
}

.radio-dj-name {
    overflow: hidden;
    font-size: 12px;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.radio-copy {
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.55);
}

.radio-copy .lucide {
    width: 12px;
    height: 12px;
}

.radio-live {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 3px 8px;
    background: #8a949b;
    border-radius: 12px;
    color: #fff;
    font-size: 9px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.radio-live::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
}

.radio-live[data-state="on"] {
    background: #e8323a;
}

.radio-live[data-state="auto"] {
    background: #4282a8;
}

.radio-listeners {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1px;
    width: 56px;
    height: 56px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid #fff;
    border-radius: 6px;
}

.radio-listeners .lucide {
    width: 14px;
    height: 14px;
    color: #fff;
}

.radio-listeners strong {
    font-size: 14px;
    line-height: 1;
    color: #fff;
}

.radio-listeners span {
    font-size: 7px;
    font-weight: bold;
    color: #cfd8dd;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* Eventos Comunitarios */
.event-list {
    display: flex;
    flex-direction: column;
    border: 1px solid #c5d3db;
    border-radius: 6px;
    overflow: hidden;
}

.event-row {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 8px;
    background: #f1f7fc;
    border-bottom: 1px solid #fff;
}

.event-row:nth-child(even) {
    background: #e2eff7;
}

.event-row:last-child {
    border-bottom: none;
}

.event-date {
    flex: 0 0 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    background: #fff;
    border: 1px solid #134f71;
    border-radius: 4px;
    line-height: 1;
}

.event-day {
    width: 100%;
    padding: 4px 0 3px;
    font-size: 13px;
    font-weight: bold;
    color: #134f71;
    text-align: center;
}

.event-month {
    width: 100%;
    padding: 2px 0;
    background: #134f71;
    color: #fff;
    font-size: 8px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.event-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.event-name {
    overflow: hidden;
    font-size: 11px;
    font-weight: bold;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.event-meta {
    font-size: 10px;
    color: #666;
}

.user-chip {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    max-width: 120px;
    padding: 2px 6px 2px 2px;
    background: #fff;
    border: 1px solid #c5d3db;
    border-radius: 12px;
    font-size: 10px;
    font-weight: bold;
    color: #15629f;
}

.user-chip img {
    width: 27px;
    height: 30px;
    margin: -6px -2px -6px -4px;
    image-rendering: pixelated;
}

.user-chip span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Top 5 Laberintos */
.rank-list {
    display: flex;
    flex-direction: column;
    border: 1px solid #c5d3db;
    border-radius: 6px;
    overflow: hidden;
}

.rank-row {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 8px;
    background: #f1f7fc;
    border-bottom: 1px solid #fff;
    color: #333;
    text-decoration: none !important;
}

.rank-row:nth-child(even) {
    background: #e2eff7;
}

.rank-row:last-child {
    border-bottom: none;
}

.rank-pos {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #8fa4b0;
    border-radius: 4px;
    font-size: 10px;
    font-weight: bold;
    color: #6c7c86;
}

.rank-row:nth-child(1) .rank-pos {
    background: #ffd700;
    border-color: #b8860b;
    color: #5a4100;
}

.rank-row:nth-child(2) .rank-pos {
    background: #d9dee3;
    border-color: #8b949c;
    color: #3d444b;
}

.rank-row:nth-child(3) .rank-pos {
    background: #e8a466;
    border-color: #9c5a1e;
    color: #4d2a08;
}

.rank-avatar {
    flex: 0 0 27px;
    width: 27px;
    height: 30px;
    margin: -5px 0;
    image-rendering: pixelated;
}

.rank-user {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    font-size: 11px;
    font-weight: bold;
    color: #15629f;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rank-score {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: 12px;
    font-weight: bold;
    color: #d04603;
    line-height: 1;
}

.rank-score small {
    font-size: 7px;
    font-weight: bold;
    color: #6c7c86;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* Actividades del Hotel */
.box-content.activity-widget {
    position: relative;
    display: flex;
    align-items: center;
    gap: 3px;
    min-width: 0;
    padding: 8px 3px;
    background-color: #134f71;
    background-image: url('https://files.habboemotion.com/resources/images/homebgs/hotel.png');
    background-repeat: no-repeat;
    background-position: center -60px;
    color: #fff;
    image-rendering: pixelated;
}

.activity-widget::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(19, 79, 113, 0.55), rgba(19, 79, 113, 0.7));
}

.activity-widget > * {
    position: relative;
}

.activity-nav {
    flex: 0 0 14px;
    width: 14px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
}

.activity-nav:disabled {
    opacity: 0.3;
    cursor: default;
}

.activity-nav .lucide {
    width: 16px;
    height: 16px;
}

.activity-track {
    flex: 1;
    width: 0;
    min-width: 0;
    display: flex;
    gap: 3px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.activity-track::-webkit-scrollbar {
    display: none;
}

.activity-card {
    flex: 0 0 calc((100% - 12px) / 5);
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    padding: 4px 2px;
    background: #f1f7fc;
    border: 1px solid #fff;
    border-radius: 4px;
    text-align: center;
}

.activity-card.is-next {
    background: #fff;
    border-color: #f19526;
}

.activity-card.is-active {
    background: #eef7e4;
    border-color: #89bd48;
}

.activity-icon {
    flex: 0 0 43px;
    width: 43px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #c5d3db;
    border-radius: 4px;
}

.activity-icon img {
    display: block;
    width: 39px;
    height: 41px;
    image-rendering: pixelated;
}

.activity-info {
    width: 100%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.activity-name {
    min-height: 22px;
    display: flex;
    align-items: center;
    font-size: 9px;
    font-weight: bold;
    line-height: 1.2;
    color: #333;
}

.activity-countdown {
    padding: 1px 6px;
    background: #134f71;
    border: 1px solid #0b3450;
    border-radius: 8px;
    font-size: 9px;
    font-weight: bold;
    color: #fff;
    font-variant-numeric: tabular-nums;
}

.activity-card.is-next .activity-countdown {
    background: linear-gradient(to bottom, #f19526, #d75c18);
    border-color: #7a4f10;
}

.activity-card.is-active .activity-countdown {
    background: linear-gradient(to bottom, #89bd48, #5e8c18);
    border-color: #3f5f10;
}

/* Encuesta Express */
.poll-question {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.poll-options {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 10px;
}

.poll-option {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 4px 6px;
    background: #fff6ea;
    border: 1px solid #f3d3aa;
    border-radius: 4px;
    cursor: pointer;
}

.poll-option input {
    margin: 0;
    accent-color: #d75c18;
}

.poll-results {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 8px;
}

.poll-result-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2px;
    font-size: 11px;
}

.poll-result-head strong {
    color: #d04603;
}

.poll-result.is-voted .poll-result-head span {
    font-weight: bold;
}

.poll-bar {
    height: 8px;
    background: #fff;
    border: 1px solid #7a4f10;
}

.poll-bar span {
    display: block;
    height: 100%;
    background: linear-gradient(to bottom, #f19526, #d75c18);
}

/* Canción de la Semana */
.song-week {
    display: flex;
    align-items: center;
    gap: 10px;
}

.song-week-cover {
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    overflow: hidden;
    background: #fff6ea;
    border: 1px solid #f3d3aa;
    border-radius: 6px;
}

.song-week-cover img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.song-week-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

.song-week-title {
    overflow: hidden;
    max-width: 100%;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.song-week-artist {
    font-size: 11px;
    color: #666;
}

.song-week-info .btn {
    margin-top: 4px;
}

/* Comando Secreto */
.command-line {
    display: flex;
    width: fit-content;
    align-items: center;
    gap: 6px;
    margin: 8px 0;
    padding: 4px 8px;
    background: #fff6ea;
    border: 1px solid #f3d3aa;
    border-radius: 3px;
    color: #d04603;
}

.command-line code {
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
}

.command-copy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    padding: 0;
    background: transparent;
    border: none;
    color: #666;
    cursor: pointer;
}

.command-copy span:not([hidden]) {
    display: inline-flex;
}

.command-copy .lucide {
    width: 12px;
    height: 12px;
}

/* ¿Te acuerdas? */
.memory-intro {
    color: #333;
}

.memory-list {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    margin-top: 6px;
    border: 1px solid #cfe0b8;
    border-radius: 6px;
    overflow: hidden;
}

.memory-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 8px;
    background: #f4f9ec;
    border-bottom: 1px solid #fff;
    font-size: 11px;
    font-weight: bold;
    color: #15629f;
}

.memory-item:nth-child(even) {
    background: #e9f3d9;
}

.memory-item:last-child {
    border-bottom: none;
}

.memory-year {
    flex: 0 0 auto;
    padding: 1px 6px;
    background: #618e27;
    border-radius: 8px;
    color: #fff;
    font-size: 9px;
    font-weight: bold;
}

/* La Pasarela */
.catwalk {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 6px;
    padding: 10px 10px 0;
    background: #f4f9ec;
    border: 1px solid #cfe0b8;
    border-radius: 6px;
    overflow: hidden;
}

.catwalk-slot {
    flex: 0 0 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
}

.catwalk-slot img {
    image-rendering: pixelated;
}

.catwalk-name {
    font-size: 11px;
    font-weight: bold;
    color: #15629f;
}

.catwalk-podium {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 4px;
    background: #cfe0b8;
    border: 1px solid #b5cc98;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    color: #3f5f10;
    font-size: 12px;
    font-weight: bold;
}

.catwalk-slot.is-first .catwalk-podium {
    height: 46px;
    background: linear-gradient(to bottom, #89bd48, #5e8c18);
    border-color: #3f5f10;
    color: #fff;
}

.catwalk-slot.is-second .catwalk-podium {
    height: 34px;
}

.catwalk-slot.is-third .catwalk-podium {
    height: 24px;
}

/* Habbo Entrevistas */
.versus {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px;
    background: #f4f9ec;
    border: 1px solid #cfe0b8;
    border-radius: 6px;
}

.versus-side {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    font-size: 10px;
    font-weight: bold;
    color: #15629f;
}

.versus-side img {
    image-rendering: pixelated;
}

.versus-badge {
    flex: 0 0 auto;
    padding: 2px 8px;
    background: #618e27;
    border-radius: 10px;
    color: #fff;
    font-size: 9px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* Layout */
.top-section {
    display: grid;
    grid-template-columns: 1fr 1fr 1.3fr;
    gap: 10px;
    margin-bottom: 10px;
    align-items: stretch;
}

.top-section .top-slider-box {
    grid-column: 1 / 3;
}

.top-section .box {
    height: 100%;
    margin-bottom: 0;
}

.bottom-section {
    display: grid;
    grid-template-columns: 1fr 1fr 1.3fr;
    gap: 10px;
}

.column {
    min-width: 0;
}

.box {
    background-color: #fff;
    border: 3px solid #fff;
    border-radius: 6px;
    margin-bottom: 10px;
    box-shadow: inset 0 0 0 1px #d3d3d3;
    overflow: hidden;
}

.box-header {
    padding: 6px 10px;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box-content {
    padding: 10px;
    font-size: 12px;
    line-height: 1.5;
    color: #333;
}

/* Colores de cabeceras */

.bg-dark {
    background: #222222;
}


.bg-dark-blue {
    background: linear-gradient(to bottom, #114264, #082942);
}

.bg-orange {
    background: linear-gradient(to bottom, #f38f38, #d04603);
}

.bg-green {
    background: linear-gradient(to bottom, #89bd48, #5e8c18);
}

.bg-light-blue {
    background: linear-gradient(to bottom, #6cb2d5, #4282a8);
}

.bg-grey {
    background: linear-gradient(to bottom, #aaa, #777);
}

/* Noticias Widget */
.news-list li {
    margin-bottom: 6px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 4px;
}

.news-list li:last-child {
    border-bottom: none;
}

.more-news {
    display: block;
    text-align: right;
    font-weight: bold;
    margin-top: 5px;
}

/* Dos columnas */
.flex-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.separator {
    height: 1px;
    background-color: #ccc;
    margin: 10px 0;
}

/* Tablas */
.table-basic {
    width: 100%;
    border-collapse: collapse;
    margin: 5px 0;
}

.table-basic th {
    background-color: #134f71;
    color: white;
    font-size: 11px;
    padding: 4px;
    text-align: left;
}

.table-basic td {
    background-color: #f1f7fc;
    padding: 4px;
    font-size: 11px;
    border-bottom: 1px solid #fff;
}

.table-basic tr:nth-child(even) td {
    background-color: #e2eff7;
}

/* Footer */
footer {
    background-color: #21435e;
    color: #9cbdd4;
    text-align: center;
    padding: 15px;
    font-size: 10px;
}

footer a {
    color: #fff;
    margin: 0 5px;
}

footer a:hover {
    color: #ffce25;
}

.footer-text {
    margin-top: 10px;
}

/* Responsive */
@media (max-width: 950px) {
    /* Topbar en una sola línea: solo iconos y cifras */
    .top-bar {
        justify-content: space-between;
        padding: 6px 8px;
    }

    .top-bar .conectados {
        padding: 5px 10px;
        white-space: nowrap;
    }

    .top-bar .conectados-text,
    .top-bar-auth a span {
        display: none;
    }

    .top-bar .online-icon {
        margin-right: 5px;
    }

    .top-bar-right {
        gap: 5px;
    }

    .top-bar-auth a {
        padding: 5px 8px;
    }

    .top-bar-auth .lucide {
        width: 14px;
        height: 14px;
    }

    .auth-panel {
        left: 8px;
        right: 8px;
        width: auto;
    }

    .top-section {
        grid-template-columns: 1fr;
    }

    .top-section .top-slider-box {
        grid-column: auto;
    }

    .top-section .box {
        height: auto;
        margin-bottom: 10px;
    }

    .bottom-section {
        grid-template-columns: 1fr;
    }

    /* En móvil, radio y actividades justo después de las noticias */
    .col-right {
        order: -1;
    }

    .box-content,
    .small-text {
        font-size: 13px;
    }

    .activity-card {
        flex-basis: calc((100% - 9px) / 4);
    }

    .header-main {
        flex-direction: column;
        height: auto;
        padding: 20px 10px;
        gap: 15px;
    }

    .mobile-menu-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        background: linear-gradient(to bottom, #f19526, #d75c18);
        border: 1px solid #7a4f10;
        border-radius: 6px;
        margin: 10px;
        padding: 12px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
        font-size: 14px;
        text-transform: uppercase;
        position: relative;
        z-index: 1001;
    }

    .main-menu::selection {
        background-color: transparent;
    }

    .menu-overlay {
        display: block;
        visibility: hidden;
        opacity: 0;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.6);
        backdrop-filter: blur(5px);
        z-index: 990;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }

    body.menu-open .menu-overlay {
        visibility: visible;
        opacity: 1;
    }

    body.menu-open {
        overflow: hidden;
    }

    .mobile-menu-btn:active {
        background: linear-gradient(to bottom, #d75c18, #f19526);
    }

    .mobile-menu-btn span {
        vertical-align: baseline;
        font-size: 11px;
    }

    .main-menu {
        border-bottom: 0px;
        padding-bottom: 1px;
        position: relative;
    }

    .main-menu ul {
        display: flex;
        visibility: hidden;
        opacity: 0;
        transform: translateY(-10px);
        transition: opacity 0.2s ease-out, transform 0.2s ease-out, visibility 0.2s ease-out;
        flex-direction: column;
        padding: 0;
        gap: 0;
        background-color: #f19526;
        border: 2px solid white !important;
        border-radius: 8px;
        margin: 0 10px 10px 10px;
        overflow: hidden;
        border: 1px solid #7a4f10;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 1000;
    }

    .main-menu ul.show {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }

    .main-menu li {
        border-radius: 0;
        margin-top: 0;
        border: none;
        border-bottom: 1px solid #d75c18;
    }

    .main-menu li.active {
        border-bottom: none;
    }

    .main-menu li:last-child {
        border-bottom: none;
    }

    .main-menu a {
        padding: 12px 16px;
        font-size: 13px;
    }

}