@import "https://fonts.googleapis.com/css2?family=Grenze+Gotisch:wght@100..900&display=swap";
:root{--color-white:#fff;--color-black:#090a0f;--color-shadow:#1b2735}.doubles-page{background:radial-gradient(ellipse at bottom,var(--color-shadow)0%,var(--color-black)100%);height:100vh;font-family:Grenze Gotisch,serif;line-height:1.2;overflow:hidden}.doubles-page__container{justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.doubles-page__doubles{box-shadow:var(--color-black)0px 30px 60px -12px inset,var(--color-black)0px 18px 36px -18px inset;color:#e1e1e1;z-index:1;background-color:rgba(27,40,54,.75);flex-direction:column;gap:1rem;width:90vw;max-height:60vh;padding:2rem;font-size:1rem;display:flex;position:relative;overflow-y:auto}@media (min-width:768px){.doubles-page__doubles{max-width:600px;padding:4rem;font-size:1.3rem}}.doubles-page__double--even{text-align:left}.doubles-page__double--odd{text-align:right}.doubles-page__doubles{scrollbar-width:thin;scrollbar-color:#1b2836 transparent}.doubles-page__doubles::-webkit-scrollbar{width:8px}.doubles-page__doubles::-webkit-scrollbar-track{background:0 0;border-radius:4px}.doubles-page__doubles::-webkit-scrollbar-thumb{background:rgba(31,64,101,.2);border-radius:4px;transition:background .2s}.doubles-page__doubles::-webkit-scrollbar-thumb:hover{background:#1f4165}.doubles-page__doubles::-webkit-scrollbar-thumb:active{background:#1f4165}
