:root {
    color-scheme: light;
}

body {
    min-height: 100vh;
    background: #f6f7f9;
}

.app-shell {
    max-width: 1080px;
}

.panel {
    background: #fff;
    border: 1px solid #dfe3e8;
    border-radius: 8px;
    padding: 1.25rem;
}

.note-textarea {
    min-height: 18rem;
    resize: vertical;
}

.code-input {
    text-transform: uppercase;
    letter-spacing: 0;
}

.code-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 5.25rem;
    height: 2.25rem;
    padding: 0 .75rem;
    border: 1px solid #cfd6df;
    border-radius: 6px;
    background: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0;
}

.file-list {
    margin: 0;
}

.upload-row + .upload-row {
    margin-top: .75rem;
}

.progress {
    height: .5rem;
}

