/* AKAI THEME STYLES */
.akai-theme #nebula-canvas,
.akai-theme .background-grid,
.akai-theme .background-particles,
.akai-theme .static-overlay {
    display: none;
}
.akai-theme #akai-background {
    display: block;
}
.akai-theme .blog-post {
    background: linear-gradient(135deg, rgba(40, 0, 0, 0.6), rgba(80, 0, 0, 0.3));
    backdrop-filter: blur(20px) saturate(1.2);
    -webkit-backdrop-filter: blur(20px) saturate(1.2);
    border: 2px solid rgba(255, 0, 0, 0.2);
    box-shadow: 0 0 40px rgba(255, 0, 0, 0.1), inset 0 0 30px rgba(255, 0, 0, 0.05);
}
body.akai-theme.blog-page .static-overlay {
    display: block;
    opacity: 0.08;
    z-index: 2;
}
#akai-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, #1a0000 0%, #000000 70%);
    z-index: 1;
    display: none;
    overflow: hidden;
}
.bubble {
    position: absolute;
    background: linear-gradient(45deg, #cc0000, #ff4d4d);
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.6), inset 0 0 10px rgba(255, 100, 100, 0.3);
    will-change: transform, opacity;
    z-index: 0;
    transition: all 0.3s ease;
}
.bubble.hollow {
    background: transparent;
    border: 2px solid #ff4d4d;
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.6);
}
.bubble.square { 
    border-radius: 8px; 
    background: linear-gradient(45deg, #cc0000, #ff1a1a);
}
.bubble.square.hollow { 
    border-radius: 8px; 
    background: transparent;
}
.bubble.rect { 
    border-radius: 4px; 
    background: linear-gradient(90deg, #cc0000, #ff3333);
}
body.akai-theme {
    cursor: url('/assets/icons/akai_cursor.svg') 12 12, auto;
    background: linear-gradient(-45deg, #0a0000, #1a0000, #0f0000, #150000);
    background-size: 400% 400%;
    animation: gradientShift 25s ease infinite;
}
.akai-theme .cursor-trail { 
    background: radial-gradient(circle, #ff0000, #cc0000);
    box-shadow: 0 0 10px #ff0000;
}
.akai-theme .main-text {
    color: #ff1a1a;
    text-shadow: 
        1px -1px 0 #1a0000, 
        2px -2px 0 #330000, 
        3px -3px 0 #4d0000, 
        4px -4px 1px rgba(0,0,0,0.4), 
        5px -5px 10px rgba(0,0,0,0.4),
        0 0 20px rgba(255, 0, 0, 0.3);
    font-size: 0;
    transition: all 0.4s ease;
}
.akai-theme .main-text::before {
    content: "ボイドラックス";
    font-size: clamp(3rem, 10vw, 12rem);
}
.akai-theme .main-title-link:hover .main-text {
    color: #ff4d4d;
    text-shadow: 
        1px -1px 0 #1a0000, 
        2px -2px 0 #330000, 
        3px -3px 0 #4d0000, 
        4px -4px 1px rgba(255,0,0,0.2), 
        5px -5px 10px rgba(255,0,0,0.2), 
        6px -6px 20px rgba(255,0,0,0.3),
        0 0 30px rgba(255, 0, 0, 0.5);
    transform: scale(1.02);
}
.akai-theme .sub-text { 
    color: #e60000; 
    text-shadow: 0 0 10px rgba(255, 0, 0, 0.4);
}
.akai-theme .socials-bar .social-icon { 
    filter: invert(15%) sepia(88%) saturate(7495%) hue-rotate(359deg) brightness(103%) contrast(114%);
    transition: all 0.3s ease;
}
.akai-theme .socials-bar a:hover .social-icon { 
    filter: invert(15%) sepia(88%) saturate(7495%) hue-rotate(359deg) brightness(103%) contrast(114%) drop-shadow(0 0 12px #ff0000);
    transform: scale(1.1);
}
.akai-theme .socials-bar a:hover::after { 
    background: linear-gradient(135deg, #330000, #4d0000);
    color: #ffb3b3; 
    border: 1px solid rgba(255, 0, 0, 0.3);
}
.akai-theme .music-player { 
    background: linear-gradient(135deg, rgba(80, 0, 0, 0.7), rgba(50, 0, 0, 0.5));
    backdrop-filter: blur(15px) saturate(1.3);
    border: 2px solid rgba(255, 0, 0, 0.3); 
    box-shadow: 0 0 30px rgba(255, 0, 0, 0.2);
}
.akai-theme .music-player, .akai-theme .music-player .progress-container span { 
    color: #ffb3b3; 
    text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
}
.akai-theme .player-controls svg, .akai-theme .volume-section svg { 
    fill: #ffb3b3;
    filter: drop-shadow(0 0 5px rgba(255, 0, 0, 0.3));
}
.akai-theme #seek-bar::-webkit-slider-thumb, .akai-theme #volume-slider::-webkit-slider-thumb { 
    background: linear-gradient(45deg, #ffb3b3, #ff8080);
    box-shadow: 0 0 8px rgba(255, 0, 0, 0.5);
}
.akai-theme .sparkle-name { 
    color: #ff4d4d; 
    text-shadow: 0 0 8px rgba(255,0,0,0.6), 0 0 15px rgba(255,0,0,0.4); 
}
.akai-theme footer { 
    color: rgba(255, 150, 150, 0.8);
    text-shadow: 0 0 8px rgba(255, 0, 0, 0.3);
}
.akai-theme.blog-page .blog-post a { 
    color: #ff4d4d;
    text-shadow: 0 0 5px rgba(255, 0, 0, 0.3);
}
.akai-theme.blog-page .blog-post a:hover { 
    color: #fff; 
    text-shadow: 0 0 12px #ff0000;
    transform: translateX(3px);
}
.akai-theme.blog-page .back-link { 
    color: #ff4d4d;
    text-shadow: 0 0 8px rgba(255, 0, 0, 0.4);
}
.akai-theme.blog-page .back-link:hover { 
    color: #fff; 
    text-shadow: 0 0 15px #ff0000;
}
/* STAR GLITCHER THEME STYLES */
.star-glitcher-theme #nebula-canvas,
.star-glitcher-theme #akai-background,
.star-glitcher-theme .background-grid,
.star-glitcher-theme .background-particles {
    display: none;
}
.star-glitcher-theme #star-glitcher-background {
    display: block;
}
.star-glitcher-theme .socials-bar {
    bottom: 160px;
}
#star-glitcher-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, #000000 0%, #0a0a0a 50%, #000000 100%);
    z-index: 1;
    display: none;
    overflow: hidden;
}
.star-particle {
    position: absolute;
    background: var(--sg-cursor, white);
    will-change: transform, opacity;
    transition: background-color 0.5s ease;
    filter: blur(0.5px);
    box-shadow: 0 0 6px var(--sg-cursor, white);
}
.star-glitcher-theme.sg-chaos .star-particle { animation: chaos-color-cycle 2s linear infinite; }
body.star-glitcher-theme::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(var(--sg-grid-color) 1px, transparent 1px), 
        linear-gradient(90deg, var(--sg-grid-color) 1px, transparent 1px);
    background-size: 40px 40px;
    animation: panGrid 15s linear infinite alternate;
    z-index: 1;
    pointer-events: none;
    transition: background-image 0.5s ease;
    opacity: 0.7;
}
.star-glitcher-theme .blog-post {
    border-color: rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 50px rgba(var(--sg-primary-rgb), 0.15);
}
.star-glitcher-theme {
    --sg-primary: #fff;
    --sg-secondary: #fff;
    --sg-shadow: rgba(255, 255, 255, 0.5);
    --sg-grid-color: rgba(255,255,255,0.08);
    --sg-cursor: white;
    --sg-primary-rgb: 255, 255, 255;
}
.star-glitcher-theme.sg-purity {
    --sg-primary: #00ffff;
    --sg-secondary: #8effff;
    --sg-shadow: rgba(0, 255, 255, 0.6);
    --sg-grid-color: rgba(0, 255, 255, 0.12);
    --sg-cursor: #00ffff;
    --sg-primary-rgb: 0, 255, 255;
}
.star-glitcher-theme.sg-corruption {
    --sg-primary: #9d00ff;
    --sg-secondary: #d97bff;
    --sg-shadow: rgba(157, 0, 255, 0.6);
    --sg-grid-color: rgba(157, 0, 255, 0.14);
    --sg-cursor: #9d00ff;
    --sg-primary-rgb: 157, 0, 255;
}
.star-glitcher-theme.sg-mayhem {
    --sg-primary: #ff0000;
    --sg-secondary: #ff6666;
    --sg-shadow: rgba(255, 0, 0, 0.6);
    --sg-grid-color: rgba(255, 0, 0, 0.14);
    --sg-cursor: #ff0000;
    --sg-primary-rgb: 255, 0, 0;
}
.star-glitcher-theme.sg-divinity {
    --sg-primary: #ffee75;
    --sg-secondary: #fff5a1;
    --sg-shadow: rgba(255, 238, 117, 0.6);
    --sg-grid-color: rgba(255, 238, 117, 0.14);
    --sg-cursor: #ffee75;
    --sg-primary-rgb: 255, 238, 117;
}
.star-glitcher-theme.sg-equinox {
    --sg-primary: #ffffff;
    --sg-secondary: #cccccc;
    --sg-shadow: rgba(255, 255, 255, 0.5);
    --sg-grid-color: rgba(255, 255, 255, 0.12);
    --sg-cursor: #ffffff;
    --sg-primary-rgb: 255, 255, 255;
}
.star-glitcher-theme.sg-destiny {
    --sg-primary: #f47dff;
    --sg-secondary: #f8a2ff;
    --sg-shadow: rgba(244, 125, 255, 0.6);
    --sg-grid-color: rgba(244, 125, 255, 0.14);
    --sg-cursor: #f47dff;
    --sg-primary-rgb: 244, 125, 255;
}
.star-glitcher-theme.sg-chaos {
    animation: chaos-color-cycle 4s linear infinite;
}
@keyframes chaos-color-cycle {
    0%   { --sg-primary: #ff0000; --sg-secondary: #ff6666; --sg-shadow: #ff0000; --sg-grid-color: rgba(255,0,0,0.12); --sg-cursor: #ff0000; --sg-primary-rgb: 255,0,0; }
    25%  { --sg-primary: #00ff00; --sg-secondary: #66ff66; --sg-shadow: #00ff00; --sg-grid-color: rgba(0,255,0,0.12); --sg-cursor: #00ff00; --sg-primary-rgb: 0,255,0; }
    50%  { --sg-primary: #0000ff; --sg-secondary: #6666ff; --sg-shadow: #0000ff; --sg-grid-color: rgba(0,0,255,0.12); --sg-cursor: #0000ff; --sg-primary-rgb: 0,0,255; }
    75%  { --sg-primary: #ffff00; --sg-secondary: #ffff66; --sg-shadow: #ffff00; --sg-grid-color: rgba(255,255,0,0.12); --sg-cursor: #ffff00; --sg-primary-rgb: 255,255,0; }
    100% { --sg-primary: #ff0000; --sg-secondary: #ff6666; --sg-shadow: #ff0000; --sg-grid-color: rgba(255,0,0,0.12); --sg-cursor: #ff0000; --sg-primary-rgb: 255,0,0; }
}
.star-glitcher-theme .main-text, 
.star-glitcher-theme .sub-text, 
.star-glitcher-theme .sparkle-name, 
.star-glitcher-theme.blog-page .blog-post h2 {
    color: var(--sg-primary);
    text-shadow: 
        0 0 8px var(--sg-shadow), 
        0 0 15px var(--sg-shadow),
        0 0 25px var(--sg-shadow);
    transition: color 0.5s ease, text-shadow 0.5s ease;
}
.star-glitcher-theme .main-text { 
    letter-spacing: 0; 
    transition: all 0.4s ease;
}
.star-glitcher-theme.sg-mayhem .main-text { font-family: 'Rubik Mono One', sans-serif; }
.star-glitcher-theme.sg-purity .main-text { font-family: 'Exo 2', sans-serif; }
.star-glitcher-theme.sg-corruption .main-text { font-family: 'Major Mono Display', monospace; }
.star-glitcher-theme.sg-chaos .main-text { font-family: 'Press Start 2P', cursive; }
.star-glitcher-theme.sg-divinity .main-text { font-family: 'Orbitron', sans-serif; }
.star-glitcher-theme.sg-equinox .main-text { font-family: 'Syne Mono', monospace; }
.star-glitcher-theme.sg-destiny .main-text { 
    font-family: 'Wire One', sans-serif; 
    font-size: clamp(4rem, 13vw, 15rem); 
    font-weight: 300; 
}
.star-glitcher-theme .sub-text { 
    font-family: 'Roboto Mono', monospace;
    text-shadow: 0 0 10px var(--sg-shadow);
}
.star-glitcher-theme .cursor-trail { 
    background: var(--sg-cursor); 
    box-shadow: 0 0 12px var(--sg-cursor), 0 0 20px var(--sg-cursor);
    transition: background 0.5s ease; 
}
.star-glitcher-theme .music-player { 
    border-color: var(--sg-primary); 
    background: linear-gradient(135deg, 
        rgba(var(--sg-primary-rgb), 0.2), 
        rgba(var(--sg-primary-rgb), 0.1));
    backdrop-filter: blur(20px) saturate(1.4);
    box-shadow: 0 0 40px rgba(var(--sg-primary-rgb), 0.3);
    transition: border-color 0.5s ease, background 0.5s ease, box-shadow 0.5s ease;
}
.star-glitcher-theme .music-player #song-title, 
.star-glitcher-theme .music-player .progress-container span {
    color: var(--sg-secondary);
    text-shadow: 1px 1px 2px rgba(0,0,0,0.7), 0 0 8px var(--sg-shadow);
    transition: color 0.5s ease;
}
.star-glitcher-theme .player-controls svg, 
.star-glitcher-theme .volume-section svg {
    fill: #000;
    transition: fill 0.5s ease;
    filter: drop-shadow(0 0 8px var(--sg-primary));
}
.star-glitcher-theme #seek-bar::-webkit-slider-thumb, 
.star-glitcher-theme #volume-slider::-webkit-slider-thumb { 
    background: var(--sg-primary); 
    transition: background 0.5s ease;
}
.star-glitcher-theme .socials-bar a:hover .social-icon { 
    filter: drop-shadow(0 0 12px var(--sg-primary));
}
.star-glitcher-theme.blog-page .blog-post { 
    border-color: var(--sg-primary);
    background: linear-gradient(135deg, 
        rgba(var(--sg-primary-rgb), 0.08), 
        rgba(var(--sg-primary-rgb), 0.03));
}
.star-glitcher-theme.blog-page .blog-post a, 
.star-glitcher-theme.blog-page .back-link { 
    color: var(--sg-secondary);
    text-shadow: 0 0 5px var(--sg-shadow);
}
.star-glitcher-theme.blog-page .blog-post a:hover, 
.star-glitcher-theme.blog-page .back-link:hover { 
    color: var(--sg-primary); 
    text-shadow: 0 0 12px var(--sg-primary);
    transform: translateX(5px);
}
#sg-mode-selector {
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    margin-top: 35px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    backdrop-filter: blur(10px);
    background: rgba(var(--sg-primary-rgb), 0.03);
    border-radius: 20px;
    border: 1px solid rgba(var(--sg-primary-rgb), 0.2);
    transition: all 0.5s ease;
}
.star-glitcher-theme #sg-mode-selector { display: flex; }
#sg-mode-selector button {
    background: rgba(var(--sg-primary-rgb), 0.08);
    border: 2px solid rgba(var(--sg-primary-rgb), 0.3);
    border-radius: 50%;
    width: 52px;
    height: 52px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
#sg-mode-selector button:hover {
    background: rgba(var(--sg-primary-rgb), 0.15);
    transform: translateY(-8px) scale(1.1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}
#sg-mode-selector .sg-icon {
    width: 30px;
    height: 30px;
    stroke-width: 1.5;
    stroke-linejoin: round;
    transition: all 0.5s ease;
}
#sg-mode-selector button[data-mode="mayhem"] .sg-icon { fill: #ff0000; stroke: #ff0000; }
#sg-mode-selector button[data-mode="purity"] .sg-icon { fill: #00ffff; stroke: #00ffff; }
#sg-mode-selector button[data-mode="corruption"] .sg-icon { fill: #9d00ff; stroke: #9d00ff; }
#sg-mode-selector button[data-mode="divinity"] .sg-icon { fill: #ffee75; stroke: #ffee75; }
#sg-mode-selector button[data-mode="equinox"] .sg-icon { fill: #ffffff; stroke: #ffffff; }
#sg-mode-selector button[data-mode="destiny"] .sg-icon { fill: #f47dff; stroke: #f47dff; }
#sg-mode-selector button[data-mode="chaos"] .sg-icon { animation: chaos-icon-color-cycle 4s linear infinite; }
@keyframes chaos-icon-color-cycle {
    0%   { fill: #ff0000; stroke: #ff0000; }
    25%  { fill: #00ff00; stroke: #00ff00; }
    50%  { fill: #0000ff; stroke: #0000ff; }
    75%  { fill: #ffff00; stroke: #ffff00; }
    100% { fill: #ff0000; stroke: #ff0000; }
}
#sg-mode-selector button.active {
    background: var(--sg-primary);
    border-color: var(--sg-primary);
    box-shadow: 0 0 30px var(--sg-primary);
}
#sg-mode-selector button.active:hover {
    filter: brightness(1.3);
    transform: translateY(-8px) scale(1.15);
}
#sg-mode-selector button.active .sg-icon {
    fill: #000;
    stroke: #000;
    animation: none;
    filter: none;
}
#sg-mode-selector button::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #18181b, #2a2a2a);
    color: #fff;
    padding: 8px 14px;
    border-radius: 10px;
    font-family: 'Roboto Mono', monospace;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}
#sg-mode-selector button:hover::after {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(-5px);
}
@media (max-width: 768px) {
    #sg-mode-selector {
        gap: 15px;
        padding: 15px;
    }
    #sg-mode-selector button {
        width: 44px;
        height: 44px;
    }
    #sg-mode-selector .sg-icon {
        width: 26px;
        height: 26px;
    }
    .star-glitcher-theme .socials-bar {
        bottom: 140px;
    }
}
@media (max-width: 480px) {
    #sg-mode-selector {
        gap: 12px;
        padding: 12px;
    }
    #sg-mode-selector button {
        width: 38px;
        height: 38px;
    }
    #sg-mode-selector .sg-icon {
        width: 20px;
        height: 20px;
    }
    .star-glitcher-theme .socials-bar {
        bottom: 120px;
    }
}

/* HOTLINE MIAMI THEME STYLES */
body.hotline-miami-theme { 
    cursor: url('../../icons/cursors/cursor.png'), auto;
    background: linear-gradient(-45deg, #1a0022, #2a0044, #0a1122, #221100);
    background-size: 400% 400%;
    animation: gradientShift 20s ease infinite;
}
body.hotline-miami-theme::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: url('../../images/ui/loading_screen.gif') center/cover no-repeat;
    filter: blur(2px);
    z-index: -1;
}
body.hotline-miami-theme.blog-page::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: url('../../images/ui/loading_screen.gif') center/cover no-repeat;
    filter: blur(8px);
    z-index: -1;
}
body.hotline-miami-theme a, body.hotline-miami-theme button, body.hotline-miami-theme input[type="range"], body.hotline-miami-theme .clickable-tip, body.hotline-miami-theme #za-warudo { 
    cursor: url('../../icons/cursors/cursor_select.png'), pointer; 
}
body.hotline-miami-theme .cursor-trail { 
    background-color: transparent; 
    border-radius: 0; 
    width: 32px; 
    height: 32px; 
    background-image: url('../../icons/cursors/cursor.png'); 
    background-size: contain; 
    background-repeat: no-repeat;
    box-shadow: none;
}
body.hotline-miami-theme.hover-active .cursor-trail { 
    background-image: url('../../icons/cursors/cursor_select.png'); 
}
body.hotline-miami-theme #nebula-canvas { 
    display: none; 
}
body.hotline-miami-theme .blur-box { 
    background: linear-gradient(135deg, rgba(216, 30, 91, 0.15), rgba(0, 168, 243, 0.1)); 
    backdrop-filter: blur(8px) brightness(0.9) saturate(1.3); 
    -webkit-backdrop-filter: blur(8px) brightness(0.9) saturate(1.3); 
    border-color: rgba(0, 168, 243, 0.4);
    box-shadow: 0 0 50px rgba(216, 30, 91, 0.2);
}
body.hotline-miami-theme .main-text { 
    font-family: 'Press Start 2P', cursive; 
    color: #FF00FF; 
    text-shadow: 0 0 8px #00FFFF, 0 0 15px #00FFFF, 0 0 25px #FF00FF, 3px 3px 0px #000; 
    transition: all 0.4s ease;
}
body.hotline-miami-theme .main-title-link:hover .main-text {
    text-shadow: 0 0 15px #00FFFF, 0 0 25px #00FFFF, 0 0 40px #FF00FF, 3px 3px 0px #000;
    transform: scale(1.05);
}
body.hotline-miami-theme .sub-text { 
    font-family: 'Press Start 2P', cursive; 
    color: #00FFFF; 
    text-shadow: 0 0 8px #FF00FF, 2px 2px 0px #000; 
}
body.hotline-miami-theme footer { 
    color: #F4E3B1; 
    text-shadow: 2px 2px 2px #000, 0 0 10px #F29F05; 
    background: rgba(216, 30, 91, 0.1);
}
body.hotline-miami-theme.blog-page footer { 
    left: auto; 
    right: 25px; 
    transform: translateX(0); 
    text-align: right; 
    width: auto; 
}
body.hotline-miami-theme .sparkle-name { 
    color: #F4E3B1; 
    text-shadow: 0 0 12px #F29F05, 0 0 20px #D9005B; 
}
body.hotline-miami-theme .socials-bar .social-icon { 
    filter: invert(91%) sepia(13%) saturate(589%) hue-rotate(352deg) brightness(105%) contrast(101%) drop-shadow(2px 2px 0px #000); 
}
body.hotline-miami-theme .socials-bar a:hover .social-icon { 
    filter: invert(1) brightness(1) drop-shadow(0 0 12px #F29F05) drop-shadow(2px 2px 0px #000); 
}
body.hotline-miami-theme .socials-bar a:hover::after {
    background: linear-gradient(135deg, #D9005B, #F29F05);
    color: #000;
    font-weight: 600;
}
body.hotline-miami-theme .music-player { 
    font-family: 'VT323', monospace; 
    background: linear-gradient(135deg, rgba(0, 168, 243, 0.6), rgba(216, 30, 91, 0.6)); 
    backdrop-filter: blur(20px) saturate(1.4); 
    -webkit-backdrop-filter: blur(20px) saturate(1.4); 
    border: 3px solid; 
    border-image: linear-gradient(45deg, #f29f05, #d9005b, #00a8f3) 1; 
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4), 0 0 30px rgba(242, 159, 5, 0.3); 
}
body.hotline-miami-theme .music-player #song-title, body.hotline-miami-theme .music-player .progress-container span { 
    font-size: 18px; 
    color: #fff; 
    text-shadow: 1px 1px 2px #000, 0 0 8px #00FFFF; 
    font-weight: 600;
}
body.hotline-miami-theme.blog-page .blog-post { 
    font-family: 'Press Start 2P', cursive; 
    background: linear-gradient(135deg, rgba(50, 0, 50, 0.6), rgba(0, 50, 80, 0.4)); 
    border-color: rgba(0, 255, 255, 0.4); 
    line-height: 1.6; 
    box-shadow: 
        0 8px 32px rgba(216, 30, 91, 0.3),
        0 0 50px rgba(0, 168, 243, 0.2);
}
body.hotline-miami-theme.blog-page .blog-post h2 { 
    font-family: 'Press Start 2P', cursive; 
    color: #FF00FF; 
    text-shadow: 2px 2px 0 #000, 0 0 15px #FF00FF; 
}
body.hotline-miami-theme.blog-page .blog-post p { 
    color: #eee; 
    font-size: 0.85rem; 
}
body.hotline-miami-theme.blog-page .back-link { 
    color: #00FFFF;
    background: rgba(0, 255, 255, 0.1);
    border-color: rgba(0, 255, 255, 0.3);
}
body.hotline-miami-theme.blog-page .back-link:hover { 
    color: #fff; 
    text-shadow: 0 0 12px #00FFFF;
    background: rgba(0, 255, 255, 0.2);
}

/* FRUTIGER AERO THEME STYLES */
.frutiger-aero-theme #nebula-canvas,
.frutiger-aero-theme .background-grid,
.frutiger-aero-theme .background-particles,
.frutiger-aero-theme .static-overlay,
.frutiger-aero-theme #akai-background,
.frutiger-aero-theme #star-glitcher-background {
    display: none;
}
.frutiger-aero-theme #frutiger-aero-background {
    display: block;
}
#frutiger-aero-background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 10%, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.3) 15%, transparent 25%),
        radial-gradient(ellipse 600px 200px at 30% 20%, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.2) 40%, transparent 70%),
        radial-gradient(ellipse 800px 150px at 70% 15%, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.1) 50%, transparent 80%),
        radial-gradient(ellipse 400px 100px at 85% 25%, rgba(255, 255, 255, 0.5) 0%, transparent 60%),
        radial-gradient(ellipse 500px 120px at 10% 30%, rgba(255, 255, 255, 0.4) 0%, transparent 70%),
        radial-gradient(ellipse 700px 180px at 50% 10%, rgba(255, 255, 255, 0.3) 0%, transparent 60%),
        linear-gradient(to bottom, #4a90e2 0%, #5ba0f2 30%, #87ceeb 60%, #98e4d6 80%, #a8f0a8 100%);
    overflow: hidden;
    z-index: 1;
    animation: sky-drift 60s ease-in-out infinite alternate;
}
@keyframes sky-drift {
    0% { 
        background-position: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
        filter: brightness(1);
    }
    100% { 
        background-position: 5% 2%, 3% 1%, -2% 1%, 4% -1%, -3% 2%, 2% -1%, 0% 0%;
        filter: brightness(1.1);
    }
}
#frutiger-aero-background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.3) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,0.2) 0%, transparent 40%),
        radial-gradient(circle at 40% 80%, rgba(255,255,255,0.25) 0%, transparent 45%);
    animation: cloud-drift 30s ease-in-out infinite alternate;
}
@keyframes cloud-drift {
    0% { transform: translateX(-30px) translateY(-15px) scale(1); }
    100% { transform: translateX(30px) translateY(15px) scale(1.1); }
}
#frutiger-aero-background::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgba(255,255,255,0.02) 0px,
        rgba(255,255,255,0.02) 1px,
        transparent 1px,
        transparent 20px
    );
    animation: grid-flow 30s linear infinite;
}
@keyframes grid-flow {
    0% { transform: translateX(0) translateY(0); }
    100% { transform: translateX(20px) translateY(20px); }
}
.aero-aurora {
    position: absolute;
    width: 150%;
    height: 150%;
    left: -25%;
    top: -25%;
    background: conic-gradient(from 0deg, 
        rgba(255,255,255,0.15), 
        rgba(173,216,230,0.25), 
        rgba(135,206,235,0.2), 
        rgba(176,224,230,0.18),
        rgba(255,255,255,0.15));
    animation: aurora-spin 45s linear infinite;
    border-radius: 50%;
    filter: blur(2px);
}
@keyframes aurora-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
.aero-bubble {
    position: absolute;
    bottom: -150px;
    background: radial-gradient(circle at 30% 20%, 
        rgba(255,255,255,0.95) 0%, 
        rgba(255,255,255,0.7) 25%, 
        rgba(173,216,230,0.5) 50%, 
        rgba(135,206,235,0.3) 75%,
        rgba(255,255,255,0.1) 100%);
    border-radius: 50%;
    opacity: 0.9;
    box-shadow: 
        inset 0 0 25px rgba(255,255,255,0.9),
        inset -8px -8px 15px rgba(173,216,230,0.4),
        0 0 15px rgba(255,255,255,0.7),
        0 3px 6px rgba(0,0,0,0.1);
    animation: rise 30s infinite ease-in-out;
    border: 1px solid rgba(255,255,255,0.3);
}
@keyframes rise {
    0% { 
        transform: translateY(0) translateX(0) scale(0.7); 
        opacity: 0; 
    }
    15% { 
        opacity: 0.9; 
    }
    50% { 
        transform: translateX(60px) scale(1); 
    }
    85% { 
        opacity: 0.9; 
    }
    100% { 
        transform: translateY(-120vh) translateX(-40px) scale(1.3); 
        opacity: 0; 
    }
}
.aero-bubble:nth-child(3) { animation-delay: -6s; left: 15%; width: 45px; height: 45px; }
.aero-bubble:nth-child(4) { animation-delay: -12s; left: 65%; width: 35px; height: 35px; }
.aero-bubble:nth-child(5) { animation-delay: -18s; left: 85%; width: 65px; height: 65px; }
.aero-bubble:nth-child(6) { animation-delay: -24s; left: 25%; width: 55px; height: 55px; }
.aero-bubble:nth-child(7) { animation-delay: -30s; left: 5%; width: 40px; height: 40px; }
.aero-orb {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 20%, 
        rgba(255,255,255,0.9) 0%, 
        rgba(173,216,230,0.6) 30%, 
        rgba(135,206,235,0.4) 60%,
        transparent 100%);
    box-shadow: 
        inset 0 0 20px rgba(255,255,255,0.8),
        0 0 30px rgba(135,206,235,0.4),
        0 0 50px rgba(173,216,230,0.2);
    animation: float-orb 20s ease-in-out infinite;
    pointer-events: none;
}
.aero-orb:nth-child(8) { 
    width: 100px; height: 100px; 
    top: 20%; right: 15%; 
    animation-delay: -5s;
}
.aero-orb:nth-child(9) { 
    width: 60px; height: 60px; 
    top: 60%; left: 10%; 
    animation-delay: -10s;
}
.aero-orb:nth-child(10) { 
    width: 80px; height: 80px; 
    bottom: 30%; right: 25%; 
    animation-delay: -15s;
}
@keyframes float-orb {
    0%, 100% { 
        transform: translateY(0) translateX(0) scale(1);
        opacity: 0.6;
    }
    33% { 
        transform: translateY(-20px) translateX(10px) scale(1.1);
        opacity: 0.8;
    }
    66% { 
        transform: translateY(15px) translateX(-15px) scale(0.9);
        opacity: 0.7;
    }
}
body.frutiger-aero-theme {
    cursor: url('../../icons/aero_cursor.png') 12 12, auto;
    background: 
        radial-gradient(circle at 20% 10%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.1) 15%, transparent 25%),
        radial-gradient(ellipse 400px 100px at 30% 20%, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.05) 40%, transparent 70%),
        radial-gradient(ellipse 500px 80px at 70% 15%, rgba(255, 255, 255, 0.25) 0%, transparent 50%),
        linear-gradient(to bottom, #4a90e2 0%, #5ba0f2 30%, #87ceeb 60%, #98e4d6 80%, #a8f0a8 100%);
    background-attachment: fixed;
    animation: body-sky-drift 80s ease-in-out infinite alternate;
}
@keyframes body-sky-drift {
    0% { 
        background-position: 0% 0%, 0% 0%, 0% 0%, 0% 0%;
        filter: brightness(1);
    }
    100% { 
        background-position: 3% 1%, 2% 1%, -1% 1%, 0% 0%;
        filter: brightness(1.05);
    }
}
.frutiger-aero-theme .cursor-trail {
    background: radial-gradient(circle, rgba(255,255,255,0.95), rgba(173,216,230,0.6), transparent);
    border: 2px solid rgba(255,255,255,0.8);
    box-shadow: 
        0 0 25px rgba(255,255,255,0.9),
        inset 0 0 12px rgba(173,216,230,0.6);
    width: 28px;
    height: 28px;
    border-radius: 50%;
}
.frutiger-aero-theme .container {
    border-color: rgba(255,255,255,0.4);
    background: rgba(255,255,255,0.08);
    position: relative;
    z-index: 100;
}
.frutiger-aero-theme .main-text {
    font-family: 'Segoe UI', 'Roboto', sans-serif;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 
        0 3px 10px rgba(0,0,0,0.4), 
        0 0 30px rgba(255,255,255,0.7),
        0 5px 15px rgba(135,206,235,0.5);
    letter-spacing: 2px;
    transition: all 0.4s ease;
    position: relative;
    z-index: 150;
    pointer-events: auto;
}
.frutiger-aero-theme .main-title-link {
    pointer-events: auto !important;
    position: relative;
    z-index: 150 !important;
    display: inline-block;
}
.frutiger-aero-theme .main-title-link:hover {
    z-index: 200 !important;
}
.frutiger-aero-theme .main-title-link:hover .main-text {
    transform: translateY(-3px);
    text-shadow: 
        0 5px 15px rgba(0,0,0,0.5), 
        0 0 40px rgba(255,255,255,0.9),
        0 8px 25px rgba(135,206,235,0.7);
}
.frutiger-aero-theme .sub-text {
    color: #f8fcff;
    font-weight: 500;
    font-family: 'Segoe UI', sans-serif;
    text-shadow: 
        0 2px 6px rgba(0,0,0,0.3),
        0 0 20px rgba(255,255,255,0.5);
    letter-spacing: 1px;
    position: relative;
    z-index: 150;
    pointer-events: auto;
}
.frutiger-aero-theme .blur-box {
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.3), 
        rgba(173, 216, 230, 0.25), 
        rgba(255, 255, 255, 0.2));
    backdrop-filter: blur(20px) saturate(1.6) brightness(1.2);
    -webkit-backdrop-filter: blur(20px) saturate(1.6) brightness(1.2);
    border: 3px solid rgba(255, 255, 255, 0.6);
    border-radius: 30px;
    box-shadow: 
        0 15px 50px rgba(0,0,0,0.2), 
        inset 0 3px 6px rgba(255,255,255,0.9),
        inset 0 -3px 6px rgba(173,216,230,0.4),
        0 0 40px rgba(255,255,255,0.4);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    z-index: 50;
    overflow: hidden;
    pointer-events: none !important;
}
.frutiger-aero-theme .blur-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255,255,255,0.5), 
        transparent);
    animation: glass-shine 4s ease-in-out infinite;
}
.frutiger-aero-theme .blur-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255,255,255,0.9), 
        transparent);
}
@keyframes glass-shine {
    0% { left: -100%; }
    50% { left: 100%; }
    100% { left: 100%; }
}
.frutiger-aero-theme .socials-bar {
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.35), 
        rgba(173, 216, 230, 0.3));
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 25px;
    box-shadow: 
        0 10px 30px rgba(0,0,0,0.2), 
        inset 0 2px 6px rgba(255,255,255,0.8),
        0 0 25px rgba(255,255,255,0.3);
    backdrop-filter: blur(15px) saturate(1.4);
    -webkit-backdrop-filter: blur(15px) saturate(1.4);
    z-index: 90;
}
.frutiger-aero-theme .socials-bar a {
    background: linear-gradient(135deg, 
        rgba(255,255,255,0.5), 
        rgba(173,216,230,0.4));
    border: 2px solid rgba(255,255,255,0.7);
    border-radius: 15px;
    box-shadow: 
        inset 0 2px 3px rgba(255,255,255,0.9),
        0 3px 10px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
}
.frutiger-aero-theme .socials-bar a:hover {
    background: linear-gradient(135deg, 
        rgba(255,255,255,0.7), 
        rgba(135,206,235,0.5));
    transform: translateY(-3px);
    box-shadow: 
        inset 0 2px 3px rgba(255,255,255,1),
        0 6px 15px rgba(0,0,0,0.25),
        0 0 20px rgba(255,255,255,0.6);
}
.frutiger-aero-theme .socials-bar .social-icon {
    filter: brightness(0) invert(1) opacity(0.85);
    transition: all 0.3s ease;
}
.frutiger-aero-theme .socials-bar a:hover .social-icon {
    filter: brightness(0) invert(1) opacity(1) drop-shadow(0 0 10px rgba(255,255,255,0.9));
    transform: scale(1.15);
}
.frutiger-aero-theme .socials-bar a:hover::after {
    background: linear-gradient(135deg, rgba(255,255,255,0.95), rgba(173,216,230,0.9));
    color: #0078d4;
    border: 1px solid rgba(255,255,255,0.9);
    box-shadow: 0 5px 20px rgba(0,0,0,0.25);
    font-weight: 600;
}
.frutiger-aero-theme footer {
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.3), 
        rgba(173, 216, 230, 0.25));
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 18px;
    box-shadow: 
        0 8px 25px rgba(0,0,0,0.15), 
        inset 0 2px 3px rgba(255,255,255,0.7);
    backdrop-filter: blur(12px) saturate(1.3);
    -webkit-backdrop-filter: blur(12px) saturate(1.3);
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.4);
    z-index: 80;
}
.frutiger-aero-theme .sparkle-name {
    color: #ffffff;
    text-shadow: 
        0 0 20px rgba(255,255,255,0.9),
        0 3px 8px rgba(0,0,0,0.4),
        0 0 30px rgba(173,216,230,0.7);
    transition: all 0.3s ease;
}
.frutiger-aero-theme .music-player {
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.4), 
        rgba(173,216,230,0.3), 
        rgba(135,206,235,0.25));
    border: 3px solid rgba(255,255,255,0.6);
    border-radius: 0;
    box-shadow: 
        0 10px 35px rgba(0,0,0,0.25), 
        inset 0 3px 6px rgba(255,255,255,0.9),
        inset 0 -3px 6px rgba(173,216,230,0.4),
        0 0 30px rgba(255,255,255,0.3);
    color: #ffffff;
    backdrop-filter: blur(18px) saturate(1.4);
    -webkit-backdrop-filter: blur(18px) saturate(1.4);
    position: relative;
    overflow: hidden;
    z-index: 70;
}
.frutiger-aero-theme .music-player::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255,255,255,0.9), 
        transparent);
}
.frutiger-aero-theme .music-player #song-title, 
.frutiger-aero-theme .music-player .progress-container span {
    text-shadow: 
        0 2px 4px rgba(0,0,0,0.5),
        0 0 12px rgba(255,255,255,0.4);
    font-weight: 600;
}
.frutiger-aero-theme #seek-bar::-webkit-slider-thumb, 
.frutiger-aero-theme #volume-slider::-webkit-slider-thumb {
    background: linear-gradient(135deg, #ffffff, #e6f7ff);
    border: 3px solid rgba(173,216,230,0.9);
    box-shadow: 
        0 4px 10px rgba(0,0,0,0.4),
        inset 0 2px 3px rgba(255,255,255,1);
}
.frutiger-aero-theme .player-controls button, 
.frutiger-aero-theme .volume-section button {
    background: linear-gradient(135deg, 
        rgba(255,255,255,0.5), 
        rgba(173,216,230,0.4));
    border: 2px solid rgba(255,255,255,0.7);
    border-radius: 12px;
    box-shadow: 
        inset 0 2px 3px rgba(255,255,255,0.9), 
        0 3px 8px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}
.frutiger-aero-theme .player-controls button:hover, 
.frutiger-aero-theme .volume-section button:hover {
    background: linear-gradient(135deg, 
        rgba(255,255,255,0.7), 
        rgba(135,206,235,0.5));
    transform: translateY(-2px);
    box-shadow: 
        inset 0 2px 3px rgba(255,255,255,1), 
        0 5px 12px rgba(0,0,0,0.25);
}
.frutiger-aero-theme .player-controls svg, 
.frutiger-aero-theme .volume-section svg {
    fill: #ffffff;
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.4));
}

/* FRUTIGER AERO ENTER SCREEN THEME */
#enter-screen.frutiger-aero-theme {
    background: 
        radial-gradient(circle at 20% 10%, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.2) 15%, transparent 25%),
        radial-gradient(ellipse 600px 200px at 30% 20%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 40%, transparent 70%),
        radial-gradient(ellipse 800px 150px at 70% 15%, rgba(255, 255, 255, 0.4) 0%, transparent 50%),
        radial-gradient(ellipse 400px 100px at 85% 25%, rgba(255, 255, 255, 0.3) 0%, transparent 60%),
        linear-gradient(to bottom, #4a90e2 0%, #5ba0f2 30%, #87ceeb 60%, #98e4d6 80%, #a8f0a8 100%);
    animation: enter-sky-drift 40s ease-in-out infinite alternate;
}
@keyframes enter-sky-drift {
    0% { 
        background-position: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
        filter: brightness(1);
    }
    100% { 
        background-position: 4% 2%, 2% 1%, -2% 1%, 3% -1%, 0% 0%;
        filter: brightness(1.1);
    }
}
#enter-screen.frutiger-aero-theme .enter-text {
    font-family: 'Segoe UI', 'Roboto', sans-serif;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 
        0 3px 10px rgba(0,0,0,0.5), 
        0 0 25px rgba(255,255,255,0.8),
        0 5px 15px rgba(135,206,235,0.6);
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.25), 
        rgba(173, 216, 230, 0.2));
    backdrop-filter: blur(15px) saturate(1.4) brightness(1.2);
    -webkit-backdrop-filter: blur(15px) saturate(1.4) brightness(1.2);
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    box-shadow: 
        0 10px 30px rgba(0,0,0,0.2), 
        inset 0 2px 4px rgba(255,255,255,0.8),
        0 0 25px rgba(255,255,255,0.3);
}
#enter-screen.frutiger-aero-theme #tip-text {
    color: #f8fcff;
    font-weight: 500;
    text-shadow: 
        0 2px 6px rgba(0,0,0,0.4),
        0 0 15px rgba(255,255,255,0.6);
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.2), 
        rgba(173, 216, 230, 0.15));
    backdrop-filter: blur(10px) saturate(1.2);
    -webkit-backdrop-filter: blur(10px) saturate(1.2);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 15px;
    box-shadow: 
        0 5px 15px rgba(0,0,0,0.15), 
        inset 0 1px 2px rgba(255,255,255,0.6);
}

/* FRUTIGER AERO BLOG PAGE - YAHOO MESSENGER INSPIRED */
body.frutiger-aero-theme.blog-page {
    background: 
        radial-gradient(circle at 15% 15%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.1) 20%, transparent 30%),
        radial-gradient(ellipse 500px 150px at 80% 20%, rgba(255, 255, 255, 0.3) 0%, transparent 50%),
        linear-gradient(to bottom, #0066cc 0%, #0080ff 20%, #66b3ff 40%, #99ccff 60%, #ccddff 80%, #e6f2ff 100%) !important;
    background-attachment: fixed !important;
    overflow-x: hidden;
}
body.frutiger-aero-theme.blog-page::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><defs><pattern id="grid" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M 20 0 L 0 0 0 20" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    pointer-events: none;
    z-index: 1;
}
.frutiger-aero-theme.blog-page .blog-wrapper {
    background: none !important;
    padding: 120px 40px;
    position: relative;
    z-index: 5;
}
.frutiger-aero-theme.blog-page .blog-post {
    background: linear-gradient(180deg, 
        #ffffff 0%, 
        #f8fbff 20%, 
        #f0f8ff 40%, 
        #e8f4ff 60%, 
        #e0f0ff 80%, 
        #d8ecff 100%) !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    border-radius: 8px !important;
    box-shadow: 
        inset 0 1px 1px rgba(255, 255, 255, 0.8),
        0 0 25px rgba(135, 206, 250, 0.5),
        0 8px 25px rgba(0,0,0,0.15) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    position: relative;
    overflow: visible;
    margin-bottom: 25px;
    font-family: 'Segoe UI', 'Tahoma', sans-serif !important;
}
.frutiger-aero-theme.blog-page .blog-post::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 28px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(220, 235, 250, 0.7) 100%);
    border-radius: 7px 7px 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
.frutiger-aero-theme.blog-page .blog-post::after {
    content: '—   □   ✕';
    font-family: "Segoe UI Symbol", "Arial";
    font-size: 14px;
    font-weight: normal;
    color: #333;
    position: absolute;
    top: 4px;
    right: 10px;
    z-index: 15;
    letter-spacing: 12px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
.frutiger-aero-theme.blog-page .blog-post h2 {
    color: #003d7a !important;
    font-family: 'Segoe UI', 'Tahoma', sans-serif !important;
    font-size: 1.4rem !important;
    font-weight: 700 !important;
    text-shadow: none !important;
    margin-top: 32px !important;
    margin-bottom: 15px !important;
    padding: 8px 8px 8px 12px !important;
    border-left: 4px solid #4d94ff !important;
    background: rgba(77,148,255,0.08) !important;
    border-radius: 4px !important;
    position: relative;
    z-index: 20;
}
.frutiger-aero-theme.blog-page .blog-post h2::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -20px;
    width: 0;
    height: 0;
    border-left: 15px solid rgba(77,148,255,0.6);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    transform: translateY(-50%);
    filter: blur(1px);
    opacity: 0.7;
}
.frutiger-aero-theme.blog-page .blog-post p {
    color: #1a1a1a !important;
    font-family: 'Segoe UI', 'Tahoma', sans-serif !important;
    font-size: 0.95rem !important;
    line-height: 1.6 !important;
    text-shadow: none !important;
    margin-bottom: 15px !important;
    padding: 0 8px !important;
}
.frutiger-aero-theme.blog-page .blog-post a {
    color: #0066cc !important;
    background: rgba(102, 179, 255, 0.15) !important;
    text-shadow: none !important;
    padding: 2px 5px !important;
    border-radius: 3px !important;
    border: 1px solid rgba(0, 102, 204, 0.3) !important;
    text-decoration: underline !important;
    font-weight: 500 !important;
    transition: all 0.2s ease !important;
    display: inline !important;
}
.frutiger-aero-theme.blog-page .blog-post a:hover {
    color: #ffffff !important;
    background: #0066cc !important;
    text-shadow: none !important;
    transform: none !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2) !important;
    text-decoration: none !important;
}
.frutiger-aero-theme.blog-page .back-link {
    color: #ffffff !important;
    background: linear-gradient(180deg, #87ceeb 0%, #4d94ff 50%, #0066cc 100%) !important;
    border: 2px solid #4d94ff !important;
    border-radius: 6px !important;
    font-family: 'Segoe UI', 'Tahoma', sans-serif !important;
    font-weight: 600 !important;
    font-size: 0.9rem !important;
    padding: 8px 16px !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.4) !important;
    box-shadow: 
        0 0 0 1px rgba(255,255,255,0.6),
        0 1px 0 1px rgba(255,255,255,0.4),
        0 3px 8px rgba(0,0,0,0.2),
        inset 0 1px 0 rgba(255,255,255,0.6) !important;
    transition: all 0.2s ease !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    z-index: 200 !important;
    position: fixed !important;
    top: 45px !important;
    right: 40px !important;
}
.frutiger-aero-theme.blog-page .back-link:hover {
    color: #ffffff !important;
    background: linear-gradient(180deg, #9fd6ff 0%, #66a3ff 50%, #1975ff 100%) !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.5) !important;
    transform: translateY(-1px) !important;
    box-shadow: 
        0 0 0 1px rgba(255,255,255,0.7),
        0 1px 0 1px rgba(255,255,255,0.5),
        0 5px 12px rgba(0,0,0,0.25),
        inset 0 1px 0 rgba(255,255,255,0.7) !important;
}
.frutiger-aero-theme.blog-page footer {
    background: linear-gradient(180deg, #e6f2ff 0%, #cce6ff 100%) !important;
    border: 2px solid #99ccff !important;
    border-radius: 8px !important;
    color: #003d7a !important;
    font-family: 'Segoe UI', 'Tahoma', sans-serif !important;
    font-size: 11px !important;
    text-shadow: none !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    z-index: 80 !important;
}
.frutiger-aero-theme.blog-page footer .sparkle-name {
    color: #0066cc !important;
    text-shadow: none !important;
    font-weight: 700 !important;
}

/* FRUTIGER AERO SOUND EFFECTS */
.frutiger-aero-theme .main-title-link:hover {
    animation: aero-button-hover 0.3s ease;
}
@keyframes aero-button-hover {
    0% { transform: scale(1); }
    50% { transform: scale(1.02); }
    100% { transform: scale(1.05) translateY(-3px); }
}
.frutiger-aero-theme .socials-bar a:hover {
    animation: aero-social-hover 0.3s ease;
}
@keyframes aero-social-hover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-3px); }
}
.frutiger-aero-theme .player-controls button:hover,
.frutiger-aero-theme .volume-section button:hover {
    animation: aero-control-hover 0.2s ease;
}
@keyframes aero-control-hover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-2px); }
}
.frutiger-aero-theme.blog-page .back-link:hover {
    animation: aero-back-hover 0.2s ease;
}
@keyframes aero-back-hover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-1px); }
}