:root{--background:transparent;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden;height:auto!important}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0;scrollbar-width:thin;scrollbar-color:rgba(128,128,128,.5) transparent}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}main{padding-top:104px}@media (max-width:1024px){main{padding-top:80px}}@media (max-width:850px){main{padding-top:60px}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:rgba(128,128,128,.5);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:rgba(128,128,128,.7)}.ant-input-affix-wrapper-focused,.ant-input-affix-wrapper:focus,.ant-input-focused,.ant-input:focus,.ant-select-focused,.ant-select-focused .ant-select-selector,.ant-select-selector-focused,.ant-select-selector:focus,.ant-select:focus,.ant-select:focus .ant-select-selector{border-color:#875a7b!important;box-shadow:0 0 0 2px rgba(135,90,123,.2)!important;outline:none!important}.ant-btn-primary{background-color:rgba(135,90,123,.8)!important;border-color:rgba(135,90,123,.8)!important}.ant-btn-primary:focus,.ant-btn-primary:hover{background-color:rgba(135,90,123,1)!important;border-color:rgba(135,90,123,1)!important}.ant-typography a,a.ant-typography{color:inherit}.ant-typography a:hover,a.ant-typography:hover{color:#875a7b}body{display:flex;flex-direction:column;min-height:100vh;height:100vh}@media(max-width:1024px){body{min-height:100vh;height:auto}}@media(max-width:768px){body{min-height:100vh;height:auto}}@media(max-width:480px){body{min-height:100vh;height:auto}}main{flex:1 1;min-height:0}