:root {
    --upload-first-coral: #f05b4f;
    --upload-first-coral-dark: #c83f35;
    --upload-first-ink: #18202d;
    --upload-first-muted: #667085;
    --upload-first-line: #d8dde5;
    --upload-first-stage: #f4f6f7;
    --upload-first-paper: #ffffff;
}

.upload-first-preview,
.upload-first-nav-links {
    display: none;
}

.upload-first-workspace {
    display: block;
}

html[data-hackathon-mode="true"] body[data-page="app"] {
    overflow-x: clip;
    color: var(--upload-first-ink);
    background: var(--upload-first-stage);
}

html[data-hackathon-mode="true"] body[data-page="app"] .app-sticky-shell {
    position: sticky;
    top: 0;
    z-index: 50;
}

html[data-hackathon-mode="true"] body[data-page="app"] .glass-nav {
    min-height: 68px;
    border-bottom: 1px solid rgba(24, 32, 45, .1);
    background: rgba(255, 255, 255, .96);
}

html[data-hackathon-mode="true"] body[data-page="app"] .glass-nav > .container {
    width: min(1320px, calc(100% - 32px));
    max-width: none;
    padding: 0;
}

html[data-hackathon-mode="true"] body[data-page="app"] .app-nav-grid {
    min-height: 67px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
}

html[data-hackathon-mode="true"] body[data-page="app"] .app-brand {
    width: max-content;
    min-width: 0;
}

html[data-hackathon-mode="true"] body[data-page="app"] .app-brand h1 {
    color: var(--upload-first-ink);
    font-size: 1.05rem;
    font-weight: 850;
}

html[data-hackathon-mode="true"] body[data-page="app"] .app-nav-controls {
    grid-column: 2;
    justify-self: end;
}

html[data-hackathon-mode="true"] body[data-page="app"] .upload-first-nav-links {
    display: flex;
    align-items: center;
    gap: 26px;
}

html[data-hackathon-mode="true"] body[data-page="app"] .upload-first-nav-links a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    color: #495365;
    font-size: .88rem;
    font-weight: 760;
    text-decoration: none;
}

html[data-hackathon-mode="true"] body[data-page="app"] .upload-first-nav-links a:hover,
html[data-hackathon-mode="true"] body[data-page="app"] .upload-first-nav-links a:focus-visible {
    color: var(--upload-first-coral-dark);
}

html[data-hackathon-mode="true"] body[data-page="app"] :is(#languageSelector, .lang-selector) {
    display: none !important;
}

html[data-hackathon-mode="true"][data-living-step="upload"] body[data-page="app"] .step-indicator-container,
html[data-hackathon-mode="true"][data-living-step="upload"] body[data-page="app"] > .footer {
    display: none;
}

html[data-hackathon-mode="true"] body[data-page="app"] .main-content {
    min-height: calc(100dvh - 68px);
    padding: 0 0 32px;
}

html[data-hackathon-mode="true"] body[data-page="app"] .main-content > .container {
    width: min(1320px, calc(100% - 32px));
    max-width: none;
    padding: 0;
}

html[data-hackathon-mode="true"] body[data-page="app"] .upload-first-workspace {
    display: grid;
    min-width: 0;
    grid-template-columns: minmax(0, 1.38fr) minmax(360px, 1fr);
    gap: clamp(34px, 5vw, 78px);
    align-items: center;
    min-height: calc(100dvh - 100px);
    padding: clamp(34px, 5vh, 58px) 0 42px;
}

html[data-hackathon-mode="true"] body[data-page="app"] .upload-first-action {
    min-width: 0;
}

html[data-hackathon-mode="true"] body[data-page="app"] .hackathon-upload-intro {
    margin: 0 0 24px;
    padding: 0;
    text-align: left;
}

html[data-hackathon-mode="true"] body[data-page="app"] .hackathon-upload-intro .hackathon-eyebrow {
    margin-bottom: 12px;
    color: var(--upload-first-coral-dark);
    font-size: .72rem;
    text-transform: none;
}

html[data-hackathon-mode="true"] body[data-page="app"] .hackathon-upload-intro h2 {
    margin: 0;
    color: var(--upload-first-ink);
    font-size: clamp(2.35rem, 4.2vw, 4rem);
    font-weight: 850;
    line-height: 1.04;
}

html[data-hackathon-mode="true"] body[data-page="app"] .hackathon-upload-intro h2 span {
    display: block;
}

html[data-hackathon-mode="true"] body[data-page="app"] .hackathon-upload-intro h2 span:last-child {
    color: var(--upload-first-coral);
}

html[data-hackathon-mode="true"] body[data-page="app"] .hackathon-upload-intro > p:last-child {
    max-width: 38rem;
    margin: 18px 0 0;
    color: var(--upload-first-muted);
    font-size: 1rem;
    line-height: 1.65;
}

html[data-hackathon-mode="true"] body[data-page="app"] #step-upload > .text-center,
html[data-hackathon-mode="true"] body[data-page="app"] .upload-first-action > .text-center,
html[data-hackathon-mode="true"] body[data-page="app"] .upload-first-action > .features-grid {
    display: none !important;
}

html[data-hackathon-mode="true"] body[data-page="app"] .living-upload-stage {
    display: block;
    margin: 0;
}

html[data-hackathon-mode="true"] body[data-page="app"] .living-upload-stage .upload-area {
    width: 100%;
    height: clamp(330px, 35vw, 440px);
    min-height: 330px;
    max-height: 440px;
    border: 1.5px dashed #aeb7c5;
    border-radius: 10px;
    background-color: var(--upload-first-paper);
    box-shadow: 0 16px 42px rgba(29, 39, 54, .08);
    transform: none;
}

html[data-hackathon-mode="true"] body[data-page="app"] .living-upload-stage[data-state="drag"] .upload-area {
    border-color: var(--upload-first-coral);
    box-shadow: 0 18px 46px rgba(240, 91, 79, .16);
    transform: translateY(-2px);
}

html[data-hackathon-mode="true"] body[data-page="app"] .living-upload-stage .upload-content {
    justify-content: center;
    padding: 30px;
}

html[data-hackathon-mode="true"] body[data-page="app"] .living-upload-stage .upload-icon-wrapper {
    order: -1;
    width: 62px;
    height: 62px;
    margin: 0 0 16px;
    border: 1px solid #dde2e9;
    border-radius: 10px;
    color: var(--upload-first-coral);
    background: #fff8f7;
    box-shadow: none;
}

html[data-hackathon-mode="true"] body[data-page="app"] .living-upload-stage .upload-icon-wrapper i {
    color: var(--upload-first-coral);
    font-size: 1.45rem;
}

html[data-hackathon-mode="true"] body[data-page="app"] .living-upload-stage :is(.upload-title, .upload-subtitle, .upload-floating-icons) {
    display: none;
}

html[data-hackathon-mode="true"] body[data-page="app"] .living-upload-empty-label {
    margin: 0;
    color: var(--upload-first-ink);
    font-size: 1.15rem;
}

html[data-hackathon-mode="true"] body[data-page="app"] .living-upload-empty-hint {
    margin: 8px 0 20px;
    color: var(--upload-first-muted);
    font-size: .78rem;
}

html[data-hackathon-mode="true"] body[data-page="app"] #selectFileBtn,
html[data-hackathon-mode="true"] body[data-page="app"] #uploadBtn {
    min-width: 150px;
    min-height: 48px;
    border: 0;
    border-radius: 7px;
    color: #fff;
    background: var(--upload-first-coral);
    box-shadow: none;
    font-size: .92rem;
    font-weight: 800;
}

html[data-hackathon-mode="true"] body[data-page="app"] :is(#selectFileBtn, #uploadBtn):hover,
html[data-hackathon-mode="true"] body[data-page="app"] :is(#selectFileBtn, #uploadBtn):focus-visible {
    background: var(--upload-first-coral-dark);
    transform: translateY(-1px);
}

html[data-hackathon-mode="true"] body[data-page="app"] .hackathon-sample-button {
    min-height: 44px;
    margin-top: 6px;
    border: 0;
    color: #6d7583;
    background: transparent;
    font-size: .75rem;
    text-decoration: underline;
    text-underline-offset: 3px;
}

html[data-hackathon-mode="true"] body[data-page="app"] .upload-safe-hint {
    margin: 8px 0 0;
    color: #7b8492;
    font-size: .72rem;
}

html[data-hackathon-mode="true"] body[data-page="app"] .living-upload-stage[data-state="empty"] .living-upload-control-rail {
    display: none;
}

html[data-hackathon-mode="true"] body[data-page="app"] .living-upload-control-rail {
    display: flex;
    margin-top: 18px;
    border: 0;
    padding: 0;
    gap: 16px;
}

html[data-hackathon-mode="true"] body[data-page="app"] .living-upload-control-rail:empty::before {
    display: none;
}

html[data-hackathon-mode="true"] body[data-page="app"] .living-upload-stage[data-state="selected"] .upload-area {
    height: clamp(360px, 38vw, 480px);
    min-height: 360px;
    max-height: 480px;
    border-style: solid;
}

html[data-hackathon-mode="true"] body[data-page="app"] .living-upload-stage .upload-selected-image {
    padding: 44px 16px 82px;
    background: #edf0f2;
    object-fit: contain;
}

html[data-hackathon-mode="true"] body[data-page="app"] .living-upload-stage .upload-selected-footer {
    right: 12px;
    bottom: 12px;
    left: 12px;
    border-radius: 8px;
}

html[data-hackathon-mode="true"] body[data-page="app"] .living-upload-control-rail .hackathon-submit-row {
    display: flex;
    justify-content: flex-start;
}

html[data-hackathon-mode="true"] body[data-page="app"] .upload-first-preview {
    display: block;
    min-width: 0;
    align-self: center;
}

.upload-first-preview__viewport {
    position: relative;
    z-index: 2;
    width: 100%;
    aspect-ratio: 1.145 / 1;
    overflow: visible;
    pointer-events: none;
}

.upload-first-preview__track {
    position: absolute;
    z-index: 3;
    inset: 0 52px;
    overflow: visible;
    pointer-events: auto;
}

.upload-first-slide {
    position: absolute;
    inset: 0;
    margin: 0;
    overflow: hidden;
    border: 10px solid #fffaf0;
    border-radius: 9px;
    background: #fffaf0;
    box-shadow: 0 5px 0 #e2d1ae, 0 24px 50px rgba(24, 45, 38, .24);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transform-origin: 50% 88%;
}

.upload-first-slide.is-active {
    z-index: 4;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: none;
}

.upload-first-slide.is-departing {
    z-index: 5;
    opacity: 1;
    visibility: visible;
    animation: upload-first-paper-retreat 640ms cubic-bezier(.4, 0, .2, 1) both;
}

.upload-first-slide.is-arriving {
    z-index: 6;
    opacity: 1;
    visibility: visible;
    animation: upload-first-paper-rise 640ms cubic-bezier(.18, .84, .24, 1) both;
}

.upload-first-compare,
.upload-first-layer,
.upload-first-layer picture,
.upload-first-layer img {
    width: 100%;
    height: 100%;
}

.upload-first-compare {
    position: relative;
    overflow: hidden;
    background: #f5f4ef;
    border-radius: 3px;
}

.upload-first-layer {
    position: absolute;
    inset: 0;
    display: block;
}

.upload-first-layer img {
    display: block;
    object-fit: contain;
}

.upload-first-layer--reveal {
    overflow: hidden;
    clip-path: inset(0 0 0 var(--compare-position));
}

.upload-first-compare__line {
    position: absolute;
    z-index: 4;
    top: 0;
    bottom: 0;
    left: var(--compare-position);
    width: 2px;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(24, 32, 45, .2);
    pointer-events: none;
}

.upload-first-compare__line::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    background: var(--upload-first-coral);
    box-shadow: 0 4px 16px rgba(24, 32, 45, .18);
    content: "↔";
    font-size: 1rem;
    font-weight: 800;
    transform: translate(-50%, -50%);
}

.upload-first-compare__range {
    position: absolute;
    z-index: 5;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: ew-resize;
}

.upload-first-evidence-layer {
    position: absolute;
    z-index: 8;
    inset: 0;
    pointer-events: none;
}

.upload-first-evidence-marker {
    position: absolute;
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 0;
    border-radius: 50%;
    padding: 0;
    color: #fff;
    background: transparent;
    box-shadow: none;
    font: 820 .78rem/1 sans-serif;
    pointer-events: auto;
    cursor: pointer;
    transform: translate(-50%, -50%);
}

.upload-first-evidence-marker > span {
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border: 1.5px solid #fff8e8;
    border-radius: 50%;
    background: var(--upload-first-coral);
    box-shadow: 0 3px 9px rgba(24, 45, 38, .2);
    transition: transform 150ms ease, box-shadow 150ms ease, border-color 150ms ease;
}

.upload-first-evidence-marker:hover,
.upload-first-evidence-marker:focus-visible,
.upload-first-evidence-marker[aria-expanded="true"] {
    z-index: 2;
}

.upload-first-evidence-marker:hover > span,
.upload-first-evidence-marker:focus-visible > span,
.upload-first-evidence-marker[aria-expanded="true"] > span {
    border-color: #fffdf6;
    box-shadow: 0 5px 12px rgba(24, 45, 38, .24);
    transform: translateY(-1px) scale(1.03);
}

.upload-first-demo-label {
    position: absolute;
    z-index: 9;
    top: 12px;
    left: 12px;
    max-width: calc(100% - 24px);
    border: 1px solid rgba(255, 250, 240, .76);
    border-radius: 5px;
    padding: 6px 9px;
    color: #123f35;
    background: rgba(255, 250, 240, .9);
    box-shadow: 0 3px 10px rgba(24, 45, 38, .12);
    font-size: .72rem;
    font-weight: 820;
    line-height: 1.2;
    pointer-events: none;
}

.upload-first-evidence-bubble {
    position: absolute;
    z-index: 12;
    top: var(--callout-top, 50%);
    width: min(268px, calc(100% - 24px));
    border: 1px solid rgba(23, 62, 53, .14);
    border-radius: 6px;
    padding: 15px 16px 17px;
    color: #173e35;
    background: #fffaf0;
    box-shadow: 0 12px 28px rgba(18, 50, 42, .16);
}

.upload-first-evidence-bubble.is-entering {
    animation: upload-first-note-enter 190ms ease-out both;
}

.upload-first-evidence-bubble::after {
    position: absolute;
    width: 10px;
    height: 10px;
    border: 1px solid rgba(23, 62, 53, .14);
    background: #fffaf0;
    content: "";
}

.upload-first-evidence-bubble[data-placement="left"] {
    left: 6px;
    --note-open-x: 6px;
    --note-open-y: 0px;
    transform: translate(-100%, -50%);
}

.upload-first-evidence-bubble[data-placement="left"]::after {
    top: 50%;
    right: -6px;
    border-bottom: 0;
    border-left: 0;
    transform: translateY(-50%) rotate(45deg);
}

.upload-first-evidence-bubble[data-placement="right"] {
    right: 6px;
    --note-open-x: -6px;
    --note-open-y: 0px;
    transform: translate(100%, -50%);
}

.upload-first-evidence-bubble[data-placement="right"]::after {
    top: 50%;
    left: -6px;
    border-top: 0;
    border-right: 0;
    transform: translateY(-50%) rotate(45deg);
}

.upload-first-evidence-bubble[data-placement="below"] {
    position: relative;
    top: auto;
    width: 100%;
    margin-top: 14px;
    --note-open-x: 0px;
    --note-open-y: -6px;
}

.upload-first-evidence-bubble[data-placement="below"]::after {
    top: -6px;
    left: var(--callout-pointer-x, 50%);
    border-right: 0;
    border-bottom: 0;
    transform: translateX(-50%) rotate(45deg);
}

.upload-first-evidence-bubble__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.upload-first-evidence-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #9d3e36;
    font-size: .69rem;
    font-weight: 840;
}

.upload-first-evidence-eyebrow > i {
    width: 7px;
    height: 7px;
    border-radius: 2px;
    background: var(--upload-first-coral);
}

.upload-first-evidence-bubble h3,
.upload-first-evidence-bubble p {
    margin: 0;
}

.upload-first-evidence-bubble h3 {
    margin-top: 7px;
    font-size: .98rem;
    line-height: 1.3;
}

.upload-first-evidence-bubble p {
    margin-top: 6px;
    color: #435b54;
    font-size: .8rem;
    line-height: 1.58;
}

.upload-first-evidence-divider {
    height: 1px;
    margin: 11px 0 9px;
    background: rgba(23, 62, 53, .14);
}

.upload-first-evidence-bubble .upload-first-evidence-question-label {
    margin: 0;
    color: #9d3e36;
    font-size: .67rem;
    font-weight: 820;
}

.upload-first-evidence-bubble .upload-first-evidence-question {
    margin-top: 4px;
    color: #173e35;
    font-weight: 680;
}

.upload-first-evidence-close {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 0;
    border-radius: 4px;
    padding: 0;
    color: #53665f;
    background: transparent;
    font-size: 1.2rem;
    line-height: 1;
    cursor: pointer;
}

.upload-first-evidence-close:hover,
.upload-first-evidence-close:focus-visible {
    color: #173e35;
    background: rgba(23, 62, 53, .06);
}

.upload-first-back-paper {
    position: absolute;
    z-index: 1;
    top: var(--deck-back-top, 12%);
    width: 64px;
    height: var(--deck-back-height, 70%);
    overflow: hidden;
    border: 7px solid #fff3da;
    border-radius: 7px;
    padding: 0;
    background: #fff3da;
    box-shadow: 0 5px 0 #d4bd90, 0 15px 32px rgba(18, 50, 42, .22);
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.upload-first-back-paper--previous {
    left: 8px;
    transform: translateX(-5px) rotate(-2.2deg);
}

.upload-first-back-paper--next {
    right: 8px;
    transform: translateX(5px) rotate(2.2deg);
}

.upload-first-back-paper:hover,
.upload-first-back-paper:focus-visible {
    z-index: 2;
    box-shadow: 0 7px 0 #d4bd90, 0 20px 38px rgba(18, 50, 42, .28);
}

.upload-first-back-paper--previous:hover,
.upload-first-back-paper--previous:focus-visible {
    transform: translateX(-10px) translateY(-4px) rotate(-3deg);
}

.upload-first-back-paper--next:hover,
.upload-first-back-paper--next:focus-visible {
    transform: translateX(10px) translateY(-4px) rotate(3deg);
}

.upload-first-back-paper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.upload-first-evidence-marker:focus-visible,
.upload-first-evidence-close:focus-visible,
.upload-first-back-paper:focus-visible,
.upload-first-markers button:focus-visible {
    outline: 3px solid #f7d27f;
    outline-offset: 3px;
}

.upload-first-preview__footer {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
    gap: 16px;
    align-items: center;
    margin-top: 18px;
}

.upload-first-preview__footer p {
    margin: 0;
    color: #687283;
    font-size: .72rem;
    font-weight: 760;
    line-height: 1.5;
}

.upload-first-markers {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.upload-first-markers button {
    position: relative;
    width: 44px;
    height: 44px;
    border: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
}

.upload-first-markers button::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #bcc3cd;
    content: "";
    transform: translate(-50%, -50%);
    transition: height 180ms ease, background-color 180ms ease;
}

.upload-first-markers button.is-active::after {
    height: 20px;
    border-radius: 3px;
    background: var(--upload-first-coral);
}

html[data-hackathon-mode="true"] body[data-page="app"] .upload-first-preview[hidden] {
    display: none !important;
}

html[data-hackathon-mode="true"] body[data-page="app"] .upload-first-workspace[data-demo-visible="false"] {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
}

html[data-hackathon-mode="true"] body[data-page="app"] .upload-first-workspace[data-demo-visible="false"] .upload-first-action {
    width: min(880px, 100%);
    margin-inline: auto;
    justify-self: center;
}

@keyframes upload-first-shimmer {
    0%, 68%, 100% { transform: translateX(-120%) rotate(12deg); }
    82% { transform: translateX(720%) rotate(12deg); }
}

@keyframes upload-first-paper-retreat {
    0% {
        box-shadow: 0 5px 0 #e2d1ae, 0 24px 50px rgba(24, 45, 38, .24);
        transform: none;
    }
    100% {
        box-shadow: 0 3px 0 #d8c59d, 0 12px 28px rgba(24, 45, 38, .16);
        opacity: .78;
        transform: translate(var(--deck-retreat-x, -22px), 13px) scale(.965) rotate(var(--deck-retreat-rotation, -1deg));
    }
}

@keyframes upload-first-paper-rise {
    0% {
        box-shadow: 0 8px 0 #d7bc86, 0 32px 64px rgba(18, 50, 42, .34);
        opacity: .86;
        transform: translate(var(--deck-arrival-x, 28px), 18px) scale(.94) rotate(var(--deck-arrival-rotation, 1.4deg));
    }
    68% {
        box-shadow: 0 7px 0 #dec99e, 0 30px 58px rgba(18, 50, 42, .29);
        transform: translate(0, -5px) scale(1.008) rotate(0deg);
    }
    100% {
        box-shadow: 0 5px 0 #e2d1ae, 0 24px 50px rgba(24, 45, 38, .24);
        opacity: 1;
        transform: none;
    }
}

@keyframes upload-first-note-enter {
    from {
        opacity: 0;
        translate: var(--note-open-x, 0) var(--note-open-y, 0);
    }
    to {
        opacity: 1;
        translate: 0 0;
    }
}

@media (max-width: 980px) {
    html[data-hackathon-mode="true"] body[data-page="app"] .upload-first-workspace {
        grid-template-columns: minmax(0, 1.12fr) minmax(300px, .88fr);
        gap: 30px;
    }

    html[data-hackathon-mode="true"] body[data-page="app"] .hackathon-upload-intro h2 {
        font-size: clamp(2.1rem, 5vw, 3rem);
    }
}

@media (max-width: 760px) {
    html[data-hackathon-mode="true"] body[data-page="app"] .glass-nav > .container,
    html[data-hackathon-mode="true"] body[data-page="app"] .main-content > .container {
        width: min(100% - 24px, 680px);
    }

    html[data-hackathon-mode="true"] body[data-page="app"] .app-nav-grid {
        gap: 12px;
    }

    html[data-hackathon-mode="true"] body[data-page="app"] .upload-first-nav-links {
        gap: 14px;
    }

    html[data-hackathon-mode="true"] body[data-page="app"] .upload-first-workspace {
        display: flex;
        min-height: 0;
        flex-direction: column;
        gap: 34px;
        padding: 28px 0 40px;
    }

    html[data-hackathon-mode="true"] body[data-page="app"] .upload-first-action,
    html[data-hackathon-mode="true"] body[data-page="app"] .upload-first-preview {
        width: 100%;
    }

    html[data-hackathon-mode="true"] body[data-page="app"] .hackathon-upload-intro h2 {
        font-size: clamp(2rem, 10vw, 2.8rem);
    }

    html[data-hackathon-mode="true"] body[data-page="app"] .living-upload-stage .upload-area,
    html[data-hackathon-mode="true"] body[data-page="app"] .living-upload-stage[data-state="selected"] .upload-area {
        height: clamp(320px, 92svw, 410px);
        min-height: 320px;
        max-height: 410px;
    }

    .upload-first-preview__viewport {
        width: 100%;
        aspect-ratio: 1.145 / 1;
    }

    .upload-first-preview__track {
        inset: 0 52px 0 0;
    }

    .upload-first-back-paper--previous {
        display: none;
    }

    .upload-first-back-paper--next {
        top: var(--deck-back-top, 13%);
        right: 4px;
        width: 64px;
        height: var(--deck-back-height, 68%);
    }

    .upload-first-evidence-bubble {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        width: 100%;
        margin-top: 14px;
        transform: none !important;
    }

    .upload-first-preview__footer {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .upload-first-markers {
        flex-direction: row;
    }
}

@media (max-width: 380px) {
    html[data-hackathon-mode="true"] body[data-page="app"] .upload-first-nav-links a {
        font-size: .78rem;
    }

    html[data-hackathon-mode="true"] body[data-page="app"] .hackathon-upload-intro h2 {
        font-size: 1.9rem;
    }

    html[data-hackathon-mode="true"] body[data-page="app"] .living-upload-stage .upload-content {
        padding: 20px;
    }

    html[data-hackathon-mode="true"] body[data-page="app"] .living-upload-stage .upload-area,
    html[data-hackathon-mode="true"] body[data-page="app"] .living-upload-stage[data-state="selected"] .upload-area {
        height: 320px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .upload-first-slide,
    .upload-first-markers button::after,
    .upload-first-evidence-marker,
    .upload-first-evidence-bubble,
    .upload-first-back-paper {
        animation: none !important;
        transition-duration: .01ms !important;
    }
}

html[data-hackathon-mode="true"] [hidden],
html[data-hackathon-mode="true"] [data-hackathon-hide] {
    display: none !important;
}
