        html, body {
            min-height: 100%;
        }
        body {
            background-color: #000000; /* Fundo escuro profundo da imagem */
            color: #ffffff;
            font-family: 'VT323', monospace;
            image-rendering: pixelated;
            min-height: 100vh;
        }

        /* Cabeçalho alinhado ao index-topdown */
        .header-container {
            padding: 0;
            margin-bottom: 2rem;
            text-align: left;
        }

        .title-card {
            position: static;
            transform: none;
            text-align: left;
        }
        .header-top-row {
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
            gap: 14px;
            width: 100%;
        }
        .header-title-row {
            display: inline-flex;
            align-items: flex-end;
            gap: 10px;
        }
        .header-brand-logo {
            width: 64px;
            height: 64px;
            object-fit: cover;
            border: 0px solid #ffffff;
            background: #0a1222;
            flex-shrink: 0;
            transform: translateY(3px);
        }

        .title-text {
            margin: 0;
            display: inline-flex;
            align-items: flex-end;
            font-family: 'Press Start 2P', cursive;
            color: #ffffff;
            text-shadow: none;
            letter-spacing: -0.8px;
            white-space: nowrap;
            line-height: 1;
            transform: translateY(2px);
        }

        .title-main {
            display: inline-block;
            font-size: 34px;
            line-height: 1;
        }

        .title-sub {
            display: inline-block;
            font-size: 22px;
            margin-left: 8px;
            opacity: 0.95;
            color: #ffb000;
            line-height: 1;
        }
        .lang-switcher {
            display: inline-flex;
            align-items: flex-start;
            align-self: flex-start;
            gap: 8px;
            transform: none;
            flex-shrink: 0;
        }
        .lang-option {
            width: 24px;
            height: 16px;
            border: 2px solid #4b5563;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: #000000;
            opacity: 0.8;
        }
        .lang-option img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            image-rendering: pixelated;
        }
        .lang-option:hover {
            border-color: #ffffff;
            opacity: 1;
        }
        .lang-option.is-active {
            border-color: #ffffff;
            opacity: 1;
            box-shadow: 0 0 0 1px #ffffff33;
        }

        .section-label {
            margin-top: 8px;
            margin-bottom: 8px;
            font-family: 'Press Start 2P', cursive;
            font-size: 8px;
            color: #cbd5e1;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            opacity: 0.88;
        }
        .hud-subtitle {
            margin-top: 8px;
            margin-bottom: 0;
            font-family: 'Press Start 2P', cursive;
            font-size: 8px;
            color: #cbd5e1;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            opacity: 0.88;
        }
        .hud-subtitle span {
            display: block;
        }

        #status-bar {
            position: static;
            margin-top: 10px;
            margin-bottom: 20px;
            padding: 8px 12px;
            border-radius: 8px;
            border: 0;
            background: rgba(15, 23, 42, 0.82);
            color: #cbd5e1;
            font-family: 'Press Start 2P', cursive;
            font-size: 8px;
            line-height: 1.5;
            max-width: 100%;
            text-align: left;
            min-height: 28px;
        }
        #statusLine {
            display: inline-flex;
            flex-wrap: wrap;
            align-items: flex-start;
            gap: 6px;
        }

        #status-bar.status-ok {
            color: #86efac;
        }

        #status-bar.status-error {
            color: #fca5a5;
        }
        .radio-player-section {
            margin-top: -20px;
            margin-bottom: 22px;
            max-width: min(100%, 520px);
        }
        .radio-now-card {
            display: flex;
            flex-direction: column;
            align-items: stretch;
        }
        .live-cover {
            width: min(100%, 306px);
            aspect-ratio: 1 / 1;
            object-fit: cover;
            box-sizing: border-box;
            border: 3px solid #ffffff;
            background: #0a1222;
            display: block;
            align-self: flex-start;
        }
        .live-meta {
            padding-top: 12px;
        }
        .live-label {
            font-family: 'Press Start 2P', cursive;
            font-size: 8px;
            color: #ffffff;
            background: #FF0000;
            letter-spacing: 0.08em;
            margin-bottom: 6px;
            display: inline-block;
            align-self: flex-start;
            padding: 4px 8px;
        }
        .live-track-row {
            display: flex;
            align-items: flex-end;
            gap: 14px;
            margin-bottom: 8px;
        }
        .live-field {
            width: fit-content;
            margin-bottom: 6px;
        }
        .live-track-row .live-field {
            margin-bottom: 0;
        }
        .live-field-label {
            font-family: 'Press Start 2P', cursive;
            font-size: 8px;
            color: #6b7280;
            text-transform: uppercase;
            line-height: 1.2;
            margin-bottom: 4px;
            opacity: 0.95;
            width: fit-content;
        }
        .live-meta > .live-field:last-of-type {
            margin-bottom: 10px;
        }
        .live-track {
            font-family: 'Press Start 2P', cursive;
            font-size: 14px;
            color: #FF0000;
            text-transform: uppercase;
            line-height: 1.4;
            width: fit-content;
        }
        .live-artist {
            font-family: 'Press Start 2P', cursive;
            font-size: 14px;
            color: #FFD000;
            margin-bottom: 0;
            text-transform: uppercase;
            opacity: 0.95;
            line-height: 1.4;
            width: fit-content;
        }
        .live-album {
            font-family: 'Press Start 2P', cursive;
            font-size: 14px;
            color: #9ca3af;
            margin-bottom: 0;
            text-transform: uppercase;
            line-height: 1.4;
            width: fit-content;
        }
        .live-click {
            cursor: pointer;
        }
        .live-click:hover {
            opacity: 0.7;
        }
        .live-album.live-click:hover {
            color: #ffffff;
            opacity: 1;
        }
        .player-fav-btn {
            background: none;
            border: none;
            cursor: pointer;
            padding: 0;
            flex-shrink: 0;
            display: inline-flex;
            align-items: center;
            line-height: 0;
            transform: translateY(-3px);
        }
        .heart-wrap {
            display: inline-block;
            width: 16px;
            height: 14px;
            position: relative;
            overflow: visible;
            flex-shrink: 0;
        }
        .player-fav-heart {
            --hc: #4b5563;
            position: absolute;
            top: 0;
            left: 0;
            width: 1px;
            height: 1px;
            display: block;
            background: transparent;
            box-shadow:
                1px 0 0 var(--hc), 2px 0 0 var(--hc), 4px 0 0 var(--hc), 5px 0 0 var(--hc),
                0 1px 0 var(--hc), 1px 1px 0 var(--hc), 2px 1px 0 var(--hc), 3px 1px 0 var(--hc), 4px 1px 0 var(--hc), 5px 1px 0 var(--hc), 6px 1px 0 var(--hc),
                0 2px 0 var(--hc), 1px 2px 0 var(--hc), 2px 2px 0 var(--hc), 3px 2px 0 var(--hc), 4px 2px 0 var(--hc), 5px 2px 0 var(--hc), 6px 2px 0 var(--hc),
                1px 3px 0 var(--hc), 2px 3px 0 var(--hc), 3px 3px 0 var(--hc), 4px 3px 0 var(--hc), 5px 3px 0 var(--hc),
                2px 4px 0 var(--hc), 3px 4px 0 var(--hc), 4px 4px 0 var(--hc),
                3px 5px 0 var(--hc);
            transform: scale(2);
            transform-origin: left top;
        }
        .player-fav-heart.is-fav {
            --hc: #ffb000;
        }
        .fav-open-btn {
            border: 2px solid #4b5563;
            color: #9ca3af;
            background: transparent;
            font-family: 'Press Start 2P', cursive;
            font-size: 8px;
            padding: 7px 10px;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }
        .fav-open-btn:hover {
            border-color: #df3e33;
            color: #ffffff;
        }
        #acervoToggleBtn.is-open {
            background: #FFB000;
            border-color: #FFB000;
            color: #ffffff;
        }
        #acervoToggleBtn.is-open:hover {
            background: #FFB000;
            border-color: #FFB000;
            color: #ffffff;
            opacity: 0.92;
        }
        .fav-heart-icon {
            --hc: #df3e33;
            position: absolute;
            top: 0;
            left: 0;
            width: 1px;
            height: 1px;
            display: block;
            background: transparent;
            box-shadow:
                1px 0 0 var(--hc), 2px 0 0 var(--hc), 4px 0 0 var(--hc), 5px 0 0 var(--hc),
                0 1px 0 var(--hc), 1px 1px 0 var(--hc), 2px 1px 0 var(--hc), 3px 1px 0 var(--hc), 4px 1px 0 var(--hc), 5px 1px 0 var(--hc), 6px 1px 0 var(--hc),
                0 2px 0 var(--hc), 1px 2px 0 var(--hc), 2px 2px 0 var(--hc), 3px 2px 0 var(--hc), 4px 2px 0 var(--hc), 5px 2px 0 var(--hc), 6px 2px 0 var(--hc),
                1px 3px 0 var(--hc), 2px 3px 0 var(--hc), 3px 3px 0 var(--hc), 4px 3px 0 var(--hc), 5px 3px 0 var(--hc),
                2px 4px 0 var(--hc), 3px 4px 0 var(--hc), 4px 4px 0 var(--hc),
                3px 5px 0 var(--hc);
            transform: scale(2);
            transform-origin: left top;
        }
        .pixel-player-widget {
            width: min(100%, 306px);
            height: 60px;
            margin-top: 10px;
            margin-left: 0;
            align-self: flex-start;
            display: flex;
            align-items: center;
            padding: 0 10px;
            box-sizing: border-box;
            border: 4px solid #000000;
            background-color: #1a1a1a;
            gap: 4px;
        }
        .pixel-player-widget.is-hidden {
            display: none;
        }
        .pixel-btn {
            background-color: #333;
            color: #fff;
            border: 2px solid #000;
            box-shadow: 2px 2px 0px #000;
            transition: all 0.05s ease;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 36px;
            height: 36px;
            flex-shrink: 0;
        }
        .pixel-btn:active {
            transform: translate(2px, 2px);
            box-shadow: 0px 0px 0px #000;
        }
        .pixel-btn-active {
            background-color: #ffb000;
        }
        .lcd-display {
            background-color: #0d0d0d;
            border: 2px solid #333;
            color: #00ff44;
            font-family: 'VT323', monospace;
            font-size: 24px;
            padding: 0 8px;
            height: 36px;
            display: flex;
            align-items: center;
            justify-content: center;
            min-width: 100px;
            box-shadow: inset 2px 2px 0px #000;
            margin: 0 8px;
            position: relative;
        }
        .lcd-display.crt::after {
            content: " ";
            display: block;
            position: absolute;
            top: 0; left: 0; bottom: 0; right: 0;
            background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.1) 50%);
            z-index: 10;
            background-size: 100% 2px;
            pointer-events: none;
        }
        .pixel-volume {
            display: flex;
            align-items: center;
            gap: 8px;
            flex-grow: 1;
            color: #fff;
            font-size: 12px;
        }
        .pixel-volume input[type="range"] {
            -webkit-appearance: none;
            appearance: none;
            background: #000;
            height: 6px;
            border: 1px solid #333;
            outline: none;
            width: 100%;
        }
        .pixel-volume input[type="range"]::-webkit-slider-thumb {
            -webkit-appearance: none;
            appearance: none;
            width: 10px;
            height: 16px;
            background: #fff;
            border: 2px solid #000;
            cursor: pointer;
        }
        .player-loading {
            width: min(100%, 306px);
            min-height: 40px;
            padding: 10px 12px;
            border: 2px solid #ffffff44;
            background: rgba(5, 10, 20, 0.65);
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-family: 'Press Start 2P', cursive;
            font-size: 9px;
            color: #cbd5e1;
            text-transform: uppercase;
            line-height: 1.4;
            box-sizing: border-box;
            align-self: flex-start;
        }
        .player-loading.is-hidden {
            display: none;
        }
        .loading-dots {
            display: inline-flex;
            gap: 2px;
        }
        .loading-dots span {
            animation: dotBlink 1s infinite steps(1, end);
            opacity: 0.3;
        }
        .loading-dots span:nth-child(2) { animation-delay: 0.2s; }
        .loading-dots span:nth-child(3) { animation-delay: 0.4s; }
        @keyframes dotBlink {
            50% { opacity: 1; }
        }
        .pixel-input-sm {
            background: transparent;
            border: 2px solid #ffffff66;
            padding: 8px 10px;
            width: 100%;
            outline: none;
            color: #e5e7eb;
            font-family: 'Press Start 2P', cursive;
            font-size: 10px;
            text-transform: uppercase;
        }
        .pixel-input-sm::placeholder {
            color: #9ca3af;
        }
        .pixel-input-sm:focus {
            border-color: #ffffff;
            background: rgba(255, 255, 255, 0.05);
        }
        .on-air-request {
            min-height: 0;
            margin-top: 4px;
            margin-bottom: 10px;
            font-family: 'Press Start 2P', cursive;
            font-size: 14px;
            line-height: 1.4;
            color: #cbd5e1;
            opacity: 0.9;
        }
        .on-air-request:empty {
            display: none;
            margin: 0;
        }
        .on-air-request strong {
            color: #86efac;
            font-weight: normal;
        }
        @media (max-width: 640px) {
            .header-top-row {
                gap: 10px;
            }
            .live-track {
                font-size: 14px;
            }
            .live-artist {
                font-size: 12px;
            }
            .live-album {
                font-size: 12px;
            }
            .header-brand-logo {
                width: 64px;
                height: 64px;
            }
            .lang-option {
                width: 22px;
                height: 15px;
            }
        }

        .acervo-toggle {
            cursor: pointer;
            user-select: none;
            display: inline-flex;
            align-items: center;
            gap: 14px;
        }
        .acervo-toggle:hover .title-sub {
            opacity: 0.7;
        }
        .acervo-toggle-icon {
            font-family: 'Press Start 2P', cursive;
            font-size: 11px;
            color: #4b5563;
            line-height: 1;
            margin-top: 2px;
        }
        .acervo-toggle:hover .acervo-toggle-icon {
            color: #9ca3af;
        }
        #acervoContent.acervo-collapsed {
            display: none;
        }
        .acervo-inline-section {
            margin-top: 14px;
            max-width: min(100%, 920px);
        }
        .acervo-inline-section.is-collapsed {
            display: none;
        }
        .acervo-inline-section.is-open {
            display: block;
        }

        #requestFeedback {
            display: none;
            margin-top: 16px;
            min-height: 22px;
            color: #9ca3af;
            font-size: 22px;
            display: inline-flex;
            flex-wrap: wrap;
            align-items: flex-start;
            gap: 8px;
        }

        .pixel-heart {
            width: 1px;
            height: 1px;
            display: inline-block;
            background: transparent;
            box-shadow:
                1px 0 0 #df3e33, 2px 0 0 #df3e33, 4px 0 0 #df3e33, 5px 0 0 #df3e33,
                0 1px 0 #df3e33, 1px 1px 0 #df3e33, 2px 1px 0 #df3e33, 3px 1px 0 #df3e33, 4px 1px 0 #df3e33, 5px 1px 0 #df3e33, 6px 1px 0 #df3e33,
                0 2px 0 #df3e33, 1px 2px 0 #df3e33, 2px 2px 0 #df3e33, 3px 2px 0 #df3e33, 4px 2px 0 #df3e33, 5px 2px 0 #df3e33, 6px 2px 0 #df3e33,
                1px 3px 0 #df3e33, 2px 3px 0 #df3e33, 3px 3px 0 #df3e33, 4px 3px 0 #df3e33, 5px 3px 0 #df3e33,
                2px 4px 0 #df3e33, 3px 4px 0 #df3e33, 4px 4px 0 #df3e33,
                3px 5px 0 #df3e33;
            transform: scale(2);
            transform-origin: left top;
            margin-right: 8px;
            vertical-align: middle;
        }
        .pixel-heart.heart-after {
            margin-right: 0;
            margin-left: 2px;
        }
        .on-air-heart {
            position: relative;
            top: -6px;
            margin-left: 6px;
        }
        .swal-heart-only {
            display: grid;
            place-items: center;
            width: 100%;
            min-height: 56px;
            padding-top: 4px;
        }
        .swal-heart-anchor {
            width: 28px;
            height: 24px;
            position: relative;
        }
        .pixel-heart-large {
            position: absolute;
            left: 0;
            top: 0;
            transform: scale(4);
            transform-origin: left top;
            margin: 0;
        }
        .swal2-actions.swal2-actions-left {
            justify-content: flex-start !important;
        }
        .swal2-popup.swal2-request-popup .swal2-actions.swal2-actions-left {
            width: 100%;
            box-sizing: border-box;
            padding-left: 1.6em;
            padding-right: 1.6em;
            margin-left: 0;
            margin-right: 0;
        }
        .swal2-container.swal2-backdrop-show,
        .swal2-container.swal2-noanimation {
            background: rgba(0, 0, 0, 0.88) !important;
            backdrop-filter: blur(4px);
            -webkit-backdrop-filter: blur(4px);
        }
        @media (max-width: 640px) {
            .swal2-popup {
                width: calc(100vw - 2rem) !important;
                max-width: calc(100vw - 2rem) !important;
                min-width: 0 !important;
                margin: 0 auto !important;
                box-sizing: border-box !important;
            }
            .swal2-container {
                padding: 0 1rem !important;
                align-items: center !important;
            }
            .swal2-html-container {
                padding-left: 0.8em !important;
                padding-right: 0.8em !important;
            }
        }

        /* ── Recent Tracks Widget ──────────────────────────────────── */
        .cc_recenttracks_list {
            margin-top: 10px;
        }
        /* reset geral: força fonte pixel e fundo transparente em tudo */
        .cc_recenttracks_list,
        .cc_recenttracks_list * {
            font-family: 'Press Start 2P', cursive !important;
            font-size: 8px !important;
            font-weight: normal !important;
            background: transparent !important;
            color: #f8fafc !important;
            border-color: #ffffff22 !important;
            box-shadow: none !important;
            border-radius: 0 !important;
            text-transform: uppercase !important;
            line-height: 1.6 !important;
        }
        .cc_recenttracks_list ul,
        .cc_recenttracks_list ol,
        .cc_recenttracks_list table { list-style: none !important; padding: 0 !important; margin: 0 !important; width: 100% !important; border: none !important; }
        .cc_recenttracks_list tr,
        .cc_recenttracks_list li {
            display: flex !important;
            align-items: center !important;
            gap: 10px !important;
            padding: 8px 0 !important;
            border-bottom: 1px solid #ffffff11 !important;
        }
        .cc_recenttracks_list tr:last-child,
        .cc_recenttracks_list li:last-child { border-bottom: none !important; }
        /* célula de capa (table layout) */
        .cc_recenttracks_list td { padding: 0 !important; border: none !important; vertical-align: middle !important; }
        .cc_recenttracks_list td:first-child { flex-shrink: 0 !important; }
        /* imagens de capa */
        .cc_recenttracks_list img {
            width: 80px !important;
            height: 80px !important;
            object-fit: cover !important;
            border: 2px solid #ffffff !important;
            flex-shrink: 0 !important;
            display: block !important;
        }
        /* remove borda/outline do <a> que envolve a imagem */
        .cc_recenttracks_list a:has(img) {
            border: none !important;
            outline: none !important;
        }
        /* artista — vermelho */
        .cc_recenttracks_list [class*="artist"] {
            color: #df3e33 !important;
            display: block !important;
        }
        /* álbum — cinza */
        .cc_recenttracks_list [class*="album"],
        .cc_recenttracks_list small {
            color: #9ca3af !important;
            display: block !important;
        }
        /* oculta links de afiliado ("Buy this album") — sem imagem dentro */
        .cc_recenttracks_list a:not(:has(img)) {
            display: none !important;
        }
        /* links que envolvem imagem: mantém visível sem estilo */
        .cc_recenttracks_list a:has(img) {
            display: inline-block !important;
            flex-shrink: 0 !important;
        }

        /* Estilo da Lista e Input */
        .pixel-input {
            background: transparent;
            border: 3px solid #ffffff;
            padding: 6px 12px;
            font-size: 28px;
            width: 100%;
            outline: none;
            text-transform: uppercase;
        }

        .pixel-input:focus {
            background: rgba(255,255,255,0.05);
        }

        .track-card {
            background: rgba(255, 255, 255, 0.02);
            border-left: 4px solid transparent;
            transition: all 0.1s;
        }

        .track-card:hover {
            background: rgba(223, 62, 51, 0.1);
            border-left-color: #ffb000;
        }
        .track-card-meta {
            align-self: flex-start;
            margin-top: -1px;
        }
        .track-card-line {
            line-height: 1.06;
            margin: 0 0 2px 0;
        }
        .track-card-time {
            line-height: 1;
            margin-top: 2px;
        }
        .song-click {
            cursor: pointer;
        }
        .song-click:hover {
            text-decoration: underline;
            text-decoration-color: #ffffff66;
        }
        .artist-click {
            cursor: pointer;
        }
        .artist-click:hover {
            text-decoration: underline;
            text-decoration-color: #ffb000;
        }
        .album-click {
            cursor: pointer;
        }
        .album-click:hover {
            text-decoration: underline;
            text-decoration-color: #9ca3af;
        }
        .cover-thumb {
            width: 80px;
            height: 80px;
            object-fit: cover;
            border: 2px solid #ffffff;
            background: #0a1222;
            flex-shrink: 0;
        }
        .alpha-menu {
            display: flex;
            flex-wrap: wrap;
            gap: 6px;
            margin-top: 10px;
        }
        .alpha-btn {
            border: 2px solid #ffffff55;
            color: #b0b8c0;
            background: transparent;
            font-family: 'Press Start 2P', cursive;
            font-size: 16px;
            padding: 6px 7px;
            line-height: 1;
            cursor: pointer;
        }
        .alpha-btn:hover {
            border-color: #ffffff;
            color: #ffffff;
        }
        .alpha-btn.active {
            border-color: #ffb000;
            color: #ffffff;
            background: #df3e3320;
        }
        .filter-btns {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 8px;
            margin-top: 10px;
        }
        .clear-filters-btn {
            display: none;
            border: 2px solid #ffb000;
            color: #ffffff;
            background: #df3e3320;
            font-family: 'Press Start 2P', cursive;
            font-size: 8px;
            padding: 7px 10px;
            cursor: pointer;
        }
        .clear-filters-btn.is-visible {
            display: inline-block;
        }
        .clear-filters-btn:hover {
            background: #df3e3340;
        }
        .acervo-scroll-top-wrap {
            display: flex;
            justify-content: flex-start;
            margin-top: 16px;
            margin-bottom: 10px;
        }
        .acervo-scroll-top-btn {
            border-color: #ffffff66;
            color: #ffffff;
        }
        .acervo-scroll-top-btn:hover {
            border-color: #ffb000;
        }

        /* Scrollbar customizada */
        ::-webkit-scrollbar { width: 10px; }
        ::-webkit-scrollbar-track { background: #000000; }
        ::-webkit-scrollbar-thumb { background: #ffffff; }

        .loading-text {
            animation: blink 1s infinite;
        }
        @keyframes blink { 50% { opacity: 0; } }

        a.fav-open-btn {
            text-decoration: none;
        }

        .swal2-acervo-popup {
            width: min(95vw, 900px) !important;
            max-width: none !important;
        }
        .swal2-acervo-popup .swal2-html-container {
            max-height: 72vh;
            overflow-y: auto;
            text-align: left;
            padding-left: 1em;
            padding-right: 1em;
        }

        .site-footer {
            margin-top: 26px;
            padding-top: 10px;
        }
        .site-footer-inner {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 8px;
            font-family: 'Press Start 2P', cursive;
            font-size: 8px;
            text-transform: uppercase;
            color: #9ca3af;
        }
        .footer-station-line {
            color: #9ca3af;
            line-height: 1.35;
        }
        .footer-station-brand {
            color: #ffffff;
        }
        .footer-divider {
            width: 100%;
            height: 1px;
            background: #ffffff22;
            margin: 2px 0;
        }
        .footer-actions-row {
            display: flex;
            align-items: center;
            gap: 10px;
            flex-wrap: wrap;
            margin-bottom: 8px;
        }
        .footer-text {
            color: #9ca3af;
            line-height: 1.3;
        }
        .footer-link {
            color: #cbd5e1;
            text-decoration: underline;
            text-decoration-color: #cbd5e166;
            cursor: pointer;
            line-height: 1.3;
        }
        .footer-link:hover {
            color: #ffffff;
            text-decoration-color: #ffffff;
        }
        .footer-link-btn {
            border: 0;
            background: transparent;
            padding: 0;
            font: inherit;
            text-transform: inherit;
        }
        .footer-action-btn {
            text-decoration: none;
            margin: 0;
        }
        .frequency-modal-body {
            text-align: left;
            font-family: 'VT323', monospace;
            font-size: 24px;
            line-height: 1.24;
            color: #e5e7eb;
        }
        .frequency-modal-body p {
            margin: 0 0 12px;
        }
        .frequency-modal-body .freq-heading {
            margin-top: 6px;
            color: #ffb000;
            font-family: 'Press Start 2P', cursive;
            font-size: 11px;
            line-height: 1.3;
        }
        .swal2-frequency-popup {
            width: min(96vw, 1024px) !important;
            max-width: none !important;
            max-height: 88vh !important;
            display: flex !important;
            flex-direction: column !important;
            overflow: hidden !important;
        }
        .swal2-frequency-popup .swal2-title {
            flex: 0 0 auto !important;
            font-weight: normal !important;
        }
        .swal2-favorites-popup .swal2-title,
        .swal2-recents-popup .swal2-title {
            font-weight: normal !important;
        }
        .swal2-frequency-popup .swal2-html-container {
            flex: 1 1 auto !important;
            max-height: 78vh;
            overflow-y: auto;
            text-align: left;
            padding-left: 1em;
            padding-right: 1em;
        }
        @media (max-width: 768px) {
            .swal2-frequency-popup {
                width: calc(100vw - 2rem) !important;
                max-width: calc(100vw - 2rem) !important;
            }
        }
        .swal2-submit-material-popup {
            width: 100vw !important;
            max-width: 100vw !important;
            height: 100vh !important;
            max-height: 100vh !important;
            margin: 0 !important;
            border-radius: 0 !important;
            padding: 0 !important;
            display: flex !important;
            flex-direction: column !important;
            overflow: hidden !important;
        }
        .swal2-submit-material-popup .swal2-title {
            padding: 14px 48px 10px 20px !important;
            text-align: left !important;
            font-size: 14px !important;
        }
        .swal2-submit-material-popup .swal2-html-container {
            margin: 0 !important;
            padding: 0 14px 14px 14px !important;
            overflow: hidden !important;
            flex: 1 1 auto !important;
            width: 100% !important;
            box-sizing: border-box !important;
        }
        .swal2-submit-material-popup .swal2-actions {
            margin: 0 !important;
            padding: 0 !important;
            display: none !important;
        }
        .swal2-submit-material-popup .swal2-close {
            position: absolute !important;
            color: #ffffff !important;
            left: auto !important;
            top: 8px !important;
            right: 10px !important;
            margin: 0 !important;
            z-index: 20 !important;
        }
        .submit-material-modal-wrap {
            width: 100%;
            height: 100%;
            border: 0;
            background: #000000;
            overflow: hidden;
            position: relative;
        }
        .submit-material-modal-frame {
            display: block;
            width: 100%;
            height: 100%;
            border: 0;
            background: #000000;
            opacity: 1;
            transition: opacity 0.2s ease;
        }
        .submit-material-modal-frame.is-loading {
            opacity: 0;
        }
        .submit-material-modal-loading {
            position: absolute;
            inset: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            font-family: 'Press Start 2P', cursive;
            font-size: 10px;
            color: #e5e7eb;
            background: #000000;
            z-index: 2;
            text-transform: uppercase;
        }
        .submit-material-modal-loading.is-hidden {
            display: none;
        }
        @media (max-width: 640px) {
            .swal2-submit-material-popup .swal2-title {
                font-size: 11px !important;
                padding-left: 12px !important;
            }
            .swal2-submit-material-popup .swal2-html-container {
                padding: 0 8px 8px 8px !important;
            }
        }

        .material-page {
            width: 100%;
        }
        .material-page-top {
            margin-bottom: 18px;
        }
        .material-page-heading {
            margin-bottom: 14px;
        }
        .material-badge {
            display: inline-block;
            margin-bottom: 10px;
            padding: 5px 7px;
            background: #ffb000;
            color: #000000;
            font-family: 'Press Start 2P', cursive;
            font-size: 8px;
            text-transform: uppercase;
            letter-spacing: 0.06em;
        }
        .material-page-title {
            margin: 0;
            color: #ffffff;
            font-family: 'Press Start 2P', cursive;
            font-size: 22px;
            text-transform: uppercase;
            line-height: 1.2;
        }
        .material-page-subtitle {
            margin: 10px 0 0;
            color: #9ca3af;
            font-size: 24px;
            line-height: 1.2;
        }
        .material-progress-card {
            margin-bottom: 14px;
            border: 3px solid #ffffff33;
            padding: 14px;
            background: #030712;
        }
        .material-progress-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            margin-bottom: 8px;
        }
        .material-progress-step,
        .material-progress-percentage {
            font-family: 'Press Start 2P', cursive;
            font-size: 8px;
            text-transform: uppercase;
            color: #f59e0b;
        }
        .material-progress-track {
            border: 2px solid #4b5563;
            background: #111827;
            height: 16px;
            padding: 2px;
        }
        .material-progress-fill {
            display: block;
            height: 100%;
            background: #ffb000;
            width: 0;
            transition: width 0.25s ease;
        }
        .material-layout {
            display: grid;
            grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
            gap: 18px;
            align-items: start;
        }
        .material-main,
        .material-aside {
            display: grid;
            gap: 14px;
        }
        .material-wizard-card,
        .material-panel {
            border: 3px solid #ffffff22;
            background: rgba(15, 23, 42, 0.4);
            box-shadow: 4px 4px 0 #ffffff22;
            padding: 16px;
        }
        .material-panel-title {
            margin: 0 0 10px;
            color: #ffffff;
            font-family: 'Press Start 2P', cursive;
            font-size: 10px;
            text-transform: uppercase;
            line-height: 1.4;
        }
        .material-panel p,
        .material-wizard-card p {
            margin: 0 0 10px;
            color: #d1d5db;
            line-height: 1.3;
        }
        .material-section-title {
            margin: 12px 0 4px;
            color: #fbbf24;
            font-family: 'Press Start 2P', cursive;
            font-size: 8px;
            text-transform: uppercase;
            letter-spacing: 0.04em;
        }
        .material-form {
            display: grid;
            grid-template-columns: 1fr;
            gap: 6px;
        }
        .material-wizard-head {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
            margin-bottom: 8px;
            padding-bottom: 8px;
            border-bottom: 1px solid #1f2937;
        }
        .material-wizard-step-indicator,
        .material-wizard-percentage {
            font-family: 'Press Start 2P', cursive;
            font-size: 8px;
            color: #f59e0b;
            text-transform: uppercase;
        }
        .material-wizard-progress {
            border: 2px solid #4b5563;
            background: #111827;
            height: 16px;
            padding: 2px;
            margin-bottom: 12px;
        }
        .material-wizard-progress-fill {
            height: 100%;
            width: 0;
            background: #ffb000;
            transition: width 0.25s ease;
        }
        .material-wizard-step {
            display: grid;
            gap: 6px;
        }
        .material-wizard-step.is-hidden,
        .material-actions-row.is-hidden,
        .material-field-error.is-hidden,
        .fav-open-btn.is-hidden {
            display: none !important;
        }
        .material-user-types {
            display: grid;
            gap: 8px;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            margin-bottom: 6px;
        }
        .material-user-type-card {
            position: relative;
            border: 2px solid #4b5563;
            background: #030712;
            display: flex;
            align-items: stretch;
            gap: 8px;
            padding: 10px;
            cursor: pointer;
            transition: border-color 0.15s ease, background-color 0.15s ease;
            min-height: 72px;
        }
        .material-user-type-card:hover {
            border-color: #d1d5db;
        }
        .material-user-type-card.is-selected {
            border-color: #ffb000;
            background: rgba(255, 176, 0, 0.1);
        }
        .material-user-type-content {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            gap: 8px;
            width: 100%;
        }
        .material-user-type-top {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 8px;
        }
        .material-user-type-badge {
            color: #6b7280;
            font-family: 'Press Start 2P', cursive;
            font-size: 7px;
            text-transform: uppercase;
            letter-spacing: 0.03em;
            line-height: 1.2;
        }
        .material-user-type-icon {
            color: #9ca3af;
            font-size: 13px;
        }
        .material-user-type-title {
            color: #ffffff;
            font-family: 'Press Start 2P', cursive;
            font-size: 8px;
            text-transform: uppercase;
            line-height: 1.5;
        }
        .material-user-type-radio {
            position: absolute;
            width: 1px;
            height: 1px;
            opacity: 0;
            pointer-events: none;
        }
        .material-label {
            margin-top: 6px;
            color: #9ca3af;
            font-family: 'Press Start 2P', cursive;
            font-size: 8px;
            text-transform: uppercase;
            line-height: 1.4;
        }
        .material-input,
        .material-textarea {
            width: 100%;
            border: 3px solid #4b5563;
            background: #000000;
            color: #ffffff;
            padding: 10px;
            font-family: 'Press Start 2P', cursive;
            font-size: 9px;
            outline: none;
            text-transform: uppercase;
            box-sizing: border-box;
        }
        .material-input:focus,
        .material-textarea:focus {
            border-color: #ffb000;
            background: rgba(255, 176, 0, 0.04);
        }
        .material-input-email,
        .material-input-url,
        .material-textarea {
            text-transform: none;
        }
        .material-textarea {
            resize: vertical;
            min-height: 130px;
            line-height: 1.45;
        }
        .material-or {
            margin-top: 2px;
            color: #9ca3af;
            font-family: 'Press Start 2P', cursive;
            font-size: 8px;
            text-transform: uppercase;
        }
        .material-attention {
            margin: 2px 0 0 !important;
            color: #fbbf24 !important;
            font-size: 22px;
            line-height: 1.22;
        }
        .material-criterion-box {
            border: 1px solid #ef444455;
            background: #7f1d1d2a;
            padding: 10px;
            margin: 4px 0 8px;
            display: grid;
            gap: 6px;
        }
        .material-criterion-title {
            margin: 0;
            color: #f87171;
            font-family: 'Press Start 2P', cursive;
            font-size: 8px;
            text-transform: uppercase;
            line-height: 1.4;
        }
        .material-criterion-text {
            margin: 0 !important;
            color: #d1d5db;
            line-height: 1.35;
        }
        .material-field-error {
            color: #f87171;
            font-family: 'Press Start 2P', cursive;
            font-size: 8px;
            line-height: 1.5;
            margin: 2px 0 0;
        }
        .material-char-count {
            margin-top: 4px;
            color: #6b7280;
            font-family: 'Press Start 2P', cursive;
            font-size: 7px;
            text-align: right;
        }
        .material-confirm-hint {
            color: #cbd5e1 !important;
        }
        .material-review-grid {
            border: 1px solid #334155;
            background: #020617;
            padding: 10px;
            display: grid;
            grid-template-columns: minmax(110px, 1fr) 2fr;
            gap: 6px 12px;
            margin-top: 12px;
        }
        .material-review-label {
            font-family: 'Press Start 2P', cursive;
            font-size: 7px;
            text-transform: uppercase;
            color: #94a3b8;
            line-height: 1.5;
        }
        .material-review-value {
            color: #f8fafc;
            font-size: 21px;
            line-height: 1.2;
            overflow-wrap: anywhere;
        }
        .material-tree {
            margin: 0;
            padding: 10px;
            border: 1px dashed #4b5563;
            background: #000000;
            color: #86efac;
            font-family: 'VT323', monospace;
            font-size: 19px;
            line-height: 1.08;
            white-space: pre-wrap;
        }
        .material-panel-error {
            border-color: #ef444466;
            background: #7f1d1d33;
        }
        .material-panel-success {
            border-color: #22c55e66;
            background: #14532d33;
        }
        .material-aside-panel {
            border: 3px solid #ffffff;
            background: #01082b;
            box-shadow: 6px 6px 0 #f3f4f6;
            padding: 14px;
        }
        .material-aside-title {
            margin: 0;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            color: #ffffff;
            font-family: 'Press Start 2P', cursive;
            font-size: 10px;
            line-height: 1.35;
            text-transform: none;
        }
        .material-aside-title-icon {
            font-size: 12px;
        }
        .material-aside-title-icon.is-amber {
            color: #fbbf24;
        }
        .material-aside-title-icon.is-cyan {
            color: #38bdf8;
        }
        .material-aside-divider {
            width: 100%;
            height: 1px;
            background: #33415588;
            margin: 10px 0 12px;
        }
        .material-note-block {
            margin-bottom: 16px;
        }
        .material-note-block:last-child {
            margin-bottom: 0;
        }
        .material-note-label {
            margin: 0 0 6px;
            color: #ffffff;
            font-family: 'Press Start 2P', cursive;
            font-size: 8px;
            text-transform: uppercase;
            line-height: 1.35;
        }
        .material-panel .material-note-text {
            margin: 0;
            color: #e2e8f0;
            font-size: 16px;
            line-height: 1.38;
        }
        .material-tree-description {
            margin-bottom: 10px;
        }
        .material-actions-row {
            margin-top: 12px;
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
        }
        .material-btn-muted {
            border-color: #6b7280 !important;
            color: #9ca3af !important;
            background: transparent !important;
        }
        .material-btn-positive {
            border-color: #22c55e !important;
            color: #22c55e !important;
            background: rgba(34, 197, 94, 0.06) !important;
        }
        .material-btn-positive:hover,
        .material-btn-positive:focus-visible {
            border-color: #22c55e !important;
            color: #ffffff !important;
            background: rgba(34, 197, 94, 0.2) !important;
            outline: none;
        }
        .material-btn-start:hover {
            border-color: #22c55e !important;
            color: #22c55e !important;
        }
        .material-sending-overlay {
            position: fixed;
            inset: 0;
            background: rgba(0, 0, 0, 0.74);
            display: none;
            align-items: center;
            justify-content: center;
            z-index: 9999;
            backdrop-filter: blur(2px);
            -webkit-backdrop-filter: blur(2px);
        }
        .material-sending-overlay.is-visible {
            display: flex;
        }
        .material-sending-box {
            width: min(92vw, 760px);
            border: 3px solid #ffb000;
            background: #030712;
            color: #ffffff;
            padding: 14px;
            display: grid;
            gap: 10px;
        }
        .material-sending-box-static {
            width: 100%;
            border-color: #334155;
            padding: 12px;
        }
        .material-sending-title {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-family: 'Press Start 2P', cursive;
            font-size: 9px;
            text-transform: uppercase;
            color: #fbbf24;
        }
        .material-sending-dot {
            width: 7px;
            height: 7px;
            border-radius: 999px;
            background: #fbbf24;
            animation: blink 1s linear infinite;
        }
        .material-sending-terminal {
            border: 2px solid #334155;
            background: #000000;
            min-height: 170px;
            max-height: 45vh;
            overflow-y: auto;
            padding: 10px;
            font-family: 'VT323', monospace;
            font-size: 23px;
            line-height: 1.2;
            color: #38bdf8;
        }
        .material-sending-terminal-static {
            min-height: 0;
            max-height: none;
        }
        .material-sending-line {
            margin: 0 0 4px;
        }
        .material-sending-line.is-success {
            color: #4ade80;
        }
        .material-sending-line.is-warning {
            color: #facc15;
        }
        @media (max-width: 992px) {
            .material-layout {
                grid-template-columns: 1fr;
            }
        }
        @media (max-width: 680px) {
            .material-user-types {
                grid-template-columns: 1fr;
            }
            .material-review-grid {
                grid-template-columns: 1fr;
                gap: 2px;
            }
            .material-review-label {
                margin-top: 6px;
            }
        }
