:root{--font-size-sm:1.6rem;--accent-color:#00c9ab}*{margin:0;padding:0;box-sizing:border-box}html{font-size:62.5%}body,html{height:100%}body{font-size:var(--font-size-sm);line-height:1.5;background-size:cover;background-position:50%;background-image:url(/AionClassicFR/images/bg.jpg);background-repeat:no-repeat;background-color:rgba(0,0,0,.4);background-blend-mode:darken;overflow:hidden}.ctr{margin-top:5rem;display:flex;align-items:center;justify-content:center}.stigmaCalculator{height:100vh;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;gap:2rem;padding:2rem 2rem 0}.stigmaCalculator::-webkit-scrollbar{width:.45rem}.stigmaCalculator::-webkit-scrollbar-track{background:rgba(0,0,0,.6)}.stigmaCalculator::-webkit-scrollbar-thumb{background:var(--accent-color)}.sp{display:flex;align-items:flex-start;justify-content:center;gap:2rem;flex-wrap:wrap}.stigmaCostPanel{background-color:rgba(0,0,0,.6);border-radius:25px}.flexColumn{flex-direction:column}.dataPickerPanel,.flexColumn{display:flex;gap:.5rem}