*{box-sizing:border-box;margin:0;padding:0}html{width:100%;height:100%;overflow-x:hidden}body{padding:0;margin:0;min-width:320px;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}#root{height:100%;margin:0;padding:0;width:100%}.app{min-height:100vh;display:flex;flex-direction:column;margin:0 auto;padding:0;align-items:center;width:100%;max-width:100%;overflow-x:hidden;transition:background-color .3s ease,color .3s ease}.app.dark{background-color:#141414;color:#fff}.app.dark .abstract{background-color:#1e1e1e}.app.dark .university{color:#e0e0e0}.app.dark .equal-contribution,.app.dark .graph-caption{color:#b0b0b0}.app.dark .abstract-content,.app.dark .introduction-content{color:#e0e0e0}.app.dark .ant-table-cell:hover{background-color:#2a2a2a}.app.dark .author:hover{color:#40a9ff}.app.dark .sup-star{color:#fff}.ant-tag{border-radius:8px}.cell{display:flex;align-items:center;justify-content:space-between;width:100%;height:100%}.ant-table-cell{cursor:pointer}.ant-table-cell:hover{background-color:#f5f5f5}.ant-table-thead th.ant-table-cell,.ant-table-tbody td.ant-table-cell:first-child{cursor:default}.abstract{max-width:900px;margin:32px auto;padding:0 24px}.abstract-title{font-size:1.4rem;font-weight:700;margin-bottom:12px;text-align:center}.abstract-content{font-size:1rem;line-height:1.8;text-align:justify;color:#333}.icon{width:100%;height:100%;max-width:1em;max-height:1em;display:block}.header{padding:3rem 1.5rem;padding-bottom:0;max-width:1024px;width:100%;display:flex;flex-direction:column;align-items:center;text-align:center}.title{font-size:38px}.authors{font-size:20px;margin-bottom:20px}sup{font-size:17px;font-weight:400!important}.sup-1{color:#1f77b4}.sup-2{color:#2ca02c}.sup-3{color:#ff7f0e}.sup-4{color:#9467bd}.sup-5{color:#d62728}.sup-6{color:#8c564b}.sup-7{color:#e377c2}.sup-star{color:#000}.author{font-size:20px;padding:0;font-weight:700;position:relative}.author:after{content:"";position:absolute;width:100%;height:2px;bottom:-2px;left:0;background-color:#00ffd5;transform:scaleX(0);transition:transform .3s ease}.author:hover{color:#007bff}.author:hover:after{transform:scaleX(1);transform-origin:left}.author:not(:hover):after{transform-origin:right}.university{color:#292828;margin-bottom:10px;font-weight:600;font-size:20px;white-space:pre-wrap}.equal-contribution{font-size:16px;color:#3f434a}.btn-list{margin:20px 0}.btn-list .ant-btn{margin:5px;font-weight:600;background-color:#2f2f2f;border-radius:12px}.btn-list .ant-btn:hover{background-color:#4f4f4f!important;transform:translateY(-2px);transition:all .3s ease}.graph-and-text2{display:flex;flex-direction:column;align-items:center;gap:20px;padding:2rem 1.5rem;padding-top:0;width:90%;max-width:1500px}.graph-and-text{display:flex;flex-direction:column;align-items:center;gap:20px;padding:2rem 1.5rem;padding-top:0;width:40%;max-width:1200px}.graph-image{width:80%;height:100%;object-fit:contain;height:auto;display:block;margin:0 auto}.graph-captions{display:flex;flex-direction:row;gap:16px;width:100%}.graph-caption{flex:1;text-align:center;font-size:16px;color:#4a4a4a;margin:0;line-height:1.5}.graph-images{display:flex;flex-direction:row;gap:16px;width:100%;align-items:stretch}.graph-column{flex:1;display:flex;align-items:center;justify-content:center;min-height:400px}.graph-image{width:100%;height:100%;object-fit:contain}@media(max-width:768px){.app{padding:0}.header{padding:2rem 1rem}.title{font-size:28px}.authors,.university{font-size:16px}.btn-list .ant-btn{font-size:14px;padding:8px 16px}.graph-and-text{flex-direction:column;gap:30px;padding:1.5rem 1rem}.graph-images{flex-direction:column;align-items:center;height:auto}.graph-column{max-width:100%;height:auto}.graph-image{height:auto}.graph-caption{font-size:14px}.abstract,.introduction{padding:2rem 1rem}.abstract-title,.introduction-title{font-size:24px}.abstract-content,.introduction-content{font-size:15px}.table{padding:1rem .5rem}.table-title{font-size:24px}.custom-table{font-size:12px}.custom-table .ant-table-tbody>tr>td{padding:8px 10px}.custom-table .ant-table-thead>tr>th{padding:10px;font-size:12px}}.abstract{padding-top:0;background-color:#f9f9f9;padding:3rem 1.5rem;width:100%;display:flex;flex-direction:column;align-items:center}.introduction{padding:3rem 1.5rem;width:100%;display:flex;flex-direction:column;align-items:center}.abstract-title,.introduction-title{font-size:30px;margin-bottom:20px;text-align:center}.abstract-title{text-decoration:underline;text-underline-offset:5px}.abstract-content,.introduction-content{text-align:justify;line-height:1.6;font-size:17px;color:#4a4a4a;font-weight:500;max-width:960px;border-radius:5px;white-space:pre-wrap;width:100%}.table{width:90%;padding:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:30px;margin:0 auto}.table-title{font-size:30px;margin-bottom:30px;text-align:center}.custom-table{width:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;overflow-x:auto;overflow-y:hidden}.custom-table .ant-table-tbody>tr>td{padding:12px 16px;white-space:normal;word-break:break-all}.custom-table .ant-table-column-sorter{color:#1890ff}.custom-table .ant-table-tbody>tr>td .cell,.custom-table .ant-table-thead>tr>th .cell{width:100%;height:100%;display:flex;align-items:center;justify-content:space-between;position:absolute;left:0;top:0}.custom-table .ant-table-tbody>tr>td{padding:0;position:relative}.custom-table .cell-arrow{color:#757575;display:flex;align-items:center}.custom-table .ant-pagination{margin-top:24px}.custom-table .ant-table-thead>tr>th{padding:10px;font-size:12px!important;text-align:center!important}@media(min-width:769px)and (max-width:1200px){.header{padding:2.5rem 1.5rem}.title{font-size:32px}.graph-and-text{padding:2rem 1.5rem}.graph-column{max-width:450px}.table{padding:2rem 1rem;max-width:100%}.custom-table{font-size:14px}.custom-table .ant-table-tbody>tr>td{padding:10px 12px}.custom-table .ant-table-thead>tr>th{padding:12px;white-space:nowrap}}
