@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:wght@100..900&family=Public+Sans:wght@100..900&display=swap');

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: "Public Sans", serif;
    font-optical-sizing: auto;
    font-size: 16px;
    font-style: normal;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hidden {
    display: none !important;
}

.container {
    width: 100%;
    height: 100%;
    display: flex;
}

.left-bar {
    width: 1%;
    height: 100%;
    background-image: linear-gradient(#FFDC61, #5034F1);
    box-sizing: border-box;
}

.left-panel {
    width: 34%;
    height: 100%;
    background: #212223;
    box-sizing: border-box;
    padding: 4% 4.5%;
    color: #ffffff;
}

.right-panel {
    width: 65%;
    height: 100%;
    background: #ffffff;
    box-sizing: border-box;
    padding: 4% 8%;
    color: #212223;
}

.octus-logo {
    width: auto;
    height: 5svh;
}

h1 {
    font-family: "Noto Serif", serif;
    font-size: clamp(12px, 6svh, 68px);
    font-weight: 400;
    line-height: 1.1;
}

h2 {
    font-family: "Noto Serif", serif;
    font-size: clamp(12px, 4.5svh, 54px);
    font-weight: 400;
    line-height: 1.1;
    margin-top: 0;
}

p {
    font-size: clamp(12px, 2svh, 24px);
    font-weight: 400;
}

.qr-code {
    width: 100%;
    height: auto;
    margin-top: 3svh;
}

.prizes-title {
    font-weight: 700;
    font-size: clamp(12px, 1.8svh, 20px);
    display: flex;
    align-items: center;
}

.dot-yellow {
    display: block;
    width: 1.8svh;
    height: 1.8svh;
    border-radius: 1.8svh;
    background: #FFDC61;
    margin-right: 1vw;
}

.prizes {
    display: flex;
    gap: 2vw;
    font-weight: 600;
    font-size: clamp(12px, 2svh, 24px);
    line-height: 1.4;
    margin: 2svh 0 3svh 0;
}

.prizes div {
    flex: 1;
    padding: 1.5svh;
}

.prize-1 {
    background: #5034F1;
    color: #ffffff;
}

.prize-2 {
    background: #FFDC61;
}

.prize-3 {
    background: #D9D9D9;
}

table {
    width: 100%;
    border-spacing: 0 0.6svh;
    font-size: clamp(12px, 2.4svh, 32px);
    font-weight: 700;
    text-transform: uppercase;
}

tr {
    background: #EFF0FF;
    position: relative;
}

tr:first-of-type, tr:nth-of-type(2), tr:nth-of-type(3) {
    background-image: linear-gradient(to right, #5034F1, #FFDC61);
}

tr td:first-of-type {
    width: 1px;
    text-align: right;
    padding-left: 1.5svh;
}

tr td:nth-of-type(2) {
    text-align: left;
    padding-left: 1svh;
}

tr td:last-of-type {
    text-align: right;
    padding-right: 1.5svh;
}

td {
    padding: 1svh 0;
/*    white-space: nowrap; */
}

tr:first-of-type td:first-of-type, tr:nth-of-type(2) td:first-of-type, tr:nth-of-type(3) td:first-of-type {
    color: #ffffff;
}

tr:first-of-type td:nth-of-type(2), tr:nth-of-type(2) td:nth-of-type(2), tr:nth-of-type(3) td:nth-of-type(2) {
    color: #ffffff;
}

.star {
    position: absolute;
    top: 0;
    left: -6svh;
    width: auto;
    height: 5svh;
}
