.cg-tools {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 21000;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #1c1b19;
}

body.claudiag-typo14 .cg-tools {
    display: none !important;
}

.cg-tools,
.cg-tools * {
    box-sizing: border-box;
}

.cg-tools__toggle,
.cg-tools__button {
    border: 1px solid rgba(28, 27, 25, 0.18);
    background: #ffffff;
    color: #1c1b19;
    min-height: 2.5rem;
    border-radius: 4px;
    padding: 0.55rem 0.75rem;
    font: inherit;
    line-height: 1.2;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(28, 27, 25, 0.14);
}

.cg-tools__toggle:focus-visible,
.cg-tools__button:focus-visible {
    outline: 3px solid #9a5b38;
    outline-offset: 2px;
}

.cg-tools__toggle {
    font-weight: 700;
    min-width: 2.75rem;
    padding-inline: 0.65rem;
}

.cg-tools__toggle::before {
    content: "Aa";
}

.cg-tools__toggle {
    font-size: 0;
}

.cg-tools__toggle::before {
    font-size: 0.95rem;
}

.cg-tools__panel {
    width: min(19rem, calc(100vw - 2rem));
    margin-bottom: 0.5rem;
    padding: 0.75rem;
    border: 1px solid rgba(28, 27, 25, 0.18);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 12px 36px rgba(28, 27, 25, 0.18);
}

.cg-tools__group {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.4rem;
}

.cg-tools__group + .cg-tools__group {
    margin-top: 0.55rem;
}

.cg-tools__button {
    min-width: 0;
    padding-inline: 0.45rem;
    box-shadow: none;
}

.cg-tools__button[aria-pressed="true"],
.cg-tools__button.is-active {
    background: #3f5f5d;
    border-color: #3f5f5d;
    color: #ffffff;
}

.cg-tools__button:disabled {
    cursor: not-allowed;
    opacity: 0.45;
}

.cg-tools__status {
    min-height: 1.25rem;
    margin: 0.55rem 0 0;
    font-size: 0.875rem;
}

html[data-cg-theme="dark"] body {
    background: #101413 !important;
    color: #f4f0e8 !important;
}

html[data-cg-theme="dark"] a {
    color: #ffd39a !important;
}

html[data-cg-theme="dark"] .navigation,
html[data-cg-theme="dark"] .navigation-body,
html[data-cg-theme="dark"] .topbar,
html[data-cg-theme="dark"] .footer,
html[data-cg-theme="dark"] [class*="footer"] {
    background-color: #151a19 !important;
    color: #f4f0e8 !important;
}

html[data-cg-theme="dark"] img {
    filter: brightness(0.88) contrast(1.05);
}

html[data-cg-theme="black"] body,
html[data-cg-theme="black"] body *:not(.cg-tools):not(.cg-tools *) {
    background-color: #000000 !important;
    color: #ffffff !important;
    border-color: #ffffff !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

html[data-cg-theme="black"] a {
    color: #ffff00 !important;
    text-decoration: underline !important;
}

html[data-cg-theme="black"] img,
html[data-cg-theme="black"] picture,
html[data-cg-theme="black"] video {
    filter: grayscale(1) contrast(1.25) brightness(0.95);
}

html[data-cg-simple="true"] body {
    font-size: 112.5% !important;
    line-height: 1.7 !important;
}

html[data-cg-simple="true"] p,
html[data-cg-simple="true"] li,
html[data-cg-simple="true"] .ce-bodytext {
    max-width: 68ch;
}

html[data-cg-simple="true"] h1,
html[data-cg-simple="true"] h2,
html[data-cg-simple="true"] h3 {
    line-height: 1.2 !important;
}

html[data-cg-simple="true"] .frame,
html[data-cg-simple="true"] .grid-container {
    scroll-margin-top: 2rem;
}

@media (max-width: 640px) {
    .cg-tools {
        right: 0.5rem;
        bottom: 0.5rem;
    }

    .cg-tools__toggle {
        min-height: 2.25rem;
        min-width: 2.5rem;
        padding: 0.45rem 0.55rem;
    }

    .cg-tools__panel {
        width: calc(100vw - 1rem);
    }
}

@media (min-width: 900px) {
    .cg-tools {
        top: 7rem;
        bottom: auto;
    }

    .cg-tools__panel {
        margin-top: 0.5rem;
        margin-bottom: 0;
    }
}
