:root{--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden}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}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}@media (max-width:768px){.ant-btn,button{min-height:40px;min-width:40px}.ant-input,.ant-select,input,select,textarea{font-size:16px}.ant-modal{margin:8px!important;max-width:none!important;width:calc(100vw - 16px)!important}.ant-modal-content{border-radius:8px!important}.ant-modal-header{padding:16px!important}.ant-modal-body{padding:0 16px!important;max-height:calc(100vh - 120px);overflow-y:auto}.ant-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.ant-form-item-label{padding-bottom:4px!important}.ant-form-item{margin-bottom:16px!important}}@media (max-width:480px){.ant-modal{margin:0!important;width:100vw!important}.ant-modal,.ant-modal-content{border-radius:0!important}.ant-space{flex-wrap:wrap!important}.ant-space-item{margin-bottom:8px!important}}