body.frutiger-aero {
    background: url("/assets/images/frutiger-aero-1.jpg") no-repeat center center fixed;
    background-size: cover;
    color: #333;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 0.5s ease;
}

body.frutiger-aero .drop-cap-container {
}

body.frutiger-aero .has-drop-cap {
    text-align: justify;
}

@media screen and (max-width: 768px) {
    body.frutiger-aero {
    }
}

body.frutiger-aero::before {
    content: "";
    position: fixed;
    top: -150px;
    left: -150px;
    width: 300px;
    height: 300px;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.7) 0%,
        rgba(173, 216, 255, 0.3) 30%,
        rgba(173, 216, 255, 0) 70%
    );
    z-index: -1;
}

.vista-titlebar {
    position: absolute;
    top: -30px;
    left: -1px;
    right: 0;
    width: calc(100% + 2px);
    height: 30px;
    background: linear-gradient(to bottom, #e0f0ff 0%, #b8deff 100%);
    border-radius: 8px 8px 0 0;
    border: 1px solid rgba(173, 216, 255, 0.8);
    border-bottom: none;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
    display: none;
}

body.frutiger-aero .vista-titlebar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}

.vista-titlebar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.2) 100%);
    pointer-events: none;
}

.vista-titlebar-text {
    color: #0063b1;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
    font-size: 14px;
    padding-left: 5px;
}

.vista-titlebar-controls {
    display: flex;
    gap: 8px;
}

.vista-control {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    cursor: pointer;
    font-size: 10px;
    color: #0063b1;
    transition: all 0.2s ease;
}

.vista-control:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.vista-close:hover {
    background-color: rgba(255, 0, 0, 0.1);
    color: #d00;
}

body.frutiger-aero .content {
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 25px;
    box-shadow: 0 8px 32px rgba(31, 38, 135, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 0 0 12px 12px;
    text-align: justify;
}

body.frutiger-aero .content p {
    text-align: justify;
    text-justify: inter-word;
}

body.frutiger-aero .content li {
    text-align: justify;
    text-justify: inter-word;
}

body.frutiger-aero .content h1,
body.frutiger-aero .content h2,
body.frutiger-aero .content h3,
body.frutiger-aero .content h4,
body.frutiger-aero .content h5 {
    text-align: left;
}

body.frutiger-aero .content img {
    width: 100%;
    height: auto;
    display: block;
    margin: 1em 0;
}

body.frutiger-aero .content table {
    width: 100%;
    margin: 1em 0;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(173, 216, 255, 0.8);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(31, 38, 135, 0.15);
}

body.frutiger-aero .content table th {
    background: linear-gradient(to bottom, #e0f0ff 0%, #b8deff 100%);
    color: #0063b1;
    padding: 12px;
    text-align: left;
    border: 1px solid rgba(173, 216, 255, 0.5);
    font-family: TiemposHeadline-Regular;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}

body.frutiger-aero .content table td {
    padding: 10px 12px;
    border: 1px solid rgba(173, 216, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.5);
    color: #333;
}

body.frutiger-aero .content table tr:nth-child(even) td {
    background-color: rgba(240, 248, 255, 0.7);
}

body.frutiger-aero .content blockquote {
    margin: 1em 0;
    padding: 0.5em 1em;
    text-align: justify;
}

body.frutiger-aero .content .twitter-tweet,
body.frutiger-aero .content .twitter-tweet-rendered {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    position: static !important;
    z-index: 1 !important;
}

body.frutiger-aero .content div[style*="twitter-tweet"] {
    margin-left: auto !important;
    margin-right: auto !important;
}

@media screen and (max-width: 768px) {
    body.frutiger-aero .content .twitter-tweet,
    body.frutiger-aero .content .twitter-tweet-rendered {
        max-width: 100% !important;
    }

    body.frutiger-aero .content .twitter-tweet iframe {
        max-width: 100% !important;
    }
}

@media screen and (min-width: 769px) {
    body.frutiger-aero:not(.home) {
        padding-top: 20px;
    }
}

body.frutiger-aero .content::before {
}

body.frutiger-aero h1,
body.frutiger-aero h2,
body.frutiger-aero h3,
body.frutiger-aero h4 {
    color: #0063b1;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
    position: relative;
}

body.frutiger-aero h1::after,
body.frutiger-aero h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgba(0, 120, 215, 0.1), rgba(0, 120, 215, 0.5) 50%, rgba(0, 120, 215, 0.1));
}

body.frutiger-aero a {
    color: #0078d7;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    padding: 0 2px;
}

body.frutiger-aero .content a {
    color: #0078d7 !important;
}

body.frutiger-aero a:hover {
    color: #00a2ed;
    text-shadow: 0 0 5px rgba(0, 162, 237, 0.3);
}

body.frutiger-aero .content a:hover {
    color: #00a2ed !important;
}

body.frutiger-aero a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(0, 120, 215, 0), rgba(0, 120, 215, 1) 50%, rgba(0, 120, 215, 0));
    transition: width 0.3s ease;
}

body.frutiger-aero ul.no-bullets li a::before {
    content: "►";
    font-size: 10px;
    color: #0078d7;
    position: absolute;
    left: -15px;
    top: 4px;
    opacity: 0;
    transform: translateX(-5px);
    transition: all 0.3s ease;
}

body.frutiger-aero ul.no-bullets li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(0, 120, 215, 0), rgba(0, 120, 215, 1) 50%, rgba(0, 120, 215, 0));
    transition: width 0.3s ease;
    z-index: 1;
}

body.frutiger-aero ul.no-bullets li a:hover::after {
    width: 100%;
}

body.frutiger-aero ul.no-bullets li a::before {
}

body.frutiger-aero a:hover::before {
    width: 100%;
}

body.frutiger-aero ul {
    list-style-type: none;
}

body.frutiger-aero ul li {
    margin-bottom: 20px;
    position: relative;
}

body.frutiger-aero ul li::before {
    content: "";
}

body.frutiger-aero ul.no-bullets {
    padding-left: 0;
}

body.frutiger-aero ul.no-bullets li::before {
}

body.frutiger-aero button,
body.frutiger-aero .post-button,
body.frutiger-aero .press-toggle,
body.frutiger-aero details summary {
    background: linear-gradient(to bottom, #e0f0ff 0%, #b8deff 100%);
    border: 1px solid #80c0ff;
    border-radius: 8px;
    padding: 15px 30px;
    color: #0063b1;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    text-align: center;
    display: block;
    margin: 1em auto;
    width: 350px;
    font-size: 1.1em;
}

body.frutiger-aero button::before,
body.frutiger-aero .post-button::before,
body.frutiger-aero .press-toggle::before,
body.frutiger-aero details summary::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.2) 100%);
    border-radius: 7px 7px 0 0;
}

body.frutiger-aero button:hover,
body.frutiger-aero .post-button:hover,
body.frutiger-aero .press-toggle:hover,
body.frutiger-aero details summary:hover {
    background: linear-gradient(to bottom, #d0e8ff 0%, #a0d0ff 100%);
    box-shadow: 0 0 10px rgba(0, 120, 215, 0.3);
}

body.frutiger-aero .button-wrapper {
    text-align: center;
    margin: 1em 0;
    display: block;
    width: 100%;
}

body.frutiger-aero .button-wrapper a {
    text-decoration: none;
    color: inherit;
    display: block;
}

body.frutiger-aero h4.post-button {
    display: block !important;
    box-sizing: border-box;
    margin: 0.5em auto;
    text-align: center;
    width: 100%;
}

body.frutiger-aero .content button,
body.frutiger-aero .content .post-button,
body.frutiger-aero .content .press-toggle,
body.frutiger-aero .content details summary {
    text-align: center !important;
}

body.frutiger-aero .content .button-wrapper {
    text-align: center !important;
}

body.frutiger-aero code {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 2px 5px;
    border-radius: 4px;
    border: 1px solid rgba(173, 216, 255, 0.5);
}

body.frutiger-aero .theme-toggle {
    background: radial-gradient(circle at 30% 30%, #f0f8ff 0%, #b8deff 60%, #80c0ff 100%);
    box-shadow:
        0 0 15px rgba(0, 120, 215, 0.5),
        inset 0 0 10px rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(173, 216, 255, 0.8);
    opacity: 0.9;
}

body.frutiger-aero .theme-toggle:hover {
    transform: scale(1.1);
    box-shadow:
        0 0 20px rgba(0, 120, 215, 0.7),
        inset 0 0 15px rgba(255, 255, 255, 0.9);
}

body.frutiger-aero * {
    transition:
        background-color 0.5s ease,
        color 0.5s ease,
        box-shadow 0.5s ease,
        text-shadow 0.5s ease;
}

.vista-orb {
    display: none !important;
}

body.frutiger-aero .vista-orb {
    display: none !important;
}

body.frutiger-aero .tag {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(173, 216, 255, 0.8);
}

body.frutiger-aero .tag a {
    color: #0078d7;
    border: none;
}

body.frutiger-aero hr {
    border-top: 1px solid rgba(173, 216, 255, 0.5);
}

body.frutiger-aero .sidenote-marker {
    color: #0078d7;
}

body.frutiger-aero .sidenote {
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(173, 216, 255, 0.8);
    box-shadow: 0 8px 32px rgba(31, 38, 135, 0.15);
    color: #333;
}

body.frutiger-aero .content code:not(pre code) {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 2px 5px;
    border: 1px solid rgba(173, 216, 255, 0.5);
    color: #333;
}

body.frutiger-aero .theme-toggle {
    background: radial-gradient(circle at 30% 30%, #f0f8ff 0%, #b8deff 60%, #80c0ff 100%);
    box-shadow:
        0 0 15px rgba(0, 120, 215, 0.5),
        inset 0 0 10px rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(173, 216, 255, 0.8);
    opacity: 0.9;
    color: #0063b1;
}

body.frutiger-aero .theme-toggle:hover {
    transform: scale(1.05);
    box-shadow:
        0 0 20px rgba(0, 120, 215, 0.7),
        inset 0 0 15px rgba(255, 255, 255, 0.9);
}

body.frutiger-aero .content h1 {
    border-bottom: 2px solid rgba(0, 99, 177, 0.3);
}

body.frutiger-aero .content h2 {
    border-bottom: 1px solid rgba(0, 99, 177, 0.2);
}

@media screen and (max-width: 768px) {
    body.frutiger-aero:not(.home) {
        padding-top: 40px;
        display: flex;
        min-height: 100vh;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    body.frutiger-aero.home {
        padding-top: 40px;
    }

    .vista-titlebar {
        height: 28px;
        top: -28px;
    }

    body.frutiger-aero .content {
        margin-top: 0;
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
        padding: 20px;
        padding-top: 25px;
        border-radius: 0 0 10px 10px;
        width: calc(100% - 20px);
        max-width: calc(100% - 20px);
        overflow: visible;
    }

    .vista-titlebar-text {
        font-size: 13px;
    }

    .vista-control {
        width: 14px;
        height: 14px;
        font-size: 9px;
    }

    body.frutiger-aero::before {
        top: -100px;
        left: -100px;
        width: 200px;
        height: 200px;
    }

    body.frutiger-aero h1 {
        font-size: 1.8em;
    }

    body.frutiger-aero h2 {
        font-size: 1.5em;
    }

    body.frutiger-aero .code-block-wrapper {
    }

    body.frutiger-aero .code-block-header {
        padding: 0.5rem 0.75rem;
    }

    body.frutiger-aero .code-language {
        font-size: 0.8125rem;
    }

    body.frutiger-aero .code-copy-button {
        padding: 0.25rem 0.5rem;
        font-size: 0.8125rem;
        display: flex !important;
        width: auto !important;
        margin: 0 !important;
    }

    body.frutiger-aero button,
    body.frutiger-aero .post-button,
    body.frutiger-aero .press-toggle,
    body.frutiger-aero details summary {
        padding: 12px 25px;
        width: 320px;
        max-width: calc(100% - 30px);
        font-size: 1.05em;
        margin: 1em auto;
    }
}

@media screen and (max-width: 480px) {
    body.frutiger-aero:not(.home) {
        padding-top: 36px;
        display: flex;
        min-height: 100vh;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-left: 10px;
        padding-right: 10px;
    }

    body.frutiger-aero.home {
        padding-top: 36px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .vista-titlebar {
        height: 26px;
        top: -26px;
        padding: 0 8px;
    }

    body.frutiger-aero .content {
        margin-top: 0;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
        padding: 15px;
        padding-top: 20px;
        border-radius: 0 0 8px 8px;
        width: 100%;
        max-width: 100%;
        overflow: visible;
    }

    .vista-titlebar-text {
        font-size: 12px;
    }

    .vista-titlebar-controls {
        gap: 6px;
    }

    .vista-control {
        width: 12px;
        height: 12px;
        font-size: 8px;
    }

    body.frutiger-aero::before {
        top: -80px;
        left: -80px;
        width: 160px;
        height: 160px;
    }

    body.frutiger-aero h1 {
        font-size: 1.6em;
    }

    body.frutiger-aero h2 {
        font-size: 1.3em;
    }

    body.frutiger-aero h3 {
        font-size: 1.1em;
    }

    body.frutiger-aero ul {
        padding-left: 15px;
    }

    body.frutiger-aero ul li::before {
        left: -15px;
    }

    body.frutiger-aero button,
    body.frutiger-aero .post-button,
    body.frutiger-aero .press-toggle,
    body.frutiger-aero details summary {
        padding: 12px 20px;
        width: 280px;
        max-width: calc(100% - 20px);
        font-size: 1em;
        margin: 1em auto;
    }

    body.frutiger-aero code {
        padding: 1px 3px;
        font-size: 0.9em;
    }

    body.frutiger-aero .code-block-wrapper {
    }

    body.frutiger-aero .code-block-header {
        padding: 0.375rem 0.5rem;
    }

    body.frutiger-aero .code-language {
        font-size: 0.75rem;
    }

    body.frutiger-aero .code-copy-button {
        padding: 0.2rem 0.5rem;
        font-size: 0.75rem;
        gap: 0.25rem;
        display: flex !important;
        width: auto !important;
        margin: 0 !important;
    }

    body.frutiger-aero .code-block-wrapper pre,
    body.frutiger-aero .code-block-wrapper pre code {
        font-size: 0.8125rem;
    }

    body.frutiger-aero .code-line-numbers {
        padding: 0.75rem 0.5rem;
    }

    body.frutiger-aero .code-line-numbers div {
        font-size: 0.8125rem;
    }

    body.frutiger-aero .code-block-wrapper pre:not(.with-line-numbers) {
        padding: 0.75rem 0.75rem;
    }

    body.frutiger-aero .code-block-wrapper pre.with-line-numbers code {
        padding: 0.75rem 0.75rem;
    }

    .vista-tooltip {
        font-size: 10px;
        padding: 3px 8px;
    }

    body.frutiger-aero a {
        padding: 2px 4px;
    }

    .vista-control {
        min-width: 24px;
        min-height: 24px;
    }
}

@media (hover: none) {
    .theme-toggle {
        opacity: 0.8;
    }

    .vista-control {
        min-width: 24px;
        min-height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    body.frutiger-aero a:active::before {
        width: 100%;
    }

    body.frutiger-aero ul.no-bullets li a:active::after {
        width: 100%;
    }

    body.frutiger-aero button:active,
    body.frutiger-aero .post-button:active {
        background: linear-gradient(to bottom, #d0e8ff 0%, #a0d0ff 100%);
        box-shadow: 0 0 10px rgba(0, 120, 215, 0.3);
    }
}

@media screen and (min-width: 1024px) {
    body.frutiger-aero .content {
        width: 700px;
    }
}

@media screen and (min-width: 1440px) {
    body.frutiger-aero .content {
        width: 800px;
    }
}

@media screen and (min-width: 1920px) {
    body.frutiger-aero .content {
        width: 900px;
    }
}

@media screen and (min-width: 2560px) {
    body.frutiger-aero .content {
        width: 1000px;
    }

    body.frutiger-aero .content {
        font-size: 1.1em;
    }

    body.frutiger-aero h1 {
        font-size: 2.5em;
    }

    body.frutiger-aero h2 {
        font-size: 2.1em;
    }

    body.frutiger-aero h3 {
        font-size: 1.8em;
    }
}

body.frutiger-aero pre {
    background-color: transparent;
    border: none;
    box-shadow: none;
    position: static;
    overflow: visible;
}

body.frutiger-aero .code-block-wrapper {
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 8px;
    border: 1px solid rgba(173, 216, 255, 0.8);
    box-shadow: 0 8px 32px rgba(31, 38, 135, 0.15);
    overflow: hidden;
    margin: 1.5rem 0;
}

body.frutiger-aero .code-block-header {
    background: linear-gradient(to bottom, #e0f0ff 0%, #b8deff 100%);
    border-bottom: 1px solid rgba(173, 216, 255, 0.5);
    padding: 0.375rem 1rem;
    position: relative;
}

body.frutiger-aero .code-block-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.2) 100%);
    pointer-events: none;
}

body.frutiger-aero .code-language {
    color: #0063b1;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
    position: relative;
    z-index: 1;
}

body.frutiger-aero .code-copy-button {
    background: linear-gradient(to bottom, #e0f0ff 0%, #b8deff 100%);
    border: 1px solid #80c0ff;
    border-radius: 6px;
    color: #0063b1;
    font-weight: 500;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.2s ease;
    display: flex !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0.25rem 0.75rem;
    font-size: 0.875rem;
    align-items: center;
    gap: 0.5rem;
}

body.frutiger-aero .code-copy-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.2) 100%);
    border-radius: 5px 5px 0 0;
    pointer-events: none;
}

body.frutiger-aero .code-copy-button:hover {
    background: linear-gradient(to bottom, #d0e8ff 0%, #a0d0ff 100%);
    box-shadow: 0 0 10px rgba(0, 120, 215, 0.3);
    transform: translateY(-1px);
}

body.frutiger-aero .code-copy-button:active {
    transform: translateY(0);
}

body.frutiger-aero .code-copy-button.copy-success {
    background: linear-gradient(to bottom, #d4f0d4 0%, #a8d8a8 100%);
    border-color: #6eb86e;
    color: #2d6b2d;
}

body.frutiger-aero .code-copy-button.copy-error {
    background: linear-gradient(to bottom, #ffd4d4 0%, #ffa8a8 100%);
    border-color: #ff6e6e;
    color: #b32d2d;
}

body.frutiger-aero .code-block-wrapper pre {
    background-color: rgba(40, 40, 40, 0.95);
    margin: 0;
    padding: 0;
    border-radius: 0;
}

body.frutiger-aero .code-block-wrapper pre:not(.with-line-numbers) {
    padding: 0.75rem 1rem;
}

body.frutiger-aero .code-block-wrapper pre code {
    color: #ebdbb2;
    background: transparent;
    border: none;
    padding: 0;
}

body.frutiger-aero .code-block-wrapper pre.with-line-numbers code {
    padding: 0.75rem 1rem;
}

body.frutiger-aero .code-line-numbers {
    background-color: rgba(29, 32, 33, 0.95);
    border-right: 1px solid rgba(173, 216, 255, 0.3);
    padding: 0.75rem 0.75rem;
}

body.frutiger-aero .code-line-numbers div {
    color: #7c6f64;
}

body.frutiger-aero .code-expand-button {
    background: linear-gradient(to bottom, #e0f0ff 0%, #b8deff 100%);
    border: 1px solid #80c0ff;
    border-radius: 6px;
    color: #0063b1;
    font-weight: 500;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.2s ease;
    display: flex !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0.4rem 0.8rem;
    font-size: 0.75rem;
    align-items: center;
    gap: 0.4rem;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    pointer-events: auto;
}

body.frutiger-aero .code-expand-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.2) 100%);
    border-radius: 5px 5px 0 0;
    pointer-events: none;
}

body.frutiger-aero .code-expand-button:hover {
    background: linear-gradient(to bottom, #d0e8ff 0%, #a0d0ff 100%);
    box-shadow: 0 0 10px rgba(0, 120, 215, 0.3);
    transform: translateY(-1px);
    color: #e0e0e0;
}

body.frutiger-aero .code-expand-button:active {
    transform: translateY(0);
}

body.frutiger-aero .code-expand-button i {
    font-size: 0.7rem;
    transition: transform 0.2s ease;
}

body.frutiger-aero .code-expand-button:hover i {
    transform: scale(1.1);
}

@media screen and (max-width: 480px) {
    body.frutiger-aero .code-expand-button {
        padding: 0.35rem 0.7rem;
        font-size: 0.7rem;
    }
}

/* Scrollbar Styles - Frutiger Aero Theme */

/* Body scrollbar */
body.frutiger-aero ::-webkit-scrollbar {
    width: 14px;
    height: 14px;
}

body.frutiger-aero ::-webkit-scrollbar-track {
    background: linear-gradient(to right, rgba(224, 240, 255, 0.3) 0%, rgba(184, 222, 255, 0.4) 100%);
    border-left: 1px solid rgba(173, 216, 255, 0.5);
    box-shadow: inset 0 0 6px rgba(0, 120, 215, 0.1);
}

body.frutiger-aero ::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #e0f0ff 0%, #b8deff 50%, #80c0ff 100%);
    border-radius: 7px;
    border: 3px solid rgba(255, 255, 255, 0.6);
    box-shadow:
        0 2px 6px rgba(0, 120, 215, 0.2),
        inset 0 1px 2px rgba(255, 255, 255, 0.8);
}

body.frutiger-aero ::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #d0e8ff 0%, #a0d0ff 50%, #60a8ff 100%);
    box-shadow:
        0 3px 8px rgba(0, 120, 215, 0.3),
        inset 0 1px 3px rgba(255, 255, 255, 0.9);
}

body.frutiger-aero ::-webkit-scrollbar-thumb:active {
    background: linear-gradient(135deg, #b8deff 0%, #80c0ff 50%, #4090ff 100%);
    box-shadow:
        0 2px 4px rgba(0, 120, 215, 0.4),
        inset 0 1px 2px rgba(255, 255, 255, 0.7);
}

body.frutiger-aero ::-webkit-scrollbar-corner {
    background: linear-gradient(to bottom right, rgba(224, 240, 255, 0.3) 0%, rgba(184, 222, 255, 0.4) 100%);
}

/* Firefox scrollbar */
body.frutiger-aero * {
    scrollbar-width: thin;
    scrollbar-color: #b8deff rgba(224, 240, 255, 0.3);
}

/* Code block scrollbar - Frutiger Aero */
body.frutiger-aero .code-block-wrapper pre::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

body.frutiger-aero .code-block-wrapper pre::-webkit-scrollbar-track {
    background: linear-gradient(to bottom, rgba(29, 32, 33, 0.95) 0%, rgba(20, 22, 23, 0.95) 100%);
}

body.frutiger-aero .code-block-wrapper pre::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #80c0ff 0%, #60a8ff 50%, #4090ff 100%);
    border-radius: 5px;
    border: 2px solid rgba(29, 32, 33, 0.95);
    box-shadow: 0 0 4px rgba(0, 120, 215, 0.3);
}

body.frutiger-aero .code-block-wrapper pre::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #a0d0ff 0%, #80c0ff 50%, #60a8ff 100%);
    box-shadow: 0 0 6px rgba(0, 120, 215, 0.5);
}

body.frutiger-aero .code-block-wrapper pre::-webkit-scrollbar-thumb:active {
    background: linear-gradient(135deg, #60a8ff 0%, #4090ff 50%, #2070ff 100%);
}

body.frutiger-aero .code-block-wrapper pre::-webkit-scrollbar-corner {
    background-color: rgba(29, 32, 33, 0.95);
}

body.frutiger-aero .code-block-wrapper pre {
    scrollbar-width: thin;
    scrollbar-color: #60a8ff rgba(29, 32, 33, 0.95);
}
