:root{--background:#fff;--foreground:#171717}body{margin:0;padding:0;background:var(--background);color:var(--foreground)}.mobile-list{padding:8px}.mobile-item{background:#fff;border-radius:8px;padding:16px;margin-bottom:16px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.mobile-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #f0f0f0}.mobile-title{font-size:16px;flex:1;margin-right:16px;word-break:break-word}.mobile-content{font-size:14px}.mobile-row{display:flex;flex-direction:row;align-items:center;margin-bottom:8px;line-height:1.5}.mobile-row strong{color:#666;margin-right:8px;min-width:80px}.mobile-row .ant-tag{margin:0;display:inline-flex;align-items:center}@media screen and (max-width:768px){.ant-space{gap:8px!important}.ant-input-search{width:100%!important}.ant-pagination{width:100%;text-align:center}.ant-pagination-options{display:flex;justify-content:center;margin-top:8px}}