/* Font faces */
@font-face {
    font-family: "Uber Move";
    src: url("../fonts/UberMove-Bold.otf") format("opentype");
    font-weight: 700;
}

@font-face {
    font-family: "Uber Move Text";
    src: url("../fonts/UberMoveText-Regular.otf") format("opentype");
}

/* Base styles */
body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
    color: #000000;
}

/* UPC Block */
.upc {
    text-align: center;
    padding: 1.25rem; /* 20px */
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 31.25rem; /* 500px */
}

.upc__logo {
    margin-bottom: 1rem; /* 16px */
    max-width: 5rem; /* 80px */
}

/* Typography */
.upc__title {
    color: #000000;
    font-family: "Uber Move", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 700;
    font-size: 1.75rem; /* 28px */
    font-style: normal;
    line-height: 2rem; /* 32px */
    letter-spacing: 0;
    margin-bottom: 1rem; /* 16px */
}

.upc__description {
    color: #000000;
    font-family: "Uber Move Text", sans-serif;
    font-size: 1rem; /* 16px */
    font-style: normal;
    line-height: 1.25rem; /* 20px */
    letter-spacing: 0;
    margin-bottom: 1.5rem; /* 24px */
}

/* Button styles */
.upc__buttons {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 17.5rem; /* 280px */
    gap: 1rem; /* 16px */
}

.upc__button {
    display: flex;
    padding: 0.5rem; /* 8px */
    justify-content: center;
    align-items: center;
    gap: 0.5rem; /* 8px */
    border-radius: 0.5rem; /* 8px */
    background: #000000;
    color: #ffffff;
    text-decoration: none;
    font-family: "Uber Move Text", sans-serif;
    font-size: 0.875rem; /* 14px */
}

/* Status Block */
.status {
    text-align: center;
    padding: 0 16px;
    max-width: 768px;
}

.status__icon {
    width: 61px;
    height: 61px;
    margin-bottom: 24px;
}

.status__title {
    color: #000;
    text-align: center;
    font-family: "Uber Move", -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0;
    margin: 0 0 8px 0;
}

.status__message {
    color: #000;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Uber Move Text", -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
}

.status__button {
    display: flex;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    background: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Uber Move Text", -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
    margin-top: 56px;
}

.status-body {
    margin: 0;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    max-width: 468px;
    margin: 0 auto;
}
