    .disctm-report-header-external-wrapper {
        --disctm-divider-color: rgb(240, 240, 242);
        --disctm-avatar-diameter: min(144px, 33vw);
        --disctm-camera-icon-ratio: 0.2361;
        --disctm-avatar-animal-ratio: 0.3820;
        --disctm-spacing-outer-edge: 0;
        --disctm-chart-bar-width: 60px;
        --disctm-chart-bar-gap: 12px;
        --disctm-chart-animation-speed: 1.35s;
        --disctm-chart-animation-curve: cubic-bezier(0.22, 1, 0.36, 1);
        /* Role-specific peers; these are not a universal Apple radius. */
        --disctm-report-card-radius: 16px; /* @disc-corner: disctm-report-card */
        --disctm-report-header-menu-radius: 12px; /* @disc-corner: disctm-report-menu */
        --disctm-report-header-menu-border-width: 1px;
        --disctm-report-header-menu-padding: 6px;
        --disctm-report-header-menu-item-inset: calc(var(--disctm-report-header-menu-border-width) + var(--disctm-report-header-menu-padding));
        /* 12px parent - (1px border + 6px padding) = 5px concentric item radius. */
        --disctm-report-header-menu-item-radius: calc(var(--disctm-report-header-menu-radius) - var(--disctm-report-header-menu-item-inset)); /* @disc-corner: disctm-report-menu-item */
        --disctm-report-avatar-loader-radius: 999px; /* @disc-corner: disctm-report-avatar-loader-bar */
        --disctm-report-chart-bar-radius: 4px; /* @disc-corner: disctm-report-chart-bar */
        width: min(87.5vw, 720px);
        max-width: 100%;
        height: 720px;
        margin: 24px auto 72px;
        padding: 0;
        border: none;
        outline: none;
        box-sizing: border-box;
    }

/* Native control resets intentionally beat theme button/input styles. */
.disctm-report-header-external-wrapper button.local-glass-ring-container {
    appearance: none;
    -webkit-appearance: none;
    padding: 0;
    border: 0;
    color: inherit;
    font: inherit;
    text-align: inherit;
    touch-action: pan-y;
}
.disctm-report-header-external-wrapper button.local-glass-ring-container[data-disctm-crop-active="true"],
.disctm-report-header-external-wrapper button.local-glass-ring-container.is-avatar-cropping {
    touch-action: none;
}
.disctm-report-header-menu-item {
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    text-align: left;
}
@media (prefers-reduced-motion: reduce) {
    .disctm-report-header-external-wrapper *,
    .disctm-report-header-external-wrapper *::before,
    .disctm-report-header-external-wrapper *::after {
        animation: none !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        transition-delay: 0ms !important;
    }
}
    .disctm-report-header-external-wrapper * { box-sizing: border-box; }

    .disctm-report-header-internal-wrapper {
        background: #ffffff;
        border-radius: var(--disctm-report-card-radius); /* @disc-corner: disctm-report-card */
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
        border: none;
        outline: none;
        display: flex;
        flex-direction: column;
        overflow: visible;
        position: relative;
        min-height: 100%;
        height: 100%;
        padding: 42px 0px;
    }

    .disctm-report-header-header {
        padding-top: var(--disctm-spacing-outer-edge);
        padding-left: 0;
        padding-right: 0;
        display: flex;
        align-items: center;
        gap: 42px;
        margin-left: 0;
    }

    .disctm-report-header-container-for-users-photo {
        --disctm-avatar-surface-size: var(--disctm-avatar-diameter);
        flex-shrink: 0;
        position: relative;
        width: var(--disctm-avatar-diameter);
        height: var(--disctm-avatar-diameter);
        margin: 0;
        margin-left: 42px;
    }

    .local-glass-ring-container {
        --disctm-avatar-ring-size: var(--disctm-avatar-surface-size, 144px);
        --disctm-avatar-ring-outer-blur: calc(var(--disctm-avatar-ring-size) * 0.1944444444);
        --disctm-avatar-ring-inner-inset: calc(var(--disctm-avatar-ring-size) * 0.0416666667);
        --disctm-avatar-ring-inner-blur: calc(var(--disctm-avatar-ring-size) * 0.0555555556);
        --disctm-avatar-ring-pressed-outer-blur: calc(var(--disctm-avatar-ring-size) * 0.1527777778);
        --disctm-avatar-ring-pressed-inner-blur: calc(var(--disctm-avatar-ring-size) * 0.0277777778);
        width: 100%;
        height: 100%;
        position: relative;
        border-radius: 50%; /* @disc-corner: disctm-report-avatar-ring */

        -webkit-user-select: none;
        user-select: none;
        -webkit-touch-callout: none;
        cursor: pointer;
        touch-action: none;
        outline: none;
        box-shadow: none;

        background-color: var(--disctm-color-background-almost-white, #f5f5f7);
        overflow: hidden;
        isolation: isolate;

        -webkit-tap-highlight-color: transparent;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transform: translateZ(0);
        contain: paint;

        transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    }
    .local-glass-ring-container:focus,
    .local-glass-ring-container:active {
        outline: none;
        box-shadow: none;
    }
    #disctm-ring-container:focus,
    #disctm-ring-container:active {
        outline: none;
        box-shadow: none;
    }
    .local-glass-ring-container:focus-visible,
    #disctm-ring-container:focus-visible {
        outline: 3px solid rgba(0, 113, 227, 0.32);
        outline-offset: 3px;
    }
    .local-glass-ring-container,
    .local-glass-ring-container * {
        -webkit-tap-highlight-color: transparent;
    }

    .local-glass-ring-container::before {
        content: "";
        position: absolute;
        inset: -60%;

        background: var(--disctm-ring-gradient, conic-gradient(
            from 0deg,
            var(--disctm-color-d-red, #da251d),
            var(--disctm-color-i-yellow, #ffbe00),
            var(--disctm-color-s-green, #00b13f),
            var(--disctm-color-c-blue, #0376bb),
            var(--disctm-color-d-red, #da251d)
        ));

        filter: blur(var(--disctm-avatar-ring-outer-blur)) saturate(1.4);
        opacity: 0.9;

        animation: disctm-aurora-breathe 8s ease-in-out infinite alternate;

        z-index: 1;
        transition: opacity 0.5s ease, filter 0.5s ease, transform 0.5s ease;
    }

    .local-glass-ring-container::after {
        content: "";
        position: absolute;

        inset: var(--disctm-avatar-ring-inner-inset);

        background: #ffffff;
        border-radius: 50%; /* @disc-corner: disctm-report-avatar-ring */

        filter: blur(var(--disctm-avatar-ring-inner-blur));

        animation: disctm-white-pulse 8s ease-in-out infinite alternate;

        z-index: 2;
        transition: opacity 0.5s ease, filter 0.5s ease, transform 0.5s ease;
    }

    .local-glass-ring-container.local-has-file {
        box-shadow: 0 10px 40px rgba(0,0,0,0.05);
        cursor: default;
        background-color: transparent;
    }
    .local-glass-ring-container.local-has-file::before,
    .local-glass-ring-container.local-has-file::after {
        opacity: 0;
        animation: none;
    }

    .local-glass-ring-container.local-is-pressed::before,
    .local-glass-ring-container.local-is-uploading::before {
        animation-duration: 2s;
        filter: blur(var(--disctm-avatar-ring-pressed-outer-blur)) saturate(2);
    }
    .local-glass-ring-container.local-is-pressed::after,
    .local-glass-ring-container.local-is-uploading::after {
        filter: blur(var(--disctm-avatar-ring-pressed-inner-blur));
        transform: scale(0.96);
        transition: filter 0.2s ease, transform 0.2s ease;
    }

    @media (hover: hover) {

        .local-glass-ring-container:not(.local-has-file):not(.local-is-uploading):hover {
            transform: scale(1.05);
        }

        .local-glass-ring-container:not(.local-has-file):not(.local-is-uploading):active {
            transform: scale(0.95);
            transition: transform 0.1s cubic-bezier(0.2, 0.8, 0.2, 1);
        }
    }

    @keyframes disctm-aurora-breathe {
        0% { transform: scale(1); }
        100% { transform: scale(1.3); }
    }

    @keyframes disctm-white-pulse {
        0% { transform: scale(0.99); }
        100% { transform: scale(1.00); }
    }

    .local-glass-center {
        position: absolute;
        top: 6%; left: 6%; right: 6%; bottom: 6%;
        background-color: transparent;
        border-radius: 50%; /* @disc-corner: disctm-report-avatar-center */
        z-index: 20;
        overflow: hidden;
        border: none;
        box-shadow: none;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: top 0.3s ease, left 0.3s ease, right 0.3s ease, bottom 0.3s ease;
    }

    .local-glass-ring-container.local-has-file .local-glass-center {
        top: 0; left: 0; right: 0; bottom: 0;
        background-color: transparent;
    }

	    #disctm-image-transformer,
	    .disctm-avatar-image-transformer {
	        display: flex;
	        justify-content: center;
	        align-items: center;
        width: 100%;
        height: 100%;
        overflow: visible;
        cursor: inherit;
    }

	    #disctm-avatar-img,
	    .disctm-avatar-img {
	        display: block;
	        opacity: 0;
        transition: opacity 0.3s ease;
        will-change: auto;
        transform-origin: center center;
        flex-shrink: 0;
        object-fit: cover;
        pointer-events: none;
        max-width: none;
        min-width: 0;
        image-rendering: auto;
    }

	    #disctm-avatar-img.local-has-image,
	    .disctm-avatar-img.local-has-image { opacity: 1; }

    .local-glass-ring-container.local-is-photo-revealing #disctm-avatar-img,
    .local-glass-ring-container.local-is-photo-revealing .disctm-avatar-img {
        transition: none;
    }

    .local-glass-ring-container.local-is-photo-loading #disctm-avatar-img,
    .local-glass-ring-container.local-is-photo-loading .disctm-avatar-img {
        opacity: 0;
        visibility: hidden;
    }

	    .local-glass-ring-container.local-is-interacting #disctm-avatar-img,
	    .local-glass-ring-container.local-is-interacting .disctm-avatar-img {
	        transition: none;
	    }

    .local-glass-ring-container.local-is-photo-loading .local-glass-center {
        top: 6%;
        left: 6%;
        right: 6%;
        bottom: 6%;
        background-color: transparent;
    }

    .disctm-avatar-loading-placeholder {
        position: absolute;
        top: 50%;
        left: 50%;
        width: calc(var(--disctm-avatar-surface-size, var(--disctm-avatar-diameter, 144px)) * var(--disctm-avatar-animal-ratio, 0.3820));
        height: calc(var(--disctm-avatar-surface-size, var(--disctm-avatar-diameter, 144px)) * var(--disctm-avatar-animal-ratio, 0.3820));
        transform: translate(-50%, -50%);
        z-index: 25;
        display: grid;
        grid-template-columns: repeat(4, 18%);
        gap: 7%;
        align-items: end;
        justify-content: center;
        padding: 10% 0;
        border-radius: 0; /* @disc-corner: disctm-report-avatar-loader-frame */
        background: transparent;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 180ms ease, visibility 180ms ease;
    }

    .local-placeholder-animal-wrap .disctm-avatar-loading-placeholder {
        width: 100%;
        height: 100%;
    }

    .local-glass-ring-container.local-is-photo-loading .disctm-avatar-loading-placeholder {
        opacity: 1;
        visibility: visible;
    }

    .disctm-avatar-loading-bar {
        display: block;
        width: 100%;
        height: var(--disctm-avatar-loader-bar-base, 50%);
        min-height: 3px;
        border-radius: var(--disctm-report-avatar-loader-radius); /* @disc-corner: disctm-report-avatar-loader-bar */
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.08);
        animation: disctm-avatar-loader-pulse 1.35s ease-in-out infinite;
    }

    .disctm-avatar-loading-bar--d { background: var(--disctm-color-d-red, #da251d); animation-delay: -0.30s; }
    .disctm-avatar-loading-bar--i { background: var(--disctm-color-i-yellow, #ffbe00); animation-delay: -0.20s; }
    .disctm-avatar-loading-bar--s { background: var(--disctm-color-s-green, #00b13f); animation-delay: -0.10s; }
    .disctm-avatar-loading-bar--c { background: var(--disctm-color-c-blue, #0376bb); animation-delay: 0s; }

    @keyframes disctm-avatar-loader-pulse {
        0%, 100% {
            height: var(--disctm-avatar-loader-bar-low, var(--disctm-avatar-loader-bar-base, 50%));
            opacity: 0.86;
        }
        50% {
            height: var(--disctm-avatar-loader-bar-high, var(--disctm-avatar-loader-bar-base, 50%));
            opacity: 1;
        }
    }

    .local-upload-overlay {
        position: absolute;
        top: 0; left: 0; width: 100%; height: 100%;
        z-index: 30;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: opacity 0.3s ease;
        pointer-events: none;
        background: transparent;
    }

    .local-glass-ring-container.local-has-file .local-upload-overlay,
    .local-glass-ring-container.local-is-uploading:not(.local-is-photo-loading) .local-upload-overlay {
        display: none;
    }

    .local-glass-ring-container.local-is-photo-loading .local-upload-overlay {
        display: flex;
    }

    .local-glass-ring-container:not(.local-has-file):not(.local-is-uploading):hover .local-upload-overlay {
        backdrop-filter: none;
    }

    .local-content-group {
        width: 100%;
        height: 100%;
        padding: 10px;
        color: var(--disctm-color-gray-secondary-text, #6e6e73);
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .local-placeholder-stack {
        width: 100%;
        height: 100%;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .local-placeholder-stage {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transform: scale(0.02);
        transform-origin: center center;
        filter: blur(3px);
        transition:
            opacity 3200ms cubic-bezier(0.22, 1, 0.36, 1),
            transform 3200ms cubic-bezier(0.22, 1, 0.36, 1),
            filter 3200ms cubic-bezier(0.22, 1, 0.36, 1);
        will-change: opacity, transform, filter;
    }

    /* Keep the suspenseful fade, but let the reveal finish with a quicker Apple-like settle. */
    .local-placeholder-stage-animal {
        transition:
            opacity 1800ms cubic-bezier(0.2, 0.8, 0.2, 1),
            transform 1150ms cubic-bezier(0.34, 1.56, 0.64, 1),
            filter 1000ms cubic-bezier(0.2, 0.9, 0.2, 1);
    }

    .local-placeholder-stage.local-is-visible {
        opacity: 1;
        transform: scale(1);
        filter: blur(0);
    }

    .local-placeholder-stack.local-no-animal .local-placeholder-stage-animal {
        opacity: 0;
    }

    .local-placeholder-stack.local-placeholder-empty .local-placeholder-stage {
        opacity: 0;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }

    .local-glass-ring-container.local-is-photo-loading .local-placeholder-stage-camera {
        display: none;
        opacity: 0;
        visibility: hidden;
        transform: scale(0.98);
        filter: blur(2px);
        transition: none;
    }

    .local-glass-ring-container.local-is-photo-loading .local-placeholder-stage-animal,
    .local-glass-ring-container.local-is-photo-loading .local-placeholder-stack.local-no-animal .local-placeholder-stage-animal,
    .local-glass-ring-container.local-is-photo-loading .local-placeholder-stack.local-placeholder-empty .local-placeholder-stage-animal {
        opacity: 1;
        transform: scale(1);
        filter: blur(0);
    }

    .local-callout {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 2px;
        color: inherit;
    }

    .local-icon-wrapper {
        width: calc(var(--disctm-avatar-diameter) * var(--disctm-camera-icon-ratio));
        height: calc(var(--disctm-avatar-diameter) * var(--disctm-camera-icon-ratio));
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .local-camera-icon {
        width: 100%;
        height: 100%;
        display: block;
        fill: currentColor;
        stroke: none;
    }

    .local-upload-label {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        line-height: 1.2;
        letter-spacing: -0.01em;
    }

    .local-upload-label-line {
        display: block;
        white-space: nowrap;
    }

    .local-placeholder-animal-wrap {
        width: calc(var(--disctm-avatar-diameter) * var(--disctm-avatar-animal-ratio));
        height: calc(var(--disctm-avatar-diameter) * var(--disctm-avatar-animal-ratio));
        display: grid;
        place-items: center;
        position: relative;
    }

    .local-placeholder-animal-img {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transform-origin: center center;
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center center;
        filter: none;
    }

    .local-glass-ring-container.local-is-photo-loading .local-placeholder-animal-img {
        display: none;
        opacity: 0;
        visibility: hidden;
    }

    .disctm-report-header-context-menu {
        position: absolute;
        z-index: 100;
        min-width: 144px;
        background: rgba(246, 246, 248, 0.58);
        backdrop-filter: saturate(185%) blur(24px);
        -webkit-backdrop-filter: saturate(185%) blur(24px);
        border: var(--disctm-report-header-menu-border-width) solid rgba(255, 255, 255, 0.52);
        border-radius: var(--disctm-report-header-menu-radius); /* @disc-corner: disctm-report-menu */
        box-shadow: 0 18px 42px rgba(0, 0, 0, 0.16), 0 2px 8px rgba(0, 0, 0, 0.08);
        padding: var(--disctm-report-header-menu-padding);
        display: none;
        opacity: 0;
        pointer-events: none;
        transform-origin: top left;
        transform: translateY(4px) scale(0.97);
        transition: opacity 0.14s cubic-bezier(0.22, 1, 0.36, 1), transform 0.16s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.2s ease;
        cursor: default;
        -webkit-user-select: none;
        user-select: none;
        -webkit-touch-callout: none;
    }

    .disctm-report-header-context-menu.local-active {
        display: block;
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0) scale(1);
    }

    .disctm-report-header-menu-item {
        display: flex;
        align-items: center;
        gap: 9px;
        width: 100%;
        padding: 9px 12px;
        cursor: pointer;
        border-radius: var(--disctm-report-header-menu-item-radius); /* @disc-corner: disctm-report-menu-item */
        transition: background-color 0.14s ease, color 0.14s ease, transform 0.1s ease;
        user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        -webkit-touch-callout: none;
        -webkit-user-drag: none;
        touch-action: manipulation;
    }

    .disctm-report-header-menu-item * {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-touch-callout: none;
        -webkit-user-drag: none;
    }

    .disctm-report-header-menu-item::selection,
    .disctm-report-header-menu-item *::selection {
        background: transparent;
    }

    .disctm-report-header-menu-item:focus-visible {
        outline: 3px solid rgba(0, 113, 227, 0.32);
        outline-offset: 3px;
    }

    .disctm-report-header-menu-icon {
        width: 14px;
        height: 17px;
        display: block;
        flex-shrink: 0;
    }
    .disctm-report-header-menu-icon path {
        fill: currentColor;
        fill-opacity: 0.85;
        transition: fill-opacity 0.14s ease;
    }

    .disctm-report-header-menu-item.local-delete {
        color: #FF3B30;
    }

    .disctm-report-header-menu-item.local-delete:active {
        background: rgba(255, 59, 48, 0.2);
        transform: scale(0.985);
    }

    .disctm-report-header-menu-item.local-delete:active .disctm-report-header-menu-icon path {
        fill-opacity: 1;
    }

    .disctm-report-header-menu-item.local-upload {
        color: var(--disctm-color-blue-elliptic-button-bg-idle, #0071e3);
    }

    .disctm-report-header-menu-item.local-upload .disctm-report-header-menu-icon {
        display: none;
    }

    .disctm-report-header-menu-item.local-upload:active {
        background: rgba(0, 113, 227, 0.18);
        transform: scale(0.985);
    }

    @media (hover: hover) and (pointer: fine) {
        .disctm-report-header-menu-item.local-delete:hover {
            background: rgba(255, 59, 48, 0.14);
        }

        .disctm-report-header-menu-item.local-delete:hover .disctm-report-header-menu-icon path {
            fill-opacity: 1;
        }

        .disctm-report-header-menu-item.local-upload:hover {
            background: rgba(0, 113, 227, 0.12);
        }
    }

    @media (any-pointer: coarse) {
        .disctm-report-header-menu-item {
            min-height: 44px;
        }
    }

    .disctm-report-header-container-for-name-date-website {
        flex: 1;
        display: flex; flex-direction: column; justify-content: center;
        align-items: stretch;
        width: 100%; min-width: 0;
        margin: 0;
        margin-right: 42px;
    }

    .disctm-report-header-container-for-name-date-website h1,
    .disctm-report-users-name-heading {
        margin: 0 0 6px 0;
        width: 100%;
        max-width: 100%;

        white-space: normal;
        overflow: visible;
        overflow-wrap: anywhere;
        word-break: normal;
        line-break: auto;
        hyphens: none;
        text-overflow: clip;

        outline: none;
        border: none;
        background: transparent;
        cursor: text;
    }

    .disctm-report-users-name {
        display: block;
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        margin: 0;
        padding: 0;
	padding-block: 0.16em;
	padding-inline: 0.08em;
	margin-block: -0.16em;
	margin-inline: -0.08em;
        border: 0;
        border-radius: 0; /* @disc-corner: disctm-report-users-name */
        outline: none;
        background: transparent;
        color: inherit;
        font-family: inherit;
        text-align: inherit;
        appearance: none;
        -webkit-appearance: none;
        caret-color: currentColor;
        cursor: text;
        user-select: text;
        -webkit-user-select: text;
        font-size: inherit;
        line-height: inherit;
        letter-spacing: inherit;
        white-space: pre-wrap;
        white-space: break-spaces;
    }

    .disctm-report-users-name:not(input) {
        cursor: default;
        caret-color: transparent;
    }

    .disctm-report-header-external-wrapper[data-disctm-report-access-mode="share"] .disctm-report-users-name:not(input) {
        cursor: text;
    }

    .disctm-report-header-container-for-name-date-website input.disctm-report-users-name[type="text"] {
        all: unset;
        display: block !important;
        box-sizing: border-box !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        min-height: 0 !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        border-radius: 0 !important; /* @disc-corner: disctm-report-users-name */
        outline: 0 !important;
        box-shadow: none !important;
        background: transparent !important;
        color: inherit !important;
        -webkit-text-fill-color: currentColor !important;
        font-family: inherit !important;
        font-size: inherit !important;
        line-height: inherit !important;
        letter-spacing: inherit !important;
        text-align: inherit !important;
        appearance: none !important;
        -webkit-appearance: none !important;
        caret-color: currentColor;
        cursor: text;
        overflow: visible;
        text-overflow: clip;
        white-space: pre;
        user-select: text;
        -webkit-user-select: text;
	padding-block: 0.16em !important;
	padding-inline: 0.08em !important;
	margin-block: -0.16em !important;
	margin-inline: -0.08em !important;
    }

    .disctm-report-header-container-for-name-date-website input.disctm-report-users-name[type="text"]:focus,
    .disctm-report-header-container-for-name-date-website input.disctm-report-users-name[type="text"]:focus-visible {
        border: 0 !important;
        outline: 0 !important;
        box-shadow: none !important;
        background: transparent !important;
    }

    .disctm-report-header-container-for-name-date-website input.disctm-report-users-name[type="text"]::placeholder {
        color: inherit;
        opacity: 1;
    }

    .disctm-report-header-container-for-name-date-website input.disctm-report-users-name[type="text"]::selection {
        background: rgba(0, 113, 227, 0.18);
    }

    .disctm-report-users-name.disctm-report-users-name--long {
        font-size: inherit;
        line-height: inherit;
        letter-spacing: inherit;
    }

    .disctm-report-header-container-for-name-date-website input.disctm-report-users-name.disctm-report-users-name--long[type="text"] {
        font-size: inherit !important;
        line-height: inherit !important;
        letter-spacing: inherit !important;
    }

    .disctm-report-header-meta {
        margin: 0; color: var(--disctm-color-gray-secondary-text, #6e6e73);
        display: flex; align-items: center; flex-wrap: wrap; gap: 0;
    }

    .disctm-report-header-dot {
        width: 2px;
        height: 2px;
        border-radius: 50%; /* @disc-corner: disctm-report-header-dot */
        background-color: currentColor;
        display: inline-block;
    }

    .disctm-report-header-body-grid {
        display: grid; grid-template-columns: 1fr 1fr;
        position: relative; margin-top: 42px;
    }

    .disctm-report-header-body-grid::after {
        content: ""; position: absolute; top: 0; bottom: 30px; left: 50%;
        width: 1px; background-color: var(--disctm-divider-color);
        transform: translateX(-50%);
    }

    .disctm-report-header-col {
        padding-bottom: var(--disctm-spacing-outer-edge);
        padding-left: 0; padding-right: 0; padding-top: 0;
        display: flex; flex-direction: column;
    }

    .disctm-report-header-content-middle { margin-bottom: 0; }
    .disctm-report-header-natural-adapted-section-title { text-align: center; margin-bottom: 30px; }
    .disctm-report-header-section-title {
        font-size: 21px;
        line-height: 1.381;
        font-weight: 300;
        letter-spacing: 0.011em;
        font-family: var(--disctm-font-family, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", system-ui, "Roboto", "Segoe UI", "Arial", sans-serif);
        margin: 0;
    }

    @media only screen and (min-width: 1069px) {
        .disctm-report-header-section-title {
            font-size: 24px;
            line-height: 1.33341;
            letter-spacing: 0.009em;
        }
    }

    .disctm-report-header-chart-wrap {
        display: flex; justify-content: center; gap: var(--disctm-chart-bar-gap);
        align-items: flex-end; height: 120px;
        position: relative;
        padding: 0; margin-bottom: 0;
    }

    .disctm-report-header-bar-group {
        display: flex; flex-direction: column; align-items: center;
        flex: 0 0 var(--disctm-chart-bar-width); width: var(--disctm-chart-bar-width);
        height: 100%; justify-content: flex-end;
        position: relative;
    }

    .disctm-report-header-bar {
        width: 100%; border-radius: var(--disctm-report-chart-bar-radius); /* @disc-corner: disctm-report-chart-bar */ height: 0%;
        transition: height var(--disctm-chart-animation-speed) var(--disctm-chart-animation-curve);
        position: relative;
    }
    .disctm-report-header-bar-value {
        position: absolute; bottom: calc(100% + 6px); width: 100%; text-align: center;
        opacity: 0;
        transition: opacity 0.65s var(--disctm-chart-animation-curve) 0.58s;
    }
    .disctm-report-header-bar.local-loaded .disctm-report-header-bar-value { opacity: 1; }
    .disctm-report-header-bar-label {
        margin-top: 6px;
        color: var(--disctm-color-gray-secondary-text, #6e6e73);
    }
    .local-bg-d { background-color: var(--disctm-color-d-red, #da251d); }
    .local-bg-i { background-color: var(--disctm-color-i-yellow, #ffbe00); }
    .local-bg-s { background-color: var(--disctm-color-s-green, #00b13f); }
    .local-bg-c { background-color: var(--disctm-color-c-blue, #0376bb); }

    .disctm-report-header-group-name-and-letters {
        text-align: center;
        margin-top: 24px;
        margin-right: 0;
    }

    .disctm-report-header-group-name {
        font-size: 40px;
        line-height: 1.1;
        font-weight: 600;
        letter-spacing: 0em;
        margin-bottom: 0;
    }
    .disctm-report-header-container-for-classification-clusters {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 36px;
        margin-top: 42px;
    }
    .disctm-report-header-classification-cluster {
        display: flex;
        flex-direction: column;
        gap: 0;
    }
    .disctm-report-header-classification-below-track {
        margin-top: 12px;
    }
    #textbox-adaptive-shift-classification.disctm-report-header-adaptive-shift-score-low .disctm-report-header-adaptive-shift-score,
    #textbox-adaptive-shift-classification.disctm-report-header-adaptive-shift-score-low .disctm-report-header-adaptive-shift-score-suffix {
        color: var(--disctm-color-s-green, #00b13f);
    }
    .disctm-report-header-introextro-text .local-intro-part {
        color: var(--disctm-color-c-blue, #0376bb);
    }
    .disctm-report-header-introextro-text .local-extro-part {
        color: var(--disctm-color-text-i-yellow, rgb(255, 128, 0));
    }

    .disctm-report-header-classification-meter-track {
        width: 100%; max-width: 222px;
        height: 6px; background-color: var(--disctm-meter-track-gray-background-color, rgb(209, 209, 214));
        border: none;
        border-radius: 999px; /* @disc-corner: disctm-report-meter-track */ margin: 0 auto;
        overflow: hidden;
    }
    .disctm-report-header-meter-fill {
        height: 100%; width: 0%; border-radius: 999px; /* @disc-corner: disctm-report-meter-fill */
        transition: width var(--disctm-chart-animation-speed) var(--disctm-chart-animation-curve), background-color 0.6s ease;
    }
    .disctm-report-header-meter-track-introextro {
        position: relative;
        border: none;
        border-radius: 999px; /* @disc-corner: disctm-report-meter-track-introextro */
        background: linear-gradient(
            90deg,
            var(--disctm-introextro-left-color, var(--disctm-meter-track-gray-background-color, rgb(209, 209, 214))) 0%,
            var(--disctm-introextro-left-color, var(--disctm-meter-track-gray-background-color, rgb(209, 209, 214))) var(--disctm-introextro-split-pct, 50%),
            var(--disctm-introextro-right-color, var(--disctm-meter-track-gray-background-color, rgb(209, 209, 214))) var(--disctm-introextro-split-pct, 50%),
            var(--disctm-introextro-right-color, var(--disctm-meter-track-gray-background-color, rgb(209, 209, 214))) 100%
        );
    }
    .disctm-report-header-meter-fill-introextro {
        display: none;
    }

    /* CSS squircle is a progressive web approximation, not Apple's disclosed curve. */
    @supports (corner-shape: squircle) {
        @media only screen and (min-width: 735px) {
            .disctm-report-header-internal-wrapper {
                corner-shape: squircle; /* @disc-corner: disctm-report-card */
            }
        }

        .disctm-report-header-context-menu {
            corner-shape: squircle; /* @disc-corner: disctm-report-menu */
        }

        .disctm-report-header-menu-item {
            corner-shape: squircle; /* @disc-corner: disctm-report-menu-item */
        }

        .disctm-report-header-bar {
            corner-shape: squircle; /* @disc-corner: disctm-report-chart-bar */
        }
    }

    @media (prefers-reduced-motion: reduce) {
        .local-glass-ring-container::before,
        .local-glass-ring-container::after,
        .disctm-report-header-bar,
        .disctm-report-header-bar-value,
        .disctm-report-header-meter-fill,
        .disctm-report-header-context-menu,
        #disctm-avatar-img,
        .disctm-avatar-img,
        .disctm-avatar-loading-placeholder,
        .disctm-avatar-loading-bar,
        .local-placeholder-stage {
            animation: none;
            transition: none;
        }

        .disctm-avatar-loading-bar {
            height: var(--disctm-avatar-loader-bar-base, 50%);
            opacity: 1;
        }
    }

    @media only screen and (max-width: 734px) {
        .disctm-report-header-natural-adapted-section-title {
            margin-bottom: 24px;
        }

        .disctm-report-users-name {
            font-size: inherit;
            line-height: inherit;
            letter-spacing: inherit;
        }

        .disctm-report-header-container-for-name-date-website input.disctm-report-users-name[type="text"] {
            font-size: inherit !important;
            line-height: inherit !important;
            letter-spacing: inherit !important;
            text-align: center !important;
        }

        .disctm-report-users-name.disctm-report-users-name--long {
            font-size: inherit;
            line-height: inherit;
            letter-spacing: inherit;
        }

        .disctm-report-header-container-for-name-date-website input.disctm-report-users-name.disctm-report-users-name--long[type="text"] {
            font-size: inherit !important;
            line-height: inherit !important;
            letter-spacing: inherit !important;
        }

        .disctm-report-header-group-name {
            font-size: 32px;
            line-height: 1.125;
        }
        .disctm-report-header-group-name-and-letters {
            margin-top: 14px;
        }
        .disctm-report-header-external-wrapper {
            width: 87.5%;
            height: auto;
            max-width: none;
            margin: 0 auto 72px;
        }
        .disctm-report-header-internal-wrapper {
            border-radius: 0px; /* @disc-corner: disctm-report-card; state: S-compact */
            box-shadow: none;
            min-height: auto;
            height: auto;
            padding: 22px 6.25vw;
        }
        .disctm-report-header-header {
            flex-direction: column;
            text-align: center;
            gap: 16px;
            margin-left: 0;
        }
        .disctm-report-header-container-for-users-photo {
            margin-left: 0;
        }
        .local-upload-label {
            font-size: 12px;
        }
        .disctm-report-header-container-for-name-date-website {
            align-items: center;
            margin-right: 0;
        }
        .disctm-report-header-container-for-name-date-website h1,
        .disctm-report-users-name-heading {
            margin: 0 0 8px 0;
            text-align: center;
            width: calc(100% + 12.5vw);
            max-width: calc(100% + 12.5vw);
        }

        .disctm-report-header-meta { justify-content: center; }

        .disctm-report-header-classification-meter-track {
            max-width: 62vw;
        }

        .disctm-report-header-body-grid {
            grid-template-columns: 1fr;
            margin-top: 24px;
        }
        .disctm-report-header-body-grid::after { display: none; }

        .disctm-report-header-container-for-classification-clusters {
            margin-top: 24px;
            gap: 24px;
        }
        .disctm-report-header-col:last-child {
            border-top: 1px solid var(--disctm-divider-color);
            margin-top: 33px;
            padding-top: 33px;
        }

    }
